cdk-lambda-subminute 2.0.464 → 2.0.466
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/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appintegrations-2020-07-29.min.json +121 -11
- package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json +111 -105
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1346 -1321
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +635 -307
- package/node_modules/aws-sdk/clients/appintegrations.d.ts +122 -13
- package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +12 -1
- package/node_modules/aws-sdk/clients/ec2.d.ts +36 -1
- package/node_modules/aws-sdk/clients/glue.d.ts +474 -4
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +5 -5
- package/node_modules/aws-sdk/dist/aws-sdk.js +1460 -1429
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +90 -90
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +2 -2
| @@ -284,6 +284,7 @@ | |
| 284 284 | 
             
                          "type": "structure",
         | 
| 285 285 | 
             
                          "members": {
         | 
| 286 286 | 
             
                            "ResultId": {},
         | 
| 287 | 
            +
                            "ProfileId": {},
         | 
| 287 288 | 
             
                            "Score": {
         | 
| 288 289 | 
             
                              "type": "double"
         | 
| 289 290 | 
             
                            },
         | 
| @@ -506,6 +507,44 @@ | |
| 506 507 | 
             
                    }
         | 
| 507 508 | 
             
                  }
         | 
| 508 509 | 
             
                },
         | 
| 510 | 
            +
                "BatchPutDataQualityStatisticAnnotation": {
         | 
| 511 | 
            +
                  "input": {
         | 
| 512 | 
            +
                    "type": "structure",
         | 
| 513 | 
            +
                    "required": [
         | 
| 514 | 
            +
                      "InclusionAnnotations"
         | 
| 515 | 
            +
                    ],
         | 
| 516 | 
            +
                    "members": {
         | 
| 517 | 
            +
                      "InclusionAnnotations": {
         | 
| 518 | 
            +
                        "type": "list",
         | 
| 519 | 
            +
                        "member": {
         | 
| 520 | 
            +
                          "type": "structure",
         | 
| 521 | 
            +
                          "members": {
         | 
| 522 | 
            +
                            "ProfileId": {},
         | 
| 523 | 
            +
                            "StatisticId": {},
         | 
| 524 | 
            +
                            "InclusionAnnotation": {}
         | 
| 525 | 
            +
                          }
         | 
| 526 | 
            +
                        }
         | 
| 527 | 
            +
                      },
         | 
| 528 | 
            +
                      "ClientToken": {}
         | 
| 529 | 
            +
                    }
         | 
| 530 | 
            +
                  },
         | 
| 531 | 
            +
                  "output": {
         | 
| 532 | 
            +
                    "type": "structure",
         | 
| 533 | 
            +
                    "members": {
         | 
| 534 | 
            +
                      "FailedInclusionAnnotations": {
         | 
| 535 | 
            +
                        "type": "list",
         | 
| 536 | 
            +
                        "member": {
         | 
| 537 | 
            +
                          "type": "structure",
         | 
| 538 | 
            +
                          "members": {
         | 
| 539 | 
            +
                            "ProfileId": {},
         | 
| 540 | 
            +
                            "StatisticId": {},
         | 
| 541 | 
            +
                            "FailureReason": {}
         | 
| 542 | 
            +
                          }
         | 
| 543 | 
            +
                        }
         | 
| 544 | 
            +
                      }
         | 
| 545 | 
            +
                    }
         | 
| 546 | 
            +
                  }
         | 
| 547 | 
            +
                },
         | 
| 509 548 | 
             
                "BatchStopJobRun": {
         | 
| 510 549 | 
             
                  "input": {
         | 
| 511 550 | 
             
                    "type": "structure",
         | 
| @@ -572,7 +611,7 @@ | |
| 572 611 | 
             
                          ],
         | 
| 573 612 | 
             
                          "members": {
         | 
| 574 613 | 
             
                            "PartitionValueList": {
         | 
| 575 | 
            -
                              "shape": " | 
| 614 | 
            +
                              "shape": "Sd7"
         | 
| 576 615 | 
             
                            },
         | 
| 577 616 | 
             
                            "PartitionInput": {
         | 
| 578 617 | 
             
                              "shape": "S5"
         | 
| @@ -591,7 +630,7 @@ | |
| 591 630 | 
             
                          "type": "structure",
         | 
| 592 631 | 
             
                          "members": {
         | 
| 593 632 | 
             
                            "PartitionValueList": {
         | 
| 594 | 
            -
                              "shape": " | 
| 633 | 
            +
                              "shape": "Sd7"
         | 
| 595 634 | 
             
                            },
         | 
| 596 635 | 
             
                            "ErrorDetail": {
         | 
| 597 636 | 
             
                              "shape": "S14"
         | 
| @@ -707,7 +746,7 @@ | |
| 707 746 | 
             
                      "Description": {},
         | 
| 708 747 | 
             
                      "BlueprintLocation": {},
         | 
| 709 748 | 
             
                      "Tags": {
         | 
| 710 | 
            -
                        "shape": " | 
| 749 | 
            +
                        "shape": "Sds"
         | 
| 711 750 | 
             
                      }
         | 
| 712 751 | 
             
                    }
         | 
| 713 752 | 
             
                  },
         | 
| @@ -770,7 +809,7 @@ | |
| 770 809 | 
             
                          "QuoteSymbol": {},
         | 
| 771 810 | 
             
                          "ContainsHeader": {},
         | 
| 772 811 | 
             
                          "Header": {
         | 
| 773 | 
            -
                            "shape": " | 
| 812 | 
            +
                            "shape": "Se9"
         | 
| 774 813 | 
             
                          },
         | 
| 775 814 | 
             
                          "DisableValueTrimming": {
         | 
| 776 815 | 
             
                            "type": "boolean"
         | 
| @@ -782,7 +821,7 @@ | |
| 782 821 | 
             
                            "type": "boolean"
         | 
| 783 822 | 
             
                          },
         | 
| 784 823 | 
             
                          "CustomDatatypes": {
         | 
| 785 | 
            -
                            "shape": " | 
| 824 | 
            +
                            "shape": "Sea"
         | 
| 786 825 | 
             
                          },
         | 
| 787 826 | 
             
                          "Serde": {}
         | 
| 788 827 | 
             
                        }
         | 
| @@ -803,10 +842,10 @@ | |
| 803 842 | 
             
                    "members": {
         | 
| 804 843 | 
             
                      "CatalogId": {},
         | 
| 805 844 | 
             
                      "ConnectionInput": {
         | 
| 806 | 
            -
                        "shape": " | 
| 845 | 
            +
                        "shape": "See"
         | 
| 807 846 | 
             
                      },
         | 
| 808 847 | 
             
                      "Tags": {
         | 
| 809 | 
            -
                        "shape": " | 
| 848 | 
            +
                        "shape": "Sds"
         | 
| 810 849 | 
             
                      }
         | 
| 811 850 | 
             
                    }
         | 
| 812 851 | 
             
                  },
         | 
| @@ -853,7 +892,7 @@ | |
| 853 892 | 
             
                      "Configuration": {},
         | 
| 854 893 | 
             
                      "CrawlerSecurityConfiguration": {},
         | 
| 855 894 | 
             
                      "Tags": {
         | 
| 856 | 
            -
                        "shape": " | 
| 895 | 
            +
                        "shape": "Sds"
         | 
| 857 896 | 
             
                      }
         | 
| 858 897 | 
             
                    }
         | 
| 859 898 | 
             
                  },
         | 
| @@ -876,7 +915,7 @@ | |
| 876 915 | 
             
                        "shape": "S3v"
         | 
| 877 916 | 
             
                      },
         | 
| 878 917 | 
             
                      "Tags": {
         | 
| 879 | 
            -
                        "shape": " | 
| 918 | 
            +
                        "shape": "Sds"
         | 
| 880 919 | 
             
                      }
         | 
| 881 920 | 
             
                    }
         | 
| 882 921 | 
             
                  },
         | 
| @@ -899,11 +938,12 @@ | |
| 899 938 | 
             
                      "Description": {},
         | 
| 900 939 | 
             
                      "Ruleset": {},
         | 
| 901 940 | 
             
                      "Tags": {
         | 
| 902 | 
            -
                        "shape": " | 
| 941 | 
            +
                        "shape": "Sds"
         | 
| 903 942 | 
             
                      },
         | 
| 904 943 | 
             
                      "TargetTable": {
         | 
| 905 | 
            -
                        "shape": " | 
| 944 | 
            +
                        "shape": "Sf8"
         | 
| 906 945 | 
             
                      },
         | 
| 946 | 
            +
                      "DataQualitySecurityConfiguration": {},
         | 
| 907 947 | 
             
                      "ClientToken": {}
         | 
| 908 948 | 
             
                    }
         | 
| 909 949 | 
             
                  },
         | 
| @@ -924,10 +964,10 @@ | |
| 924 964 | 
             
                    "members": {
         | 
| 925 965 | 
             
                      "CatalogId": {},
         | 
| 926 966 | 
             
                      "DatabaseInput": {
         | 
| 927 | 
            -
                        "shape": " | 
| 967 | 
            +
                        "shape": "Sfb"
         | 
| 928 968 | 
             
                      },
         | 
| 929 969 | 
             
                      "Tags": {
         | 
| 930 | 
            -
                        "shape": " | 
| 970 | 
            +
                        "shape": "Sds"
         | 
| 931 971 | 
             
                      }
         | 
| 932 972 | 
             
                    }
         | 
| 933 973 | 
             
                  },
         | 
| @@ -966,7 +1006,7 @@ | |
| 966 1006 | 
             
                      "ExtraJarsS3Path": {},
         | 
| 967 1007 | 
             
                      "SecurityConfiguration": {},
         | 
| 968 1008 | 
             
                      "Tags": {
         | 
| 969 | 
            -
                        "shape": " | 
| 1009 | 
            +
                        "shape": "Sds"
         | 
| 970 1010 | 
             
                      },
         | 
| 971 1011 | 
             
                      "Arguments": {
         | 
| 972 1012 | 
             
                        "shape": "S4u"
         | 
| @@ -1055,7 +1095,7 @@ | |
| 1055 1095 | 
             
                      },
         | 
| 1056 1096 | 
             
                      "SecurityConfiguration": {},
         | 
| 1057 1097 | 
             
                      "Tags": {
         | 
| 1058 | 
            -
                        "shape": " | 
| 1098 | 
            +
                        "shape": "Sds"
         | 
| 1059 1099 | 
             
                      },
         | 
| 1060 1100 | 
             
                      "NotificationProperty": {
         | 
| 1061 1101 | 
             
                        "shape": "S5e"
         | 
| @@ -1095,10 +1135,10 @@ | |
| 1095 1135 | 
             
                      "Name": {},
         | 
| 1096 1136 | 
             
                      "Description": {},
         | 
| 1097 1137 | 
             
                      "InputRecordTables": {
         | 
| 1098 | 
            -
                        "shape": " | 
| 1138 | 
            +
                        "shape": "Sfs"
         | 
| 1099 1139 | 
             
                      },
         | 
| 1100 1140 | 
             
                      "Parameters": {
         | 
| 1101 | 
            -
                        "shape": " | 
| 1141 | 
            +
                        "shape": "Sft"
         | 
| 1102 1142 | 
             
                      },
         | 
| 1103 1143 | 
             
                      "Role": {},
         | 
| 1104 1144 | 
             
                      "GlueVersion": {},
         | 
| @@ -1116,10 +1156,10 @@ | |
| 1116 1156 | 
             
                        "type": "integer"
         | 
| 1117 1157 | 
             
                      },
         | 
| 1118 1158 | 
             
                      "Tags": {
         | 
| 1119 | 
            -
                        "shape": " | 
| 1159 | 
            +
                        "shape": "Sds"
         | 
| 1120 1160 | 
             
                      },
         | 
| 1121 1161 | 
             
                      "TransformEncryption": {
         | 
| 1122 | 
            -
                        "shape": " | 
| 1162 | 
            +
                        "shape": "Sfx"
         | 
| 1123 1163 | 
             
                      }
         | 
| 1124 1164 | 
             
                    }
         | 
| 1125 1165 | 
             
                  },
         | 
| @@ -1165,7 +1205,7 @@ | |
| 1165 1205 | 
             
                      "DatabaseName": {},
         | 
| 1166 1206 | 
             
                      "TableName": {},
         | 
| 1167 1207 | 
             
                      "PartitionIndex": {
         | 
| 1168 | 
            -
                        "shape": " | 
| 1208 | 
            +
                        "shape": "Sg4"
         | 
| 1169 1209 | 
             
                      }
         | 
| 1170 1210 | 
             
                    }
         | 
| 1171 1211 | 
             
                  },
         | 
| @@ -1184,7 +1224,7 @@ | |
| 1184 1224 | 
             
                      "RegistryName": {},
         | 
| 1185 1225 | 
             
                      "Description": {},
         | 
| 1186 1226 | 
             
                      "Tags": {
         | 
| 1187 | 
            -
                        "shape": " | 
| 1227 | 
            +
                        "shape": "Sds"
         | 
| 1188 1228 | 
             
                      }
         | 
| 1189 1229 | 
             
                    }
         | 
| 1190 1230 | 
             
                  },
         | 
| @@ -1195,7 +1235,7 @@ | |
| 1195 1235 | 
             
                      "RegistryName": {},
         | 
| 1196 1236 | 
             
                      "Description": {},
         | 
| 1197 1237 | 
             
                      "Tags": {
         | 
| 1198 | 
            -
                        "shape": " | 
| 1238 | 
            +
                        "shape": "Sds"
         | 
| 1199 1239 | 
             
                      }
         | 
| 1200 1240 | 
             
                    }
         | 
| 1201 1241 | 
             
                  }
         | 
| @@ -1209,14 +1249,14 @@ | |
| 1209 1249 | 
             
                    ],
         | 
| 1210 1250 | 
             
                    "members": {
         | 
| 1211 1251 | 
             
                      "RegistryId": {
         | 
| 1212 | 
            -
                        "shape": " | 
| 1252 | 
            +
                        "shape": "Sga"
         | 
| 1213 1253 | 
             
                      },
         | 
| 1214 1254 | 
             
                      "SchemaName": {},
         | 
| 1215 1255 | 
             
                      "DataFormat": {},
         | 
| 1216 1256 | 
             
                      "Compatibility": {},
         | 
| 1217 1257 | 
             
                      "Description": {},
         | 
| 1218 1258 | 
             
                      "Tags": {
         | 
| 1219 | 
            -
                        "shape": " | 
| 1259 | 
            +
                        "shape": "Sds"
         | 
| 1220 1260 | 
             
                      },
         | 
| 1221 1261 | 
             
                      "SchemaDefinition": {}
         | 
| 1222 1262 | 
             
                    }
         | 
| @@ -1242,7 +1282,7 @@ | |
| 1242 1282 | 
             
                      },
         | 
| 1243 1283 | 
             
                      "SchemaStatus": {},
         | 
| 1244 1284 | 
             
                      "Tags": {
         | 
| 1245 | 
            -
                        "shape": " | 
| 1285 | 
            +
                        "shape": "Sds"
         | 
| 1246 1286 | 
             
                      },
         | 
| 1247 1287 | 
             
                      "SchemaVersionId": {},
         | 
| 1248 1288 | 
             
                      "SchemaVersionStatus": {}
         | 
| @@ -1254,10 +1294,10 @@ | |
| 1254 1294 | 
             
                    "type": "structure",
         | 
| 1255 1295 | 
             
                    "members": {
         | 
| 1256 1296 | 
             
                      "DagNodes": {
         | 
| 1257 | 
            -
                        "shape": " | 
| 1297 | 
            +
                        "shape": "Sgh"
         | 
| 1258 1298 | 
             
                      },
         | 
| 1259 1299 | 
             
                      "DagEdges": {
         | 
| 1260 | 
            -
                        "shape": " | 
| 1300 | 
            +
                        "shape": "Sgp"
         | 
| 1261 1301 | 
             
                      },
         | 
| 1262 1302 | 
             
                      "Language": {}
         | 
| 1263 1303 | 
             
                    }
         | 
| @@ -1280,7 +1320,7 @@ | |
| 1280 1320 | 
             
                    "members": {
         | 
| 1281 1321 | 
             
                      "Name": {},
         | 
| 1282 1322 | 
             
                      "EncryptionConfiguration": {
         | 
| 1283 | 
            -
                        "shape": " | 
| 1323 | 
            +
                        "shape": "Sgw"
         | 
| 1284 1324 | 
             
                      }
         | 
| 1285 1325 | 
             
                    }
         | 
| 1286 1326 | 
             
                  },
         | 
| @@ -1307,7 +1347,7 @@ | |
| 1307 1347 | 
             
                      "Description": {},
         | 
| 1308 1348 | 
             
                      "Role": {},
         | 
| 1309 1349 | 
             
                      "Command": {
         | 
| 1310 | 
            -
                        "shape": " | 
| 1350 | 
            +
                        "shape": "Sh8"
         | 
| 1311 1351 | 
             
                      },
         | 
| 1312 1352 | 
             
                      "Timeout": {
         | 
| 1313 1353 | 
             
                        "type": "integer"
         | 
| @@ -1316,7 +1356,7 @@ | |
| 1316 1356 | 
             
                        "type": "integer"
         | 
| 1317 1357 | 
             
                      },
         | 
| 1318 1358 | 
             
                      "DefaultArguments": {
         | 
| 1319 | 
            -
                        "shape": " | 
| 1359 | 
            +
                        "shape": "Sh9"
         | 
| 1320 1360 | 
             
                      },
         | 
| 1321 1361 | 
             
                      "Connections": {
         | 
| 1322 1362 | 
             
                        "shape": "S5a"
         | 
| @@ -1331,7 +1371,7 @@ | |
| 1331 1371 | 
             
                      "SecurityConfiguration": {},
         | 
| 1332 1372 | 
             
                      "GlueVersion": {},
         | 
| 1333 1373 | 
             
                      "Tags": {
         | 
| 1334 | 
            -
                        "shape": " | 
| 1374 | 
            +
                        "shape": "Sds"
         | 
| 1335 1375 | 
             
                      },
         | 
| 1336 1376 | 
             
                      "RequestOrigin": {}
         | 
| 1337 1377 | 
             
                    }
         | 
| @@ -1340,7 +1380,7 @@ | |
| 1340 1380 | 
             
                    "type": "structure",
         | 
| 1341 1381 | 
             
                    "members": {
         | 
| 1342 1382 | 
             
                      "Session": {
         | 
| 1343 | 
            -
                        "shape": " | 
| 1383 | 
            +
                        "shape": "Shc"
         | 
| 1344 1384 | 
             
                      }
         | 
| 1345 1385 | 
             
                    }
         | 
| 1346 1386 | 
             
                  }
         | 
| @@ -1356,12 +1396,12 @@ | |
| 1356 1396 | 
             
                      "CatalogId": {},
         | 
| 1357 1397 | 
             
                      "DatabaseName": {},
         | 
| 1358 1398 | 
             
                      "TableInput": {
         | 
| 1359 | 
            -
                        "shape": " | 
| 1399 | 
            +
                        "shape": "Shh"
         | 
| 1360 1400 | 
             
                      },
         | 
| 1361 1401 | 
             
                      "PartitionIndexes": {
         | 
| 1362 1402 | 
             
                        "type": "list",
         | 
| 1363 1403 | 
             
                        "member": {
         | 
| 1364 | 
            -
                          "shape": " | 
| 1404 | 
            +
                          "shape": "Sg4"
         | 
| 1365 1405 | 
             
                        }
         | 
| 1366 1406 | 
             
                      },
         | 
| 1367 1407 | 
             
                      "TransactionId": {},
         | 
| @@ -1436,7 +1476,7 @@ | |
| 1436 1476 | 
             
                        "type": "boolean"
         | 
| 1437 1477 | 
             
                      },
         | 
| 1438 1478 | 
             
                      "Tags": {
         | 
| 1439 | 
            -
                        "shape": " | 
| 1479 | 
            +
                        "shape": "Sds"
         | 
| 1440 1480 | 
             
                      },
         | 
