aws-sdk 2.1657.0 → 2.1658.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/README.md +1 -1
- package/apis/batch-2016-08-10.min.json +62 -52
- package/apis/bedrock-2023-04-20.min.json +140 -86
- package/apis/bedrock-agent-2023-06-05.min.json +1991 -171
- package/apis/bedrock-agent-2023-06-05.paginators.json +24 -0
- package/apis/bedrock-agent-runtime-2023-07-26.min.json +642 -216
- package/apis/bedrock-agent-runtime-2023-07-26.paginators.json +6 -0
- package/apis/bedrock-runtime-2023-09-30.min.json +329 -192
- package/apis/ec2-2016-11-15.min.json +79 -67
- package/apis/glue-2017-03-31.min.json +407 -368
- package/apis/groundstation-2019-05-23.min.json +7 -1
- package/apis/license-manager-linux-subscriptions-2018-05-10.min.json +236 -16
- package/apis/license-manager-linux-subscriptions-2018-05-10.paginators.json +6 -0
- package/apis/mediaconnect-2018-11-14.min.json +106 -94
- package/clients/batch.d.ts +12 -0
- package/clients/bedrock.d.ts +63 -14
- package/clients/bedrockagent.d.ts +2172 -171
- package/clients/bedrockagentruntime.d.ts +396 -11
- package/clients/bedrockruntime.d.ts +149 -6
- package/clients/ec2.d.ts +28 -3
- package/clients/glue.d.ts +48 -1
- package/clients/licensemanagerlinuxsubscriptions.d.ts +249 -10
- package/clients/mediaconnect.d.ts +13 -0
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +14 -14
- package/dist/aws-sdk.js +82 -70
- package/dist/aws-sdk.min.js +76 -76
- package/lib/core.js +1 -1
- package/package.json +1 -1
| @@ -8,7 +8,10 @@ | |
| 8 8 | 
             
                "protocol": "rest-json",
         | 
| 9 9 | 
             
                "jsonVersion": "1.1",
         | 
| 10 10 | 
             
                "uid": "mediaconnect-2018-11-14",
         | 
| 11 | 
            -
                "signatureVersion": "v4"
         | 
| 11 | 
            +
                "signatureVersion": "v4",
         | 
| 12 | 
            +
                "auth": [
         | 
| 13 | 
            +
                  "aws.auth#sigv4"
         | 
| 14 | 
            +
                ]
         | 
| 12 15 | 
             
              },
         | 
| 13 16 | 
             
              "operations": {
         | 
| 14 17 | 
             
                "AddBridgeOutputs": {
         | 
| @@ -145,7 +148,7 @@ | |
| 145 148 | 
             
                        "locationName": "flowArn"
         | 
| 146 149 | 
             
                      },
         | 
| 147 150 | 
             
                      "Outputs": {
         | 
| 148 | 
            -
                        "shape": " | 
| 151 | 
            +
                        "shape": "S1l",
         | 
| 149 152 | 
             
                        "locationName": "outputs"
         | 
| 150 153 | 
             
                      }
         | 
| 151 154 | 
             
                    }
         | 
| @@ -164,7 +167,7 @@ | |
| 164 167 | 
             
                        "locationName": "flowArn"
         | 
| 165 168 | 
             
                      },
         | 
| 166 169 | 
             
                      "Sources": {
         | 
| 167 | 
            -
                        "shape": " | 
| 170 | 
            +
                        "shape": "S1w",
         | 
| 168 171 | 
             
                        "locationName": "sources"
         | 
| 169 172 | 
             
                      }
         | 
| 170 173 | 
             
                    },
         | 
| @@ -180,7 +183,7 @@ | |
| 180 183 | 
             
                        "locationName": "flowArn"
         | 
| 181 184 | 
             
                      },
         | 
| 182 185 | 
             
                      "Sources": {
         | 
| 183 | 
            -
                        "shape": " | 
| 186 | 
            +
                        "shape": "S24",
         | 
| 184 187 | 
             
                        "locationName": "sources"
         | 
| 185 188 | 
             
                      }
         | 
| 186 189 | 
             
                    }
         | 
| @@ -199,7 +202,7 @@ | |
| 199 202 | 
             
                        "locationName": "flowArn"
         | 
| 200 203 | 
             
                      },
         | 
| 201 204 | 
             
                      "VpcInterfaces": {
         | 
| 202 | 
            -
                        "shape": " | 
| 205 | 
            +
                        "shape": "S2c",
         | 
| 203 206 | 
             
                        "locationName": "vpcInterfaces"
         | 
| 204 207 | 
             
                      }
         | 
| 205 208 | 
             
                    },
         | 
| @@ -215,7 +218,7 @@ | |
| 215 218 | 
             
                        "locationName": "flowArn"
         | 
| 216 219 | 
             
                      },
         | 
| 217 220 | 
             
                      "VpcInterfaces": {
         | 
| 218 | 
            -
                        "shape": " | 
| 221 | 
            +
                        "shape": "S2g",
         | 
| 219 222 | 
             
                        "locationName": "vpcInterfaces"
         | 
| 220 223 | 
             
                      }
         | 
| 221 224 | 
             
                    }
         | 
| @@ -271,7 +274,7 @@ | |
| 271 274 | 
             
                        "locationName": "placementArn"
         | 
| 272 275 | 
             
                      },
         | 
| 273 276 | 
             
                      "SourceFailoverConfig": {
         | 
| 274 | 
            -
                        "shape": " | 
| 277 | 
            +
                        "shape": "S2l",
         | 
| 275 278 | 
             
                        "locationName": "sourceFailoverConfig"
         | 
| 276 279 | 
             
                      },
         | 
| 277 280 | 
             
                      "Sources": {
         | 
| @@ -289,7 +292,7 @@ | |
| 289 292 | 
             
                    "type": "structure",
         | 
| 290 293 | 
             
                    "members": {
         | 
| 291 294 | 
             
                      "Bridge": {
         | 
| 292 | 
            -
                        "shape": " | 
| 295 | 
            +
                        "shape": "S2q",
         | 
| 293 296 | 
             
                        "locationName": "bridge"
         | 
| 294 297 | 
             
                      }
         | 
| 295 298 | 
             
                    }
         | 
| @@ -307,7 +310,7 @@ | |
| 307 310 | 
             
                        "locationName": "availabilityZone"
         | 
| 308 311 | 
             
                      },
         | 
| 309 312 | 
             
                      "Entitlements": {
         | 
| 310 | 
            -
                        "shape": " | 
| 313 | 
            +
                        "shape": "S2x",
         | 
| 311 314 | 
             
                        "locationName": "entitlements"
         | 
| 312 315 | 
             
                      },
         | 
| 313 316 | 
             
                      "MediaStreams": {
         | 
| @@ -322,19 +325,19 @@ | |
| 322 325 | 
             
                        "locationName": "outputs"
         | 
| 323 326 | 
             
                      },
         | 
| 324 327 | 
             
                      "Source": {
         | 
| 325 | 
            -
                        "shape": " | 
| 328 | 
            +
                        "shape": "S1x",
         | 
| 326 329 | 
             
                        "locationName": "source"
         | 
| 327 330 | 
             
                      },
         | 
| 328 331 | 
             
                      "SourceFailoverConfig": {
         | 
| 329 | 
            -
                        "shape": " | 
| 332 | 
            +
                        "shape": "S2l",
         | 
| 330 333 | 
             
                        "locationName": "sourceFailoverConfig"
         | 
| 331 334 | 
             
                      },
         | 
| 332 335 | 
             
                      "Sources": {
         | 
| 333 | 
            -
                        "shape": " | 
| 336 | 
            +
                        "shape": "S1w",
         | 
| 334 337 | 
             
                        "locationName": "sources"
         | 
| 335 338 | 
             
                      },
         | 
| 336 339 | 
             
                      "VpcInterfaces": {
         | 
| 337 | 
            -
                        "shape": " | 
| 340 | 
            +
                        "shape": "S2c",
         | 
| 338 341 | 
             
                        "locationName": "vpcInterfaces"
         | 
| 339 342 | 
             
                      },
         | 
| 340 343 | 
             
                      "Maintenance": {
         | 
| @@ -362,7 +365,7 @@ | |
| 362 365 | 
             
                    "type": "structure",
         | 
| 363 366 | 
             
                    "members": {
         | 
| 364 367 | 
             
                      "Flow": {
         | 
| 365 | 
            -
                        "shape": " | 
| 368 | 
            +
                        "shape": "S33",
         | 
| 366 369 | 
             
                        "locationName": "flow"
         | 
| 367 370 | 
             
                      }
         | 
| 368 371 | 
             
                    }
         | 
| @@ -384,7 +387,7 @@ | |
| 384 387 | 
             
                        "locationName": "name"
         | 
| 385 388 | 
             
                      },
         | 
| 386 389 | 
             
                      "Networks": {
         | 
| 387 | 
            -
                        "shape": " | 
| 390 | 
            +
                        "shape": "S39",
         | 
| 388 391 | 
             
                        "locationName": "networks"
         | 
| 389 392 | 
             
                      }
         | 
| 390 393 | 
             
                    },
         | 
| @@ -398,7 +401,7 @@ | |
| 398 401 | 
             
                    "type": "structure",
         | 
| 399 402 | 
             
                    "members": {
         | 
| 400 403 | 
             
                      "Gateway": {
         | 
| 401 | 
            -
                        "shape": " | 
| 404 | 
            +
                        "shape": "S3c",
         | 
| 402 405 | 
             
                        "locationName": "gateway"
         | 
| 403 406 | 
             
                      }
         | 
| 404 407 | 
             
                    }
         | 
| @@ -545,7 +548,7 @@ | |
| 545 548 | 
             
                    "type": "structure",
         | 
| 546 549 | 
             
                    "members": {
         | 
| 547 550 | 
             
                      "Bridge": {
         | 
| 548 | 
            -
                        "shape": " | 
| 551 | 
            +
                        "shape": "S2q",
         | 
| 549 552 | 
             
                        "locationName": "bridge"
         | 
| 550 553 | 
             
                      }
         | 
| 551 554 | 
             
                    }
         | 
| @@ -573,7 +576,7 @@ | |
| 573 576 | 
             
                    "type": "structure",
         | 