| 1441 1481 | 
             
                      "EventBatchingCondition": {
         | 
| 1442 1482 | 
             
                        "shape": "Sbv"
         | 
| @@ -1461,10 +1501,10 @@ | |
| 1461 1501 | 
             
                      "Name": {},
         | 
| 1462 1502 | 
             
                      "Description": {},
         | 
| 1463 1503 | 
             
                      "Configuration": {
         | 
| 1464 | 
            -
                        "shape": " | 
| 1504 | 
            +
                        "shape": "Si2"
         | 
| 1465 1505 | 
             
                      },
         | 
| 1466 1506 | 
             
                      "Tags": {
         | 
| 1467 | 
            -
                        "shape": " | 
| 1507 | 
            +
                        "shape": "Sds"
         | 
| 1468 1508 | 
             
                      }
         | 
| 1469 1509 | 
             
                    }
         | 
| 1470 1510 | 
             
                  },
         | 
| @@ -1486,7 +1526,7 @@ | |
| 1486 1526 | 
             
                      "CatalogId": {},
         | 
| 1487 1527 | 
             
                      "DatabaseName": {},
         | 
| 1488 1528 | 
             
                      "FunctionInput": {
         | 
| 1489 | 
            -
                        "shape": " | 
| 1529 | 
            +
                        "shape": "Si9"
         | 
| 1490 1530 | 
             
                      }
         | 
| 1491 1531 | 
             
                    }
         | 
| 1492 1532 | 
             
                  },
         | 
| @@ -1508,7 +1548,7 @@ | |
| 1508 1548 | 
             
                        "shape": "Sc3"
         | 
| 1509 1549 | 
             
                      },
         | 
| 1510 1550 | 
             
                      "Tags": {
         | 
| 1511 | 
            -
                        "shape": " | 
| 1551 | 
            +
                        "shape": "Sds"
         | 
| 1512 1552 | 
             
                      },
         | 
| 1513 1553 | 
             
                      "MaxConcurrentRuns": {
         | 
| 1514 1554 | 
             
                        "type": "integer"
         | 
| @@ -1776,7 +1816,7 @@ | |
| 1776 1816 | 
             
                    ],
         | 
| 1777 1817 | 
             
                    "members": {
         | 
| 1778 1818 | 
             
                      "RegistryId": {
         | 
| 1779 | 
            -
                        "shape": " | 
| 1819 | 
            +
                        "shape": "Sga"
         | 
| 1780 1820 | 
             
                      }
         | 
| 1781 1821 | 
             
                    }
         | 
| 1782 1822 | 
             
                  },
         | 
| @@ -2062,7 +2102,7 @@ | |
| 2062 2102 | 
             
                    "type": "structure",
         | 
| 2063 2103 | 
             
                    "members": {
         | 
| 2064 2104 | 
             
                      "BlueprintRun": {
         | 
| 2065 | 
            -
                        "shape": " | 
| 2105 | 
            +
                        "shape": "Ska"
         | 
| 2066 2106 | 
             
                      }
         | 
| 2067 2107 | 
             
                    }
         | 
| 2068 2108 | 
             
                  }
         | 
| @@ -2087,7 +2127,7 @@ | |
| 2087 2127 | 
             
                      "BlueprintRuns": {
         | 
| 2088 2128 | 
             
                        "type": "list",
         | 
| 2089 2129 | 
             
                        "member": {
         | 
| 2090 | 
            -
                          "shape": " | 
| 2130 | 
            +
                          "shape": "Ska"
         | 
| 2091 2131 | 
             
                        }
         | 
| 2092 2132 | 
             
                      },
         | 
| 2093 2133 | 
             
                      "NextToken": {}
         | 
| @@ -2133,7 +2173,7 @@ | |
| 2133 2173 | 
             
                    "type": "structure",
         | 
| 2134 2174 | 
             
                    "members": {
         | 
| 2135 2175 | 
             
                      "Classifier": {
         | 
| 2136 | 
            -
                        "shape": " | 
| 2176 | 
            +
                        "shape": "Skn"
         | 
| 2137 2177 | 
             
                      }
         | 
| 2138 2178 | 
             
                    }
         | 
| 2139 2179 | 
             
                  }
         | 
| @@ -2154,7 +2194,7 @@ | |
| 2154 2194 | 
             
                      "Classifiers": {
         | 
| 2155 2195 | 
             
                        "type": "list",
         | 
| 2156 2196 | 
             
                        "member": {
         | 
| 2157 | 
            -
                          "shape": " | 
| 2197 | 
            +
                          "shape": "Skn"
         | 
| 2158 2198 | 
             
                        }
         | 
| 2159 2199 | 
             
                      },
         | 
| 2160 2200 | 
             
                      "NextToken": {}
         | 
| @@ -2178,7 +2218,7 @@ | |
| 2178 2218 | 
             
                        "shape": "S6"
         | 
| 2179 2219 | 
             
                      },
         | 
| 2180 2220 | 
             
                      "ColumnNames": {
         | 
| 2181 | 
            -
                        "shape": " | 
| 2221 | 
            +
                        "shape": "Skx"
         | 
| 2182 2222 | 
             
                      }
         | 
| 2183 2223 | 
             
                    }
         | 
| 2184 2224 | 
             
                  },
         | 
| @@ -2186,10 +2226,10 @@ | |
| 2186 2226 | 
             
                    "type": "structure",
         | 
| 2187 2227 | 
             
                    "members": {
         | 
| 2188 2228 | 
             
                      "ColumnStatisticsList": {
         | 
| 2189 | 
            -
                        "shape": " | 
| 2229 | 
            +
                        "shape": "Skz"
         | 
| 2190 2230 | 
             
                      },
         | 
| 2191 2231 | 
             
                      "Errors": {
         | 
| 2192 | 
            -
                        "shape": " | 
| 2232 | 
            +
                        "shape": "Slh"
         | 
| 2193 2233 | 
             
                      }
         | 
| 2194 2234 | 
             
                    }
         | 
| 2195 2235 | 
             
                  }
         | 
| @@ -2207,7 +2247,7 @@ | |
| 2207 2247 | 
             
                      "DatabaseName": {},
         | 
| 2208 2248 | 
             
                      "TableName": {},
         | 
| 2209 2249 | 
             
                      "ColumnNames": {
         | 
| 2210 | 
            -
                        "shape": " | 
| 2250 | 
            +
                        "shape": "Skx"
         | 
| 2211 2251 | 
             
                      }
         | 
| 2212 2252 | 
             
                    }
         | 
| 2213 2253 | 
             
                  },
         | 
| @@ -2215,10 +2255,10 @@ | |
| 2215 2255 | 
             
                    "type": "structure",
         | 
| 2216 2256 | 
             
                    "members": {
         | 
| 2217 2257 | 
             
                      "ColumnStatisticsList": {
         | 
| 2218 | 
            -
                        "shape": " | 
| 2258 | 
            +
                        "shape": "Skz"
         | 
| 2219 2259 | 
             
                      },
         | 
| 2220 2260 | 
             
                      "Errors": {
         | 
| 2221 | 
            -
                        "shape": " | 
| 2261 | 
            +
                        "shape": "Slh"
         | 
| 2222 2262 | 
             
                      }
         | 
| 2223 2263 | 
             
                    }
         | 
| 2224 2264 | 
             
                  }
         | 
| @@ -2237,7 +2277,7 @@ | |
| 2237 2277 | 
             
                    "type": "structure",
         | 
| 2238 2278 | 
             
                    "members": {
         | 
| 2239 2279 | 
             
                      "ColumnStatisticsTaskRun": {
         | 
| 2240 | 
            -
                        "shape": " | 
| 2280 | 
            +
                        "shape": "Sln"
         | 
| 2241 2281 | 
             
                      }
         | 
| 2242 2282 | 
             
                    }
         | 
| 2243 2283 | 
             
                  }
         | 
| @@ -2264,7 +2304,7 @@ | |
| 2264 2304 | 
             
                      "ColumnStatisticsTaskRuns": {
         | 
| 2265 2305 | 
             
                        "type": "list",
         | 
| 2266 2306 | 
             
                        "member": {
         | 
| 2267 | 
            -
                          "shape": " | 
| 2307 | 
            +
                          "shape": "Sln"
         | 
| 2268 2308 | 
             
                        }
         | 
| 2269 2309 | 
             
                      },
         | 
| 2270 2310 | 
             
                      "NextToken": {}
         | 
| @@ -2289,7 +2329,7 @@ | |
| 2289 2329 | 
             
                    "type": "structure",
         | 
| 2290 2330 | 
             
                    "members": {
         | 
| 2291 2331 | 
             
                      "Connection": {
         | 
| 2292 | 
            -
                        "shape": " | 
| 2332 | 
            +
                        "shape": "Sly"
         | 
| 2293 2333 | 
             
                      }
         | 
| 2294 2334 | 
             
                    }
         | 
| 2295 2335 | 
             
                  }
         | 
| @@ -2303,7 +2343,7 @@ | |
| 2303 2343 | 
             
                        "type": "structure",
         | 
| 2304 2344 | 
             
                        "members": {
         | 
| 2305 2345 | 
             
                          "MatchCriteria": {
         | 
| 2306 | 
            -
                            "shape": " | 
| 2346 | 
            +
                            "shape": "Seg"
         | 
| 2307 2347 | 
             
                          },
         | 
| 2308 2348 | 
             
                          "ConnectionType": {}
         | 
| 2309 2349 | 
             
                        }
         | 
| @@ -2323,7 +2363,7 @@ | |
| 2323 2363 | 
             
                      "ConnectionList": {
         | 
| 2324 2364 | 
             
                        "type": "list",
         | 
| 2325 2365 | 
             
                        "member": {
         | 
| 2326 | 
            -
                          "shape": " | 
| 2366 | 
            +
                          "shape": "Sly"
         | 
| 2327 2367 | 
             
                        }
         | 
| 2328 2368 | 
             
                      },
         | 
| 2329 2369 | 
             
                      "NextToken": {}
         | 
| @@ -2451,7 +2491,77 @@ | |
| 2451 2491 | 
             
                    "type": "structure",
         | 
| 2452 2492 | 
             
                    "members": {
         | 
| 2453 2493 | 
             
                      "DataCatalogEncryptionSettings": {
         | 
| 2454 | 
            -
                        "shape": " | 
| 2494 | 
            +
                        "shape": "Smi"
         | 
| 2495 | 
            +
                      }
         | 
| 2496 | 
            +
                    }
         | 
| 2497 | 
            +
                  }
         | 
| 2498 | 
            +
                },
         | 
| 2499 | 
            +
                "GetDataQualityModel": {
         | 
| 2500 | 
            +
                  "input": {
         | 
| 2501 | 
            +
                    "type": "structure",
         | 
| 2502 | 
            +
                    "required": [
         | 
| 2503 | 
            +
                      "ProfileId"
         | 
| 2504 | 
            +
                    ],
         | 
| 2505 | 
            +
                    "members": {
         | 
| 2506 | 
            +
                      "StatisticId": {},
         | 
| 2507 | 
            +
                      "ProfileId": {}
         | 
| 2508 | 
            +
                    }
         | 
| 2509 | 
            +
                  },
         | 
| 2510 | 
            +
                  "output": {
         | 
| 2511 | 
            +
                    "type": "structure",
         | 
| 2512 | 
            +
                    "members": {
         | 
| 2513 | 
            +
                      "Status": {},
         | 
| 2514 | 
            +
                      "StartedOn": {
         | 
| 2515 | 
            +
                        "type": "timestamp"
         | 
| 2516 | 
            +
                      },
         | 
| 2517 | 
            +
                      "CompletedOn": {
         | 
| 2518 | 
            +
                        "type": "timestamp"
         | 
| 2519 | 
            +
                      },
         | 
| 2520 | 
            +
                      "FailureReason": {}
         | 
| 2521 | 
            +
                    }
         | 
| 2522 | 
            +
                  }
         | 
| 2523 | 
            +
                },
         | 
| 2524 | 
            +
                "GetDataQualityModelResult": {
         | 
| 2525 | 
            +
                  "input": {
         | 
| 2526 | 
            +
                    "type": "structure",
         | 
| 2527 | 
            +
                    "required": [
         | 
| 2528 | 
            +
                      "StatisticId",
         | 
| 2529 | 
            +
                      "ProfileId"
         | 
| 2530 | 
            +
                    ],
         | 
| 2531 | 
            +
                    "members": {
         | 
| 2532 | 
            +
                      "StatisticId": {},
         | 
| 2533 | 
            +
                      "ProfileId": {}
         | 
| 2534 | 
            +
                    }
         | 
| 2535 | 
            +
                  },
         | 
| 2536 | 
            +
                  "output": {
         | 
| 2537 | 
            +
                    "type": "structure",
         | 
| 2538 | 
            +
                    "members": {
         | 
| 2539 | 
            +
                      "CompletedOn": {
         | 
| 2540 | 
            +
                        "type": "timestamp"
         | 
| 2541 | 
            +
                      },
         | 
| 2542 | 
            +
                      "Model": {
         | 
| 2543 | 
            +
                        "type": "list",
         | 
| 2544 | 
            +
                        "member": {
         | 
| 2545 | 
            +
                          "type": "structure",
         | 
| 2546 | 
            +
                          "members": {
         | 
| 2547 | 
            +
                            "LowerBound": {
         | 
| 2548 | 
            +
                              "type": "double"
         | 
| 2549 | 
            +
                            },
         | 
| 2550 | 
            +
                            "UpperBound": {
         | 
| 2551 | 
            +
                              "type": "double"
         | 
| 2552 | 
            +
                            },
         | 
| 2553 | 
            +
                            "PredictedValue": {
         | 
| 2554 | 
            +
                              "type": "double"
         | 
| 2555 | 
            +
                            },
         | 
| 2556 | 
            +
                            "ActualValue": {
         | 
| 2557 | 
            +
                              "type": "double"
         | 
| 2558 | 
            +
                            },
         | 
| 2559 | 
            +
                            "Date": {
         | 
| 2560 | 
            +
                              "type": "timestamp"
         | 
| 2561 | 
            +
                            },
         | 
| 2562 | 
            +
                            "InclusionAnnotation": {}
         | 
| 2563 | 
            +
                          }
         | 
| 2564 | 
            +
                        }
         | 
| 2455 2565 | 
             
                      }
         | 
| 2456 2566 | 
             
                    }
         | 
| 2457 2567 | 
             
                  }
         | 
| @@ -2470,6 +2580,7 @@ | |
| 2470 2580 | 
             
                    "type": "structure",
         | 
| 2471 2581 | 
             
                    "members": {
         | 
| 2472 2582 | 
             
                      "ResultId": {},
         | 
| 2583 | 
            +
                      "ProfileId": {},
         | 
| 2473 2584 | 
             
                      "Score": {
         | 
| 2474 2585 | 
             
                        "type": "double"
         | 
| 2475 2586 | 
             
                      },
         | 
| @@ -2538,7 +2649,8 @@ | |
| 2538 2649 | 
             
                        "type": "integer"
         | 
| 2539 2650 | 
             
                      },
         | 
| 2540 2651 | 
             
                      "RecommendedRuleset": {},
         | 
| 2541 | 
            -
                      "CreatedRulesetName": {}
         | 
| 2652 | 
            +
                      "CreatedRulesetName": {},
         | 
| 2653 | 
            +
                      "DataQualitySecurityConfiguration": {}
         | 
| 2542 2654 | 
             
                    }
         | 
| 2543 2655 | 
             
                  }
         | 
| 2544 2656 | 
             
                },
         | 
| @@ -2559,7 +2671,7 @@ | |
| 2559 2671 | 
             
                      "Description": {},
         | 
| 2560 2672 | 
             
                      "Ruleset": {},
         | 
| 2561 2673 | 
             
                      "TargetTable": {
         | 
| 2562 | 
            -
                        "shape": " | 
| 2674 | 
            +
                        "shape": "Sf8"
         | 
| 2563 2675 | 
             
                      },
         | 
| 2564 2676 | 
             
                      "CreatedOn": {
         | 
| 2565 2677 | 
             
                        "type": "timestamp"
         | 
| @@ -2567,7 +2679,8 @@ | |
| 2567 2679 | 
             
                      "LastModifiedOn": {
         | 
| 2568 2680 | 
             
                        "type": "timestamp"
         | 
| 2569 2681 | 
             
                      },
         | 
| 2570 | 
            -
                      "RecommendationRunId": {}
         | 
| 2682 | 
            +
                      "RecommendationRunId": {},
         | 
| 2683 | 
            +
                      "DataQualitySecurityConfiguration": {}
         | 
| 2571 2684 | 
             
                    }
         | 
| 2572 2685 | 
             
                  }
         | 
| 2573 2686 | 
             
                },
         | 
| @@ -2596,7 +2709,7 @@ | |
| 2596 2709 | 
             
                        "type": "integer"
         | 
| 2597 2710 | 
             
                      },
         | 
| 2598 2711 | 
             
                      "AdditionalRunOptions": {
         | 
| 2599 | 
            -
                        "shape": " | 
| 2712 | 
            +
                        "shape": "Sn2"
         | 
| 2600 2713 | 
             
                      },
         | 
| 2601 2714 | 
             
                      "Status": {},
         | 
| 2602 2715 | 
             
                      "ErrorString": {},
         | 
| @@ -2613,14 +2726,14 @@ | |
| 2613 2726 | 
             
                        "type": "integer"
         | 
| 2614 2727 | 
             
                      },
         | 
| 2615 2728 | 
             
                      "RulesetNames": {
         | 
| 2616 | 
            -
                        "shape": " | 
| 2729 | 
            +
                        "shape": "Sn4"
         | 
| 2617 2730 | 
             
                      },
         | 
| 2618 2731 | 
             
                      "ResultIds": {
         | 
| 2619 2732 | 
             
                        "type": "list",
         | 
| 2620 2733 | 
             
                        "member": {}
         | 
| 2621 2734 | 
             
                      },
         | 
| 2622 2735 | 
             
                      "AdditionalDataSources": {
         | 
| 2623 | 
            -
                        "shape": " | 
| 2736 | 
            +
                        "shape": "Sn6"
         | 
| 2624 2737 | 
             
                      }
         | 
| 2625 2738 | 
             
                    }
         | 
| 2626 2739 | 
             
                  }
         | 
| @@ -2640,7 +2753,7 @@ | |
| 2640 2753 | 
             
                    "type": "structure",
         | 
| 2641 2754 | 
             
                    "members": {
         | 
| 2642 2755 | 
             
                      "Database": {
         | 
| 2643 | 
            -
                        "shape": " | 
| 2756 | 
            +
                        "shape": "Sn9"
         | 
| 2644 2757 | 
             
                      }
         | 
| 2645 2758 | 
             
                    }
         | 
| 2646 2759 | 
             
                  }
         | 
| @@ -2670,7 +2783,7 @@ | |
| 2670 2783 | 
             
                      "DatabaseList": {
         | 
| 2671 2784 | 
             
                        "type": "list",
         | 
| 2672 2785 | 
             
                        "member": {
         | 
| 2673 | 
            -
                          "shape": " | 
| 2786 | 
            +
                          "shape": "Sn9"
         | 
| 2674 2787 | 
             
                        }
         | 
| 2675 2788 | 
             
                      },
         | 
| 2676 2789 | 
             
                      "NextToken": {}
         | 
| @@ -2688,10 +2801,10 @@ | |
| 2688 2801 | 
             
                    "type": "structure",
         | 
| 2689 2802 | 
             
                    "members": {
         | 
| 2690 2803 | 
             
                      "DagNodes": {
         | 
| 2691 | 
            -
                        "shape": " | 
| 2804 | 
            +
                        "shape": "Sgh"
         | 
| 2692 2805 | 
             
                      },
         | 
| 2693 2806 | 
             
                      "DagEdges": {
         | 
| 2694 | 
            -
                        "shape": " | 
| 2807 | 
            +
                        "shape": "Sgp"
         | 
| 2695 2808 | 
             
                      }
         | 
| 2696 2809 | 
             
                    }
         | 
| 2697 2810 | 
             
                  }
         | 
| @@ -2769,7 +2882,7 @@ | |
| 2769 2882 | 
             
                    "type": "structure",
         | 