| 574 577 | 
             
                    "members": {
         | 
| 575 578 | 
             
                      "Flow": {
         | 
| 576 | 
            -
                        "shape": " | 
| 579 | 
            +
                        "shape": "S33",
         | 
| 577 580 | 
             
                        "locationName": "flow"
         | 
| 578 581 | 
             
                      },
         | 
| 579 582 | 
             
                      "Messages": {
         | 
| @@ -617,7 +620,7 @@ | |
| 617 620 | 
             
                        "locationName": "flowArn"
         | 
| 618 621 | 
             
                      },
         | 
| 619 622 | 
             
                      "Messages": {
         | 
| 620 | 
            -
                        "shape": " | 
| 623 | 
            +
                        "shape": "S2r",
         | 
| 621 624 | 
             
                        "locationName": "messages"
         | 
| 622 625 | 
             
                      },
         | 
| 623 626 | 
             
                      "Timestamp": {
         | 
| @@ -745,7 +748,7 @@ | |
| 745 748 | 
             
                    "type": "structure",
         | 
| 746 749 | 
             
                    "members": {
         | 
| 747 750 | 
             
                      "Gateway": {
         | 
| 748 | 
            -
                        "shape": " | 
| 751 | 
            +
                        "shape": "S3c",
         | 
| 749 752 | 
             
                        "locationName": "gateway"
         | 
| 750 753 | 
             
                      }
         | 
| 751 754 | 
             
                    }
         | 
| @@ -792,7 +795,7 @@ | |
| 792 795 | 
             
                            "locationName": "instanceId"
         | 
| 793 796 | 
             
                          },
         | 
| 794 797 | 
             
                          "InstanceMessages": {
         | 
| 795 | 
            -
                            "shape": " | 
| 798 | 
            +
                            "shape": "S2r",
         | 
| 796 799 | 
             
                            "locationName": "instanceMessages"
         | 
| 797 800 | 
             
                          },
         | 
| 798 801 | 
             
                          "InstanceState": {
         | 
| @@ -838,7 +841,7 @@ | |
| 838 841 | 
             
                    "type": "structure",
         | 
| 839 842 | 
             
                    "members": {
         | 
| 840 843 | 
             
                      "Offering": {
         | 
| 841 | 
            -
                        "shape": " | 
| 844 | 
            +
                        "shape": "S4b",
         | 
| 842 845 | 
             
                        "locationName": "offering"
         | 
| 843 846 | 
             
                      }
         | 
| 844 847 | 
             
                    }
         | 
| @@ -866,7 +869,7 @@ | |
| 866 869 | 
             
                    "type": "structure",
         | 
| 867 870 | 
             
                    "members": {
         | 
| 868 871 | 
             
                      "Reservation": {
         | 
| 869 | 
            -
                        "shape": " | 
| 872 | 
            +
                        "shape": "S4i",
         | 
| 870 873 | 
             
                        "locationName": "reservation"
         | 
| 871 874 | 
             
                      }
         | 
| 872 875 | 
             
                    }
         | 
| @@ -881,7 +884,7 @@ | |
| 881 884 | 
             
                    "type": "structure",
         | 
| 882 885 | 
             
                    "members": {
         | 
| 883 886 | 
             
                      "Entitlements": {
         | 
| 884 | 
            -
                        "shape": " | 
| 887 | 
            +
                        "shape": "S2x",
         | 
| 885 888 | 
             
                        "locationName": "entitlements"
         | 
| 886 889 | 
             
                      },
         | 
| 887 890 | 
             
                      "FlowArn": {
         | 
| @@ -898,7 +901,7 @@ | |
| 898 901 | 
             
                    "type": "structure",
         | 
| 899 902 | 
             
                    "members": {
         | 
| 900 903 | 
             
                      "Entitlements": {
         | 
| 901 | 
            -
                        "shape": " | 
| 904 | 
            +
                        "shape": "S34",
         | 
| 902 905 | 
             
                        "locationName": "entitlements"
         | 
| 903 906 | 
             
                      },
         | 
| 904 907 | 
             
                      "FlowArn": {
         | 
| @@ -1071,7 +1074,7 @@ | |
| 1071 1074 | 
             
                              "locationName": "status"
         | 
| 1072 1075 | 
             
                            },
         | 
| 1073 1076 | 
             
                            "Maintenance": {
         | 
| 1074 | 
            -
                              "shape": " | 
| 1077 | 
            +
                              "shape": "S37",
         | 
| 1075 1078 | 
             
                              "locationName": "maintenance"
         | 
| 1076 1079 | 
             
                            }
         | 
| 1077 1080 | 
             
                          },
         | 
| @@ -1232,7 +1235,7 @@ | |
| 1232 1235 | 
             
                        "locationName": "offerings",
         | 
| 1233 1236 | 
             
                        "type": "list",
         | 
| 1234 1237 | 
             
                        "member": {
         | 
| 1235 | 
            -
                          "shape": " | 
| 1238 | 
            +
                          "shape": "S4b"
         | 
| 1236 1239 | 
             
                        }
         | 
| 1237 1240 | 
             
                      }
         | 
| 1238 1241 | 
             
                    }
         | 
| @@ -1268,7 +1271,7 @@ | |
| 1268 1271 | 
             
                        "locationName": "reservations",
         | 
| 1269 1272 | 
             
                        "type": "list",
         | 
| 1270 1273 | 
             
                        "member": {
         | 
| 1271 | 
            -
                          "shape": " | 
| 1274 | 
            +
                          "shape": "S4i"
         | 
| 1272 1275 | 
             
                        }
         | 
| 1273 1276 | 
             
                      }
         | 
| 1274 1277 | 
             
                    }
         | 
| @@ -1296,7 +1299,7 @@ | |
| 1296 1299 | 
             
                    "type": "structure",
         | 
| 1297 1300 | 
             
                    "members": {
         | 
| 1298 1301 | 
             
                      "Tags": {
         | 
| 1299 | 
            -
                        "shape": " | 
| 1302 | 
            +
                        "shape": "S5g",
         | 
| 1300 1303 | 
             
                        "locationName": "tags"
         | 
| 1301 1304 | 
             
                      }
         | 
| 1302 1305 | 
             
                    }
         | 
| @@ -1331,7 +1334,7 @@ | |
| 1331 1334 | 
             
                    "type": "structure",
         | 
| 1332 1335 | 
             
                    "members": {
         | 
| 1333 1336 | 
             
                      "Reservation": {
         | 
| 1334 | 
            -
                        "shape": " | 
| 1337 | 
            +
                        "shape": "S4i",
         | 
| 1335 1338 | 
             
                        "locationName": "reservation"
         | 
| 1336 1339 | 
             
                      }
         | 
| 1337 1340 | 
             
                    }
         | 
| @@ -1657,7 +1660,7 @@ | |
| 1657 1660 | 
             
                        "locationName": "resourceArn"
         | 
| 1658 1661 | 
             
                      },
         | 
| 1659 1662 | 
             
                      "Tags": {
         | 
| 1660 | 
            -
                        "shape": " | 
| 1663 | 
            +
                        "shape": "S5g",
         | 
| 1661 1664 | 
             
                        "locationName": "tags"
         | 
| 1662 1665 | 
             
                      }
         | 
| 1663 1666 | 
             
                    },
         | 
| @@ -1730,7 +1733,7 @@ | |
| 1730 1733 | 
             
                        }
         | 
| 1731 1734 | 
             
                      },
         | 
| 1732 1735 | 
             
                      "SourceFailoverConfig": {
         | 
| 1733 | 
            -
                        "shape": " | 
| 1736 | 
            +
                        "shape": "S66",
         | 
| 1734 1737 | 
             
                        "locationName": "sourceFailoverConfig"
         | 
| 1735 1738 | 
             
                      }
         | 
| 1736 1739 | 
             
                    },
         | 
| @@ -1742,7 +1745,7 @@ | |
| 1742 1745 | 
             
                    "type": "structure",
         | 
| 1743 1746 | 
             
                    "members": {
         | 
| 1744 1747 | 
             
                      "Bridge": {
         | 
| 1745 | 
            -
                        "shape": " | 
| 1748 | 
            +
                        "shape": "S2q",
         | 
| 1746 1749 | 
             
                        "locationName": "bridge"
         | 
| 1747 1750 | 
             
                      }
         | 
| 1748 1751 | 
             
                    }
         | 
| @@ -1923,7 +1926,7 @@ | |
| 1923 1926 | 
             
                        "locationName": "flowArn"
         | 
| 1924 1927 | 
             
                      },
         | 
| 1925 1928 | 
             
                      "SourceFailoverConfig": {
         | 
| 1926 | 
            -
                        "shape": " | 
| 1929 | 
            +
                        "shape": "S66",
         | 
| 1927 1930 | 
             
                        "locationName": "sourceFailoverConfig"
         | 
| 1928 1931 | 
             
                      },
         | 
| 1929 1932 | 
             
                      "Maintenance": {
         | 
| @@ -1950,7 +1953,7 @@ | |
| 1950 1953 | 
             
                    "type": "structure",
         | 
| 1951 1954 | 
             
                    "members": {
         | 
| 1952 1955 | 
             
                      "Flow": {
         | 
| 1953 | 
            -
                        "shape": " | 
| 1956 | 
            +
                        "shape": "S33",
         | 
| 1954 1957 | 
             
                        "locationName": "flow"
         | 
| 1955 1958 | 
             
                      }
         | 
| 1956 1959 | 
             
                    }
         | 
| @@ -1969,7 +1972,7 @@ | |
| 1969 1972 | 
             
                        "locationName": "description"
         | 
| 1970 1973 | 
             
                      },
         | 
| 1971 1974 | 
             
                      "Encryption": {
         | 
| 1972 | 
            -
                        "shape": " | 
| 1975 | 
            +
                        "shape": "S6m",
         | 
| 1973 1976 | 
             
                        "locationName": "encryption"
         | 
| 1974 1977 | 
             
                      },
         | 
| 1975 1978 | 
             
                      "EntitlementArn": {
         | 
| @@ -1997,7 +2000,7 @@ | |
| 1997 2000 | 
             
                    "type": "structure",
         | 
| 1998 2001 | 
             
                    "members": {
         | 
| 1999 2002 | 
             
                      "Entitlement": {
         | 
| 2000 | 
            -
                        "shape": " | 
| 2003 | 
            +
                        "shape": "S35",
         | 
| 2001 2004 | 
             
                        "locationName": "entitlement"
         | 
| 2002 2005 | 
             
                      },
         | 
| 2003 2006 | 
             
                      "FlowArn": {
         | 
| @@ -2079,7 +2082,7 @@ | |
| 2079 2082 | 
             
                        "locationName": "destination"
         | 
| 2080 2083 | 
             
                      },
         | 
| 2081 2084 | 
             
                      "Encryption": {
         | 
| 2082 | 
            -
                        "shape": " | 
| 2085 | 
            +
                        "shape": "S6m",
         | 
| 2083 2086 | 
             
                        "locationName": "encryption"
         | 
| 2084 2087 | 
             
                      },
         | 
| 2085 2088 | 
             
                      "FlowArn": {
         | 
| @@ -2129,6 +2132,9 @@ | |
| 2129 2132 | 
             
                      "VpcInterfaceAttachment": {
         | 
| 2130 2133 | 
             
                        "shape": "Sh",
         | 
| 2131 2134 | 
             
                        "locationName": "vpcInterfaceAttachment"
         | 
| 2135 | 
            +
                      },
         | 
| 2136 | 
            +
                      "OutputStatus": {
         | 
| 2137 | 
            +
                        "locationName": "outputStatus"
         | 
| 2132 2138 | 
             
                      }
         | 
| 2133 2139 | 
             
                    },
         | 
| 2134 2140 | 
             
                    "required": [
         | 
| @@ -2143,7 +2149,7 @@ | |
| 2143 2149 | 
             
                        "locationName": "flowArn"
         | 
| 2144 2150 | 
             
                      },
         | 
| 2145 2151 | 
             
                      "Output": {
         | 
| 2146 | 
            -
                        "shape": " | 
| 2152 | 
            +
                        "shape": "S1m",
         | 
| 2147 2153 | 
             
                        "locationName": "output"
         | 
| 2148 2154 | 
             
                      }
         | 
| 2149 2155 | 
             
                    }
         | 
| @@ -2159,7 +2165,7 @@ | |
| 2159 2165 | 
             
                    "type": "structure",
         | 
| 2160 2166 | 
             
                    "members": {
         | 
| 2161 2167 | 
             
                      "Decryption": {
         | 
| 2162 | 
            -
                        "shape": " | 
| 2168 | 
            +
                        "shape": "S6m",
         | 
| 2163 2169 | 
             
                        "locationName": "decryption"
         | 
| 2164 2170 | 
             
                      },
         | 
| 2165 2171 | 
             
                      "Description": {
         | 
| @@ -2189,7 +2195,7 @@ | |
| 2189 2195 | 
             
                        "type": "integer"
         | 
| 2190 2196 | 
             
                      },
         | 
| 2191 2197 | 
             
                      "MediaStreamSourceConfigurations": {
         | 
| 2192 | 
            -
                        "shape": " | 
| 2198 | 
            +
                        "shape": "S1y",
         | 
| 2193 2199 | 
             
                        "locationName": "mediaStreamSourceConfigurations"
         | 
| 2194 2200 | 
             
                      },
         | 
| 2195 2201 | 
             
                      "MinLatency": {
         | 
| @@ -2252,7 +2258,7 @@ | |
| 2252 2258 | 
             
                        "locationName": "flowArn"
         | 
| 2253 2259 | 
             
                      },
         | 
| 2254 2260 | 
             
                      "Source": {
         | 
| 2255 | 
            -
                        "shape": " | 
| 2261 | 
            +
                        "shape": "S25",
         | 
| 2256 2262 | 
             
                        "locationName": "source"
         | 
| 2257 2263 | 
             
                      }
         | 
| 2258 2264 | 
             
                    }
         | 
| @@ -2738,6 +2744,9 @@ | |
| 2738 2744 | 
             
                      "VpcInterfaceAttachment": {
         | 
| 2739 2745 | 
             
                        "shape": "Sh",
         | 
| 2740 2746 | 
             
                        "locationName": "vpcInterfaceAttachment"
         | 
| 2747 | 
            +
                      },
         | 
| 2748 | 
            +
                      "OutputStatus": {
         | 
| 2749 | 
            +
                        "locationName": "outputStatus"
         | 
| 2741 2750 | 
             
                      }
         | 
| 2742 2751 | 
             
                    },
         | 