| 2770 2883 | 
             
                    "members": {
         | 
| 2771 2884 | 
             
                      "JobBookmarkEntry": {
         | 
| 2772 | 
            -
                        "shape": " | 
| 2885 | 
            +
                        "shape": "Snt"
         | 
| 2773 2886 | 
             
                      }
         | 
| 2774 2887 | 
             
                    }
         | 
| 2775 2888 | 
             
                  }
         | 
| @@ -2862,7 +2975,7 @@ | |
| 2862 2975 | 
             
                      "Status": {},
         | 
| 2863 2976 | 
             
                      "LogGroupName": {},
         | 
| 2864 2977 | 
             
                      "Properties": {
         | 
| 2865 | 
            -
                        "shape": " | 
| 2978 | 
            +
                        "shape": "So4"
         | 
| 2866 2979 | 
             
                      },
         | 
| 2867 2980 | 
             
                      "ErrorString": {},
         | 
| 2868 2981 | 
             
                      "StartedOn": {
         | 
| @@ -2931,7 +3044,7 @@ | |
| 2931 3044 | 
             
                            "Status": {},
         | 
| 2932 3045 | 
             
                            "LogGroupName": {},
         | 
| 2933 3046 | 
             
                            "Properties": {
         | 
| 2934 | 
            -
                              "shape": " | 
| 3047 | 
            +
                              "shape": "So4"
         | 
| 2935 3048 | 
             
                            },
         | 
| 2936 3049 | 
             
                            "ErrorString": {},
         | 
| 2937 3050 | 
             
                            "StartedOn": {
         | 
| @@ -2977,19 +3090,19 @@ | |
| 2977 3090 | 
             
                        "type": "timestamp"
         | 
| 2978 3091 | 
             
                      },
         | 
| 2979 3092 | 
             
                      "InputRecordTables": {
         | 
| 2980 | 
            -
                        "shape": " | 
| 3093 | 
            +
                        "shape": "Sfs"
         | 
| 2981 3094 | 
             
                      },
         | 
| 2982 3095 | 
             
                      "Parameters": {
         | 
| 2983 | 
            -
                        "shape": " | 
| 3096 | 
            +
                        "shape": "Sft"
         | 
| 2984 3097 | 
             
                      },
         | 
| 2985 3098 | 
             
                      "EvaluationMetrics": {
         | 
| 2986 | 
            -
                        "shape": " | 
| 3099 | 
            +
                        "shape": "Son"
         | 
| 2987 3100 | 
             
                      },
         | 
| 2988 3101 | 
             
                      "LabelCount": {
         | 
| 2989 3102 | 
             
                        "type": "integer"
         | 
| 2990 3103 | 
             
                      },
         | 
| 2991 3104 | 
             
                      "Schema": {
         | 
| 2992 | 
            -
                        "shape": " | 
| 3105 | 
            +
                        "shape": "Sou"
         | 
| 2993 3106 | 
             
                      },
         | 
| 2994 3107 | 
             
                      "Role": {},
         | 
| 2995 3108 | 
             
                      "GlueVersion": {},
         | 
| @@ -3007,7 +3120,7 @@ | |
| 3007 3120 | 
             
                        "type": "integer"
         | 
| 3008 3121 | 
             
                      },
         | 
| 3009 3122 | 
             
                      "TransformEncryption": {
         | 
| 3010 | 
            -
                        "shape": " | 
| 3123 | 
            +
                        "shape": "Sfx"
         | 
| 3011 3124 | 
             
                      }
         | 
| 3012 3125 | 
             
                    }
         | 
| 3013 3126 | 
             
                  }
         | 
| @@ -3021,10 +3134,10 @@ | |
| 3021 3134 | 
             
                        "type": "integer"
         | 
| 3022 3135 | 
             
                      },
         | 
| 3023 3136 | 
             
                      "Filter": {
         | 
| 3024 | 
            -
                        "shape": " | 
| 3137 | 
            +
                        "shape": "Sox"
         | 
| 3025 3138 | 
             
                      },
         | 
| 3026 3139 | 
             
                      "Sort": {
         | 
| 3027 | 
            -
                        "shape": " | 
| 3140 | 
            +
                        "shape": "Soy"
         | 
| 3028 3141 | 
             
                      }
         | 
| 3029 3142 | 
             
                    }
         | 
| 3030 3143 | 
             
                  },
         | 
| @@ -3050,19 +3163,19 @@ | |
| 3050 3163 | 
             
                              "type": "timestamp"
         | 
| 3051 3164 | 
             
                            },
         | 
| 3052 3165 | 
             
                            "InputRecordTables": {
         | 
| 3053 | 
            -
                              "shape": " | 
| 3166 | 
            +
                              "shape": "Sfs"
         | 
| 3054 3167 | 
             
                            },
         | 
| 3055 3168 | 
             
                            "Parameters": {
         | 
| 3056 | 
            -
                              "shape": " | 
| 3169 | 
            +
                              "shape": "Sft"
         | 
| 3057 3170 | 
             
                            },
         | 
| 3058 3171 | 
             
                            "EvaluationMetrics": {
         | 
| 3059 | 
            -
                              "shape": " | 
| 3172 | 
            +
                              "shape": "Son"
         | 
| 3060 3173 | 
             
                            },
         | 
| 3061 3174 | 
             
                            "LabelCount": {
         | 
| 3062 3175 | 
             
                              "type": "integer"
         | 
| 3063 3176 | 
             
                            },
         | 
| 3064 3177 | 
             
                            "Schema": {
         | 
| 3065 | 
            -
                              "shape": " | 
| 3178 | 
            +
                              "shape": "Sou"
         | 
| 3066 3179 | 
             
                            },
         | 
| 3067 3180 | 
             
                            "Role": {},
         | 
| 3068 3181 | 
             
                            "GlueVersion": {},
         | 
| @@ -3080,7 +3193,7 @@ | |
| 3080 3193 | 
             
                              "type": "integer"
         | 
| 3081 3194 | 
             
                            },
         | 
| 3082 3195 | 
             
                            "TransformEncryption": {
         | 
| 3083 | 
            -
                              "shape": " | 
| 3196 | 
            +
                              "shape": "Sfx"
         | 
| 3084 3197 | 
             
                            }
         | 
| 3085 3198 | 
             
                          }
         | 
| 3086 3199 | 
             
                        }
         | 
| @@ -3097,13 +3210,13 @@ | |
| 3097 3210 | 
             
                    ],
         | 
| 3098 3211 | 
             
                    "members": {
         | 
| 3099 3212 | 
             
                      "Source": {
         | 
| 3100 | 
            -
                        "shape": " | 
| 3213 | 
            +
                        "shape": "Sp4"
         | 
| 3101 3214 | 
             
                      },
         | 
| 3102 3215 | 
             
                      "Sinks": {
         | 
| 3103 | 
            -
                        "shape": " | 
| 3216 | 
            +
                        "shape": "Sp5"
         | 
| 3104 3217 | 
             
                      },
         | 
| 3105 3218 | 
             
                      "Location": {
         | 
| 3106 | 
            -
                        "shape": " | 
| 3219 | 
            +
                        "shape": "Sp6"
         | 
| 3107 3220 | 
             
                      }
         | 
| 3108 3221 | 
             
                    }
         | 
| 3109 3222 | 
             
                  },
         | 
| @@ -3114,7 +3227,7 @@ | |
| 3114 3227 | 
             
                    ],
         | 
| 3115 3228 | 
             
                    "members": {
         | 
| 3116 3229 | 
             
                      "Mapping": {
         | 
| 3117 | 
            -
                        "shape": " | 
| 3230 | 
            +
                        "shape": "Sp8"
         | 
| 3118 3231 | 
             
                      }
         | 
| 3119 3232 | 
             
                    }
         | 
| 3120 3233 | 
             
                  }
         | 
| @@ -3224,7 +3337,7 @@ | |
| 3224 3337 | 
             
                      "Expression": {},
         | 
| 3225 3338 | 
             
                      "NextToken": {},
         | 
| 3226 3339 | 
             
                      "Segment": {
         | 
| 3227 | 
            -
                        "shape": " | 
| 3340 | 
            +
                        "shape": "Spr"
         | 
| 3228 3341 | 
             
                      },
         | 
| 3229 3342 | 
             
                      "MaxResults": {
         | 
| 3230 3343 | 
             
                        "type": "integer"
         | 
| @@ -3257,16 +3370,16 @@ | |
| 3257 3370 | 
             
                    ],
         | 
| 3258 3371 | 
             
                    "members": {
         | 
| 3259 3372 | 
             
                      "Mapping": {
         | 
| 3260 | 
            -
                        "shape": " | 
| 3373 | 
            +
                        "shape": "Sp8"
         | 
| 3261 3374 | 
             
                      },
         | 
| 3262 3375 | 
             
                      "Source": {
         | 
| 3263 | 
            -
                        "shape": " | 
| 3376 | 
            +
                        "shape": "Sp4"
         | 
| 3264 3377 | 
             
                      },
         | 
| 3265 3378 | 
             
                      "Sinks": {
         | 
| 3266 | 
            -
                        "shape": " | 
| 3379 | 
            +
                        "shape": "Sp5"
         | 
| 3267 3380 | 
             
                      },
         | 
| 3268 3381 | 
             
                      "Location": {
         | 
| 3269 | 
            -
                        "shape": " | 
| 3382 | 
            +
                        "shape": "Sp6"
         | 
| 3270 3383 | 
             
                      },
         | 
| 3271 3384 | 
             
                      "Language": {},
         | 
| 3272 3385 | 
             
                      "AdditionalPlanOptionsMap": {
         | 
| @@ -3292,7 +3405,7 @@ | |
| 3292 3405 | 
             
                    ],
         | 
| 3293 3406 | 
             
                    "members": {
         | 
| 3294 3407 | 
             
                      "RegistryId": {
         | 
| 3295 | 
            -
                        "shape": " | 
| 3408 | 
            +
                        "shape": "Sga"
         | 
| 3296 3409 | 
             
                      }
         | 
| 3297 3410 | 
             
                    }
         | 
| 3298 3411 | 
             
                  },
         | 
| @@ -3433,7 +3546,7 @@ | |
| 3433 3546 | 
             
                      },
         | 
| 3434 3547 | 
             
                      "SchemaVersionId": {},
         | 
| 3435 3548 | 
             
                      "SchemaVersionNumber": {
         | 
| 3436 | 
            -
                        "shape": " | 
| 3549 | 
            +
                        "shape": "Sqe"
         | 
| 3437 3550 | 
             
                      }
         | 
| 3438 3551 | 
             
                    }
         | 
| 3439 3552 | 
             
                  },
         | 
| @@ -3466,10 +3579,10 @@ | |
| 3466 3579 | 
             
                        "shape": "Sw"
         | 
| 3467 3580 | 
             
                      },
         | 
| 3468 3581 | 
             
                      "FirstSchemaVersionNumber": {
         | 
| 3469 | 
            -
                        "shape": " | 
| 3582 | 
            +
                        "shape": "Sqe"
         | 
| 3470 3583 | 
             
                      },
         | 
| 3471 3584 | 
             
                      "SecondSchemaVersionNumber": {
         | 
| 3472 | 
            -
                        "shape": " | 
| 3585 | 
            +
                        "shape": "Sqe"
         | 
| 3473 3586 | 
             
                      },
         | 
| 3474 3587 | 
             
                      "SchemaDiffType": {}
         | 
| 3475 3588 | 
             
                    }
         | 
| @@ -3495,7 +3608,7 @@ | |
| 3495 3608 | 
             
                    "type": "structure",
         | 
| 3496 3609 | 
             
                    "members": {
         | 
| 3497 3610 | 
             
                      "SecurityConfiguration": {
         | 
| 3498 | 
            -
                        "shape": " | 
| 3611 | 
            +
                        "shape": "Sqn"
         | 
| 3499 3612 | 
             
                      }
         | 
| 3500 3613 | 
             
                    }
         | 
| 3501 3614 | 
             
                  }
         | 
| @@ -3516,7 +3629,7 @@ | |
| 3516 3629 | 
             
                      "SecurityConfigurations": {
         | 
| 3517 3630 | 
             
                        "type": "list",
         | 
| 3518 3631 | 
             
                        "member": {
         | 
| 3519 | 
            -
                          "shape": " | 
| 3632 | 
            +
                          "shape": "Sqn"
         | 
| 3520 3633 | 
             
                        }
         | 
| 3521 3634 | 
             
                      },
         | 
| 3522 3635 | 
             
                      "NextToken": {}
         | 
| @@ -3538,7 +3651,7 @@ | |
| 3538 3651 | 
             
                    "type": "structure",
         | 
| 3539 3652 | 
             
                    "members": {
         | 
| 3540 3653 | 
             
                      "Session": {
         | 
| 3541 | 
            -
                        "shape": " | 
| 3654 | 
            +
                        "shape": "Shc"
         | 
| 3542 3655 | 
             
                      }
         | 
| 3543 3656 | 
             
                    }
         | 
| 3544 3657 | 
             
                  }
         | 
| @@ -3562,7 +3675,7 @@ | |
| 3562 3675 | 
             
                    "type": "structure",
         | 
| 3563 3676 | 
             
                    "members": {
         | 
| 3564 3677 | 
             
                      "Statement": {
         | 
| 3565 | 
            -
                        "shape": " | 
| 3678 | 
            +
                        "shape": "Sqv"
         | 
| 3566 3679 | 
             
                      }
         | 
| 3567 3680 | 
             
                    }
         | 
| 3568 3681 | 
             
                  }
         | 
| @@ -3581,6 +3694,9 @@ | |
| 3581 3694 | 
             
                      "TransactionId": {},
         | 
| 3582 3695 | 
             
                      "QueryAsOfTime": {
         | 
| 3583 3696 | 
             
                        "type": "timestamp"
         | 
| 3697 | 
            +
                      },
         | 
| 3698 | 
            +
                      "IncludeStatusDetails": {
         | 
| 3699 | 
            +
                        "type": "boolean"
         | 
| 3584 3700 | 
             
                      }
         | 
| 3585 3701 | 
             
                    }
         | 
| 3586 3702 | 
             
                  },
         | 
| @@ -3588,7 +3704,7 @@ | |
| 3588 3704 | 
             
                    "type": "structure",
         | 
| 3589 3705 | 
             
                    "members": {
         | 
| 3590 3706 | 
             
                      "Table": {
         | 
| 3591 | 
            -
                        "shape": " | 
| 3707 | 
            +
                        "shape": "Sr2"
         | 
| 3592 3708 | 
             
                      }
         | 
| 3593 3709 | 
             
                    }
         | 
| 3594 3710 | 
             
                  }
         | 
| @@ -3639,7 +3755,7 @@ | |
| 3639 3755 | 
             
                    "type": "structure",
         | 
| 3640 3756 | 
             
                    "members": {
         | 
| 3641 3757 | 
             
                      "TableVersion": {
         | 
| 3642 | 
            -
                        "shape": " | 
| 3758 | 
            +
                        "shape": "Srh"
         | 
| 3643 3759 | 
             
                      }
         | 
| 3644 3760 | 
             
                    }
         | 
| 3645 3761 | 
             
                  }
         | 
| @@ -3667,7 +3783,7 @@ | |
| 3667 3783 | 
             
                      "TableVersions": {
         | 
| 3668 3784 | 
             
                        "type": "list",
         | 
| 3669 3785 | 
             
                        "member": {
         | 
| 3670 | 
            -
                          "shape": " | 
| 3786 | 
            +
                          "shape": "Srh"
         | 
| 3671 3787 | 
             
                        }
         | 
| 3672 3788 | 
             
                      },
         | 
| 3673 3789 | 
             
                      "NextToken": {}
         | 
| @@ -3691,6 +3807,9 @@ | |
| 3691 3807 | 
             
                      "TransactionId": {},
         | 
| 3692 3808 | 
             
                      "QueryAsOfTime": {
         | 
| 3693 3809 | 
             
                        "type": "timestamp"
         | 
| 3810 | 
            +
                      },
         | 
| 3811 | 
            +
                      "IncludeStatusDetails": {
         | 
| 3812 | 
            +
                        "type": "boolean"
         | 
| 3694 3813 | 
             
                      }
         | 
| 3695 3814 | 
             
                    }
         | 
| 3696 3815 | 
             
                  },
         | 
| @@ -3698,7 +3817,7 @@ | |
| 3698 3817 | 
             
                    "type": "structure",
         | 
| 3699 3818 | 
             
                    "members": {
         | 
| 3700 3819 | 
             
                      "TableList": {
         | 
| 3701 | 
            -
                        "shape": " | 
| 3820 | 
            +
                        "shape": "Sro"
         | 
| 3702 3821 | 
             
                      },
         | 
| 3703 3822 | 
             
                      "NextToken": {}
         | 
| 3704 3823 | 
             
                    }
         | 
| @@ -3718,7 +3837,7 @@ | |
| 3718 3837 | 
             
                    "type": "structure",
         | 
| 3719 3838 | 
             
                    "members": {
         | 
| 3720 3839 | 
             
                      "Tags": {
         | 
| 3721 | 
            -
                        "shape": " | 
| 3840 | 
            +
                        "shape": "Sds"
         | 
| 3722 3841 | 
             
                      }
         | 
| 3723 3842 | 
             
                    }
         | 
| 3724 3843 | 
             
                  }
         | 
| @@ -3782,13 +3901,13 @@ | |
| 3782 3901 | 
             
                        "shape": "S6"
         | 
| 3783 3902 | 
             
                      },
         | 
| 3784 3903 | 
             
                      "AuditContext": {
         | 
| 3785 | 
            -
                        "shape": " | 
| 3904 | 
            +
                        "shape": "Srw"
         | 
| 3786 3905 | 
             
                      },
         | 
| 3787 3906 | 
             
                      "SupportedPermissionTypes": {
         | 
| 3788 | 
            -
                        "shape": " | 
| 3907 | 
            +
                        "shape": "Srz"
         | 
| 3789 3908 | 
             
                      },
         | 
| 3790 3909 | 
             
                      "QuerySessionContext": {
         | 
| 3791 | 
            -
                        "shape": " | 
| 3910 | 
            +
                        "shape": "Ss1"
         | 
| 3792 3911 | 
             
                      }
         | 
| 3793 3912 | 
             
                    }
         | 
| 3794 3913 | 
             
                  },
         | 
| @@ -3823,20 +3942,20 @@ | |
| 3823 3942 | 
             
                      "TableName": {},
         | 
| 3824 3943 | 
             
                      "Expression": {},
         | 
| 3825 3944 | 
             
                      "AuditContext": {
         | 
| 3826 | 
            -
                        "shape": " | 
| 3945 | 
            +
                        "shape": "Srw"
         | 
| 3827 3946 | 
             
                      },
         | 
| 3828 3947 | 
             
                      "SupportedPermissionTypes": {
         | 
| 3829 | 
            -
                        "shape": " | 
| 3948 | 
            +
                        "shape": "Srz"
         | 
| 3830 3949 | 
             
                      },
         | 
| 3831 3950 | 
             
                      "NextToken": {},
         | 
| 3832 3951 | 
             
                      "Segment": {
         | 
| 3833 | 
            -
                        "shape": " | 
| 3952 | 
            +
                        "shape": "Spr"
         | 
| 3834 3953 | 
             
                      },
         | 
| 3835 3954 | 
             
                      "MaxResults": {
         | 
| 3836 3955 | 
             
                        "type": "integer"
         | 
| 3837 3956 | 
             
                      },
         | 
| 3838 3957 | 
             
                      "QuerySessionContext": {
         | 
| 3839 | 
            -
                        "shape": " | 
| 3958 | 
            +
                        "shape": "Ss1"
         | 
| 3840 3959 | 
             
                      }
         | 
| 3841 3960 | 
             
                    }
         | 
| 3842 3961 | 
             
                  },
         | 
| @@ -3879,10 +3998,10 @@ | |
| 3879 3998 | 
             
                      "DatabaseName": {},
         | 
| 3880 3999 | 
             
                      "Name": {},
         | 
| 3881 4000 | 
             
                      "AuditContext": {
         | 
| 3882 | 
            -
                        "shape": " | 
| 4001 | 
            +
                        "shape": "Srw"
         | 
| 3883 4002 | 
             
                      },
         | 