| 2743 2752 | 
             
                    "required": [
         | 
| @@ -2855,13 +2864,13 @@ | |
| 2855 2864 | 
             
                    "Name"
         | 
| 2856 2865 | 
             
                  ]
         | 
| 2857 2866 | 
             
                },
         | 
| 2858 | 
            -
                " | 
| 2867 | 
            +
                "S1l": {
         | 
| 2859 2868 | 
             
                  "type": "list",
         | 
| 2860 2869 | 
             
                  "member": {
         | 
| 2861 | 
            -
                    "shape": " | 
| 2870 | 
            +
                    "shape": "S1m"
         | 
| 2862 2871 | 
             
                  }
         | 
| 2863 2872 | 
             
                },
         | 
| 2864 | 
            -
                " | 
| 2873 | 
            +
                "S1m": {
         | 
| 2865 2874 | 
             
                  "type": "structure",
         | 
| 2866 2875 | 
             
                  "members": {
         | 
| 2867 2876 | 
             
                    "DataTransferSubscriberFeePercent": {
         | 
| @@ -2907,7 +2916,7 @@ | |
| 2907 2916 | 
             
                                  "type": "integer"
         | 
| 2908 2917 | 
             
                                },
         | 
| 2909 2918 | 
             
                                "Interface": {
         | 
| 2910 | 
            -
                                  "shape": " | 
| 2919 | 
            +
                                  "shape": "S1r",
         | 
| 2911 2920 | 
             
                                  "locationName": "interface"
         | 
| 2912 2921 | 
             
                                },
         | 
| 2913 2922 | 
             
                                "OutboundIp": {
         | 
| @@ -2963,7 +2972,7 @@ | |
| 2963 2972 | 
             
                      "type": "integer"
         | 
| 2964 2973 | 
             
                    },
         | 
| 2965 2974 | 
             
                    "Transport": {
         | 
| 2966 | 
            -
                      "shape": " | 
| 2975 | 
            +
                      "shape": "S1t",
         | 
| 2967 2976 | 
             
                      "locationName": "transport"
         | 
| 2968 2977 | 
             
                    },
         | 
| 2969 2978 | 
             
                    "VpcInterfaceAttachment": {
         | 
| @@ -2979,6 +2988,9 @@ | |
| 2979 2988 | 
             
                      "member": {
         | 
| 2980 2989 | 
             
                        "type": "integer"
         | 
| 2981 2990 | 
             
                      }
         | 
| 2991 | 
            +
                    },
         | 
| 2992 | 
            +
                    "OutputStatus": {
         | 
| 2993 | 
            +
                      "locationName": "outputStatus"
         | 
| 2982 2994 | 
             
                    }
         | 
| 2983 2995 | 
             
                  },
         | 
| 2984 2996 | 
             
                  "required": [
         | 
| @@ -2986,7 +2998,7 @@ | |
| 2986 2998 | 
             
                    "Name"
         | 
| 2987 2999 | 
             
                  ]
         | 
| 2988 3000 | 
             
                },
         | 
| 2989 | 
            -
                " | 
| 3001 | 
            +
                "S1r": {
         | 
| 2990 3002 | 
             
                  "type": "structure",
         | 
| 2991 3003 | 
             
                  "members": {
         | 
| 2992 3004 | 
             
                    "Name": {
         | 
| @@ -2997,7 +3009,7 @@ | |
| 2997 3009 | 
             
                    "Name"
         | 
| 2998 3010 | 
             
                  ]
         | 
| 2999 3011 | 
             
                },
         | 
| 3000 | 
            -
                " | 
| 3012 | 
            +
                "S1t": {
         | 
| 3001 3013 | 
             
                  "type": "structure",
         | 
| 3002 3014 | 
             
                  "members": {
         | 
| 3003 3015 | 
             
                    "CidrAllowList": {
         | 
| @@ -3052,13 +3064,13 @@ | |
| 3052 3064 | 
             
                    "Protocol"
         | 
| 3053 3065 | 
             
                  ]
         | 
| 3054 3066 | 
             
                },
         | 
| 3055 | 
            -
                " | 
| 3067 | 
            +
                "S1w": {
         | 
| 3056 3068 | 
             
                  "type": "list",
         | 
| 3057 3069 | 
             
                  "member": {
         | 
| 3058 | 
            -
                    "shape": " | 
| 3070 | 
            +
                    "shape": "S1x"
         | 
| 3059 3071 | 
             
                  }
         | 
| 3060 3072 | 
             
                },
         | 
| 3061 | 
            -
                " | 
| 3073 | 
            +
                "S1x": {
         | 
| 3062 3074 | 
             
                  "type": "structure",
         | 
| 3063 3075 | 
             
                  "members": {
         | 
| 3064 3076 | 
             
                    "Decryption": {
         | 
| @@ -3088,7 +3100,7 @@ | |
| 3088 3100 | 
             
                      "type": "integer"
         | 
| 3089 3101 | 
             
                    },
         | 
| 3090 3102 | 
             
                    "MediaStreamSourceConfigurations": {
         | 
| 3091 | 
            -
                      "shape": " | 
| 3103 | 
            +
                      "shape": "S1y",
         | 
| 3092 3104 | 
             
                      "locationName": "mediaStreamSourceConfigurations"
         | 
| 3093 3105 | 
             
                    },
         | 
| 3094 3106 | 
             
                    "MinLatency": {
         | 
| @@ -3142,7 +3154,7 @@ | |
| 3142 3154 | 
             
                    }
         | 
| 3143 3155 | 
             
                  }
         | 
| 3144 3156 | 
             
                },
         | 
| 3145 | 
            -
                " | 
| 3157 | 
            +
                "S1y": {
         | 
| 3146 3158 | 
             
                  "type": "list",
         | 
| 3147 3159 | 
             
                  "member": {
         | 
| 3148 3160 | 
             
                    "type": "structure",
         | 
| @@ -3181,13 +3193,13 @@ | |
| 3181 3193 | 
             
                    ]
         | 
| 3182 3194 | 
             
                  }
         | 
| 3183 3195 | 
             
                },
         | 
| 3184 | 
            -
                " | 
| 3196 | 
            +
                "S24": {
         | 
| 3185 3197 | 
             
                  "type": "list",
         | 
| 3186 3198 | 
             
                  "member": {
         | 
| 3187 | 
            -
                    "shape": " | 
| 3199 | 
            +
                    "shape": "S25"
         | 
| 3188 3200 | 
             
                  }
         | 
| 3189 3201 | 
             
                },
         | 
| 3190 | 
            -
                " | 
| 3202 | 
            +
                "S25": {
         | 
| 3191 3203 | 
             
                  "type": "structure",
         | 
| 3192 3204 | 
             
                  "members": {
         | 
| 3193 3205 | 
             
                    "DataTransferSubscriberFeePercent": {
         | 
| @@ -3234,7 +3246,7 @@ | |
| 3234 3246 | 
             
                                  "type": "integer"
         | 
| 3235 3247 | 
             
                                },
         | 
| 3236 3248 | 
             
                                "Interface": {
         | 
| 3237 | 
            -
                                  "shape": " | 
| 3249 | 
            +
                                  "shape": "S1r",
         | 
| 3238 3250 | 
             
                                  "locationName": "interface"
         | 
| 3239 3251 | 
             
                                }
         | 
| 3240 3252 | 
             
                              },
         | 
| @@ -3269,7 +3281,7 @@ | |
| 3269 3281 | 
             
                      "locationName": "sourceArn"
         | 
| 3270 3282 | 
             
                    },
         | 
| 3271 3283 | 
             
                    "Transport": {
         | 
| 3272 | 
            -
                      "shape": " | 
| 3284 | 
            +
                      "shape": "S1t",
         | 
| 3273 3285 | 
             
                      "locationName": "transport"
         | 
| 3274 3286 | 
             
                    },
         | 
| 3275 3287 | 
             
                    "VpcInterfaceName": {
         | 
| @@ -3300,7 +3312,7 @@ | |
| 3300 3312 | 
             
                    "SourceArn"
         | 
| 3301 3313 | 
             
                  ]
         | 
| 3302 3314 | 
             
                },
         | 