| 3884 4003 | 
             
                      "SupportedPermissionTypes": {
         | 
| 3885 | 
            -
                        "shape": " | 
| 4004 | 
            +
                        "shape": "Srz"
         | 
| 3886 4005 | 
             
                      },
         | 
| 3887 4006 | 
             
                      "ParentResourceArn": {},
         | 
| 3888 4007 | 
             
                      "RootResourceArn": {},
         | 
| @@ -3894,10 +4013,10 @@ | |
| 3894 4013 | 
             
                        }
         | 
| 3895 4014 | 
             
                      },
         | 
| 3896 4015 | 
             
                      "Permissions": {
         | 
| 3897 | 
            -
                        "shape": " | 
| 4016 | 
            +
                        "shape": "Sfh"
         | 
| 3898 4017 | 
             
                      },
         | 
| 3899 4018 | 
             
                      "QuerySessionContext": {
         | 
| 3900 | 
            -
                        "shape": " | 
| 4019 | 
            +
                        "shape": "Ss1"
         | 
| 3901 4020 | 
             
                      }
         | 
| 3902 4021 | 
             
                    }
         | 
| 3903 4022 | 
             
                  },
         | 
| @@ -3905,7 +4024,7 @@ | |
| 3905 4024 | 
             
                    "type": "structure",
         | 
| 3906 4025 | 
             
                    "members": {
         | 
| 3907 4026 | 
             
                      "Table": {
         | 
| 3908 | 
            -
                        "shape": " | 
| 4027 | 
            +
                        "shape": "Sr2"
         | 
| 3909 4028 | 
             
                      },
         | 
| 3910 4029 | 
             
                      "AuthorizedColumns": {
         | 
| 3911 4030 | 
             
                        "shape": "Sn"
         | 
| @@ -3932,7 +4051,7 @@ | |
| 3932 4051 | 
             
                        "type": "boolean"
         | 
| 3933 4052 | 
             
                      },
         | 
| 3934 4053 | 
             
                      "Permissions": {
         | 
| 3935 | 
            -
                        "shape": " | 
| 4054 | 
            +
                        "shape": "Sfh"
         | 
| 3936 4055 | 
             
                      },
         | 
| 3937 4056 | 
             
                      "RowFilter": {}
         | 
| 3938 4057 | 
             
                    }
         | 
| @@ -3954,7 +4073,7 @@ | |
| 3954 4073 | 
             
                      "Name": {},
         | 
| 3955 4074 | 
             
                      "Description": {},
         | 
| 3956 4075 | 
             
                      "Configuration": {
         | 
| 3957 | 
            -
                        "shape": " | 
| 4076 | 
            +
                        "shape": "Si2"
         | 
| 3958 4077 | 
             
                      },
         | 
| 3959 4078 | 
             
                      "CreatedOn": {
         | 
| 3960 4079 | 
             
                        "type": "timestamp"
         | 
| @@ -3982,7 +4101,7 @@ | |
| 3982 4101 | 
             
                    "type": "structure",
         | 
| 3983 4102 | 
             
                    "members": {
         | 
| 3984 4103 | 
             
                      "UserDefinedFunction": {
         | 
| 3985 | 
            -
                        "shape": " | 
| 4104 | 
            +
                        "shape": "Ssk"
         | 
| 3986 4105 | 
             
                      }
         | 
| 3987 4106 | 
             
                    }
         | 
| 3988 4107 | 
             
                  }
         | 
| @@ -4009,7 +4128,7 @@ | |
| 4009 4128 | 
             
                      "UserDefinedFunctions": {
         | 
| 4010 4129 | 
             
                        "type": "list",
         | 
| 4011 4130 | 
             
                        "member": {
         | 
| 4012 | 
            -
                          "shape": " | 
| 4131 | 
            +
                          "shape": "Ssk"
         | 
| 4013 4132 | 
             
                        }
         | 
| 4014 4133 | 
             
                      },
         | 
| 4015 4134 | 
             
                      "NextToken": {}
         | 
| @@ -4134,7 +4253,7 @@ | |
| 4134 4253 | 
             
                        "type": "integer"
         | 
| 4135 4254 | 
             
                      },
         | 
| 4136 4255 | 
             
                      "Tags": {
         | 
| 4137 | 
            -
                        "shape": " | 
| 4256 | 
            +
                        "shape": "Sds"
         | 
| 4138 4257 | 
             
                      }
         | 
| 4139 4258 | 
             
                    }
         | 
| 4140 4259 | 
             
                  },
         | 
| @@ -4178,7 +4297,7 @@ | |
| 4178 4297 | 
             
                      },
         | 
| 4179 4298 | 
             
                      "NextToken": {},
         | 
| 4180 4299 | 
             
                      "Tags": {
         | 
| 4181 | 
            -
                        "shape": " | 
| 4300 | 
            +
                        "shape": "Sds"
         | 
| 4182 4301 | 
             
                      }
         | 
| 4183 4302 | 
             
                    }
         | 
| 4184 4303 | 
             
                  },
         | 
| @@ -4257,7 +4376,7 @@ | |
| 4257 4376 | 
             
                        "type": "integer"
         | 
| 4258 4377 | 
             
                      },
         | 
| 4259 4378 | 
             
                      "Tags": {
         | 
| 4260 | 
            -
                        "shape": " | 
| 4379 | 
            +
                        "shape": "Sds"
         | 
| 4261 4380 | 
             
                      }
         | 
| 4262 4381 | 
             
                    }
         | 
| 4263 4382 | 
             
                  },
         | 
| @@ -4450,12 +4569,12 @@ | |
| 4450 4569 | 
             
                            "type": "timestamp"
         | 
| 4451 4570 | 
             
                          },
         | 
| 4452 4571 | 
             
                          "TargetTable": {
         | 
| 4453 | 
            -
                            "shape": " | 
| 4572 | 
            +
                            "shape": "Sf8"
         | 
| 4454 4573 | 
             
                          }
         | 
| 4455 4574 | 
             
                        }
         | 
| 4456 4575 | 
             
                      },
         | 
| 4457 4576 | 
             
                      "Tags": {
         | 
| 4458 | 
            -
                        "shape": " | 
| 4577 | 
            +
                        "shape": "Sds"
         | 
| 4459 4578 | 
             
                      }
         | 
| 4460 4579 | 
             
                    }
         | 
| 4461 4580 | 
             
                  },
         | 
| @@ -4476,7 +4595,7 @@ | |
| 4476 4595 | 
             
                              "type": "timestamp"
         | 
| 4477 4596 | 
             
                            },
         | 
| 4478 4597 | 
             
                            "TargetTable": {
         | 
| 4479 | 
            -
                              "shape": " | 
| 4598 | 
            +
                              "shape": "Sf8"
         | 
| 4480 4599 | 
             
                            },
         | 
| 4481 4600 | 
             
                            "RecommendationRunId": {},
         | 
| 4482 4601 | 
             
                            "RuleCount": {
         | 
| @@ -4489,6 +4608,107 @@ | |
| 4489 4608 | 
             
                    }
         | 
| 4490 4609 | 
             
                  }
         | 
| 4491 4610 | 
             
                },
         | 
| 4611 | 
            +
                "ListDataQualityStatisticAnnotations": {
         | 
| 4612 | 
            +
                  "input": {
         | 
| 4613 | 
            +
                    "type": "structure",
         | 
| 4614 | 
            +
                    "members": {
         | 
| 4615 | 
            +
                      "StatisticId": {},
         | 
| 4616 | 
            +
                      "ProfileId": {},
         | 
| 4617 | 
            +
                      "TimestampFilter": {
         | 
| 4618 | 
            +
                        "shape": "Su4"
         | 
| 4619 | 
            +
                      },
         | 
| 4620 | 
            +
                      "MaxResults": {
         | 
| 4621 | 
            +
                        "type": "integer"
         | 
| 4622 | 
            +
                      },
         | 
| 4623 | 
            +
                      "NextToken": {}
         | 
| 4624 | 
            +
                    }
         | 
| 4625 | 
            +
                  },
         | 
| 4626 | 
            +
                  "output": {
         | 
| 4627 | 
            +
                    "type": "structure",
         | 
| 4628 | 
            +
                    "members": {
         | 
| 4629 | 
            +
                      "Annotations": {
         | 
| 4630 | 
            +
                        "type": "list",
         | 
| 4631 | 
            +
                        "member": {
         | 
| 4632 | 
            +
                          "type": "structure",
         | 
| 4633 | 
            +
                          "members": {
         | 
| 4634 | 
            +
                            "ProfileId": {},
         | 
| 4635 | 
            +
                            "StatisticId": {},
         | 
| 4636 | 
            +
                            "StatisticRecordedOn": {
         | 
| 4637 | 
            +
                              "type": "timestamp"
         | 
| 4638 | 
            +
                            },
         | 
| 4639 | 
            +
                            "InclusionAnnotation": {
         | 
| 4640 | 
            +
                              "shape": "Su8"
         | 
| 4641 | 
            +
                            }
         | 
| 4642 | 
            +
                          }
         | 
| 4643 | 
            +
                        }
         | 
| 4644 | 
            +
                      },
         | 
| 4645 | 
            +
                      "NextToken": {}
         | 
| 4646 | 
            +
                    }
         | 
| 4647 | 
            +
                  }
         | 
| 4648 | 
            +
                },
         | 
| 4649 | 
            +
                "ListDataQualityStatistics": {
         | 
| 4650 | 
            +
                  "input": {
         | 
| 4651 | 
            +
                    "type": "structure",
         | 
| 4652 | 
            +
                    "members": {
         | 
| 4653 | 
            +
                      "StatisticId": {},
         | 
| 4654 | 
            +
                      "ProfileId": {},
         | 
| 4655 | 
            +
                      "TimestampFilter": {
         | 
| 4656 | 
            +
                        "shape": "Su4"
         | 
| 4657 | 
            +
                      },
         | 
| 4658 | 
            +
                      "MaxResults": {
         | 
| 4659 | 
            +
                        "type": "integer"
         | 
| 4660 | 
            +
                      },
         | 
| 4661 | 
            +
                      "NextToken": {}
         | 
| 4662 | 
            +
                    }
         | 
| 4663 | 
            +
                  },
         | 
| 4664 | 
            +
                  "output": {
         | 
| 4665 | 
            +
                    "type": "structure",
         | 
| 4666 | 
            +
                    "members": {
         | 
| 4667 | 
            +
                      "Statistics": {
         | 
| 4668 | 
            +
                        "type": "list",
         | 
| 4669 | 
            +
                        "member": {
         | 
| 4670 | 
            +
                          "type": "structure",
         | 
| 4671 | 
            +
                          "members": {
         | 
| 4672 | 
            +
                            "StatisticId": {},
         | 
| 4673 | 
            +
                            "ProfileId": {},
         | 
| 4674 | 
            +
                            "RunIdentifier": {
         | 
| 4675 | 
            +
                              "type": "structure",
         | 
| 4676 | 
            +
                              "members": {
         | 
| 4677 | 
            +
                                "RunId": {},
         | 
| 4678 | 
            +
                                "JobRunId": {}
         | 
| 4679 | 
            +
                              }
         | 
| 4680 | 
            +
                            },
         | 
| 4681 | 
            +
                            "StatisticName": {},
         | 
| 4682 | 
            +
                            "DoubleValue": {
         | 
| 4683 | 
            +
                              "type": "double"
         | 
| 4684 | 
            +
                            },
         | 
| 4685 | 
            +
                            "EvaluationLevel": {},
         | 
| 4686 | 
            +
                            "ColumnsReferenced": {
         | 
| 4687 | 
            +
                              "shape": "Slp"
         | 
| 4688 | 
            +
                            },
         | 
| 4689 | 
            +
                            "ReferencedDatasets": {
         | 
| 4690 | 
            +
                              "type": "list",
         | 
| 4691 | 
            +
                              "member": {}
         | 
| 4692 | 
            +
                            },
         | 
| 4693 | 
            +
                            "StatisticProperties": {
         | 
| 4694 | 
            +
                              "type": "map",
         | 
| 4695 | 
            +
                              "key": {},
         | 
| 4696 | 
            +
                              "value": {},
         | 
| 4697 | 
            +
                              "sensitive": true
         | 
| 4698 | 
            +
                            },
         | 
| 4699 | 
            +
                            "RecordedOn": {
         | 
| 4700 | 
            +
                              "type": "timestamp"
         | 
| 4701 | 
            +
                            },
         | 
| 4702 | 
            +
                            "InclusionAnnotation": {
         | 
| 4703 | 
            +
                              "shape": "Su8"
         | 
| 4704 | 
            +
                            }
         | 
| 4705 | 
            +
                          }
         | 
| 4706 | 
            +
                        }
         | 
| 4707 | 
            +
                      },
         | 
| 4708 | 
            +
                      "NextToken": {}
         | 
| 4709 | 
            +
                    }
         | 
| 4710 | 
            +
                  }
         | 
| 4711 | 
            +
                },
         | 
| 4492 4712 | 
             
                "ListDevEndpoints": {
         | 
| 4493 4713 | 
             
                  "input": {
         | 
| 4494 4714 | 
             
                    "type": "structure",
         | 
| @@ -4498,7 +4718,7 @@ | |
| 4498 4718 | 
             
                        "type": "integer"
         | 
| 4499 4719 | 
             
                      },
         | 
| 4500 4720 | 
             
                      "Tags": {
         | 
| 4501 | 
            -
                        "shape": " | 
| 4721 | 
            +
                        "shape": "Sds"
         | 
| 4502 4722 | 
             
                      }
         | 
| 4503 4723 | 
             
                    }
         | 
| 4504 4724 | 
             
                  },
         | 
| @@ -4522,7 +4742,7 @@ | |
| 4522 4742 | 
             
                        "type": "integer"
         | 
| 4523 4743 | 
             
                      },
         | 
| 4524 4744 | 
             
                      "Tags": {
         | 
| 4525 | 
            -
                        "shape": " | 
| 4745 | 
            +
                        "shape": "Sds"
         | 
| 4526 4746 | 
             
                      }
         | 
| 4527 4747 | 
             
                    }
         | 
| 4528 4748 | 
             
                  },
         | 
| @@ -4545,13 +4765,13 @@ | |
| 4545 4765 | 
             
                        "type": "integer"
         | 
| 4546 4766 | 
             
                      },
         | 
| 4547 4767 | 
             
                      "Filter": {
         | 
| 4548 | 
            -
                        "shape": " | 
| 4768 | 
            +
                        "shape": "Sox"
         | 
| 4549 4769 | 
             
                      },
         | 
| 4550 4770 | 
             
                      "Sort": {
         | 
| 4551 | 
            -
                        "shape": " | 
| 4771 | 
            +
                        "shape": "Soy"
         | 
| 4552 4772 | 
             
                      },
         | 
| 4553 4773 | 
             
                      "Tags": {
         | 
| 4554 | 
            -
                        "shape": " | 
| 4774 | 
            +
                        "shape": "Sds"
         | 
| 4555 4775 | 
             
                      }
         | 
| 4556 4776 | 
             
                    }
         | 
| 4557 4777 | 
             
                  },
         | 
| @@ -4643,7 +4863,7 @@ | |
| 4643 4863 | 
             
                    "type": "structure",
         | 
| 4644 4864 | 
             
                    "members": {
         | 
| 4645 4865 | 
             
                      "RegistryId": {
         | 
| 4646 | 
            -
                        "shape": " | 
| 4866 | 
            +
                        "shape": "Sga"
         | 
| 4647 4867 | 
             
                      },
         | 
| 4648 4868 | 
             
                      "MaxResults": {
         | 
| 4649 4869 | 
             
                        "type": "integer"
         | 
| @@ -4682,7 +4902,7 @@ | |
| 4682 4902 | 
             
                        "type": "integer"
         | 
| 4683 4903 | 
             
                      },
         | 
| 4684 4904 | 
             
                      "Tags": {
         | 
| 4685 | 
            -
                        "shape": " | 
| 4905 | 
            +
                        "shape": "Sds"
         | 
| 4686 4906 | 
             
                      },
         | 
| 4687 4907 | 
             
                      "RequestOrigin": {}
         | 
| 4688 4908 | 
             
                    }
         | 
| @@ -4697,7 +4917,7 @@ | |
| 4697 4917 | 
             
                      "Sessions": {
         | 
| 4698 4918 | 
             
                        "type": "list",
         | 
| 4699 4919 | 
             
                        "member": {
         | 
| 4700 | 
            -
                          "shape": " | 
| 4920 | 
            +
                          "shape": "Shc"
         | 
| 4701 4921 | 
             
                        }
         | 
| 4702 4922 | 
             
                      },
         | 
| 4703 4923 | 
             
                      "NextToken": {}
         | 
| @@ -4722,7 +4942,7 @@ | |
| 4722 4942 | 
             
                      "Statements": {
         | 
| 4723 4943 | 
             
                        "type": "list",
         | 
| 4724 4944 | 
             
                        "member": {
         | 
| 4725 | 
            -
                          "shape": " | 
| 4945 | 
            +
                          "shape": "Sqv"
         | 
| 4726 4946 | 
             
                        }
         | 
| 4727 4947 | 
             
                      },
         | 
| 4728 4948 | 
             
                      "NextToken": {}
         | 
| @@ -4775,7 +4995,7 @@ | |
| 4775 4995 | 
             
                        "type": "integer"
         | 
| 4776 4996 | 
             
                      },
         | 
| 4777 4997 | 
             
                      "Tags": {
         | 
| 4778 | 
            -
                        "shape": " | 
| 4998 | 
            +
                        "shape": "Sds"
         | 
| 4779 4999 | 
             
                      }
         | 
| 4780 5000 | 
             
                    }
         | 
| 4781 5001 | 
             
                  },
         | 
| @@ -4851,7 +5071,7 @@ | |
| 4851 5071 | 
             
                    "members": {
         | 
| 4852 5072 | 
             
                      "CatalogId": {},
         | 
| 4853 5073 | 
             
                      "DataCatalogEncryptionSettings": {
         | 
| 4854 | 
            -
                        "shape": " | 
| 5074 | 
            +
                        "shape": "Smi"
         | 
| 4855 5075 | 
             
                      }
         | 
| 4856 5076 | 
             
                    }
         | 
| 4857 5077 | 
             
                  },
         | 
| @@ -4860,6 +5080,23 @@ | |
| 4860 5080 | 
             
                    "members": {}
         | 
| 4861 5081 | 
             
                  }
         | 
| 4862 5082 | 
             
                },
         | 
| 5083 | 
            +
                "PutDataQualityProfileAnnotation": {
         | 
| 5084 | 
            +
                  "input": {
         | 
| 5085 | 
            +
                    "type": "structure",
         | 
| 5086 | 
            +
                    "required": [
         | 
| 5087 | 
            +
                      "ProfileId",
         | 
| 5088 | 
            +
                      "InclusionAnnotation"
         | 
| 5089 | 
            +
                    ],
         | 
| 5090 | 
            +
                    "members": {
         | 
| 5091 | 
            +
                      "ProfileId": {},
         | 
| 5092 | 
            +
                      "InclusionAnnotation": {}
         | 
| 5093 | 
            +
                    }
         | 
| 5094 | 
            +
                  },
         | 
| 5095 | 
            +
                  "output": {
         | 
| 5096 | 
            +
                    "type": "structure",
         | 
| 5097 | 
            +
                    "members": {}
         | 
| 5098 | 
            +
                  }
         | 
| 5099 | 
            +
                },
         | 
| 4863 5100 | 
             
                "PutResourcePolicy": {
         | 
| 4864 5101 | 
             
                  "input": {
         | 
| 4865 5102 | 
             
                    "type": "structure",
         | 
| @@ -4892,11 +5129,11 @@ | |
| 4892 5129 | 
             
                        "shape": "Sw"
         | 
| 4893 5130 | 
             
                      },
         | 
| 4894 5131 | 
             
                      "SchemaVersionNumber": {
         | 
| 4895 | 
            -
                        "shape": " | 
| 5132 | 
            +
                        "shape": "Sqe"
         | 
| 4896 5133 | 
             
                      },
         | 
| 4897 5134 | 
             
                      "SchemaVersionId": {},
         | 
| 4898 5135 | 
             
                      "MetadataKeyValue": {
         | 
| 4899 | 
            -
                        "shape": " | 
| 5136 | 
            +
                        "shape": "Svz"
         | 
| 4900 5137 | 
             
                      }
         | 
| 4901 5138 | 
             
                    }
         | 
| 4902 5139 | 
             
                  },
         | 
| @@ -4947,13 +5184,13 @@ | |
| 4947 5184 | 
             
                        "shape": "Sw"
         | 
| 4948 5185 | 
             
                      },
         | 
| 4949 5186 | 
             
                      "SchemaVersionNumber": {
         | 
| 4950 | 
            -
                        "shape": " | 
| 5187 | 
            +
                        "shape": "Sqe"
         | 
| 4951 5188 | 
             
                      },
         | 
| 4952 5189 | 
             
                      "SchemaVersionId": {},
         | 
| 4953 5190 | 
             
                      "MetadataList": {
         | 
| 4954 5191 | 
             
                        "type": "list",
         | 
| 4955 5192 | 
             
                        "member": {
         | 
| 4956 | 
            -
                          "shape": " | 
| 5193 | 
            +
                          "shape": "Svz"
         | 
| 4957 5194 | 
             
                        }
         | 
| 4958 5195 | 
             
                      },
         | 
| 4959 5196 | 
             
                      "MaxResults": {
         | 
| @@ -5027,11 +5264,11 @@ | |
| 5027 5264 | 
             
                        "shape": "Sw"
         | 
| 5028 5265 | 
             
                      },
         | 
| 5029 5266 | 
             
                      "SchemaVersionNumber": {
         | 
| 5030 | 
            -
                        "shape": " | 
| 5267 | 
            +
                        "shape": "Sqe"
         | 
| 5031 5268 | 
             
                      },
         | 
| 5032 5269 | 
             
                      "SchemaVersionId": {},
         | 
| 5033 5270 | 
             
                      "MetadataKeyValue": {
         | 
| 5034 | 
            -
                        "shape": " | 
| 5271 | 
            +
                        "shape": "Svz"
         | 
| 5035 5272 | 
             
                      }
         | 
| 5036 5273 | 
             
                    }
         | 
| 5037 5274 | 
             
                  },
         | 
| @@ -5068,7 +5305,7 @@ | |
| 5068 5305 | 
             
                    "type": "structure",
         | 
| 5069 5306 | 
             
                    "members": {
         | 
| 5070 5307 | 
             
                      "JobBookmarkEntry": {
         | 
| 5071 | 
            -
                        "shape": " | 
| 5308 | 
            +
                        "shape": "Snt"
         | 
| 5072 5309 | 
             
                      }
         | 
| 5073 5310 | 
             
                    }
         | 
| 5074 5311 | 
             
                  }
         | 
| @@ -5085,7 +5322,7 @@ | |
| 5085 5322 | 
             
                      "Name": {},
         | 
| 5086 5323 | 
             
                      "RunId": {},
         | 
| 5087 5324 | 
             
                      "NodeIds": {
         | 
| 5088 | 
            -
                        "shape": " | 
| 5325 | 
            +
                        "shape": "Swk"
         | 
| 5089 5326 | 
             
                      }
         | 
| 5090 5327 | 
             
                    }
         | 
| 5091 5328 | 
             
                  },
         | 
| @@ -5094,7 +5331,7 @@ | |
| 5094 5331 | 
             
                    "members": {
         | 
| 5095 5332 | 
             
                      "RunId": {},
         | 
| 5096 5333 | 
             
                      "NodeIds": {
         | 
| 5097 | 
            -
                        "shape": " | 
| 5334 | 
            +
                        "shape": "Swk"
         | 
| 5098 5335 | 
             
                      }
         | 
| 5099 5336 | 
             
                    }
         | 
| 5100 5337 | 
             
                  }
         | 
| @@ -5152,7 +5389,10 @@ | |
| 5152 5389 | 
             
                      "MaxResults": {
         | 
| 5153 5390 | 
             
                        "type": "integer"
         | 
| 5154 5391 | 
             
                      },
         | 
| 5155 | 
            -
                      "ResourceShareType": {}
         | 
| 5392 | 
            +
                      "ResourceShareType": {},
         | 
| 5393 | 
            +
                      "IncludeStatusDetails": {
         | 
| 5394 | 
            +
                        "type": "boolean"
         | 
| 5395 | 
            +
                      }
         | 
| 5156 5396 | 
             
                    }
         | 
| 5157 5397 | 
             
                  },
         | 
| 5158 5398 | 
             
                  "output": {
         | 
| @@ -5160,7 +5400,7 @@ | |
| 5160 5400 | 
             
                    "members": {
         | 
| 5161 5401 | 
             
                      "NextToken": {},
         | 
| 5162 5402 | 
             
                      "TableList": {
         | 
| 5163 | 
            -
                        "shape": " | 
| 5403 | 
            +
                        "shape": "Sro"
         | 
| 5164 5404 | 
             
                      }
         | 
| 5165 5405 | 
             
                    }
         | 
| 5166 5406 | 
             
                  }
         | 
| @@ -5197,7 +5437,7 @@ | |
| 5197 5437 | 
             
                      "DatabaseName": {},
         | 
| 5198 5438 | 
             
                      "TableName": {},
         | 
| 5199 5439 | 
             
                      "ColumnNameList": {
         | 
| 5200 | 
            -
                        "shape": " | 
| 5440 | 
            +
                        "shape": "Slp"
         | 
| 5201 5441 | 
             
                      },
         | 
| 5202 5442 | 
             
                      "Role": {},
         | 
| 5203 5443 | 
             
                      "SampleSize": {
         | 
| @@ -5263,6 +5503,7 @@ | |
| 5263 5503 | 
             
                        "type": "integer"
         | 
| 5264 5504 | 
             
                      },
         | 
| 5265 5505 | 
             
                      "CreatedRulesetName": {},
         | 
| 5506 | 
            +
                      "DataQualitySecurityConfiguration": {},
         | 
| 5266 5507 | 
             
                      "ClientToken": {}
         | 
| 5267 5508 | 
             
                    }
         | 
| 5268 5509 | 
             
                  },
         | 
| @@ -5295,13 +5536,13 @@ | |
| 5295 5536 | 
             
                      },
         | 
| 5296 5537 | 
             
                      "ClientToken": {},
         | 
| 5297 5538 | 
             
                      "AdditionalRunOptions": {
         | 
| 5298 | 
            -
                        "shape": " | 
| 5539 | 
            +
                        "shape": "Sn2"
         | 
| 5299 5540 | 
             
                      },
         | 
| 5300 5541 | 
             
                      "RulesetNames": {
         | 
| 5301 | 
            -
                        "shape": " | 
| 5542 | 
            +
                        "shape": "Sn4"
         | 
| 5302 5543 | 
             
                      },
         | 
| 5303 5544 | 
             
                      "AdditionalDataSources": {
         | 
| 5304 | 
            -
                        "shape": " | 
| 5545 | 
            +
                        "shape": "Sn6"
         | 
| 5305 5546 | 
             
                      }
         | 
| 5306 5547 | 
             
                    }
         | 
| 5307 5548 | 
             
                  },
         | 
| @@ -5577,7 +5818,7 @@ | |
| 5577 5818 | 
             
                    "members": {
         | 
| 5578 5819 | 
             
                      "ResourceArn": {},
         | 
| 5579 5820 | 
             
                      "TagsToAdd": {
         | 
| 5580 | 
            -
                        "shape": " | 
| 5821 | 
            +
                        "shape": "Sds"
         | 
| 5581 5822 | 
             
                      }
         | 
| 5582 5823 | 
             
                    }
         | 
| 5583 5824 | 
             
                  },
         | 
| @@ -5674,7 +5915,7 @@ | |
| 5674 5915 | 
             
                          "QuoteSymbol": {},
         | 
| 5675 5916 | 
             
                          "ContainsHeader": {},
         | 
| 5676 5917 | 
             
                          "Header": {
         | 
| 5677 | 
            -
                            "shape": " | 
| 5918 | 
            +
                            "shape": "Se9"
         | 
| 5678 5919 | 
             
                          },
         | 
| 5679 5920 | 
             
                          "DisableValueTrimming": {
         | 
| 5680 5921 | 
             
                            "type": "boolean"
         | 
| @@ -5686,7 +5927,7 @@ | |
| 5686 5927 | 
             
                            "type": "boolean"
         | 
| 5687 5928 | 
             
                          },
         | 
| 5688 5929 | 
             
                          "CustomDatatypes": {
         | 
| 5689 | 
            -
                            "shape": " | 
| 5930 | 
            +
                            "shape": "Sea"
         | 
| 5690 5931 | 
             
                          },
         | 
| 5691 5932 | 
             
                          "Serde": {}
         | 
| 5692 5933 | 
             
                        }
         | 
| @@ -5715,7 +5956,7 @@ | |
| 5715 5956 | 
             
                        "shape": "S6"
         | 
| 5716 5957 | 
             
                      },
         | 
| 5717 5958 | 
             
                      "ColumnStatisticsList": {
         | 
| 5718 | 
            -
                        "shape": " | 
| 5959 | 
            +
                        "shape": "Syd"
         | 
| 5719 5960 | 
             
                      }
         | 
| 5720 5961 | 
             
                    }
         | 
| 5721 5962 | 
             
                  },
         | 
| @@ -5723,7 +5964,7 @@ | |
| 5723 5964 | 
             
                    "type": "structure",
         | 
| 5724 5965 | 
             
                    "members": {
         | 
| 5725 5966 | 
             
                      "Errors": {
         | 
| 5726 | 
            -
                        "shape": " | 
| 5967 | 
            +
                        "shape": "Syf"
         | 
| 5727 5968 | 
             
                      }
         | 
| 5728 5969 | 
             
                    }
         | 
| 5729 5970 | 
             
                  }
         | 
| @@ -5741,7 +5982,7 @@ | |
| 5741 5982 | 
             
                      "DatabaseName": {},
         | 
| 5742 5983 | 
             
                      "TableName": {},
         | 
| 5743 5984 | 
             
                      "ColumnStatisticsList": {
         | 
| 5744 | 
            -
                        "shape": " | 
| 5985 | 
            +
                        "shape": "Syd"
         | 
| 5745 5986 | 
             
                      }
         | 
| 5746 5987 | 
             
                    }
         | 
| 5747 5988 | 
             
                  },
         | 
| @@ -5749,7 +5990,7 @@ | |
| 5749 5990 | 
             
                    "type": "structure",
         | 
| 5750 5991 | 
             
                    "members": {
         | 
| 5751 5992 | 
             
                      "Errors": {
         | 
| 5752 | 
            -
                        "shape": " | 
| 5993 | 
            +
                        "shape": "Syf"
         | 
| 5753 5994 | 
             
                      }
         | 
| 5754 5995 | 
             
                    }
         | 
| 5755 5996 | 
             
                  }
         | 
| @@ -5765,7 +6006,7 @@ | |
| 5765 6006 | 
             
                      "CatalogId": {},
         | 
| 5766 6007 | 
             
                      "Name": {},
         | 
| 5767 6008 | 
             
                      "ConnectionInput": {
         | 
| 5768 | 
            -
                        "shape": " | 
| 6009 | 
            +
                        "shape": "See"
         | 
| 5769 6010 | 
             
                      }
         | 
| 5770 6011 | 
             
                    }
         | 
| 5771 6012 | 
             
                  },
         | 
| @@ -5862,7 +6103,7 @@ | |
| 5862 6103 | 
             
                      "CatalogId": {},
         | 
| 5863 6104 | 
             
                      "Name": {},
         | 
| 5864 6105 | 
             
                      "DatabaseInput": {
         | 
| 5865 | 
            -
                        "shape": " | 
| 6106 | 
            +
                        "shape": "Sfb"
         | 
| 5866 6107 | 
             
                      }
         | 
| 5867 6108 | 
             
                    }
         | 
| 5868 6109 | 
             
                  },
         | 
| @@ -6015,7 +6256,7 @@ | |
| 6015 6256 | 
             
                      "Name": {},
         | 
| 6016 6257 | 
             
                      "Description": {},
         | 
| 6017 6258 | 
             
                      "Parameters": {
         | 
| 6018 | 
            -
                        "shape": " | 
| 6259 | 
            +
                        "shape": "Sft"
         | 
| 6019 6260 | 
             
                      },
         | 
| 6020 6261 | 
             
                      "Role": {},
         | 
| 6021 6262 | 
             
                      "GlueVersion": {},
         | 
| @@ -6055,7 +6296,7 @@ | |
| 6055 6296 | 
             
                      "DatabaseName": {},
         | 
| 6056 6297 | 
             
                      "TableName": {},
         | 
| 6057 6298 | 
             
                      "PartitionValueList": {
         | 
| 6058 | 
            -
                        "shape": " | 
| 6299 | 
            +
                        "shape": "Sd7"
         | 
| 6059 6300 | 
             
                      },
         | 
| 6060 6301 | 
             
                      "PartitionInput": {
         | 
| 6061 6302 | 
             
                        "shape": "S5"
         | 
| @@ -6076,7 +6317,7 @@ | |
| 6076 6317 | 
             
                    ],
         | 
| 6077 6318 | 
             
                    "members": {
         | 
| 6078 6319 | 
             
                      "RegistryId": {
         | 
| 6079 | 
            -
                        "shape": " | 
| 6320 | 
            +
                        "shape": "Sga"
         | 
| 6080 6321 | 
             
                      },
         | 
| 6081 6322 | 
             
                      "Description": {}
         | 
| 6082 6323 | 
             
                    }
         | 
| @@ -6100,7 +6341,7 @@ | |
| 6100 6341 | 
             
                        "shape": "Sw"
         | 
| 6101 6342 | 
             
                      },
         | 
| 6102 6343 | 
             
                      "SchemaVersionNumber": {
         | 
| 6103 | 
            -
                        "shape": " | 
| 6344 | 
            +
                        "shape": "Sqe"
         | 
| 6104 6345 | 
             
                      },
         | 
| 6105 6346 | 
             
                      "Compatibility": {},
         | 
| 6106 6347 | 
             
                      "Description": {}
         | 
| @@ -6148,7 +6389,7 @@ | |
| 6148 6389 | 
             
                      "CatalogId": {},
         | 
| 6149 6390 | 
             
                      "DatabaseName": {},
         | 
| 6150 6391 | 
             
                      "TableInput": {
         | 
| 6151 | 
            -
                        "shape": " | 
| 6392 | 
            +
                        "shape": "Shh"
         | 
| 6152 6393 | 
             
                      },
         | 
| 6153 6394 | 
             
                      "SkipArchive": {
         | 
| 6154 6395 | 
             
                        "type": "boolean"
         | 
| @@ -6239,7 +6480,7 @@ | |
| 6239 6480 | 
             
                      "Name": {},
         | 
| 6240 6481 | 
             
                      "Description": {},
         | 
| 6241 6482 | 
             
                      "Configuration": {
         | 
| 6242 | 
            -
                        "shape": " | 
| 6483 | 
            +
                        "shape": "Si2"
         | 
| 6243 6484 | 
             
                      }
         | 
| 6244 6485 | 
             
                    }
         | 
| 6245 6486 | 
             
                  },
         | 
| @@ -6263,7 +6504,7 @@ | |
| 6263 6504 | 
             
                      "DatabaseName": {},
         | 
| 6264 6505 | 
             
                      "FunctionName": {},
         | 
| 6265 6506 | 
             
                      "FunctionInput": {
         | 
| 6266 | 
            -
                        "shape": " | 
| 6507 | 
            +
                        "shape": "Si9"
         | 
| 6267 6508 | 
             
                      }
         | 
| 6268 6509 | 
             
                    }
         | 
| 6269 6510 | 
             
                  },
         | 
| @@ -6822,21 +7063,33 @@ | |
| 6822 7063 | 
             
                    "type": "structure",
         | 
| 6823 7064 | 
             
                    "members": {
         | 
| 6824 7065 | 
             
                      "Name": {},
         | 
| 6825 | 
            -
                      "Description": { | 
| 6826 | 
            -
             | 
| 7066 | 
            +
                      "Description": {
         | 
| 7067 | 
            +
                        "shape": "S48"
         | 
| 7068 | 
            +
                      },
         | 
| 7069 | 
            +
                      "EvaluationMessage": {
         | 
| 7070 | 
            +
                        "shape": "S48"
         | 
| 7071 | 
            +
                      },
         | 
| 6827 7072 | 
             
                      "Result": {},
         | 
| 6828 7073 | 
             
                      "EvaluatedMetrics": {
         | 
| 6829 7074 | 
             
                        "shape": "S4a"
         | 
| 7075 | 
            +
                      },
         | 
| 7076 | 
            +
                      "EvaluatedRule": {
         | 
| 7077 | 
            +
                        "shape": "S48"
         | 
| 6830 7078 | 
             
                      }
         | 
| 6831 7079 | 
             
                    }
         | 
| 6832 7080 | 
             
                  }
         | 
| 6833 7081 | 
             
                },
         | 
| 7082 | 
            +
                "S48": {
         | 
| 7083 | 
            +
                  "type": "string",
         | 
| 7084 | 
            +
                  "sensitive": true
         | 
| 7085 | 
            +
                },
         | 
| 6834 7086 | 
             
                "S4a": {
         | 
| 6835 7087 | 
             
                  "type": "map",
         | 
| 6836 7088 | 
             
                  "key": {},
         | 
| 6837 7089 | 
             
                  "value": {
         | 
| 6838 7090 | 
             
                    "type": "double"
         | 
| 6839 | 
            -
                  }
         | 
| 7091 | 
            +
                  },
         | 
| 7092 | 
            +
                  "sensitive": true
         | 
| 6840 7093 | 
             
                },
         | 