| 3303 | 
            -
                " | 
| 3315 | 
            +
                "S2c": {
         | 
| 3304 3316 | 
             
                  "type": "list",
         | 
| 3305 3317 | 
             
                  "member": {
         | 
| 3306 3318 | 
             
                    "type": "structure",
         | 
| @@ -3330,7 +3342,7 @@ | |
| 3330 3342 | 
             
                    ]
         | 
| 3331 3343 | 
             
                  }
         | 
| 3332 3344 | 
             
                },
         | 
| 3333 | 
            -
                " | 
| 3345 | 
            +
                "S2g": {
         | 
| 3334 3346 | 
             
                  "type": "list",
         | 
| 3335 3347 | 
             
                  "member": {
         | 
| 3336 3348 | 
             
                    "type": "structure",
         | 
| @@ -3366,7 +3378,7 @@ | |
| 3366 3378 | 
             
                    ]
         | 
| 3367 3379 | 
             
                  }
         | 
| 3368 3380 | 
             
                },
         | 
| 3369 | 
            -
                " | 
| 3381 | 
            +
                "S2l": {
         | 
| 3370 3382 | 
             
                  "type": "structure",
         | 
| 3371 3383 | 
             
                  "members": {
         | 
| 3372 3384 | 
             
                    "FailoverMode": {
         | 
| @@ -3377,7 +3389,7 @@ | |
| 3377 3389 | 
             
                      "type": "integer"
         | 
| 3378 3390 | 
             
                    },
         | 
| 3379 3391 | 
             
                    "SourcePriority": {
         | 
| 3380 | 
            -
                      "shape": " | 
| 3392 | 
            +
                      "shape": "S2n",
         | 
| 3381 3393 | 
             
                      "locationName": "sourcePriority"
         | 
| 3382 3394 | 
             
                    },
         | 
| 3383 3395 | 
             
                    "State": {
         | 
| @@ -3385,7 +3397,7 @@ | |
| 3385 3397 | 
             
                    }
         | 
| 3386 3398 | 
             
                  }
         | 
| 3387 3399 | 
             
                },
         | 
| 3388 | 
            -
                " | 
| 3400 | 
            +
                "S2n": {
         | 
| 3389 3401 | 
             
                  "type": "structure",
         | 
| 3390 3402 | 
             
                  "members": {
         | 
| 3391 3403 | 
             
                    "PrimarySource": {
         | 
| @@ -3393,14 +3405,14 @@ | |
| 3393 3405 | 
             
                    }
         | 
| 3394 3406 | 
             
                  }
         | 
| 3395 3407 | 
             
                },
         | 
| 3396 | 
            -
                " | 
| 3408 | 
            +
                "S2q": {
         | 
| 3397 3409 | 
             
                  "type": "structure",
         | 
| 3398 3410 | 
             
                  "members": {
         | 
| 3399 3411 | 
             
                    "BridgeArn": {
         | 
| 3400 3412 | 
             
                      "locationName": "bridgeArn"
         | 
| 3401 3413 | 
             
                    },
         | 
| 3402 3414 | 
             
                    "BridgeMessages": {
         | 
| 3403 | 
            -
                      "shape": " | 
| 3415 | 
            +
                      "shape": "S2r",
         | 
| 3404 3416 | 
             
                      "locationName": "bridgeMessages"
         | 
| 3405 3417 | 
             
                    },
         | 
| 3406 3418 | 
             
                    "BridgeState": {
         | 
| @@ -3454,7 +3466,7 @@ | |
| 3454 3466 | 
             
                      "locationName": "placementArn"
         | 
| 3455 3467 | 
             
                    },
         | 
| 3456 3468 | 
             
                    "SourceFailoverConfig": {
         | 
| 3457 | 
            -
                      "shape": " | 
| 3469 | 
            +
                      "shape": "S2l",
         | 
| 3458 3470 | 
             
                      "locationName": "sourceFailoverConfig"
         | 
| 3459 3471 | 
             
                    },
         | 
| 3460 3472 | 
             
                    "Sources": {
         | 
| @@ -3469,7 +3481,7 @@ | |
| 3469 3481 | 
             
                    "Name"
         | 
| 3470 3482 | 
             
                  ]
         | 
| 3471 3483 | 
             
                },
         | 
| 3472 | 
            -
                " | 
| 3484 | 
            +
                "S2r": {
         | 
| 3473 3485 | 
             
                  "type": "list",
         | 
| 3474 3486 | 
             
                  "member": {
         | 
| 3475 3487 | 
             
                    "type": "structure",
         | 
| @@ -3490,7 +3502,7 @@ | |
| 3490 3502 | 
             
                    ]
         | 
| 3491 3503 | 
             
                  }
         | 
| 3492 3504 | 
             
                },
         | 