| 6841 7094 | 
             
                "S4b": {
         | 
| 6842 7095 | 
             
                  "type": "list",
         | 
| @@ -6844,8 +7097,12 @@ | |
| 6844 7097 | 
             
                    "type": "structure",
         | 
| 6845 7098 | 
             
                    "members": {
         | 
| 6846 7099 | 
             
                      "Name": {},
         | 
| 6847 | 
            -
                      "Description": { | 
| 6848 | 
            -
             | 
| 7100 | 
            +
                      "Description": {
         | 
| 7101 | 
            +
                        "shape": "S48"
         | 
| 7102 | 
            +
                      },
         | 
| 7103 | 
            +
                      "EvaluationMessage": {
         | 
| 7104 | 
            +
                        "shape": "S48"
         | 
| 7105 | 
            +
                      },
         | 
| 6849 7106 | 
             
                      "EvaluatedMetrics": {
         | 
| 6850 7107 | 
             
                        "shape": "S4a"
         | 
| 6851 7108 | 
             
                      }
         | 
| @@ -6857,11 +7114,15 @@ | |
| 6857 7114 | 
             
                  "member": {
         | 
| 6858 7115 | 
             
                    "type": "structure",
         | 
| 6859 7116 | 
             
                    "members": {
         | 
| 6860 | 
            -
                      "Description": { | 
| 7117 | 
            +
                      "Description": {
         | 
| 7118 | 
            +
                        "type": "string",
         | 
| 7119 | 
            +
                        "sensitive": true
         | 
| 7120 | 
            +
                      },
         | 
| 6861 7121 | 
             
                      "MetricBasedObservation": {
         | 
| 6862 7122 | 
             
                        "type": "structure",
         | 
| 6863 7123 | 
             
                        "members": {
         | 
| 6864 7124 | 
             
                          "MetricName": {},
         | 
| 7125 | 
            +
                          "StatisticId": {},
         | 
| 6865 7126 | 
             
                          "MetricValues": {
         | 
| 6866 7127 | 
             
                            "type": "structure",
         | 
| 6867 7128 | 
             
                            "members": {
         | 
| @@ -7427,6 +7688,9 @@ | |
| 7427 7688 | 
             
                          "Inputs": {
         | 
| 7428 7689 | 
             
                            "shape": "S6l"
         | 
| 7429 7690 | 
             
                          },
         | 
| 7691 | 
            +
                          "PartitionKeys": {
         | 
| 7692 | 
            +
                            "shape": "S6o"
         | 
| 7693 | 
            +
                          },
         | 
| 7430 7694 | 
             
                          "Database": {},
         | 
| 7431 7695 | 
             
                          "Table": {}
         | 
| 7432 7696 | 
             
                        }
         | 
| @@ -7475,7 +7739,7 @@ | |
| 7475 7739 | 
             
                            "shape": "S6l"
         | 
| 7476 7740 | 
             
                          },
         | 
| 7477 7741 | 
             
                          "PartitionKeys": {
         | 
| 7478 | 
            -
                            "shape": " | 
| 7742 | 
            +
                            "shape": "S6o"
         | 
| 7479 7743 | 
             
                          },
         | 
| 7480 7744 | 
             
                          "Table": {},
         | 
| 7481 7745 | 
             
                          "Database": {},
         | 
| @@ -7497,7 +7761,7 @@ | |
| 7497 7761 | 
             
                            "shape": "S6l"
         | 
| 7498 7762 | 
             
                          },
         | 
| 7499 7763 | 
             
                          "PartitionKeys": {
         | 
| 7500 | 
            -
                            "shape": " | 
| 7764 | 
            +
                            "shape": "S6o"
         | 
| 7501 7765 | 
             
                          },
         | 
| 7502 7766 | 
             
                          "Path": {},
         | 
| 7503 7767 | 
             
                          "Compression": {},
         | 
| @@ -7520,7 +7784,7 @@ | |
| 7520 7784 | 
             
                            "shape": "S6l"
         | 
| 7521 7785 | 
             
                          },
         | 
| 7522 7786 | 
             
                          "PartitionKeys": {
         | 
| 7523 | 
            -
                            "shape": " | 
| 7787 | 
            +
                            "shape": "S6o"
         | 
| 7524 7788 | 
             
                          },
         | 
| 7525 7789 | 
             
                          "Path": {},
         | 
| 7526 7790 | 
             
                          "Compression": {},
         | 
| @@ -7560,7 +7824,7 @@ | |
| 7560 7824 | 
             
                            "shape": "S6l"
         | 
| 7561 7825 | 
             
                          },
         | 
| 7562 7826 | 
             
                          "Paths": {
         | 
| 7563 | 
            -
                            "shape": " | 
| 7827 | 
            +
                            "shape": "S6o"
         | 
| 7564 7828 | 
             
                          }
         | 
| 7565 7829 | 
             
                        }
         | 
| 7566 7830 | 
             
                      },
         | 
| @@ -7577,7 +7841,7 @@ | |
| 7577 7841 | 
             
                            "shape": "S6l"
         | 
| 7578 7842 | 
             
                          },
         | 
| 7579 7843 | 
             
                          "Paths": {
         | 
| 7580 | 
            -
                            "shape": " | 
| 7844 | 
            +
                            "shape": "S6o"
         | 
| 7581 7845 | 
             
                          }
         | 
| 7582 7846 | 
             
                        }
         | 
| 7583 7847 | 
             
                      },
         | 
| @@ -7648,7 +7912,7 @@ | |
| 7648 7912 | 
             
                              "members": {
         | 
| 7649 7913 | 
             
                                "From": {},
         | 
| 7650 7914 | 
             
                                "Keys": {
         | 
| 7651 | 
            -
                                  "shape": " | 
| 7915 | 
            +
                                  "shape": "S6o"
         | 
| 7652 7916 | 
             
                                }
         | 
| 7653 7917 | 
             
                              }
         | 
| 7654 7918 | 
             
                            }
         | 
| @@ -7668,7 +7932,7 @@ | |
| 7668 7932 | 
             
                            "shape": "S6l"
         | 
| 7669 7933 | 
             
                          },
         | 
| 7670 7934 | 
             
                          "Paths": {
         | 
| 7671 | 
            -
                            "shape": " | 
| 7935 | 
            +
                            "shape": "S6o"
         | 
| 7672 7936 | 
             
                          }
         | 
| 7673 7937 | 
             
                        }
         | 
| 7674 7938 | 
             
                      },
         | 
| @@ -7964,7 +8228,7 @@ | |
| 7964 8228 | 
             
                          },
         | 
| 7965 8229 | 
             
                          "Source": {},
         | 
| 7966 8230 | 
             
                          "PrimaryKeys": {
         | 
| 7967 | 
            -
                            "shape": " | 
| 8231 | 
            +
                            "shape": "S6o"
         | 
| 7968 8232 | 
             
                          }
         | 
| 7969 8233 | 
             
                        }
         | 
| 7970 8234 | 
             
                      },
         | 
| @@ -8024,7 +8288,7 @@ | |
| 8024 8288 | 
             
                            "shape": "S6l"
         | 
| 8025 8289 | 
             
                          },
         | 
| 8026 8290 | 
             
                          "Groups": {
         | 
| 8027 | 
            -
                            "shape": " | 
| 8291 | 
            +
                            "shape": "S6o"
         | 
| 8028 8292 | 
             
                          },
         | 
| 8029 8293 | 
             
                          "Aggs": {
         | 
| 8030 8294 | 
             
                            "type": "list",
         | 
| @@ -8078,7 +8342,7 @@ | |
| 8078 8342 | 
             
                            "shape": "S6l"
         | 
| 8079 8343 | 
             
                          },
         | 
| 8080 8344 | 
             
                          "PartitionKeys": {
         | 
| 8081 | 
            -
                            "shape": " | 
| 8345 | 
            +
                            "shape": "S6o"
         | 
| 8082 8346 | 
             
                          },
         | 
| 8083 8347 | 
             
                          "Table": {},
         | 
| 8084 8348 | 
             
                          "Database": {},
         | 
| @@ -8367,7 +8631,7 @@ | |
| 8367 8631 | 
             
                            "shape": "S6l"
         | 
| 8368 8632 | 
             
                          },
         | 
| 8369 8633 | 
             
                          "PartitionKeys": {
         | 
| 8370 | 
            -
                            "shape": " | 
| 8634 | 
            +
                            "shape": "S6o"
         | 
| 8371 8635 | 
             
                          },
         | 
| 8372 8636 | 
             
                          "Table": {},
         | 
| 8373 8637 | 
             
                          "Database": {},
         | 
| @@ -8397,7 +8661,7 @@ | |
| 8397 8661 | 
             
                          "Path": {},
         | 
| 8398 8662 | 
             
                          "Compression": {},
         | 
| 8399 8663 | 
             
                          "PartitionKeys": {
         | 
| 8400 | 
            -
                            "shape": " | 
| 8664 | 
            +
                            "shape": "S6o"
         | 
| 8401 8665 | 
             
                          },
         | 
| 8402 8666 | 
             
                          "Format": {},
         | 
| 8403 8667 | 
             
                          "AdditionalOptions": {
         | 
| @@ -8500,7 +8764,7 @@ | |
| 8500 8764 | 
             
                            "shape": "S6l"
         | 
| 8501 8765 | 
             
                          },
         | 
| 8502 8766 | 
             
                          "PartitionKeys": {
         | 
| 8503 | 
            -
                            "shape": " | 
| 8767 | 
            +
                            "shape": "S6o"
         | 
| 8504 8768 | 
             
                          },
         | 
| 8505 8769 | 
             
                          "Table": {},
         | 
| 8506 8770 | 
             
                          "Database": {},
         | 
| @@ -8527,7 +8791,7 @@ | |
| 8527 8791 | 
             
                            "shape": "S6l"
         | 
| 8528 8792 | 
             
                          },
         | 
| 8529 8793 | 
             
                          "PartitionKeys": {
         | 
| 8530 | 
            -
                            "shape": " | 
| 8794 | 
            +
                            "shape": "S6o"
         | 
| 8531 8795 | 
             
                          },
         | 
| 8532 8796 | 
             
                          "Path": {},
         | 
| 8533 8797 | 
             
                          "Compression": {},
         | 
| @@ -8788,7 +9052,7 @@ | |
| 8788 9052 | 
             
                  "type": "list",
         | 
| 8789 9053 | 
             
                  "member": {}
         | 
| 8790 9054 | 
             
                },
         | 
| 8791 | 
            -
                " | 
| 9055 | 
            +
                "S6o": {
         | 
| 8792 9056 | 
             
                  "type": "list",
         | 
| 8793 9057 | 
             
                  "member": {
         | 
| 8794 9058 | 
             
                    "shape": "S5v"
         | 
| @@ -9498,24 +9762,24 @@ | |
| 9498 9762 | 
             
                    "ProfileName": {}
         | 
| 9499 9763 | 
             
                  }
         | 
| 9500 9764 | 
             
                },
         | 
| 9501 | 
            -
                " | 
| 9765 | 
            +
                "Sd7": {
         | 
| 9502 9766 | 
             
                  "type": "list",
         | 
| 9503 9767 | 
             
                  "member": {}
         | 
| 9504 9768 | 
             
                },
         | 
| 9505 | 
            -
                " | 
| 9769 | 
            +
                "Sds": {
         | 
| 9506 9770 | 
             
                  "type": "map",
         | 
| 9507 9771 | 
             
                  "key": {},
         | 
| 9508 9772 | 
             
                  "value": {}
         | 
| 9509 9773 | 
             
                },
         | 
| 9510 | 
            -
                " | 
| 9774 | 
            +
                "Se9": {
         | 
| 9511 9775 | 
             
                  "type": "list",
         | 
| 9512 9776 | 
             
                  "member": {}
         | 
| 9513 9777 | 
             
                },
         | 
| 9514 | 
            -
                " | 
| 9778 | 
            +
                "Sea": {
         | 
| 9515 9779 | 
             
                  "type": "list",
         | 
| 9516 9780 | 
             
                  "member": {}
         | 
| 9517 9781 | 
             
                },
         | 
| 9518 | 
            -
                " | 
| 9782 | 
            +
                "See": {
         | 
| 9519 9783 | 
             
                  "type": "structure",
         | 
| 9520 9784 | 
             
                  "required": [
         | 
| 9521 9785 | 
             
                    "Name",
         | 
| @@ -9527,13 +9791,13 @@ | |
| 9527 9791 | 
             
                    "Description": {},
         | 
| 9528 9792 | 
             
                    "ConnectionType": {},
         | 
| 9529 9793 | 
             
                    "MatchCriteria": {
         | 
| 9530 | 
            -
                      "shape": " | 
| 9794 | 
            +
                      "shape": "Seg"
         | 
| 9531 9795 | 
             
                    },
         | 
| 9532 9796 | 
             
                    "ConnectionProperties": {
         | 
| 9533 | 
            -
                      "shape": " | 
| 9797 | 
            +
                      "shape": "Seh"
         | 
| 9534 9798 | 
             
                    },
         | 
| 9535 9799 | 
             
                    "PhysicalConnectionRequirements": {
         | 
| 9536 | 
            -
                      "shape": " | 
| 9800 | 
            +
                      "shape": "Sej"
         | 
| 9537 9801 | 
             
                    },
         | 
| 9538 9802 | 
             
                    "AuthenticationConfiguration": {
         | 
| 9539 9803 | 
             
                      "type": "structure",
         | 
| @@ -9545,11 +9809,11 @@ | |
| 9545 9809 | 
             
                          "members": {
         | 
| 9546 9810 | 
             
                            "OAuth2GrantType": {},
         | 
| 9547 9811 | 
             
                            "OAuth2ClientApplication": {
         | 
| 9548 | 
            -
                              "shape": " | 
| 9812 | 
            +
                              "shape": "Seq"
         | 
| 9549 9813 | 
             
                            },
         | 
| 9550 9814 | 
             
                            "TokenUrl": {},
         | 
| 9551 9815 | 
             
                            "TokenUrlParametersMap": {
         | 
| 9552 | 
            -
                              "shape": " | 
| 9816 | 
            +
                              "shape": "Seu"
         | 
| 9553 9817 | 
             
                            },
         | 
| 9554 9818 | 
             
                            "AuthorizationCodeProperties": {
         | 
| 9555 9819 | 
             
                              "type": "structure",
         | 
| @@ -9567,16 +9831,16 @@ | |
| 9567 9831 | 
             
                    }
         | 
| 9568 9832 | 
             
                  }
         | 
| 9569 9833 | 
             
                },
         | 
| 9570 | 
            -
                " | 
| 9834 | 
            +
                "Seg": {
         | 
| 9571 9835 | 
             
                  "type": "list",
         | 
| 9572 9836 | 
             
                  "member": {}
         | 
| 9573 9837 | 
             
                },
         | 
| 9574 | 
            -
                " | 
| 9838 | 
            +
                "Seh": {
         | 
| 9575 9839 | 
             
                  "type": "map",
         | 
| 9576 9840 | 
             
                  "key": {},
         | 
| 9577 9841 | 
             
                  "value": {}
         | 
| 9578 9842 | 
             
                },
         | 
| 9579 | 
            -
                " | 
| 9843 | 
            +
                "Sej": {
         | 
| 9580 9844 | 
             
                  "type": "structure",
         | 
| 9581 9845 | 
             
                  "members": {
         | 
| 9582 9846 | 
             
                    "SubnetId": {},
         | 
| @@ -9587,19 +9851,19 @@ | |
| 9587 9851 | 
             
                    "AvailabilityZone": {}
         | 
| 9588 9852 | 
             
                  }
         | 
| 9589 9853 | 
             
                },
         | 
| 9590 | 
            -
                " | 
| 9854 | 
            +
                "Seq": {
         | 
| 9591 9855 | 
             
                  "type": "structure",
         | 
| 9592 9856 | 
             
                  "members": {
         | 
| 9593 9857 | 
             
                    "UserManagedClientApplicationClientId": {},
         | 
| 9594 9858 | 
             
                    "AWSManagedClientApplicationReference": {}
         | 
| 9595 9859 | 
             
                  }
         | 
| 9596 9860 | 
             
                },
         | 
| 9597 | 
            -
                " | 
| 9861 | 
            +
                "Seu": {
         | 
| 9598 9862 | 
             
                  "type": "map",
         | 
| 9599 9863 | 
             
                  "key": {},
         | 
| 9600 9864 | 
             
                  "value": {}
         | 
| 9601 9865 | 
             
                },
         | 
| 9602 | 
            -
                " | 
| 9866 | 
            +
                "Sf8": {
         | 
| 9603 9867 | 
             
                  "type": "structure",
         | 
| 9604 9868 | 
             
                  "required": [
         | 
| 9605 9869 | 
             
                    "TableName",
         | 
| @@ -9611,7 +9875,7 @@ | |
| 9611 9875 | 
             
                    "CatalogId": {}
         | 
| 9612 9876 | 
             
                  }
         | 
| 9613 9877 | 
             
                },
         | 
| 9614 | 
            -
                " | 
| 9878 | 
            +
                "Sfb": {
         | 
| 9615 9879 | 
             
                  "type": "structure",
         | 
| 9616 9880 | 
             
                  "required": [
         | 
| 9617 9881 | 
             
                    "Name"
         | 
| @@ -9624,17 +9888,17 @@ | |
| 9624 9888 | 
             
                      "shape": "Se"
         | 
| 9625 9889 | 
             
                    },
         | 
| 9626 9890 | 
             
                    "CreateTableDefaultPermissions": {
         | 
| 9627 | 
            -
                      "shape": " | 
| 9891 | 
            +
                      "shape": "Sfd"
         | 
| 9628 9892 | 
             
                    },
         | 
| 9629 9893 | 
             
                    "TargetDatabase": {
         | 
| 9630 | 
            -
                      "shape": " | 
| 9894 | 
            +
                      "shape": "Sfj"
         | 
| 9631 9895 | 
             
                    },
         | 
| 9632 9896 | 
             
                    "FederatedDatabase": {
         | 
| 9633 | 
            -
                      "shape": " | 
| 9897 | 
            +
                      "shape": "Sfk"
         | 
| 9634 9898 | 
             
                    }
         | 
| 9635 9899 | 
             
                  }
         | 
| 9636 9900 | 
             
                },
         | 
| 9637 | 
            -
                " | 
| 9901 | 
            +
                "Sfd": {
         | 
| 9638 9902 | 
             
                  "type": "list",
         | 
| 9639 9903 | 
             
                  "member": {
         | 
| 9640 9904 | 
             
                    "type": "structure",
         | 
| @@ -9646,16 +9910,16 @@ | |
| 9646 9910 | 
             
                        }
         | 
| 9647 9911 | 
             
                      },
         | 
| 9648 9912 | 
             
                      "Permissions": {
         | 
| 9649 | 
            -
                        "shape": " | 
| 9913 | 
            +
                        "shape": "Sfh"
         | 
| 9650 9914 | 
             
                      }
         | 
| 9651 9915 | 
             
                    }
         | 
| 9652 9916 | 
             
                  }
         | 
| 9653 9917 | 
             
                },
         | 
| 9654 | 
            -
                " | 
| 9918 | 
            +
                "Sfh": {
         | 
| 9655 9919 | 
             
                  "type": "list",
         | 
| 9656 9920 | 
             
                  "member": {}
         | 
| 9657 9921 | 
             
                },
         | 
| 9658 | 
            -
                " | 
| 9922 | 
            +
                "Sfj": {
         | 
| 9659 9923 | 
             
                  "type": "structure",
         | 
| 9660 9924 | 
             
                  "members": {
         | 
| 9661 9925 | 
             
                    "CatalogId": {},
         | 
| @@ -9663,20 +9927,20 @@ | |
| 9663 9927 | 
             
                    "Region": {}
         | 
| 9664 9928 | 
             
                  }
         | 
| 9665 9929 | 
             
                },
         | 
| 9666 | 
            -
                " | 
| 9930 | 
            +
                "Sfk": {
         | 
| 9667 9931 | 
             
                  "type": "structure",
         | 
| 9668 9932 | 
             
                  "members": {
         | 
| 9669 9933 | 
             
                    "Identifier": {},
         | 
| 9670 9934 | 
             
                    "ConnectionName": {}
         | 
| 9671 9935 | 
             
                  }
         | 
| 9672 9936 | 
             
                },
         | 
| 9673 | 
            -
                " | 
| 9937 | 
            +
                "Sfs": {
         | 
| 9674 9938 | 
             
                  "type": "list",
         | 
| 9675 9939 | 
             
                  "member": {
         | 
| 9676 9940 | 
             
                    "shape": "S44"
         | 
| 9677 9941 | 
             
                  }
         | 
| 9678 9942 | 
             
                },
         | 
| 9679 | 
            -
                " | 
| 9943 | 
            +
                "Sft": {
         | 
| 9680 9944 | 
             
                  "type": "structure",
         | 
| 9681 9945 | 
             
                  "required": [
         | 
| 9682 9946 | 
             
                    "TransformType"
         | 
| @@ -9700,7 +9964,7 @@ | |
| 9700 9964 | 
             
                    }
         | 
| 9701 9965 | 
             
                  }
         | 
| 9702 9966 | 
             
                },
         | 
| 9703 | 
            -
                " | 
| 9967 | 
            +
                "Sfx": {
         | 
| 9704 9968 | 
             
                  "type": "structure",
         | 
| 9705 9969 | 
             
                  "members": {
         | 
| 9706 9970 | 
             
                    "MlUserDataEncryption": {
         | 
| @@ -9716,7 +9980,7 @@ | |
| 9716 9980 | 
             
                    "TaskRunSecurityConfigurationName": {}
         | 
| 9717 9981 | 
             
                  }
         | 
| 9718 9982 | 
             
                },
         | 
| 9719 | 
            -
                " | 
| 9983 | 
            +
                "Sg4": {
         | 
| 9720 9984 | 
             
                  "type": "structure",
         | 
| 9721 9985 | 
             
                  "required": [
         | 
| 9722 9986 | 
             
                    "Keys",
         | 
| @@ -9730,14 +9994,14 @@ | |
| 9730 9994 | 
             
                    "IndexName": {}
         | 
| 9731 9995 | 
             
                  }
         | 
| 9732 9996 | 
             
                },
         | 
| 9733 | 
            -
                " | 
| 9997 | 
            +
                "Sga": {
         | 
| 9734 9998 | 
             
                  "type": "structure",
         | 
| 9735 9999 | 
             
                  "members": {
         | 
| 9736 10000 | 
             
                    "RegistryName": {},
         | 
| 9737 10001 | 
             
                    "RegistryArn": {}
         | 
| 9738 10002 | 
             
                  }
         | 
| 9739 10003 | 
             
                },
         | 
| 9740 | 
            -
                " | 
| 10004 | 
            +
                "Sgh": {
         | 
| 9741 10005 | 
             
                  "type": "list",
         | 
| 9742 10006 | 
             
                  "member": {
         | 
| 9743 10007 | 
             
                    "type": "structure",
         | 
| @@ -9750,7 +10014,7 @@ | |
| 9750 10014 | 
             
                      "Id": {},
         | 
| 9751 10015 | 
             
                      "NodeType": {},
         | 
| 9752 10016 | 
             
                      "Args": {
         | 
| 9753 | 
            -
                        "shape": " | 
| 10017 | 
            +
                        "shape": "Sgl"
         | 
| 9754 10018 | 
             
                      },
         | 
| 9755 10019 | 
             
                      "LineNumber": {
         | 
| 9756 10020 | 
             
                        "type": "integer"
         | 
| @@ -9758,7 +10022,7 @@ | |
| 9758 10022 | 
             
                    }
         | 
| 9759 10023 | 
             
                  }
         | 
| 9760 10024 | 
             
                },
         | 
| 9761 | 
            -
                " | 
| 10025 | 
            +
                "Sgl": {
         | 
| 9762 10026 | 
             
                  "type": "list",
         | 
| 9763 10027 | 
             
                  "member": {
         | 
| 9764 10028 | 
             
                    "type": "structure",
         | 
| @@ -9775,7 +10039,7 @@ | |
| 9775 10039 | 
             
                    }
         | 
| 9776 10040 | 
             
                  }
         | 
| 9777 10041 | 
             
                },
         | 
| 9778 | 
            -
                " | 
| 10042 | 
            +
                "Sgp": {
         | 
| 9779 10043 | 
             
                  "type": "list",
         | 
| 9780 10044 | 
             
                  "member": {
         | 
| 9781 10045 | 
             
                    "type": "structure",
         | 
| @@ -9790,7 +10054,7 @@ | |
| 9790 10054 | 
             
                    }
         | 
| 9791 10055 | 
             
                  }
         | 
| 9792 10056 | 
             
                },
         | 
| 9793 | 
            -
                " | 
| 10057 | 
            +
                "Sgw": {
         | 
| 9794 10058 | 
             
                  "type": "structure",
         | 
| 9795 10059 | 
             
                  "members": {
         | 
| 9796 10060 | 
             
                    "S3Encryption": {
         | 
| @@ -9819,19 +10083,19 @@ | |
| 9819 10083 | 
             
                    }
         | 
| 9820 10084 | 
             
                  }
         | 
| 9821 10085 | 
             
                },
         | 
| 9822 | 
            -
                " | 
| 10086 | 
            +
                "Sh8": {
         | 
| 9823 10087 | 
             
                  "type": "structure",
         | 
| 9824 10088 | 
             
                  "members": {
         | 
| 9825 10089 | 
             
                    "Name": {},
         | 
| 9826 10090 | 
             
                    "PythonVersion": {}
         | 
| 9827 10091 | 
             
                  }
         | 
| 9828 10092 | 
             
                },
         | 
| 9829 | 
            -
                " | 
| 10093 | 
            +
                "Sh9": {
         | 
| 9830 10094 | 
             
                  "type": "map",
         | 
| 9831 10095 | 
             
                  "key": {},
         | 
| 9832 10096 | 
             
                  "value": {}
         | 
| 9833 10097 | 
             
                },
         | 
| 9834 | 
            -
                " | 
| 10098 | 
            +
                "Shc": {
         | 
| 9835 10099 | 
             
                  "type": "structure",
         | 
| 9836 10100 | 
             
                  "members": {
         | 
| 9837 10101 | 
             
                    "Id": {},
         | 
| @@ -9843,10 +10107,10 @@ | |
| 9843 10107 | 
             
                    "Description": {},
         | 
| 9844 10108 | 
             
                    "Role": {},
         | 
| 9845 10109 | 
             
                    "Command": {
         | 
| 9846 | 
            -
                      "shape": " | 
| 10110 | 
            +
                      "shape": "Sh8"
         | 
| 9847 10111 | 
             
                    },
         | 
| 9848 10112 | 
             
                    "DefaultArguments": {
         | 
| 9849 | 
            -
                      "shape": " | 
| 10113 | 
            +
                      "shape": "Sh9"
         | 
| 9850 10114 | 
             
                    },
         | 
| 9851 10115 | 
             
                    "Connections": {
         | 
| 9852 10116 | 
             
                      "shape": "S5a"
         | 
| @@ -9878,7 +10142,7 @@ | |
| 9878 10142 | 
             
                    "ProfileName": {}
         | 
| 9879 10143 | 
             
                  }
         | 
| 9880 10144 | 
             
                },
         | 
| 9881 | 
            -
                " | 
| 10145 | 
            +
                "Shh": {
         | 
| 9882 10146 | 
             
                  "type": "structure",
         | 
| 9883 10147 | 
             
                  "required": [
         | 
| 9884 10148 | 
             
                    "Name"
         | 
| @@ -9909,7 +10173,7 @@ | |
| 9909 10173 | 
             
                      "shape": "Se"
         | 
| 9910 10174 | 
             
                    },
         | 
| 9911 10175 | 
             
                    "TargetTable": {
         | 
| 9912 | 
            -
                      "shape": " | 
| 10176 | 
            +
                      "shape": "Shl"
         | 
| 9913 10177 | 
             
                    },
         | 
| 9914 10178 | 
             
                    "ViewDefinition": {
         | 
| 9915 10179 | 
             
                      "type": "structure",
         | 
| @@ -9932,13 +10196,13 @@ | |
| 9932 10196 | 
             
                          }
         | 
| 9933 10197 | 
             
                        },
         | 
| 9934 10198 | 
             
                        "SubObjects": {
         | 
| 9935 | 
            -
                          "shape": " | 
| 10199 | 
            +
                          "shape": "Shr"
         | 
| 9936 10200 | 
             
                        }
         | 
| 9937 10201 | 
             
                      }
         | 
| 9938 10202 | 
             
                    }
         | 
| 9939 10203 | 
             
                  }
         | 
| 9940 10204 | 
             
                },
         | 
| 9941 | 
            -
                " | 
| 10205 | 
            +
                "Shl": {
         | 
| 9942 10206 | 
             
                  "type": "structure",
         | 
| 9943 10207 | 
             
                  "members": {
         | 
| 9944 10208 | 
             
                    "CatalogId": {},
         | 
| @@ -9947,22 +10211,22 @@ | |
| 9947 10211 | 
             
                    "Region": {}
         | 
| 9948 10212 | 
             
                  }
         | 
| 9949 10213 | 
             
                },
         | 
| 9950 | 
            -
                " | 
| 10214 | 
            +
                "Shr": {
         | 
| 9951 10215 | 
             
                  "type": "list",
         | 
| 9952 10216 | 
             
                  "member": {}
         | 
| 9953 10217 | 
             
                },
         | 
| 9954 | 
            -
                " | 
| 10218 | 
            +
                "Si2": {
         | 
| 9955 10219 | 
             
                  "type": "structure",
         | 
| 9956 10220 | 
             
                  "members": {
         | 
| 9957 10221 | 
             
                    "SessionConfiguration": {
         | 
| 9958 | 
            -
                      "shape": " | 
| 10222 | 
            +
                      "shape": "Si3"
         | 
| 9959 10223 | 
             
                    },
         | 
| 9960 10224 | 
             
                    "JobConfiguration": {
         | 
| 9961 | 
            -
                      "shape": " | 
| 10225 | 
            +
                      "shape": "Si3"
         | 
| 9962 10226 | 
             
                    }
         | 
| 9963 10227 | 
             
                  }
         | 
| 9964 10228 | 
             
                },
         | 
| 9965 | 
            -
                " | 
| 10229 | 
            +
                "Si3": {
         | 
| 9966 10230 | 
             
                  "type": "map",
         | 
| 9967 10231 | 
             
                  "key": {},
         | 
| 9968 10232 | 
             
                  "value": {
         | 
| @@ -9978,7 +10242,7 @@ | |
| 9978 10242 | 
             
                    }
         | 
| 9979 10243 | 
             
                  }
         | 
| 9980 10244 | 
             
                },
         | 
| 9981 | 
            -
                " | 
| 10245 | 
            +
                "Si9": {
         | 
| 9982 10246 | 
             
                  "type": "structure",
         | 
| 9983 10247 | 
             
                  "members": {
         | 
| 9984 10248 | 
             
                    "FunctionName": {},
         | 
| @@ -9986,11 +10250,11 @@ | |
| 9986 10250 | 
             
                    "OwnerName": {},
         | 
| 9987 10251 | 
             
                    "OwnerType": {},
         | 
| 9988 10252 | 
             
                    "ResourceUris": {
         | 
| 9989 | 
            -
                      "shape": " | 
| 10253 | 
            +
                      "shape": "Sib"
         | 
| 9990 10254 | 
             
                    }
         | 
| 9991 10255 | 
             
                  }
         | 
| 9992 10256 | 
             
                },
         | 
| 9993 | 
            -
                " | 
| 10257 | 
            +
                "Sib": {
         | 
| 9994 10258 | 
             
                  "type": "list",
         | 
| 9995 10259 | 
             
                  "member": {
         | 
| 9996 10260 | 
             
                    "type": "structure",
         | 
| @@ -10000,7 +10264,7 @@ | |
| 10000 10264 | 
             
                    }
         | 
| 10001 10265 | 
             
                  }
         | 
| 10002 10266 | 
             
                },
         | 
| 10003 | 
            -
                " | 
| 10267 | 
            +
                "Ska": {
         | 
| 10004 10268 | 
             
                  "type": "structure",
         | 
| 10005 10269 | 
             
                  "members": {
         | 
| 10006 10270 | 
             
                    "BlueprintName": {},
         | 
| @@ -10019,7 +10283,7 @@ | |
| 10019 10283 | 
             
                    "RoleArn": {}
         | 
| 10020 10284 | 
             
                  }
         | 
| 10021 10285 | 
             
                },
         | 
| 10022 | 
            -
                " | 
| 10286 | 
            +
                "Skn": {
         | 
| 10023 10287 | 
             
                  "type": "structure",
         | 
| 10024 10288 | 
             
                  "members": {
         | 
| 10025 10289 | 
             
                    "GrokClassifier": {
         | 
| @@ -10106,7 +10370,7 @@ | |
| 10106 10370 | 
             
                        "QuoteSymbol": {},
         | 
| 10107 10371 | 
             
                        "ContainsHeader": {},
         | 
| 10108 10372 | 
             
                        "Header": {
         | 
| 10109 | 
            -
                          "shape": " | 
| 10373 | 
            +
                          "shape": "Se9"
         | 
| 10110 10374 | 
             
                        },
         | 
| 10111 10375 | 
             
                        "DisableValueTrimming": {
         | 
| 10112 10376 | 
             
                          "type": "boolean"
         | 
| @@ -10118,24 +10382,24 @@ | |
| 10118 10382 | 
             
                          "type": "boolean"
         | 
| 10119 10383 | 
             
                        },
         | 
| 10120 10384 | 
             
                        "CustomDatatypes": {
         | 
| 10121 | 
            -
                          "shape": " | 
| 10385 | 
            +
                          "shape": "Sea"
         | 
| 10122 10386 | 
             
                        },
         | 
| 10123 10387 | 
             
                        "Serde": {}
         | 
| 10124 10388 | 
             
                      }
         | 
| 10125 10389 | 
             
                    }
         | 
| 10126 10390 | 
             
                  }
         | 
| 10127 10391 | 
             
                },
         | 
| 10128 | 
            -
                " | 
| 10392 | 
            +
                "Skx": {
         | 
| 10129 10393 | 
             
                  "type": "list",
         | 
| 10130 10394 | 
             
                  "member": {}
         | 
| 10131 10395 | 
             
                },
         | 
| 10132 | 
            -
                " | 
| 10396 | 
            +
                "Skz": {
         | 
| 10133 10397 | 
             
                  "type": "list",
         | 
| 10134 10398 | 
             
                  "member": {
         | 
| 10135 | 
            -
                    "shape": " | 
| 10399 | 
            +
                    "shape": "Sl0"
         | 
| 10136 10400 | 
             
                  }
         | 
| 10137 10401 | 
             
                },
         | 
| 10138 | 
            -
                " | 
| 10402 | 
            +
                "Sl0": {
         | 
| 10139 10403 | 
             
                  "type": "structure",
         | 
| 10140 10404 | 
             
                  "required": [
         | 
| 10141 10405 | 
             
                    "ColumnName",
         | 
| @@ -10204,10 +10468,10 @@ | |
| 10204 10468 | 
             
                          ],
         | 
| 10205 10469 | 
             
                          "members": {
         | 
| 10206 10470 | 
             
                            "MinimumValue": {
         | 
| 10207 | 
            -
                              "shape": " | 
| 10471 | 
            +
                              "shape": "Sl8"
         | 
| 10208 10472 | 
             
                            },
         | 
| 10209 10473 | 
             
                            "MaximumValue": {
         | 
| 10210 | 
            -
                              "shape": " | 
| 10474 | 
            +
                              "shape": "Sl8"
         | 
| 10211 10475 | 
             
                            },
         | 
| 10212 10476 | 
             
                            "NumberOfNulls": {
         | 
| 10213 10477 | 
             
                              "type": "long"
         | 
| @@ -10305,7 +10569,7 @@ | |
| 10305 10569 | 
             
                    }
         | 
| 10306 10570 | 
             
                  }
         | 
| 10307 10571 | 
             
                },
         | 
| 10308 | 
            -
                " | 
| 10572 | 
            +
                "Sl8": {
         | 
| 10309 10573 | 
             
                  "type": "structure",
         | 
| 10310 10574 | 
             
                  "required": [
         | 
| 10311 10575 | 
             
                    "UnscaledValue",
         | 
| @@ -10320,7 +10584,7 @@ | |
| 10320 10584 | 
             
                    }
         | 
| 10321 10585 | 
             
                  }
         | 
| 10322 10586 | 
             
                },
         | 
| 10323 | 
            -
                " | 
| 10587 | 
            +
                "Slh": {
         | 
| 10324 10588 | 
             
                  "type": "list",
         | 
| 10325 10589 | 
             
                  "member": {
         | 
| 10326 10590 | 
             
                    "type": "structure",
         | 
| @@ -10332,7 +10596,7 @@ | |
| 10332 10596 | 
             
                    }
         | 
| 10333 10597 | 
             
                  }
         | 
| 10334 10598 | 
             
                },
         | 
| 10335 | 
            -
                " | 
| 10599 | 
            +
                "Sln": {
         | 
| 10336 10600 | 
             
                  "type": "structure",
         | 
| 10337 10601 | 
             
                  "members": {
         | 
| 10338 10602 | 
             
                    "CustomerId": {},
         | 
| @@ -10340,7 +10604,7 @@ | |
| 10340 10604 | 
             
                    "DatabaseName": {},
         | 
| 10341 10605 | 
             
                    "TableName": {},
         | 
| 10342 10606 | 
             
                    "ColumnNameList": {
         | 
| 10343 | 
            -
                      "shape": " | 
| 10607 | 
            +
                      "shape": "Slp"
         | 
| 10344 10608 | 
             
                    },
         | 
| 10345 10609 | 
             
                    "CatalogID": {},
         | 
| 10346 10610 | 
             
                    "Role": {},
         | 
| @@ -10371,24 +10635,24 @@ | |
| 10371 10635 | 
             
                    }
         | 
| 10372 10636 | 
             
                  }
         | 
| 10373 10637 | 
             
                },
         | 
| 10374 | 
            -
                " | 
| 10638 | 
            +
                "Slp": {
         | 
| 10375 10639 | 
             
                  "type": "list",
         | 
| 10376 10640 | 
             
                  "member": {}
         | 
| 10377 10641 | 
             
                },
         | 
| 10378 | 
            -
                " | 
| 10642 | 
            +
                "Sly": {
         | 
| 10379 10643 | 
             
                  "type": "structure",
         | 
| 10380 10644 | 
             
                  "members": {
         | 
| 10381 10645 | 
             
                    "Name": {},
         | 
| 10382 10646 | 
             
                    "Description": {},
         | 
| 10383 10647 | 
             
                    "ConnectionType": {},
         | 
| 10384 10648 | 
             
                    "MatchCriteria": {
         | 
| 10385 | 
            -
                      "shape": " | 
| 10649 | 
            +
                      "shape": "Seg"
         | 
| 10386 10650 | 
             
                    },
         | 
| 10387 10651 | 
             
                    "ConnectionProperties": {
         | 
| 10388 | 
            -
                      "shape": " | 
| 10652 | 
            +
                      "shape": "Seh"
         | 
| 10389 10653 | 
             
                    },
         | 
| 10390 10654 | 
             
                    "PhysicalConnectionRequirements": {
         | 
| 10391 | 
            -
                      "shape": " | 
| 10655 | 
            +
                      "shape": "Sej"
         | 
| 10392 10656 | 
             
                    },
         | 
| 10393 10657 | 
             
                    "CreationTime": {
         | 
| 10394 10658 | 
             
                      "type": "timestamp"
         | 
| @@ -10412,11 +10676,11 @@ | |
| 10412 10676 | 
             
                          "members": {
         | 
| 10413 10677 | 
             
                            "OAuth2GrantType": {},
         | 
| 10414 10678 | 
             
                            "OAuth2ClientApplication": {
         | 
| 10415 | 
            -
                              "shape": " | 
| 10679 | 
            +
                              "shape": "Seq"
         | 
| 10416 10680 | 
             
                            },
         | 
| 10417 10681 | 
             
                            "TokenUrl": {},
         | 
| 10418 10682 | 
             
                            "TokenUrlParametersMap": {
         | 
| 10419 | 
            -
                              "shape": " | 
| 10683 | 
            +
                              "shape": "Seu"
         | 
| 10420 10684 | 
             
                            }
         | 
| 10421 10685 | 
             
                          }
         | 
| 10422 10686 | 
             
                        }
         | 
| @@ -10424,7 +10688,7 @@ | |
| 10424 10688 | 
             
                    }
         | 
| 10425 10689 | 
             
                  }
         | 
| 10426 10690 | 
             
                },
         | 
| 10427 | 
            -
                " | 
| 10691 | 
            +
                "Smi": {
         | 
| 10428 10692 | 
             
                  "type": "structure",
         | 
| 10429 10693 | 
             
                  "members": {
         | 
| 10430 10694 | 
             
                    "EncryptionAtRest": {
         | 
| @@ -10452,7 +10716,7 @@ | |
| 10452 10716 | 
             
                    }
         | 
| 10453 10717 | 
             
                  }
         | 
| 10454 10718 | 
             
                },
         | 
| 10455 | 
            -
                " | 