| 3493 | 
            -
                " | 
| 3505 | 
            +
                "S2x": {
         | 
| 3494 3506 | 
             
                  "type": "list",
         | 
| 3495 3507 | 
             
                  "member": {
         | 
| 3496 3508 | 
             
                    "type": "structure",
         | 
| @@ -3522,7 +3534,7 @@ | |
| 3522 3534 | 
             
                    ]
         | 
| 3523 3535 | 
             
                  }
         | 
| 3524 3536 | 
             
                },
         | 
| 3525 | 
            -
                " | 
| 3537 | 
            +
                "S33": {
         | 
| 3526 3538 | 
             
                  "type": "structure",
         | 
| 3527 3539 | 
             
                  "members": {
         | 
| 3528 3540 | 
             
                    "AvailabilityZone": {
         | 
| @@ -3535,7 +3547,7 @@ | |
| 3535 3547 | 
             
                      "locationName": "egressIp"
         | 
| 3536 3548 | 
             
                    },
         | 
| 3537 3549 | 
             
                    "Entitlements": {
         | 
| 3538 | 
            -
                      "shape": " | 
| 3550 | 
            +
                      "shape": "S34",
         | 
| 3539 3551 | 
             
                      "locationName": "entitlements"
         | 
| 3540 3552 | 
             
                    },
         | 
| 3541 3553 | 
             
                    "FlowArn": {
         | 
| @@ -3549,30 +3561,30 @@ | |
| 3549 3561 | 
             
                      "locationName": "name"
         | 
| 3550 3562 | 
             
                    },
         | 
| 3551 3563 | 
             
                    "Outputs": {
         | 
| 3552 | 
            -
                      "shape": " | 
| 3564 | 
            +
                      "shape": "S1l",
         | 
| 3553 3565 | 
             
                      "locationName": "outputs"
         | 
| 3554 3566 | 
             
                    },
         | 
| 3555 3567 | 
             
                    "Source": {
         | 
| 3556 | 
            -
                      "shape": " | 
| 3568 | 
            +
                      "shape": "S25",
         | 
| 3557 3569 | 
             
                      "locationName": "source"
         | 
| 3558 3570 | 
             
                    },
         | 
| 3559 3571 | 
             
                    "SourceFailoverConfig": {
         | 
| 3560 | 
            -
                      "shape": " | 
| 3572 | 
            +
                      "shape": "S2l",
         | 
| 3561 3573 | 
             
                      "locationName": "sourceFailoverConfig"
         | 
| 3562 3574 | 
             
                    },
         | 
| 3563 3575 | 
             
                    "Sources": {
         | 
| 3564 | 
            -
                      "shape": " | 
| 3576 | 
            +
                      "shape": "S24",
         | 
| 3565 3577 | 
             
                      "locationName": "sources"
         | 
| 3566 3578 | 
             
                    },
         | 
| 3567 3579 | 
             
                    "Status": {
         | 
| 3568 3580 | 
             
                      "locationName": "status"
         | 
| 3569 3581 | 
             
                    },
         | 
| 3570 3582 | 
             
                    "VpcInterfaces": {
         | 
| 3571 | 
            -
                      "shape": " | 
| 3583 | 
            +
                      "shape": "S2g",
         | 
| 3572 3584 | 
             
                      "locationName": "vpcInterfaces"
         | 
| 3573 3585 | 
             
                    },
         | 
| 3574 3586 | 
             
                    "Maintenance": {
         | 
| 3575 | 
            -
                      "shape": " | 
| 3587 | 
            +
                      "shape": "S37",
         | 
| 3576 3588 | 
             
                      "locationName": "maintenance"
         | 
| 3577 3589 | 
             
                    }
         | 
| 3578 3590 | 
             
                  },
         | 
| @@ -3586,13 +3598,13 @@ | |
| 3586 3598 | 
             
                    "FlowArn"
         | 
| 3587 3599 | 
             
                  ]
         | 
| 3588 3600 | 
             
                },
         | 
| 3589 | 
            -
                " | 
| 3601 | 
            +
                "S34": {
         | 
| 3590 3602 | 
             
                  "type": "list",
         | 
| 3591 3603 | 
             
                  "member": {
         | 
| 3592 | 
            -
                    "shape": " | 
| 3604 | 
            +
                    "shape": "S35"
         | 
| 3593 3605 | 
             
                  }
         | 
| 3594 3606 | 
             
                },
         | 
| 3595 | 
            -
                " | 
| 3607 | 
            +
                "S35": {
         | 
| 3596 3608 | 
             
                  "type": "structure",
         | 
| 3597 3609 | 
             
                  "members": {
         | 
| 3598 3610 | 
             
                    "DataTransferSubscriberFeePercent": {
         | 
| @@ -3626,7 +3638,7 @@ | |
| 3626 3638 | 
             
                    "Name"
         | 
| 3627 3639 | 
             
                  ]
         | 
| 3628 3640 | 
             
                },
         | 
| 3629 | 
            -
                " | 
| 3641 | 
            +
                "S37": {
         | 
| 3630 3642 | 
             
                  "type": "structure",
         | 
| 3631 3643 | 
             
                  "members": {
         | 
| 3632 3644 | 
             
                    "MaintenanceDay": {
         | 
| @@ -3643,7 +3655,7 @@ | |
| 3643 3655 | 
             
                    }
         | 
| 3644 3656 | 
             
                  }
         | 
| 3645 3657 | 
             
                },
         | 
| 3646 | 
            -
                " | 
| 3658 | 
            +
                "S39": {
         | 
| 3647 3659 | 
             
                  "type": "list",
         | 
| 3648 3660 | 
             
                  "member": {
         | 
| 3649 3661 | 
             
                    "type": "structure",
         | 
| @@ -3661,7 +3673,7 @@ | |
| 3661 3673 | 
             
                    ]
         | 
| 3662 3674 | 
             
                  }
         | 
| 3663 3675 | 
             
                },
         | 
| 3664 | 
            -
                " | 
| 3676 | 
            +
                "S3c": {
         | 
| 3665 3677 | 
             
                  "type": "structure",
         | 
| 3666 3678 | 
             
                  "members": {
         | 
| 3667 3679 | 
             
                    "EgressCidrBlocks": {
         | 
| @@ -3672,7 +3684,7 @@ | |
| 3672 3684 | 
             
                      "locationName": "gatewayArn"
         | 
| 3673 3685 | 
             
                    },
         | 
| 3674 3686 | 
             
                    "GatewayMessages": {
         | 
| 3675 | 
            -
                      "shape": " | 
| 3687 | 
            +
                      "shape": "S2r",
         | 
| 3676 3688 | 
             
                      "locationName": "gatewayMessages"
         | 
| 3677 3689 | 
             
                    },
         | 
| 3678 3690 | 
             
                    "GatewayState": {
         | 
| @@ -3682,7 +3694,7 @@ | |
| 3682 3694 | 
             
                      "locationName": "name"
         | 
| 3683 3695 | 
             
                    },
         | 
| 3684 3696 | 
             
                    "Networks": {
         | 
| 3685 | 
            -
                      "shape": " | 
| 3697 | 
            +
                      "shape": "S39",
         | 
| 3686 3698 | 
             
                      "locationName": "networks"
         | 
| 3687 3699 | 
             
                    }
         | 
| 3688 3700 | 
             
                  },
         | 
| @@ -3693,7 +3705,7 @@ | |
| 3693 3705 | 
             
                    "Name"
         | 
| 3694 3706 | 
             
                  ]
         | 
| 3695 3707 | 
             
                },
         | 
| 3696 | 
            -
                " | 
| 3708 | 
            +
                "S4b": {
         | 
| 3697 3709 | 
             
                  "type": "structure",
         | 
| 3698 3710 | 
             
                  "members": {
         | 
| 3699 3711 | 
             
                    "CurrencyCode": {
         | 
| @@ -3719,7 +3731,7 @@ | |
| 3719 3731 | 
             
                      "locationName": "priceUnits"
         | 
| 3720 3732 | 
             
                    },
         | 
| 3721 3733 | 
             
                    "ResourceSpecification": {
         | 
| 3722 | 
            -
                      "shape": " | 
| 3734 | 
            +
                      "shape": "S4e",
         | 
| 3723 3735 | 
             
                      "locationName": "resourceSpecification"
         | 
| 3724 3736 | 
             
                    }
         | 
| 3725 3737 | 
             
                  },
         | 
| @@ -3734,7 +3746,7 @@ | |
| 3734 3746 | 
             
                    "PriceUnits"
         | 
| 3735 3747 | 
             
                  ]
         | 
| 3736 3748 | 
             
                },
         | 
| 3737 | 
            -
                " | 
| 3749 | 
            +
                "S4e": {
         | 
| 3738 3750 | 
             
                  "type": "structure",
         | 
| 3739 3751 | 
             
                  "members": {
         | 
| 3740 3752 | 
             
                    "ReservedBitrate": {
         | 
| @@ -3749,7 +3761,7 @@ | |
| 3749 3761 | 
             
                    "ResourceType"
         | 
| 3750 3762 | 
             
                  ]
         | 
| 3751 3763 | 
             
                },
         | 
| 3752 | 
            -
                " | 
| 3764 | 
            +
                "S4i": {
         | 
| 3753 3765 | 
             
                  "type": "structure",
         | 
| 3754 3766 | 
             
                  "members": {
         | 
| 3755 3767 | 
             
                    "CurrencyCode": {
         | 
| @@ -3787,7 +3799,7 @@ | |
| 3787 3799 | 
             
                      "locationName": "reservationState"
         | 
| 3788 3800 | 
             
                    },
         | 
| 3789 3801 | 
             
                    "ResourceSpecification": {
         | 
| 3790 | 
            -
                      "shape": " | 
| 3802 | 
            +
                      "shape": "S4e",
         | 
| 3791 3803 | 
             
                      "locationName": "resourceSpecification"
         | 
| 3792 3804 | 
             
                    },
         | 
| 3793 3805 | 
             
                    "Start": {
         | 
| @@ -3810,12 +3822,12 @@ | |
| 3810 3822 | 
             
                    "PriceUnits"
         | 
| 3811 3823 | 
             
                  ]
         | 
| 3812 3824 | 
             
                },
         | 
| 3813 | 
            -
                " | 
| 3825 | 
            +
                "S5g": {
         | 
| 3814 3826 | 
             
                  "type": "map",
         | 
| 3815 3827 | 
             
                  "key": {},
         | 
| 3816 3828 | 
             
                  "value": {}
         | 
| 3817 3829 | 
             
                },
         | 
| 3818 | 
            -
                " | 
| 3830 | 
            +
                "S66": {
         | 
| 3819 3831 | 
             
                  "type": "structure",
         | 
| 3820 3832 | 
             
                  "members": {
         | 
| 3821 3833 | 
             
                    "FailoverMode": {
         | 
| @@ -3826,7 +3838,7 @@ | |
| 3826 3838 | 
             
                      "type": "integer"
         | 
| 3827 3839 | 
             
                    },
         | 
| 3828 3840 | 
             
                    "SourcePriority": {
         | 
| 3829 | 
            -
                      "shape": " | 
| 3841 | 
            +
                      "shape": "S2n",
         | 
| 3830 3842 | 
             
                      "locationName": "sourcePriority"
         | 
| 3831 3843 | 
             
                    },
         | 
| 3832 3844 | 
             
                    "State": {
         | 
| @@ -3834,7 +3846,7 @@ | |
| 3834 3846 | 
             
                    }
         | 
| 3835 3847 | 
             
                  }
         | 
| 3836 3848 | 
             
                },
         | 
| 3837 | 
            -
                " | 
| 3849 | 
            +
                "S6m": {
         | 
| 3838 3850 | 
             
                  "type": "structure",
         | 
| 3839 3851 | 
             
                  "members": {
         | 
| 3840 3852 | 
             
                    "Algorithm": {
         |