| 10719 | 
            +
                "Sn2": {
         | 
| 10456 10720 | 
             
                  "type": "structure",
         | 
| 10457 10721 | 
             
                  "members": {
         | 
| 10458 10722 | 
             
                    "CloudWatchMetricsEnabled": {
         | 
| @@ -10462,18 +10726,18 @@ | |
| 10462 10726 | 
             
                    "CompositeRuleEvaluationMethod": {}
         | 
| 10463 10727 | 
             
                  }
         | 
| 10464 10728 | 
             
                },
         | 
| 10465 | 
            -
                " | 
| 10729 | 
            +
                "Sn4": {
         | 
| 10466 10730 | 
             
                  "type": "list",
         | 
| 10467 10731 | 
             
                  "member": {}
         | 
| 10468 10732 | 
             
                },
         | 
| 10469 | 
            -
                " | 
| 10733 | 
            +
                "Sn6": {
         | 
| 10470 10734 | 
             
                  "type": "map",
         | 
| 10471 10735 | 
             
                  "key": {},
         | 
| 10472 10736 | 
             
                  "value": {
         | 
| 10473 10737 | 
             
                    "shape": "S43"
         | 
| 10474 10738 | 
             
                  }
         | 
| 10475 10739 | 
             
                },
         | 
| 10476 | 
            -
                " | 
| 10740 | 
            +
                "Sn9": {
         | 
| 10477 10741 | 
             
                  "type": "structure",
         | 
| 10478 10742 | 
             
                  "required": [
         | 
| 10479 10743 | 
             
                    "Name"
         | 
| @@ -10489,18 +10753,18 @@ | |
| 10489 10753 | 
             
                      "type": "timestamp"
         | 
| 10490 10754 | 
             
                    },
         | 
| 10491 10755 | 
             
                    "CreateTableDefaultPermissions": {
         | 
| 10492 | 
            -
                      "shape": " | 
| 10756 | 
            +
                      "shape": "Sfd"
         | 
| 10493 10757 | 
             
                    },
         | 
| 10494 10758 | 
             
                    "TargetDatabase": {
         | 
| 10495 | 
            -
                      "shape": " | 
| 10759 | 
            +
                      "shape": "Sfj"
         | 
| 10496 10760 | 
             
                    },
         | 
| 10497 10761 | 
             
                    "CatalogId": {},
         | 
| 10498 10762 | 
             
                    "FederatedDatabase": {
         | 
| 10499 | 
            -
                      "shape": " | 
| 10763 | 
            +
                      "shape": "Sfk"
         | 
| 10500 10764 | 
             
                    }
         | 
| 10501 10765 | 
             
                  }
         | 
| 10502 10766 | 
             
                },
         | 
| 10503 | 
            -
                " | 
| 10767 | 
            +
                "Snt": {
         | 
| 10504 10768 | 
             
                  "type": "structure",
         | 
| 10505 10769 | 
             
                  "members": {
         | 
| 10506 10770 | 
             
                    "JobName": {},
         | 
| @@ -10518,7 +10782,7 @@ | |
| 10518 10782 | 
             
                    "JobBookmark": {}
         | 
| 10519 10783 | 
             
                  }
         | 
| 10520 10784 | 
             
                },
         | 
| 10521 | 
            -
                " | 
| 10785 | 
            +
                "So4": {
         | 
| 10522 10786 | 
             
                  "type": "structure",
         | 
| 10523 10787 | 
             
                  "members": {
         | 
| 10524 10788 | 
             
                    "TaskType": {},
         | 
| @@ -10553,7 +10817,7 @@ | |
| 10553 10817 | 
             
                    }
         | 
| 10554 10818 | 
             
                  }
         | 
| 10555 10819 | 
             
                },
         | 
| 10556 | 
            -
                " | 
| 10820 | 
            +
                "Son": {
         | 
| 10557 10821 | 
             
                  "type": "structure",
         | 
| 10558 10822 | 
             
                  "required": [
         | 
| 10559 10823 | 
             
                    "TransformType"
         | 
| @@ -10608,7 +10872,7 @@ | |
| 10608 10872 | 
             
                    }
         | 
| 10609 10873 | 
             
                  }
         | 
| 10610 10874 | 
             
                },
         | 
| 10611 | 
            -
                " | 
| 10875 | 
            +
                "Sou": {
         | 
| 10612 10876 | 
             
                  "type": "list",
         | 
| 10613 10877 | 
             
                  "member": {
         | 
| 10614 10878 | 
             
                    "type": "structure",
         | 
| @@ -10618,7 +10882,7 @@ | |
| 10618 10882 | 
             
                    }
         | 
| 10619 10883 | 
             
                  }
         | 
| 10620 10884 | 
             
                },
         | 
| 10621 | 
            -
                " | 
| 10885 | 
            +
                "Sox": {
         | 
| 10622 10886 | 
             
                  "type": "structure",
         | 
| 10623 10887 | 
             
                  "members": {
         | 
| 10624 10888 | 
             
                    "Name": {},
         | 
| @@ -10638,11 +10902,11 @@ | |
| 10638 10902 | 
             
                      "type": "timestamp"
         | 
| 10639 10903 | 
             
                    },
         | 
| 10640 10904 | 
             
                    "Schema": {
         | 
| 10641 | 
            -
                      "shape": " | 
| 10905 | 
            +
                      "shape": "Sou"
         | 
| 10642 10906 | 
             
                    }
         | 
| 10643 10907 | 
             
                  }
         | 
| 10644 10908 | 
             
                },
         | 
| 10645 | 
            -
                " | 
| 10909 | 
            +
                "Soy": {
         | 
| 10646 10910 | 
             
                  "type": "structure",
         | 
| 10647 10911 | 
             
                  "required": [
         | 
| 10648 10912 | 
             
                    "Column",
         | 
| @@ -10653,7 +10917,7 @@ | |
| 10653 10917 | 
             
                    "SortDirection": {}
         | 
| 10654 10918 | 
             
                  }
         | 
| 10655 10919 | 
             
                },
         | 
| 10656 | 
            -
                " | 
| 10920 | 
            +
                "Sp4": {
         | 
| 10657 10921 | 
             
                  "type": "structure",
         | 
| 10658 10922 | 
             
                  "required": [
         | 
| 10659 10923 | 
             
                    "DatabaseName",
         | 
| @@ -10664,27 +10928,27 @@ | |
| 10664 10928 | 
             
                    "TableName": {}
         | 
| 10665 10929 | 
             
                  }
         | 
| 10666 10930 | 
             
                },
         | 
| 10667 | 
            -
                " | 
| 10931 | 
            +
                "Sp5": {
         | 
| 10668 10932 | 
             
                  "type": "list",
         | 
| 10669 10933 | 
             
                  "member": {
         | 
| 10670 | 
            -
                    "shape": " | 
| 10934 | 
            +
                    "shape": "Sp4"
         | 
| 10671 10935 | 
             
                  }
         | 
| 10672 10936 | 
             
                },
         | 
| 10673 | 
            -
                " | 
| 10937 | 
            +
                "Sp6": {
         | 
| 10674 10938 | 
             
                  "type": "structure",
         | 
| 10675 10939 | 
             
                  "members": {
         | 
| 10676 10940 | 
             
                    "Jdbc": {
         | 
| 10677 | 
            -
                      "shape": " | 
| 10941 | 
            +
                      "shape": "Sgl"
         | 
| 10678 10942 | 
             
                    },
         | 
| 10679 10943 | 
             
                    "S3": {
         | 
| 10680 | 
            -
                      "shape": " | 
| 10944 | 
            +
                      "shape": "Sgl"
         | 
| 10681 10945 | 
             
                    },
         | 
| 10682 10946 | 
             
                    "DynamoDB": {
         | 
| 10683 | 
            -
                      "shape": " | 
| 10947 | 
            +
                      "shape": "Sgl"
         | 
| 10684 10948 | 
             
                    }
         | 
| 10685 10949 | 
             
                  }
         | 
| 10686 10950 | 
             
                },
         | 
| 10687 | 
            -
                " | 
| 10951 | 
            +
                "Sp8": {
         | 
| 10688 10952 | 
             
                  "type": "list",
         | 
| 10689 10953 | 
             
                  "member": {
         | 
| 10690 10954 | 
             
                    "type": "structure",
         | 
| @@ -10698,7 +10962,7 @@ | |
| 10698 10962 | 
             
                    }
         | 
| 10699 10963 | 
             
                  }
         | 
| 10700 10964 | 
             
                },
         | 
| 10701 | 
            -
                " | 
| 10965 | 
            +
                "Spr": {
         | 
| 10702 10966 | 
             
                  "type": "structure",
         | 
| 10703 10967 | 
             
                  "required": [
         | 
| 10704 10968 | 
             
                    "SegmentNumber",
         | 
| @@ -10713,7 +10977,7 @@ | |
| 10713 10977 | 
             
                    }
         | 
| 10714 10978 | 
             
                  }
         | 
| 10715 10979 | 
             
                },
         | 
| 10716 | 
            -
                " | 
| 10980 | 
            +
                "Sqe": {
         | 
| 10717 10981 | 
             
                  "type": "structure",
         | 
| 10718 10982 | 
             
                  "members": {
         | 
| 10719 10983 | 
             
                    "LatestVersion": {
         | 
| @@ -10724,7 +10988,7 @@ | |
| 10724 10988 | 
             
                    }
         | 
| 10725 10989 | 
             
                  }
         | 
| 10726 10990 | 
             
                },
         | 
| 10727 | 
            -
                " | 
| 10991 | 
            +
                "Sqn": {
         | 
| 10728 10992 | 
             
                  "type": "structure",
         | 
| 10729 10993 | 
             
                  "members": {
         | 
| 10730 10994 | 
             
                    "Name": {},
         | 
| @@ -10732,11 +10996,11 @@ | |
| 10732 10996 | 
             
                      "type": "timestamp"
         | 
| 10733 10997 | 
             
                    },
         | 
| 10734 10998 | 
             
                    "EncryptionConfiguration": {
         | 
| 10735 | 
            -
                      "shape": " | 
| 10999 | 
            +
                      "shape": "Sgw"
         | 
| 10736 11000 | 
             
                    }
         | 
| 10737 11001 | 
             
                  }
         | 
| 10738 11002 | 
             
                },
         | 
| 10739 | 
            -
                " | 
| 11003 | 
            +
                "Sqv": {
         | 
| 10740 11004 | 
             
                  "type": "structure",
         | 
| 10741 11005 | 
             
                  "members": {
         | 
| 10742 11006 | 
             
                    "Id": {
         | 
| @@ -10775,7 +11039,7 @@ | |
| 10775 11039 | 
             
                    }
         | 
| 10776 11040 | 
             
                  }
         | 
| 10777 11041 | 
             
                },
         | 
| 10778 | 
            -
                " | 
| 11042 | 
            +
                "Sr2": {
         | 
| 10779 11043 | 
             
                  "type": "structure",
         | 
| 10780 11044 | 
             
                  "required": [
         | 
| 10781 11045 | 
             
                    "Name"
         | 
| @@ -10817,7 +11081,7 @@ | |
| 10817 11081 | 
             
                      "type": "boolean"
         | 
| 10818 11082 | 
             
                    },
         | 
| 10819 11083 | 
             
                    "TargetTable": {
         | 
| 10820 | 
            -
                      "shape": " | 
| 11084 | 
            +
                      "shape": "Shl"
         | 
| 10821 11085 | 
             
                    },
         | 
| 10822 11086 | 
             
                    "CatalogId": {},
         | 
| 10823 11087 | 
             
                    "VersionId": {},
         | 
| @@ -10837,7 +11101,7 @@ | |
| 10837 11101 | 
             
                        },
         | 
| 10838 11102 | 
             
                        "Definer": {},
         | 
| 10839 11103 | 
             
                        "SubObjects": {
         | 
| 10840 | 
            -
                          "shape": " | 
| 11104 | 
            +
                          "shape": "Shr"
         | 
| 10841 11105 | 
             
                        },
         | 
| 10842 11106 | 
             
                        "Representations": {
         | 
| 10843 11107 | 
             
                          "type": "list",
         | 
| @@ -10859,25 +11123,69 @@ | |
| 10859 11123 | 
             
                    },
         | 
| 10860 11124 | 
             
                    "IsMultiDialectView": {
         | 
| 10861 11125 | 
             
                      "type": "boolean"
         | 
| 11126 | 
            +
                    },
         | 
| 11127 | 
            +
                    "Status": {
         | 
| 11128 | 
            +
                      "type": "structure",
         | 
| 11129 | 
            +
                      "members": {
         | 
| 11130 | 
            +
                        "RequestedBy": {},
         | 
| 11131 | 
            +
                        "UpdatedBy": {},
         | 
| 11132 | 
            +
                        "RequestTime": {
         | 
| 11133 | 
            +
                          "type": "timestamp"
         | 
| 11134 | 
            +
                        },
         | 
| 11135 | 
            +
                        "UpdateTime": {
         | 
| 11136 | 
            +
                          "type": "timestamp"
         | 
| 11137 | 
            +
                        },
         | 
| 11138 | 
            +
                        "Action": {},
         | 
| 11139 | 
            +
                        "State": {},
         | 
| 11140 | 
            +
                        "Error": {
         | 
| 11141 | 
            +
                          "shape": "S14"
         | 
| 11142 | 
            +
                        },
         | 
| 11143 | 
            +
                        "Details": {
         | 
| 11144 | 
            +
                          "type": "structure",
         | 
| 11145 | 
            +
                          "members": {
         | 
| 11146 | 
            +
                            "RequestedChange": {
         | 
| 11147 | 
            +
                              "shape": "Sr2"
         | 
| 11148 | 
            +
                            },
         | 
| 11149 | 
            +
                            "ViewValidations": {
         | 
| 11150 | 
            +
                              "type": "list",
         | 
| 11151 | 
            +
                              "member": {
         | 
| 11152 | 
            +
                                "type": "structure",
         | 
| 11153 | 
            +
                                "members": {
         | 
| 11154 | 
            +
                                  "Dialect": {},
         | 
| 11155 | 
            +
                                  "DialectVersion": {},
         | 
| 11156 | 
            +
                                  "ViewValidationText": {},
         | 
| 11157 | 
            +
                                  "UpdateTime": {
         | 
| 11158 | 
            +
                                    "type": "timestamp"
         | 
| 11159 | 
            +
                                  },
         | 
| 11160 | 
            +
                                  "State": {},
         | 
| 11161 | 
            +
                                  "Error": {
         | 
| 11162 | 
            +
                                    "shape": "S14"
         | 
| 11163 | 
            +
                                  }
         | 
| 11164 | 
            +
                                }
         | 
| 11165 | 
            +
                              }
         | 
| 11166 | 
            +
                            }
         | 
| 11167 | 
            +
                          }
         | 
| 11168 | 
            +
                        }
         | 
| 11169 | 
            +
                      }
         | 
| 10862 11170 | 
             
                    }
         | 
| 10863 11171 | 
             
                  }
         | 
| 10864 11172 | 
             
                },
         | 
| 10865 | 
            -
                " | 
| 11173 | 
            +
                "Srh": {
         | 
| 10866 11174 | 
             
                  "type": "structure",
         | 
| 10867 11175 | 
             
                  "members": {
         | 
| 10868 11176 | 
             
                    "Table": {
         | 
| 10869 | 
            -
                      "shape": " | 
| 11177 | 
            +
                      "shape": "Sr2"
         | 
| 10870 11178 | 
             
                    },
         | 
| 10871 11179 | 
             
                    "VersionId": {}
         | 
| 10872 11180 | 
             
                  }
         | 
| 10873 11181 | 
             
                },
         | 
| 10874 | 
            -
                " | 
| 11182 | 
            +
                "Sro": {
         | 
| 10875 11183 | 
             
                  "type": "list",
         | 
| 10876 11184 | 
             
                  "member": {
         | 
| 10877 | 
            -
                    "shape": " | 
| 11185 | 
            +
                    "shape": "Sr2"
         | 
| 10878 11186 | 
             
                  }
         | 
| 10879 11187 | 
             
                },
         | 
| 10880 | 
            -
                " | 
| 11188 | 
            +
                "Srw": {
         | 
| 10881 11189 | 
             
                  "type": "structure",
         | 
| 10882 11190 | 
             
                  "members": {
         | 
| 10883 11191 | 
             
                    "AdditionalAuditContext": {},
         | 
| @@ -10890,11 +11198,11 @@ | |
| 10890 11198 | 
             
                    }
         | 
| 10891 11199 | 
             
                  }
         | 
| 10892 11200 | 
             
                },
         | 
| 10893 | 
            -
                " | 
| 11201 | 
            +
                "Srz": {
         | 
| 10894 11202 | 
             
                  "type": "list",
         | 
| 10895 11203 | 
             
                  "member": {}
         | 
| 10896 11204 | 
             
                },
         | 
| 10897 | 
            -
                " | 
| 11205 | 
            +
                "Ss1": {
         | 
| 10898 11206 | 
             
                  "type": "structure",
         | 
| 10899 11207 | 
             
                  "members": {
         | 
| 10900 11208 | 
             
                    "QueryId": {},
         | 
| @@ -10910,7 +11218,7 @@ | |
| 10910 11218 | 
             
                    }
         | 
| 10911 11219 | 
             
                  }
         | 
| 10912 11220 | 
             
                },
         | 
| 10913 | 
            -
                " | 
| 11221 | 
            +
                "Ssk": {
         | 
| 10914 11222 | 
             
                  "type": "structure",
         | 
| 10915 11223 | 
             
                  "members": {
         | 
| 10916 11224 | 
             
                    "FunctionName": {},
         | 
| @@ -10922,35 +11230,55 @@ | |
| 10922 11230 | 
             
                      "type": "timestamp"
         | 
| 10923 11231 | 
             
                    },
         | 
| 10924 11232 | 
             
                    "ResourceUris": {
         | 
| 10925 | 
            -
                      "shape": " | 
| 11233 | 
            +
                      "shape": "Sib"
         | 
| 10926 11234 | 
             
                    },
         | 
| 10927 11235 | 
             
                    "CatalogId": {}
         | 
| 10928 11236 | 
             
                  }
         | 
| 10929 11237 | 
             
                },
         | 
| 10930 | 
            -
                " | 
| 11238 | 
            +
                "Su4": {
         | 
| 11239 | 
            +
                  "type": "structure",
         | 
| 11240 | 
            +
                  "members": {
         | 
| 11241 | 
            +
                    "RecordedBefore": {
         | 
| 11242 | 
            +
                      "type": "timestamp"
         | 
| 11243 | 
            +
                    },
         | 
| 11244 | 
            +
                    "RecordedAfter": {
         | 
| 11245 | 
            +
                      "type": "timestamp"
         | 
| 11246 | 
            +
                    }
         | 
| 11247 | 
            +
                  }
         | 
| 11248 | 
            +
                },
         | 
| 11249 | 
            +
                "Su8": {
         | 
| 11250 | 
            +
                  "type": "structure",
         | 
| 11251 | 
            +
                  "members": {
         | 
| 11252 | 
            +
                    "Value": {},
         | 
| 11253 | 
            +
                    "LastModifiedOn": {
         | 
| 11254 | 
            +
                      "type": "timestamp"
         | 
| 11255 | 
            +
                    }
         | 
| 11256 | 
            +
                  }
         | 
| 11257 | 
            +
                },
         | 
| 11258 | 
            +
                "Svz": {
         | 
| 10931 11259 | 
             
                  "type": "structure",
         | 
| 10932 11260 | 
             
                  "members": {
         | 
| 10933 11261 | 
             
                    "MetadataKey": {},
         | 
| 10934 11262 | 
             
                    "MetadataValue": {}
         | 
| 10935 11263 | 
             
                  }
         | 
| 10936 11264 | 
             
                },
         | 
| 10937 | 
            -
                " | 
| 11265 | 
            +
                "Swk": {
         | 
| 10938 11266 | 
             
                  "type": "list",
         | 
| 10939 11267 | 
             
                  "member": {}
         | 
| 10940 11268 | 
             
                },
         | 
| 10941 | 
            -
                " | 
| 11269 | 
            +
                "Syd": {
         | 
| 10942 11270 | 
             
                  "type": "list",
         | 
| 10943 11271 | 
             
                  "member": {
         | 
| 10944 | 
            -
                    "shape": " | 
| 11272 | 
            +
                    "shape": "Sl0"
         | 
| 10945 11273 | 
             
                  }
         | 
| 10946 11274 | 
             
                },
         | 
| 10947 | 
            -
                " | 
| 11275 | 
            +
                "Syf": {
         | 
| 10948 11276 | 
             
                  "type": "list",
         | 
| 10949 11277 | 
             
                  "member": {
         | 
| 10950 11278 | 
             
                    "type": "structure",
         | 
| 10951 11279 | 
             
                    "members": {
         | 
| 10952 11280 | 
             
                      "ColumnStatistics": {
         | 
| 10953 | 
            -
                        "shape": " | 
| 11281 | 
            +
                        "shape": "Sl0"
         | 
| 10954 11282 | 
             
                      },
         | 
| 10955 11283 | 
             
                      "Error": {
         | 
| 10956 11284 | 
             
                        "shape": "S14"
         |