aws-sdk 2.1657.0 → 2.1658.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/apis/batch-2016-08-10.min.json +62 -52
- package/apis/bedrock-2023-04-20.min.json +140 -86
- package/apis/bedrock-agent-2023-06-05.min.json +1991 -171
- package/apis/bedrock-agent-2023-06-05.paginators.json +24 -0
- package/apis/bedrock-agent-runtime-2023-07-26.min.json +642 -216
- package/apis/bedrock-agent-runtime-2023-07-26.paginators.json +6 -0
- package/apis/bedrock-runtime-2023-09-30.min.json +329 -192
- package/apis/ec2-2016-11-15.min.json +79 -67
- package/apis/glue-2017-03-31.min.json +407 -368
- package/apis/groundstation-2019-05-23.min.json +7 -1
- package/apis/license-manager-linux-subscriptions-2018-05-10.min.json +236 -16
- package/apis/license-manager-linux-subscriptions-2018-05-10.paginators.json +6 -0
- package/apis/mediaconnect-2018-11-14.min.json +106 -94
- package/clients/batch.d.ts +12 -0
- package/clients/bedrock.d.ts +63 -14
- package/clients/bedrockagent.d.ts +2172 -171
- package/clients/bedrockagentruntime.d.ts +396 -11
- package/clients/bedrockruntime.d.ts +149 -6
- package/clients/ec2.d.ts +28 -3
- package/clients/glue.d.ts +48 -1
- package/clients/licensemanagerlinuxsubscriptions.d.ts +249 -10
- package/clients/mediaconnect.d.ts +13 -0
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +14 -14
- package/dist/aws-sdk.js +82 -70
- package/dist/aws-sdk.min.js +76 -76
- package/lib/core.js +1 -1
- package/package.json +1 -1
| @@ -380,7 +380,7 @@ | |
| 380 380 | 
             
                      "DatabaseName": {},
         | 
| 381 381 | 
             
                      "TableName": {},
         | 
| 382 382 | 
             
                      "PartitionsToGet": {
         | 
| 383 | 
            -
                        "shape": " | 
| 383 | 
            +
                        "shape": "Sar"
         | 
| 384 384 | 
             
                      }
         | 
| 385 385 | 
             
                    }
         | 
| 386 386 | 
             
                  },
         | 
| @@ -388,10 +388,10 @@ | |
| 388 388 | 
             
                    "type": "structure",
         | 
| 389 389 | 
             
                    "members": {
         | 
| 390 390 | 
             
                      "Partitions": {
         | 
| 391 | 
            -
                        "shape": " | 
| 391 | 
            +
                        "shape": "Sat"
         | 
| 392 392 | 
             
                      },
         | 
| 393 393 | 
             
                      "UnprocessedKeys": {
         | 
| 394 | 
            -
                        "shape": " | 
| 394 | 
            +
                        "shape": "Sar"
         | 
| 395 395 | 
             
                      }
         | 
| 396 396 | 
             
                    }
         | 
| 397 397 | 
             
                  }
         | 
| @@ -429,7 +429,7 @@ | |
| 429 429 | 
             
                            "databaseName": {},
         | 
| 430 430 | 
             
                            "tableName": {},
         | 
| 431 431 | 
             
                            "tableOptimizer": {
         | 
| 432 | 
            -
                              "shape": " | 
| 432 | 
            +
                              "shape": "Sb4"
         | 
| 433 433 | 
             
                            }
         | 
| 434 434 | 
             
                          }
         | 
| 435 435 | 
             
                        }
         | 
| @@ -460,7 +460,7 @@ | |
| 460 460 | 
             
                    ],
         | 
| 461 461 | 
             
                    "members": {
         | 
| 462 462 | 
             
                      "TriggerNames": {
         | 
| 463 | 
            -
                        "shape": " | 
| 463 | 
            +
                        "shape": "Sbf"
         | 
| 464 464 | 
             
                      }
         | 
| 465 465 | 
             
                    }
         | 
| 466 466 | 
             
                  },
         | 
| @@ -468,10 +468,10 @@ | |
| 468 468 | 
             
                    "type": "structure",
         | 
| 469 469 | 
             
                    "members": {
         | 
| 470 470 | 
             
                      "Triggers": {
         | 
| 471 | 
            -
                        "shape": " | 
| 471 | 
            +
                        "shape": "Sbh"
         | 
| 472 472 | 
             
                      },
         | 
| 473 473 | 
             
                      "TriggersNotFound": {
         | 
| 474 | 
            -
                        "shape": " | 
| 474 | 
            +
                        "shape": "Sbf"
         | 
| 475 475 | 
             
                      }
         | 
| 476 476 | 
             
                    }
         | 
| 477 477 | 
             
                  }
         | 
| @@ -484,7 +484,7 @@ | |
| 484 484 | 
             
                    ],
         | 
| 485 485 | 
             
                    "members": {
         | 
| 486 486 | 
             
                      "Names": {
         | 
| 487 | 
            -
                        "shape": " | 
| 487 | 
            +
                        "shape": "Sbz"
         | 
| 488 488 | 
             
                      },
         | 
| 489 489 | 
             
                      "IncludeGraph": {
         | 
| 490 490 | 
             
                        "type": "boolean"
         | 
| @@ -497,11 +497,11 @@ | |
| 497 497 | 
             
                      "Workflows": {
         | 
| 498 498 | 
             
                        "type": "list",
         | 
| 499 499 | 
             
                        "member": {
         | 
| 500 | 
            -
                          "shape": " | 
| 500 | 
            +
                          "shape": "Sc2"
         | 
| 501 501 | 
             
                        }
         | 
| 502 502 | 
             
                      },
         | 
| 503 503 | 
             
                      "MissingWorkflows": {
         | 
| 504 | 
            -
                        "shape": " | 
| 504 | 
            +
                        "shape": "Sbz"
         | 
| 505 505 | 
             
                      }
         | 
| 506 506 | 
             
                    }
         | 
| 507 507 | 
             
                  }
         | 
| @@ -572,7 +572,7 @@ | |
| 572 572 | 
             
                          ],
         | 
| 573 573 | 
             
                          "members": {
         | 
| 574 574 | 
             
                            "PartitionValueList": {
         | 
| 575 | 
            -
                              "shape": " | 
| 575 | 
            +
                              "shape": "Sd0"
         | 
| 576 576 | 
             
                            },
         | 
| 577 577 | 
             
                            "PartitionInput": {
         | 
| 578 578 | 
             
                              "shape": "S5"
         | 
| @@ -591,7 +591,7 @@ | |
| 591 591 | 
             
                          "type": "structure",
         | 
| 592 592 | 
             
                          "members": {
         | 
| 593 593 | 
             
                            "PartitionValueList": {
         | 
| 594 | 
            -
                              "shape": " | 
| 594 | 
            +
                              "shape": "Sd0"
         | 
| 595 595 | 
             
                            },
         | 
| 596 596 | 
             
                            "ErrorDetail": {
         | 
| 597 597 | 
             
                              "shape": "S14"
         | 
| @@ -707,7 +707,7 @@ | |
| 707 707 | 
             
                      "Description": {},
         | 
| 708 708 | 
             
                      "BlueprintLocation": {},
         | 
| 709 709 | 
             
                      "Tags": {
         | 
| 710 | 
            -
                        "shape": " | 
| 710 | 
            +
                        "shape": "Sdl"
         | 
| 711 711 | 
             
                      }
         | 
| 712 712 | 
             
                    }
         | 
| 713 713 | 
             
                  },
         | 
| @@ -770,7 +770,7 @@ | |
| 770 770 | 
             
                          "QuoteSymbol": {},
         | 
| 771 771 | 
             
                          "ContainsHeader": {},
         | 
| 772 772 | 
             
                          "Header": {
         | 
| 773 | 
            -
                            "shape": " | 
| 773 | 
            +
                            "shape": "Se2"
         | 
| 774 774 | 
             
                          },
         | 
| 775 775 | 
             
                          "DisableValueTrimming": {
         | 
| 776 776 | 
             
                            "type": "boolean"
         | 
| @@ -782,7 +782,7 @@ | |
| 782 782 | 
             
                            "type": "boolean"
         | 
| 783 783 | 
             
                          },
         | 
| 784 784 | 
             
                          "CustomDatatypes": {
         | 
| 785 | 
            -
                            "shape": " | 
| 785 | 
            +
                            "shape": "Se3"
         | 
| 786 786 | 
             
                          },
         | 
| 787 787 | 
             
                          "Serde": {}
         | 
| 788 788 | 
             
                        }
         | 
| @@ -803,10 +803,10 @@ | |
| 803 803 | 
             
                    "members": {
         | 
| 804 804 | 
             
                      "CatalogId": {},
         | 
| 805 805 | 
             
                      "ConnectionInput": {
         | 
| 806 | 
            -
                        "shape": " | 
| 806 | 
            +
                        "shape": "Se7"
         | 
| 807 807 | 
             
                      },
         | 
| 808 808 | 
             
                      "Tags": {
         | 
| 809 | 
            -
                        "shape": " | 
| 809 | 
            +
                        "shape": "Sdl"
         | 
| 810 810 | 
             
                      }
         | 
| 811 811 | 
             
                    }
         | 
| 812 812 | 
             
                  },
         | 
| @@ -853,7 +853,7 @@ | |
| 853 853 | 
             
                      "Configuration": {},
         | 
| 854 854 | 
             
                      "CrawlerSecurityConfiguration": {},
         | 
| 855 855 | 
             
                      "Tags": {
         | 
| 856 | 
            -
                        "shape": " | 
| 856 | 
            +
                        "shape": "Sdl"
         | 
| 857 857 | 
             
                      }
         | 
| 858 858 | 
             
                    }
         | 
| 859 859 | 
             
                  },
         | 
| @@ -876,7 +876,7 @@ | |
| 876 876 | 
             
                        "shape": "S3v"
         | 
| 877 877 | 
             
                      },
         | 
| 878 878 | 
             
                      "Tags": {
         | 
| 879 | 
            -
                        "shape": " | 
| 879 | 
            +
                        "shape": "Sdl"
         | 
| 880 880 | 
             
                      }
         | 
| 881 881 | 
             
                    }
         | 
| 882 882 | 
             
                  },
         | 
| @@ -899,10 +899,10 @@ | |
| 899 899 | 
             
                      "Description": {},
         | 
| 900 900 | 
             
                      "Ruleset": {},
         | 
| 901 901 | 
             
                      "Tags": {
         | 
| 902 | 
            -
                        "shape": " | 
| 902 | 
            +
                        "shape": "Sdl"
         | 
| 903 903 | 
             
                      },
         | 
| 904 904 | 
             
                      "TargetTable": {
         | 
| 905 | 
            -
                        "shape": " | 
| 905 | 
            +
                        "shape": "Sf1"
         | 
| 906 906 | 
             
                      },
         | 
| 907 907 | 
             
                      "ClientToken": {}
         | 
| 908 908 | 
             
                    }
         | 
| @@ -924,10 +924,10 @@ | |
| 924 924 | 
             
                    "members": {
         | 
| 925 925 | 
             
                      "CatalogId": {},
         | 
| 926 926 | 
             
                      "DatabaseInput": {
         | 
| 927 | 
            -
                        "shape": " | 
| 927 | 
            +
                        "shape": "Sf4"
         | 
| 928 928 | 
             
                      },
         | 
| 929 929 | 
             
                      "Tags": {
         | 
| 930 | 
            -
                        "shape": " | 
| 930 | 
            +
                        "shape": "Sdl"
         | 
| 931 931 | 
             
                      }
         | 
| 932 932 | 
             
                    }
         | 
| 933 933 | 
             
                  },
         | 
| @@ -966,7 +966,7 @@ | |
| 966 966 | 
             
                      "ExtraJarsS3Path": {},
         | 
| 967 967 | 
             
                      "SecurityConfiguration": {},
         | 
| 968 968 | 
             
                      "Tags": {
         | 
| 969 | 
            -
                        "shape": " | 
| 969 | 
            +
                        "shape": "Sdl"
         | 
| 970 970 | 
             
                      },
         | 
| 971 971 | 
             
                      "Arguments": {
         | 
| 972 972 | 
             
                        "shape": "S4u"
         | 
| @@ -1055,7 +1055,7 @@ | |
| 1055 1055 | 
             
                      },
         | 
| 1056 1056 | 
             
                      "SecurityConfiguration": {},
         | 
| 1057 1057 | 
             
                      "Tags": {
         | 
| 1058 | 
            -
                        "shape": " | 
| 1058 | 
            +
                        "shape": "Sdl"
         | 
| 1059 1059 | 
             
                      },
         | 
| 1060 1060 | 
             
                      "NotificationProperty": {
         | 
| 1061 1061 | 
             
                        "shape": "S5e"
         | 
| @@ -1070,7 +1070,7 @@ | |
| 1070 1070 | 
             
                      },
         | 
| 1071 1071 | 
             
                      "ExecutionClass": {},
         | 
| 1072 1072 | 
             
                      "SourceControlDetails": {
         | 
| 1073 | 
            -
                        "shape": " | 
| 1073 | 
            +
                        "shape": "Sam"
         | 
| 1074 1074 | 
             
                      },
         | 
| 1075 1075 | 
             
                      "MaintenanceWindow": {}
         | 
| 1076 1076 | 
             
                    }
         | 
| @@ -1095,10 +1095,10 @@ | |
| 1095 1095 | 
             
                      "Name": {},
         | 
| 1096 1096 | 
             
                      "Description": {},
         | 
| 1097 1097 | 
             
                      "InputRecordTables": {
         | 
| 1098 | 
            -
                        "shape": " | 
| 1098 | 
            +
                        "shape": "Sfl"
         | 
| 1099 1099 | 
             
                      },
         | 
| 1100 1100 | 
             
                      "Parameters": {
         | 
| 1101 | 
            -
                        "shape": " | 
| 1101 | 
            +
                        "shape": "Sfm"
         | 
| 1102 1102 | 
             
                      },
         | 
| 1103 1103 | 
             
                      "Role": {},
         | 
| 1104 1104 | 
             
                      "GlueVersion": {},
         | 
| @@ -1116,10 +1116,10 @@ | |
| 1116 1116 | 
             
                        "type": "integer"
         | 
| 1117 1117 | 
             
                      },
         | 
| 1118 1118 | 
             
                      "Tags": {
         | 
| 1119 | 
            -
                        "shape": " | 
| 1119 | 
            +
                        "shape": "Sdl"
         | 
| 1120 1120 | 
             
                      },
         | 
| 1121 1121 | 
             
                      "TransformEncryption": {
         | 
| 1122 | 
            -
                        "shape": " | 
| 1122 | 
            +
                        "shape": "Sfq"
         | 
| 1123 1123 | 
             
                      }
         | 
| 1124 1124 | 
             
                    }
         | 
| 1125 1125 | 
             
                  },
         | 
| @@ -1165,7 +1165,7 @@ | |
| 1165 1165 | 
             
                      "DatabaseName": {},
         | 
| 1166 1166 | 
             
                      "TableName": {},
         | 
| 1167 1167 | 
             
                      "PartitionIndex": {
         | 
| 1168 | 
            -
                        "shape": " | 
| 1168 | 
            +
                        "shape": "Sfx"
         | 
| 1169 1169 | 
             
                      }
         | 
| 1170 1170 | 
             
                    }
         | 
| 1171 1171 | 
             
                  },
         | 
| @@ -1184,7 +1184,7 @@ | |
| 1184 1184 | 
             
                      "RegistryName": {},
         | 
| 1185 1185 | 
             
                      "Description": {},
         | 
| 1186 1186 | 
             
                      "Tags": {
         | 
| 1187 | 
            -
                        "shape": " | 
| 1187 | 
            +
                        "shape": "Sdl"
         | 
| 1188 1188 | 
             
                      }
         | 
| 1189 1189 | 
             
                    }
         | 
| 1190 1190 | 
             
                  },
         | 
| @@ -1195,7 +1195,7 @@ | |
| 1195 1195 | 
             
                      "RegistryName": {},
         | 
| 1196 1196 | 
             
                      "Description": {},
         | 
| 1197 1197 | 
             
                      "Tags": {
         | 
| 1198 | 
            -
                        "shape": " | 
| 1198 | 
            +
                        "shape": "Sdl"
         | 
| 1199 1199 | 
             
                      }
         | 
| 1200 1200 | 
             
                    }
         | 
| 1201 1201 | 
             
                  }
         | 
| @@ -1209,14 +1209,14 @@ | |
| 1209 1209 | 
             
                    ],
         | 
| 1210 1210 | 
             
                    "members": {
         | 
| 1211 1211 | 
             
                      "RegistryId": {
         | 
| 1212 | 
            -
                        "shape": " | 
| 1212 | 
            +
                        "shape": "Sg3"
         | 
| 1213 1213 | 
             
                      },
         | 
| 1214 1214 | 
             
                      "SchemaName": {},
         | 
| 1215 1215 | 
             
                      "DataFormat": {},
         | 
| 1216 1216 | 
             
                      "Compatibility": {},
         | 
| 1217 1217 | 
             
                      "Description": {},
         | 
| 1218 1218 | 
             
                      "Tags": {
         | 
| 1219 | 
            -
                        "shape": " | 
| 1219 | 
            +
                        "shape": "Sdl"
         | 
| 1220 1220 | 
             
                      },
         | 
| 1221 1221 | 
             
                      "SchemaDefinition": {}
         | 
| 1222 1222 | 
             
                    }
         | 
| @@ -1242,7 +1242,7 @@ | |
| 1242 1242 | 
             
                      },
         | 
| 1243 1243 | 
             
                      "SchemaStatus": {},
         | 
| 1244 1244 | 
             
                      "Tags": {
         | 
| 1245 | 
            -
                        "shape": " | 
| 1245 | 
            +
                        "shape": "Sdl"
         | 
| 1246 1246 | 
             
                      },
         | 
| 1247 1247 | 
             
                      "SchemaVersionId": {},
         | 
| 1248 1248 | 
             
                      "SchemaVersionStatus": {}
         | 
| @@ -1254,10 +1254,10 @@ | |
| 1254 1254 | 
             
                    "type": "structure",
         | 
| 1255 1255 | 
             
                    "members": {
         | 
| 1256 1256 | 
             
                      "DagNodes": {
         | 
| 1257 | 
            -
                        "shape": " | 
| 1257 | 
            +
                        "shape": "Sga"
         | 
| 1258 1258 | 
             
                      },
         | 
| 1259 1259 | 
             
                      "DagEdges": {
         | 
| 1260 | 
            -
                        "shape": " | 
| 1260 | 
            +
                        "shape": "Sgi"
         | 
| 1261 1261 | 
             
                      },
         | 
| 1262 1262 | 
             
                      "Language": {}
         | 
| 1263 1263 | 
             
                    }
         | 
| @@ -1280,7 +1280,7 @@ | |
| 1280 1280 | 
             
                    "members": {
         | 
| 1281 1281 | 
             
                      "Name": {},
         | 
| 1282 1282 | 
             
                      "EncryptionConfiguration": {
         | 
| 1283 | 
            -
                        "shape": " | 
| 1283 | 
            +
                        "shape": "Sgp"
         | 
| 1284 1284 | 
             
                      }
         | 
| 1285 1285 | 
             
                    }
         | 
| 1286 1286 | 
             
                  },
         | 
| @@ -1307,7 +1307,7 @@ | |
| 1307 1307 | 
             
                      "Description": {},
         | 
| 1308 1308 | 
             
                      "Role": {},
         | 
| 1309 1309 | 
             
                      "Command": {
         | 
| 1310 | 
            -
                        "shape": " | 
| 1310 | 
            +
                        "shape": "Sh1"
         | 
| 1311 1311 | 
             
                      },
         | 
| 1312 1312 | 
             
                      "Timeout": {
         | 
| 1313 1313 | 
             
                        "type": "integer"
         | 
| @@ -1316,7 +1316,7 @@ | |
| 1316 1316 | 
             
                        "type": "integer"
         | 
| 1317 1317 | 
             
                      },
         | 
| 1318 1318 | 
             
                      "DefaultArguments": {
         | 
| 1319 | 
            -
                        "shape": " | 
| 1319 | 
            +
                        "shape": "Sh2"
         | 
| 1320 1320 | 
             
                      },
         | 
| 1321 1321 | 
             
                      "Connections": {
         | 
| 1322 1322 | 
             
                        "shape": "S5a"
         | 
| @@ -1331,7 +1331,7 @@ | |
| 1331 1331 | 
             
                      "SecurityConfiguration": {},
         | 
| 1332 1332 | 
             
                      "GlueVersion": {},
         | 
| 1333 1333 | 
             
                      "Tags": {
         | 
| 1334 | 
            -
                        "shape": " | 
| 1334 | 
            +
                        "shape": "Sdl"
         | 
| 1335 1335 | 
             
                      },
         | 
| 1336 1336 | 
             
                      "RequestOrigin": {}
         | 
| 1337 1337 | 
             
                    }
         | 
| @@ -1340,7 +1340,7 @@ | |
| 1340 1340 | 
             
                    "type": "structure",
         | 
| 1341 1341 | 
             
                    "members": {
         | 
| 1342 1342 | 
             
                      "Session": {
         | 
| 1343 | 
            -
                        "shape": " | 
| 1343 | 
            +
                        "shape": "Sh5"
         | 
| 1344 1344 | 
             
                      }
         | 
| 1345 1345 | 
             
                    }
         | 
| 1346 1346 | 
             
                  }
         | 
| @@ -1356,12 +1356,12 @@ | |
| 1356 1356 | 
             
                      "CatalogId": {},
         | 
| 1357 1357 | 
             
                      "DatabaseName": {},
         | 
| 1358 1358 | 
             
                      "TableInput": {
         | 
| 1359 | 
            -
                        "shape": " | 
| 1359 | 
            +
                        "shape": "Sha"
         | 
| 1360 1360 | 
             
                      },
         | 
| 1361 1361 | 
             
                      "PartitionIndexes": {
         | 
| 1362 1362 | 
             
                        "type": "list",
         | 
| 1363 1363 | 
             
                        "member": {
         | 
| 1364 | 
            -
                          "shape": " | 
| 1364 | 
            +
                          "shape": "Sfx"
         | 
| 1365 1365 | 
             
                        }
         | 
| 1366 1366 | 
             
                      },
         | 
| 1367 1367 | 
             
                      "TransactionId": {},
         | 
| @@ -1403,7 +1403,7 @@ | |
| 1403 1403 | 
             
                      "TableName": {},
         | 
| 1404 1404 | 
             
                      "Type": {},
         | 
| 1405 1405 | 
             
                      "TableOptimizerConfiguration": {
         | 
| 1406 | 
            -
                        "shape": " | 
| 1406 | 
            +
                        "shape": "Sb5"
         | 
| 1407 1407 | 
             
                      }
         | 
| 1408 1408 | 
             
                    }
         | 
| 1409 1409 | 
             
                  },
         | 
| @@ -1426,20 +1426,20 @@ | |
| 1426 1426 | 
             
                      "Type": {},
         | 
| 1427 1427 | 
             
                      "Schedule": {},
         | 
| 1428 1428 | 
             
                      "Predicate": {
         | 
| 1429 | 
            -
                        "shape": " | 
| 1429 | 
            +
                        "shape": "Sbo"
         | 
| 1430 1430 | 
             
                      },
         | 
| 1431 1431 | 
             
                      "Actions": {
         | 
| 1432 | 
            -
                        "shape": " | 
| 1432 | 
            +
                        "shape": "Sbm"
         | 
| 1433 1433 | 
             
                      },
         | 
| 1434 1434 | 
             
                      "Description": {},
         | 
| 1435 1435 | 
             
                      "StartOnCreation": {
         | 
| 1436 1436 | 
             
                        "type": "boolean"
         | 
| 1437 1437 | 
             
                      },
         | 
| 1438 1438 | 
             
                      "Tags": {
         | 
| 1439 | 
            -
                        "shape": " | 
| 1439 | 
            +
                        "shape": "Sdl"
         | 
| 1440 1440 | 
             
                      },
         | 
| 1441 1441 | 
             
                      "EventBatchingCondition": {
         | 
| 1442 | 
            -
                        "shape": " | 
| 1442 | 
            +
                        "shape": "Sbv"
         | 
| 1443 1443 | 
             
                      }
         | 
| 1444 1444 | 
             
                    }
         | 
| 1445 1445 | 
             
                  },
         | 
| @@ -1461,10 +1461,10 @@ | |
| 1461 1461 | 
             
                      "Name": {},
         | 
| 1462 1462 | 
             
                      "Description": {},
         | 
| 1463 1463 | 
             
                      "Configuration": {
         | 
| 1464 | 
            -
                        "shape": " | 
| 1464 | 
            +
                        "shape": "Shv"
         | 
| 1465 1465 | 
             
                      },
         | 
| 1466 1466 | 
             
                      "Tags": {
         | 
| 1467 | 
            -
                        "shape": " | 
| 1467 | 
            +
                        "shape": "Sdl"
         | 
| 1468 1468 | 
             
                      }
         | 
| 1469 1469 | 
             
                    }
         | 
| 1470 1470 | 
             
                  },
         | 
| @@ -1486,7 +1486,7 @@ | |
| 1486 1486 | 
             
                      "CatalogId": {},
         | 
| 1487 1487 | 
             
                      "DatabaseName": {},
         | 
| 1488 1488 | 
             
                      "FunctionInput": {
         | 
| 1489 | 
            -
                        "shape": " | 
| 1489 | 
            +
                        "shape": "Si2"
         | 
| 1490 1490 | 
             
                      }
         | 
| 1491 1491 | 
             
                    }
         | 
| 1492 1492 | 
             
                  },
         | 
| @@ -1505,10 +1505,10 @@ | |
| 1505 1505 | 
             
                      "Name": {},
         | 
| 1506 1506 | 
             
                      "Description": {},
         | 
| 1507 1507 | 
             
                      "DefaultRunProperties": {
         | 
| 1508 | 
            -
                        "shape": " | 
| 1508 | 
            +
                        "shape": "Sc3"
         | 
| 1509 1509 | 
             
                      },
         | 
| 1510 1510 | 
             
                      "Tags": {
         | 
| 1511 | 
            -
                        "shape": " | 
| 1511 | 
            +
                        "shape": "Sdl"
         | 
| 1512 1512 | 
             
                      },
         | 
| 1513 1513 | 
             
                      "MaxConcurrentRuns": {
         | 
| 1514 1514 | 
             
                        "type": "integer"
         | 
| @@ -1776,7 +1776,7 @@ | |
| 1776 1776 | 
             
                    ],
         | 
| 1777 1777 | 
             
                    "members": {
         | 
| 1778 1778 | 
             
                      "RegistryId": {
         | 
| 1779 | 
            -
                        "shape": " | 
| 1779 | 
            +
                        "shape": "Sg3"
         | 
| 1780 1780 | 
             
                      }
         | 
| 1781 1781 | 
             
                    }
         | 
| 1782 1782 | 
             
                  },
         | 
| @@ -2062,7 +2062,7 @@ | |
| 2062 2062 | 
             
                    "type": "structure",
         | 
| 2063 2063 | 
             
                    "members": {
         | 
| 2064 2064 | 
             
                      "BlueprintRun": {
         | 
| 2065 | 
            -
                        "shape": " | 
| 2065 | 
            +
                        "shape": "Sk3"
         | 
| 2066 2066 | 
             
                      }
         | 
| 2067 2067 | 
             
                    }
         | 
| 2068 2068 | 
             
                  }
         | 
| @@ -2087,7 +2087,7 @@ | |
| 2087 2087 | 
             
                      "BlueprintRuns": {
         | 
| 2088 2088 | 
             
                        "type": "list",
         | 
| 2089 2089 | 
             
                        "member": {
         | 
| 2090 | 
            -
                          "shape": " | 
| 2090 | 
            +
                          "shape": "Sk3"
         | 
| 2091 2091 | 
             
                        }
         | 
| 2092 2092 | 
             
                      },
         | 
| 2093 2093 | 
             
                      "NextToken": {}
         | 
| @@ -2133,7 +2133,7 @@ | |
| 2133 2133 | 
             
                    "type": "structure",
         | 
| 2134 2134 | 
             
                    "members": {
         | 
| 2135 2135 | 
             
                      "Classifier": {
         | 
| 2136 | 
            -
                        "shape": " | 
| 2136 | 
            +
                        "shape": "Skg"
         | 
| 2137 2137 | 
             
                      }
         | 
| 2138 2138 | 
             
                    }
         | 
| 2139 2139 | 
             
                  }
         | 
| @@ -2154,7 +2154,7 @@ | |
| 2154 2154 | 
             
                      "Classifiers": {
         | 
| 2155 2155 | 
             
                        "type": "list",
         | 
| 2156 2156 | 
             
                        "member": {
         | 
| 2157 | 
            -
                          "shape": " | 
| 2157 | 
            +
                          "shape": "Skg"
         | 
| 2158 2158 | 
             
                        }
         | 
| 2159 2159 | 
             
                      },
         | 
| 2160 2160 | 
             
                      "NextToken": {}
         | 
| @@ -2178,7 +2178,7 @@ | |
| 2178 2178 | 
             
                        "shape": "S6"
         | 
| 2179 2179 | 
             
                      },
         | 
| 2180 2180 | 
             
                      "ColumnNames": {
         | 
| 2181 | 
            -
                        "shape": " | 
| 2181 | 
            +
                        "shape": "Skq"
         | 
| 2182 2182 | 
             
                      }
         | 
| 2183 2183 | 
             
                    }
         | 
| 2184 2184 | 
             
                  },
         | 
| @@ -2186,10 +2186,10 @@ | |
| 2186 2186 | 
             
                    "type": "structure",
         | 
| 2187 2187 | 
             
                    "members": {
         | 
| 2188 2188 | 
             
                      "ColumnStatisticsList": {
         | 
| 2189 | 
            -
                        "shape": " | 
| 2189 | 
            +
                        "shape": "Sks"
         | 
| 2190 2190 | 
             
                      },
         | 
| 2191 2191 | 
             
                      "Errors": {
         | 
| 2192 | 
            -
                        "shape": " | 
| 2192 | 
            +
                        "shape": "Sla"
         | 
| 2193 2193 | 
             
                      }
         | 
| 2194 2194 | 
             
                    }
         | 
| 2195 2195 | 
             
                  }
         | 
| @@ -2207,7 +2207,7 @@ | |
| 2207 2207 | 
             
                      "DatabaseName": {},
         | 
| 2208 2208 | 
             
                      "TableName": {},
         | 
| 2209 2209 | 
             
                      "ColumnNames": {
         | 
| 2210 | 
            -
                        "shape": " | 
| 2210 | 
            +
                        "shape": "Skq"
         | 
| 2211 2211 | 
             
                      }
         | 
| 2212 2212 | 
             
                    }
         | 
| 2213 2213 | 
             
                  },
         | 
| @@ -2215,10 +2215,10 @@ | |
| 2215 2215 | 
             
                    "type": "structure",
         | 
| 2216 2216 | 
             
                    "members": {
         | 
| 2217 2217 | 
             
                      "ColumnStatisticsList": {
         | 
| 2218 | 
            -
                        "shape": " | 
| 2218 | 
            +
                        "shape": "Sks"
         | 
| 2219 2219 | 
             
                      },
         | 
| 2220 2220 | 
             
                      "Errors": {
         | 
| 2221 | 
            -
                        "shape": " | 
| 2221 | 
            +
                        "shape": "Sla"
         | 
| 2222 2222 | 
             
                      }
         | 
| 2223 2223 | 
             
                    }
         | 
| 2224 2224 | 
             
                  }
         | 
| @@ -2237,7 +2237,7 @@ | |
| 2237 2237 | 
             
                    "type": "structure",
         | 
| 2238 2238 | 
             
                    "members": {
         | 
| 2239 2239 | 
             
                      "ColumnStatisticsTaskRun": {
         | 
| 2240 | 
            -
                        "shape": " | 
| 2240 | 
            +
                        "shape": "Slg"
         | 
| 2241 2241 | 
             
                      }
         | 
| 2242 2242 | 
             
                    }
         | 
| 2243 2243 | 
             
                  }
         | 
| @@ -2264,7 +2264,7 @@ | |
| 2264 2264 | 
             
                      "ColumnStatisticsTaskRuns": {
         | 
| 2265 2265 | 
             
                        "type": "list",
         | 
| 2266 2266 | 
             
                        "member": {
         | 
| 2267 | 
            -
                          "shape": " | 
| 2267 | 
            +
                          "shape": "Slg"
         | 
| 2268 2268 | 
             
                        }
         | 
| 2269 2269 | 
             
                      },
         | 
| 2270 2270 | 
             
                      "NextToken": {}
         | 
| @@ -2289,7 +2289,7 @@ | |
| 2289 2289 | 
             
                    "type": "structure",
         | 
| 2290 2290 | 
             
                    "members": {
         | 
| 2291 2291 | 
             
                      "Connection": {
         | 
| 2292 | 
            -
                        "shape": " | 
| 2292 | 
            +
                        "shape": "Slr"
         | 
| 2293 2293 | 
             
                      }
         | 
| 2294 2294 | 
             
                    }
         | 
| 2295 2295 | 
             
                  }
         | 
| @@ -2303,7 +2303,7 @@ | |
| 2303 2303 | 
             
                        "type": "structure",
         | 
| 2304 2304 | 
             
                        "members": {
         | 
| 2305 2305 | 
             
                          "MatchCriteria": {
         | 
| 2306 | 
            -
                            "shape": " | 
| 2306 | 
            +
                            "shape": "Se9"
         | 
| 2307 2307 | 
             
                          },
         | 
| 2308 2308 | 
             
                          "ConnectionType": {}
         | 
| 2309 2309 | 
             
                        }
         | 
| @@ -2323,7 +2323,7 @@ | |
| 2323 2323 | 
             
                      "ConnectionList": {
         | 
| 2324 2324 | 
             
                        "type": "list",
         | 
| 2325 2325 | 
             
                        "member": {
         | 
| 2326 | 
            -
                          "shape": " | 
| 2326 | 
            +
                          "shape": "Slr"
         | 
| 2327 2327 | 
             
                        }
         | 
| 2328 2328 | 
             
                      },
         | 
| 2329 2329 | 
             
                      "NextToken": {}
         | 
| @@ -2451,7 +2451,7 @@ | |
| 2451 2451 | 
             
                    "type": "structure",
         | 
| 2452 2452 | 
             
                    "members": {
         | 
| 2453 2453 | 
             
                      "DataCatalogEncryptionSettings": {
         | 
| 2454 | 
            -
                        "shape": " | 
| 2454 | 
            +
                        "shape": "Smb"
         | 
| 2455 2455 | 
             
                      }
         | 
| 2456 2456 | 
             
                    }
         | 
| 2457 2457 | 
             
                  }
         | 
| @@ -2559,7 +2559,7 @@ | |
| 2559 2559 | 
             
                      "Description": {},
         | 
| 2560 2560 | 
             
                      "Ruleset": {},
         | 
| 2561 2561 | 
             
                      "TargetTable": {
         | 
| 2562 | 
            -
                        "shape": " | 
| 2562 | 
            +
                        "shape": "Sf1"
         | 
| 2563 2563 | 
             
                      },
         | 
| 2564 2564 | 
             
                      "CreatedOn": {
         | 
| 2565 2565 | 
             
                        "type": "timestamp"
         | 
| @@ -2596,7 +2596,7 @@ | |
| 2596 2596 | 
             
                        "type": "integer"
         | 
| 2597 2597 | 
             
                      },
         | 
| 2598 2598 | 
             
                      "AdditionalRunOptions": {
         | 
| 2599 | 
            -
                        "shape": " | 
| 2599 | 
            +
                        "shape": "Smo"
         | 
| 2600 2600 | 
             
                      },
         | 
| 2601 2601 | 
             
                      "Status": {},
         | 
| 2602 2602 | 
             
                      "ErrorString": {},
         | 
| @@ -2613,14 +2613,14 @@ | |
| 2613 2613 | 
             
                        "type": "integer"
         | 
| 2614 2614 | 
             
                      },
         | 
| 2615 2615 | 
             
                      "RulesetNames": {
         | 
| 2616 | 
            -
                        "shape": " | 
| 2616 | 
            +
                        "shape": "Smq"
         | 
| 2617 2617 | 
             
                      },
         | 
| 2618 2618 | 
             
                      "ResultIds": {
         | 
| 2619 2619 | 
             
                        "type": "list",
         | 
| 2620 2620 | 
             
                        "member": {}
         | 
| 2621 2621 | 
             
                      },
         | 
| 2622 2622 | 
             
                      "AdditionalDataSources": {
         | 
| 2623 | 
            -
                        "shape": " | 
| 2623 | 
            +
                        "shape": "Sms"
         | 
| 2624 2624 | 
             
                      }
         | 
| 2625 2625 | 
             
                    }
         | 
| 2626 2626 | 
             
                  }
         | 
| @@ -2640,7 +2640,7 @@ | |
| 2640 2640 | 
             
                    "type": "structure",
         | 
| 2641 2641 | 
             
                    "members": {
         | 
| 2642 2642 | 
             
                      "Database": {
         | 
| 2643 | 
            -
                        "shape": " | 
| 2643 | 
            +
                        "shape": "Smv"
         | 
| 2644 2644 | 
             
                      }
         | 
| 2645 2645 | 
             
                    }
         | 
| 2646 2646 | 
             
                  }
         | 
| @@ -2670,7 +2670,7 @@ | |
| 2670 2670 | 
             
                      "DatabaseList": {
         | 
| 2671 2671 | 
             
                        "type": "list",
         | 
| 2672 2672 | 
             
                        "member": {
         | 
| 2673 | 
            -
                          "shape": " | 
| 2673 | 
            +
                          "shape": "Smv"
         | 
| 2674 2674 | 
             
                        }
         | 
| 2675 2675 | 
             
                      },
         | 
| 2676 2676 | 
             
                      "NextToken": {}
         | 
| @@ -2688,10 +2688,10 @@ | |
| 2688 2688 | 
             
                    "type": "structure",
         | 
| 2689 2689 | 
             
                    "members": {
         | 
| 2690 2690 | 
             
                      "DagNodes": {
         | 
| 2691 | 
            -
                        "shape": " | 
| 2691 | 
            +
                        "shape": "Sga"
         | 
| 2692 2692 | 
             
                      },
         | 
| 2693 2693 | 
             
                      "DagEdges": {
         | 
| 2694 | 
            -
                        "shape": " | 
| 2694 | 
            +
                        "shape": "Sgi"
         | 
| 2695 2695 | 
             
                      }
         | 
| 2696 2696 | 
             
                    }
         | 
| 2697 2697 | 
             
                  }
         | 
| @@ -2769,7 +2769,7 @@ | |
| 2769 2769 | 
             
                    "type": "structure",
         | 
| 2770 2770 | 
             
                    "members": {
         | 
| 2771 2771 | 
             
                      "JobBookmarkEntry": {
         | 
| 2772 | 
            -
                        "shape": " | 
| 2772 | 
            +
                        "shape": "Snf"
         | 
| 2773 2773 | 
             
                      }
         | 
| 2774 2774 | 
             
                    }
         | 
| 2775 2775 | 
             
                  }
         | 
| @@ -2793,7 +2793,7 @@ | |
| 2793 2793 | 
             
                    "type": "structure",
         | 
| 2794 2794 | 
             
                    "members": {
         | 
| 2795 2795 | 
             
                      "JobRun": {
         | 
| 2796 | 
            -
                        "shape": " | 
| 2796 | 
            +
                        "shape": "Sce"
         | 
| 2797 2797 | 
             
                      }
         | 
| 2798 2798 | 
             
                    }
         | 
| 2799 2799 | 
             
                  }
         | 
| @@ -2816,7 +2816,7 @@ | |
| 2816 2816 | 
             
                    "type": "structure",
         | 
| 2817 2817 | 
             
                    "members": {
         | 
| 2818 2818 | 
             
                      "JobRuns": {
         | 
| 2819 | 
            -
                        "shape": " | 
| 2819 | 
            +
                        "shape": "Scd"
         | 
| 2820 2820 | 
             
                      },
         | 
| 2821 2821 | 
             
                      "NextToken": {}
         | 
| 2822 2822 | 
             
                    }
         | 
| @@ -2862,7 +2862,7 @@ | |
| 2862 2862 | 
             
                      "Status": {},
         | 
| 2863 2863 | 
             
                      "LogGroupName": {},
         | 
| 2864 2864 | 
             
                      "Properties": {
         | 
| 2865 | 
            -
                        "shape": " | 
| 2865 | 
            +
                        "shape": "Snq"
         | 
| 2866 2866 | 
             
                      },
         | 
| 2867 2867 | 
             
                      "ErrorString": {},
         | 
| 2868 2868 | 
             
                      "StartedOn": {
         | 
| @@ -2931,7 +2931,7 @@ | |
| 2931 2931 | 
             
                            "Status": {},
         | 
| 2932 2932 | 
             
                            "LogGroupName": {},
         | 
| 2933 2933 | 
             
                            "Properties": {
         | 
| 2934 | 
            -
                              "shape": " | 
| 2934 | 
            +
                              "shape": "Snq"
         | 
| 2935 2935 | 
             
                            },
         | 
| 2936 2936 | 
             
                            "ErrorString": {},
         | 
| 2937 2937 | 
             
                            "StartedOn": {
         | 
| @@ -2977,19 +2977,19 @@ | |
| 2977 2977 | 
             
                        "type": "timestamp"
         | 
| 2978 2978 | 
             
                      },
         | 
| 2979 2979 | 
             
                      "InputRecordTables": {
         | 
| 2980 | 
            -
                        "shape": " | 
| 2980 | 
            +
                        "shape": "Sfl"
         | 
| 2981 2981 | 
             
                      },
         | 
| 2982 2982 | 
             
                      "Parameters": {
         | 
| 2983 | 
            -
                        "shape": " | 
| 2983 | 
            +
                        "shape": "Sfm"
         | 
| 2984 2984 | 
             
                      },
         | 
| 2985 2985 | 
             
                      "EvaluationMetrics": {
         | 
| 2986 | 
            -
                        "shape": " | 
| 2986 | 
            +
                        "shape": "So9"
         | 
| 2987 2987 | 
             
                      },
         | 
| 2988 2988 | 
             
                      "LabelCount": {
         | 
| 2989 2989 | 
             
                        "type": "integer"
         | 
| 2990 2990 | 
             
                      },
         | 
| 2991 2991 | 
             
                      "Schema": {
         | 
| 2992 | 
            -
                        "shape": " | 
| 2992 | 
            +
                        "shape": "Sog"
         | 
| 2993 2993 | 
             
                      },
         | 
| 2994 2994 | 
             
                      "Role": {},
         | 
| 2995 2995 | 
             
                      "GlueVersion": {},
         | 
| @@ -3007,7 +3007,7 @@ | |
| 3007 3007 | 
             
                        "type": "integer"
         | 
| 3008 3008 | 
             
                      },
         | 
| 3009 3009 | 
             
                      "TransformEncryption": {
         | 
| 3010 | 
            -
                        "shape": " | 
| 3010 | 
            +
                        "shape": "Sfq"
         | 
| 3011 3011 | 
             
                      }
         | 
| 3012 3012 | 
             
                    }
         | 
| 3013 3013 | 
             
                  }
         | 
| @@ -3021,10 +3021,10 @@ | |
| 3021 3021 | 
             
                        "type": "integer"
         | 
| 3022 3022 | 
             
                      },
         | 
| 3023 3023 | 
             
                      "Filter": {
         | 
| 3024 | 
            -
                        "shape": " | 
| 3024 | 
            +
                        "shape": "Soj"
         | 
| 3025 3025 | 
             
                      },
         | 
| 3026 3026 | 
             
                      "Sort": {
         | 
| 3027 | 
            -
                        "shape": " | 
| 3027 | 
            +
                        "shape": "Sok"
         | 
| 3028 3028 | 
             
                      }
         | 
| 3029 3029 | 
             
                    }
         | 
| 3030 3030 | 
             
                  },
         | 
| @@ -3050,19 +3050,19 @@ | |
| 3050 3050 | 
             
                              "type": "timestamp"
         | 
| 3051 3051 | 
             
                            },
         | 
| 3052 3052 | 
             
                            "InputRecordTables": {
         | 
| 3053 | 
            -
                              "shape": " | 
| 3053 | 
            +
                              "shape": "Sfl"
         | 
| 3054 3054 | 
             
                            },
         | 
| 3055 3055 | 
             
                            "Parameters": {
         | 
| 3056 | 
            -
                              "shape": " | 
| 3056 | 
            +
                              "shape": "Sfm"
         | 
| 3057 3057 | 
             
                            },
         | 
| 3058 3058 | 
             
                            "EvaluationMetrics": {
         | 
| 3059 | 
            -
                              "shape": " | 
| 3059 | 
            +
                              "shape": "So9"
         | 
| 3060 3060 | 
             
                            },
         | 
| 3061 3061 | 
             
                            "LabelCount": {
         | 
| 3062 3062 | 
             
                              "type": "integer"
         | 
| 3063 3063 | 
             
                            },
         | 
| 3064 3064 | 
             
                            "Schema": {
         | 
| 3065 | 
            -
                              "shape": " | 
| 3065 | 
            +
                              "shape": "Sog"
         | 
| 3066 3066 | 
             
                            },
         | 
| 3067 3067 | 
             
                            "Role": {},
         | 
| 3068 3068 | 
             
                            "GlueVersion": {},
         | 
| @@ -3080,7 +3080,7 @@ | |
| 3080 3080 | 
             
                              "type": "integer"
         | 
| 3081 3081 | 
             
                            },
         | 
| 3082 3082 | 
             
                            "TransformEncryption": {
         | 
| 3083 | 
            -
                              "shape": " | 
| 3083 | 
            +
                              "shape": "Sfq"
         | 
| 3084 3084 | 
             
                            }
         | 
| 3085 3085 | 
             
                          }
         | 
| 3086 3086 | 
             
                        }
         | 
| @@ -3097,13 +3097,13 @@ | |
| 3097 3097 | 
             
                    ],
         | 
| 3098 3098 | 
             
                    "members": {
         | 
| 3099 3099 | 
             
                      "Source": {
         | 
| 3100 | 
            -
                        "shape": " | 
| 3100 | 
            +
                        "shape": "Soq"
         | 
| 3101 3101 | 
             
                      },
         | 
| 3102 3102 | 
             
                      "Sinks": {
         | 
| 3103 | 
            -
                        "shape": " | 
| 3103 | 
            +
                        "shape": "Sor"
         | 
| 3104 3104 | 
             
                      },
         | 
| 3105 3105 | 
             
                      "Location": {
         | 
| 3106 | 
            -
                        "shape": " | 
| 3106 | 
            +
                        "shape": "Sos"
         | 
| 3107 3107 | 
             
                      }
         | 
| 3108 3108 | 
             
                    }
         | 
| 3109 3109 | 
             
                  },
         | 
| @@ -3114,7 +3114,7 @@ | |
| 3114 3114 | 
             
                    ],
         | 
| 3115 3115 | 
             
                    "members": {
         | 
| 3116 3116 | 
             
                      "Mapping": {
         | 
| 3117 | 
            -
                        "shape": " | 
| 3117 | 
            +
                        "shape": "Sou"
         | 
| 3118 3118 | 
             
                      }
         | 
| 3119 3119 | 
             
                    }
         | 
| 3120 3120 | 
             
                  }
         | 
| @@ -3140,7 +3140,7 @@ | |
| 3140 3140 | 
             
                    "type": "structure",
         | 
| 3141 3141 | 
             
                    "members": {
         | 
| 3142 3142 | 
             
                      "Partition": {
         | 
| 3143 | 
            -
                        "shape": " | 
| 3143 | 
            +
                        "shape": "Sau"
         | 
| 3144 3144 | 
             
                      }
         | 
| 3145 3145 | 
             
                    }
         | 
| 3146 3146 | 
             
                  }
         | 
| @@ -3224,7 +3224,7 @@ | |
| 3224 3224 | 
             
                      "Expression": {},
         | 
| 3225 3225 | 
             
                      "NextToken": {},
         | 
| 3226 3226 | 
             
                      "Segment": {
         | 
| 3227 | 
            -
                        "shape": " | 
| 3227 | 
            +
                        "shape": "Spd"
         | 
| 3228 3228 | 
             
                      },
         | 
| 3229 3229 | 
             
                      "MaxResults": {
         | 
| 3230 3230 | 
             
                        "type": "integer"
         | 
| @@ -3242,7 +3242,7 @@ | |
| 3242 3242 | 
             
                    "type": "structure",
         | 
| 3243 3243 | 
             
                    "members": {
         | 
| 3244 3244 | 
             
                      "Partitions": {
         | 
| 3245 | 
            -
                        "shape": " | 
| 3245 | 
            +
                        "shape": "Sat"
         | 
| 3246 3246 | 
             
                      },
         | 
| 3247 3247 | 
             
                      "NextToken": {}
         | 
| 3248 3248 | 
             
                    }
         | 
| @@ -3257,16 +3257,16 @@ | |
| 3257 3257 | 
             
                    ],
         | 
| 3258 3258 | 
             
                    "members": {
         | 
| 3259 3259 | 
             
                      "Mapping": {
         | 
| 3260 | 
            -
                        "shape": " | 
| 3260 | 
            +
                        "shape": "Sou"
         | 
| 3261 3261 | 
             
                      },
         | 
| 3262 3262 | 
             
                      "Source": {
         | 
| 3263 | 
            -
                        "shape": " | 
| 3263 | 
            +
                        "shape": "Soq"
         | 
| 3264 3264 | 
             
                      },
         | 
| 3265 3265 | 
             
                      "Sinks": {
         | 
| 3266 | 
            -
                        "shape": " | 
| 3266 | 
            +
                        "shape": "Sor"
         | 
| 3267 3267 | 
             
                      },
         | 
| 3268 3268 | 
             
                      "Location": {
         | 
| 3269 | 
            -
                        "shape": " | 
| 3269 | 
            +
                        "shape": "Sos"
         | 
| 3270 3270 | 
             
                      },
         | 
| 3271 3271 | 
             
                      "Language": {},
         | 
| 3272 3272 | 
             
                      "AdditionalPlanOptionsMap": {
         | 
| @@ -3292,7 +3292,7 @@ | |
| 3292 3292 | 
             
                    ],
         | 
| 3293 3293 | 
             
                    "members": {
         | 
| 3294 3294 | 
             
                      "RegistryId": {
         | 
| 3295 | 
            -
                        "shape": " | 
| 3295 | 
            +
                        "shape": "Sg3"
         | 
| 3296 3296 | 
             
                      }
         | 
| 3297 3297 | 
             
                    }
         | 
| 3298 3298 | 
             
                  },
         | 
| @@ -3433,7 +3433,7 @@ | |
| 3433 3433 | 
             
                      },
         | 
| 3434 3434 | 
             
                      "SchemaVersionId": {},
         | 
| 3435 3435 | 
             
                      "SchemaVersionNumber": {
         | 
| 3436 | 
            -
                        "shape": " | 
| 3436 | 
            +
                        "shape": "Sq0"
         | 
| 3437 3437 | 
             
                      }
         | 
| 3438 3438 | 
             
                    }
         | 
| 3439 3439 | 
             
                  },
         | 
| @@ -3466,10 +3466,10 @@ | |
| 3466 3466 | 
             
                        "shape": "Sw"
         | 
| 3467 3467 | 
             
                      },
         | 
| 3468 3468 | 
             
                      "FirstSchemaVersionNumber": {
         | 
| 3469 | 
            -
                        "shape": " | 
| 3469 | 
            +
                        "shape": "Sq0"
         | 
| 3470 3470 | 
             
                      },
         | 
| 3471 3471 | 
             
                      "SecondSchemaVersionNumber": {
         | 
| 3472 | 
            -
                        "shape": " | 
| 3472 | 
            +
                        "shape": "Sq0"
         | 
| 3473 3473 | 
             
                      },
         | 
| 3474 3474 | 
             
                      "SchemaDiffType": {}
         | 
| 3475 3475 | 
             
                    }
         | 
| @@ -3495,7 +3495,7 @@ | |
| 3495 3495 | 
             
                    "type": "structure",
         | 
| 3496 3496 | 
             
                    "members": {
         | 
| 3497 3497 | 
             
                      "SecurityConfiguration": {
         | 
| 3498 | 
            -
                        "shape": " | 
| 3498 | 
            +
                        "shape": "Sq9"
         | 
| 3499 3499 | 
             
                      }
         | 
| 3500 3500 | 
             
                    }
         | 
| 3501 3501 | 
             
                  }
         | 
| @@ -3516,7 +3516,7 @@ | |
| 3516 3516 | 
             
                      "SecurityConfigurations": {
         | 
| 3517 3517 | 
             
                        "type": "list",
         | 
| 3518 3518 | 
             
                        "member": {
         | 
| 3519 | 
            -
                          "shape": " | 
| 3519 | 
            +
                          "shape": "Sq9"
         | 
| 3520 3520 | 
             
                        }
         | 
| 3521 3521 | 
             
                      },
         | 
| 3522 3522 | 
             
                      "NextToken": {}
         | 
| @@ -3538,7 +3538,7 @@ | |
| 3538 3538 | 
             
                    "type": "structure",
         | 
| 3539 3539 | 
             
                    "members": {
         | 
| 3540 3540 | 
             
                      "Session": {
         | 
| 3541 | 
            -
                        "shape": " | 
| 3541 | 
            +
                        "shape": "Sh5"
         | 
| 3542 3542 | 
             
                      }
         | 
| 3543 3543 | 
             
                    }
         | 
| 3544 3544 | 
             
                  }
         | 
| @@ -3562,7 +3562,7 @@ | |
| 3562 3562 | 
             
                    "type": "structure",
         | 
| 3563 3563 | 
             
                    "members": {
         | 
| 3564 3564 | 
             
                      "Statement": {
         | 
| 3565 | 
            -
                        "shape": " | 
| 3565 | 
            +
                        "shape": "Sqh"
         | 
| 3566 3566 | 
             
                      }
         | 
| 3567 3567 | 
             
                    }
         | 
| 3568 3568 | 
             
                  }
         | 
| @@ -3588,7 +3588,7 @@ | |
| 3588 3588 | 
             
                    "type": "structure",
         | 
| 3589 3589 | 
             
                    "members": {
         | 
| 3590 3590 | 
             
                      "Table": {
         | 
| 3591 | 
            -
                        "shape": " | 
| 3591 | 
            +
                        "shape": "Sqo"
         | 
| 3592 3592 | 
             
                      }
         | 
| 3593 3593 | 
             
                    }
         | 
| 3594 3594 | 
             
                  }
         | 
| @@ -3616,7 +3616,7 @@ | |
| 3616 3616 | 
             
                      "DatabaseName": {},
         | 
| 3617 3617 | 
             
                      "TableName": {},
         | 
| 3618 3618 | 
             
                      "TableOptimizer": {
         | 
| 3619 | 
            -
                        "shape": " | 
| 3619 | 
            +
                        "shape": "Sb4"
         | 
| 3620 3620 | 
             
                      }
         | 
| 3621 3621 | 
             
                    }
         | 
| 3622 3622 | 
             
                  }
         | 
| @@ -3639,7 +3639,7 @@ | |
| 3639 3639 | 
             
                    "type": "structure",
         | 
| 3640 3640 | 
             
                    "members": {
         | 
| 3641 3641 | 
             
                      "TableVersion": {
         | 
| 3642 | 
            -
                        "shape": " | 
| 3642 | 
            +
                        "shape": "Sqx"
         | 
| 3643 3643 | 
             
                      }
         | 
| 3644 3644 | 
             
                    }
         | 
| 3645 3645 | 
             
                  }
         | 
| @@ -3667,7 +3667,7 @@ | |
| 3667 3667 | 
             
                      "TableVersions": {
         | 
| 3668 3668 | 
             
                        "type": "list",
         | 
| 3669 3669 | 
             
                        "member": {
         | 
| 3670 | 
            -
                          "shape": " | 
| 3670 | 
            +
                          "shape": "Sqx"
         | 
| 3671 3671 | 
             
                        }
         | 
| 3672 3672 | 
             
                      },
         | 
| 3673 3673 | 
             
                      "NextToken": {}
         | 
| @@ -3698,7 +3698,7 @@ | |
| 3698 3698 | 
             
                    "type": "structure",
         | 
| 3699 3699 | 
             
                    "members": {
         | 
| 3700 3700 | 
             
                      "TableList": {
         | 
| 3701 | 
            -
                        "shape": " | 
| 3701 | 
            +
                        "shape": "Sr4"
         | 
| 3702 3702 | 
             
                      },
         | 
| 3703 3703 | 
             
                      "NextToken": {}
         | 
| 3704 3704 | 
             
                    }
         | 
| @@ -3718,7 +3718,7 @@ | |
| 3718 3718 | 
             
                    "type": "structure",
         | 
| 3719 3719 | 
             
                    "members": {
         | 
| 3720 3720 | 
             
                      "Tags": {
         | 
| 3721 | 
            -
                        "shape": " | 
| 3721 | 
            +
                        "shape": "Sdl"
         | 
| 3722 3722 | 
             
                      }
         | 
| 3723 3723 | 
             
                    }
         | 
| 3724 3724 | 
             
                  }
         | 
| @@ -3737,7 +3737,7 @@ | |
| 3737 3737 | 
             
                    "type": "structure",
         | 
| 3738 3738 | 
             
                    "members": {
         | 
| 3739 3739 | 
             
                      "Trigger": {
         | 
| 3740 | 
            -
                        "shape": " | 
| 3740 | 
            +
                        "shape": "Sbi"
         | 
| 3741 3741 | 
             
                      }
         | 
| 3742 3742 | 
             
                    }
         | 
| 3743 3743 | 
             
                  }
         | 
| @@ -3757,7 +3757,7 @@ | |
| 3757 3757 | 
             
                    "type": "structure",
         | 
| 3758 3758 | 
             
                    "members": {
         | 
| 3759 3759 | 
             
                      "Triggers": {
         | 
| 3760 | 
            -
                        "shape": " | 
| 3760 | 
            +
                        "shape": "Sbh"
         | 
| 3761 3761 | 
             
                      },
         | 
| 3762 3762 | 
             
                      "NextToken": {}
         | 
| 3763 3763 | 
             
                    }
         | 
| @@ -3782,13 +3782,13 @@ | |
| 3782 3782 | 
             
                        "shape": "S6"
         | 
| 3783 3783 | 
             
                      },
         | 
| 3784 3784 | 
             
                      "AuditContext": {
         | 
| 3785 | 
            -
                        "shape": " | 
| 3785 | 
            +
                        "shape": "Src"
         | 
| 3786 3786 | 
             
                      },
         | 
| 3787 3787 | 
             
                      "SupportedPermissionTypes": {
         | 
| 3788 | 
            -
                        "shape": " | 
| 3788 | 
            +
                        "shape": "Srf"
         | 
| 3789 3789 | 
             
                      },
         | 
| 3790 3790 | 
             
                      "QuerySessionContext": {
         | 
| 3791 | 
            -
                        "shape": " | 
| 3791 | 
            +
                        "shape": "Srh"
         | 
| 3792 3792 | 
             
                      }
         | 
| 3793 3793 | 
             
                    }
         | 
| 3794 3794 | 
             
                  },
         | 
| @@ -3796,7 +3796,7 @@ | |
| 3796 3796 | 
             
                    "type": "structure",
         | 
| 3797 3797 | 
             
                    "members": {
         | 
| 3798 3798 | 
             
                      "Partition": {
         | 
| 3799 | 
            -
                        "shape": " | 
| 3799 | 
            +
                        "shape": "Sau"
         | 
| 3800 3800 | 
             
                      },
         | 
| 3801 3801 | 
             
                      "AuthorizedColumns": {
         | 
| 3802 3802 | 
             
                        "shape": "Sn"
         | 
| @@ -3823,20 +3823,20 @@ | |
| 3823 3823 | 
             
                      "TableName": {},
         | 
| 3824 3824 | 
             
                      "Expression": {},
         | 
| 3825 3825 | 
             
                      "AuditContext": {
         | 
| 3826 | 
            -
                        "shape": " | 
| 3826 | 
            +
                        "shape": "Src"
         | 
| 3827 3827 | 
             
                      },
         | 
| 3828 3828 | 
             
                      "SupportedPermissionTypes": {
         | 
| 3829 | 
            -
                        "shape": " | 
| 3829 | 
            +
                        "shape": "Srf"
         | 
| 3830 3830 | 
             
                      },
         | 
| 3831 3831 | 
             
                      "NextToken": {},
         | 
| 3832 3832 | 
             
                      "Segment": {
         | 
| 3833 | 
            -
                        "shape": " | 
| 3833 | 
            +
                        "shape": "Spd"
         | 
| 3834 3834 | 
             
                      },
         | 
| 3835 3835 | 
             
                      "MaxResults": {
         | 
| 3836 3836 | 
             
                        "type": "integer"
         | 
| 3837 3837 | 
             
                      },
         | 
| 3838 3838 | 
             
                      "QuerySessionContext": {
         | 
| 3839 | 
            -
                        "shape": " | 
| 3839 | 
            +
                        "shape": "Srh"
         | 
| 3840 3840 | 
             
                      }
         | 
| 3841 3841 | 
             
                    }
         | 
| 3842 3842 | 
             
                  },
         | 
| @@ -3849,7 +3849,7 @@ | |
| 3849 3849 | 
             
                          "type": "structure",
         | 
| 3850 3850 | 
             
                          "members": {
         | 
| 3851 3851 | 
             
                            "Partition": {
         | 
| 3852 | 
            -
                              "shape": " | 
| 3852 | 
            +
                              "shape": "Sau"
         | 
| 3853 3853 | 
             
                            },
         | 
| 3854 3854 | 
             
                            "AuthorizedColumns": {
         | 
| 3855 3855 | 
             
                              "shape": "Sn"
         | 
| @@ -3879,10 +3879,10 @@ | |
| 3879 3879 | 
             
                      "DatabaseName": {},
         | 
| 3880 3880 | 
             
                      "Name": {},
         | 
| 3881 3881 | 
             
                      "AuditContext": {
         | 
| 3882 | 
            -
                        "shape": " | 
| 3882 | 
            +
                        "shape": "Src"
         | 
| 3883 3883 | 
             
                      },
         | 
| 3884 3884 | 
             
                      "SupportedPermissionTypes": {
         | 
| 3885 | 
            -
                        "shape": " | 
| 3885 | 
            +
                        "shape": "Srf"
         | 
| 3886 3886 | 
             
                      },
         | 
| 3887 3887 | 
             
                      "ParentResourceArn": {},
         | 
| 3888 3888 | 
             
                      "RootResourceArn": {},
         | 
| @@ -3894,10 +3894,10 @@ | |
| 3894 3894 | 
             
                        }
         | 
| 3895 3895 | 
             
                      },
         | 
| 3896 3896 | 
             
                      "Permissions": {
         | 
| 3897 | 
            -
                        "shape": " | 
| 3897 | 
            +
                        "shape": "Sfa"
         | 
| 3898 3898 | 
             
                      },
         | 
| 3899 3899 | 
             
                      "QuerySessionContext": {
         | 
| 3900 | 
            -
                        "shape": " | 
| 3900 | 
            +
                        "shape": "Srh"
         | 
| 3901 3901 | 
             
                      }
         | 
| 3902 3902 | 
             
                    }
         | 
| 3903 3903 | 
             
                  },
         | 
| @@ -3905,7 +3905,7 @@ | |
| 3905 3905 | 
             
                    "type": "structure",
         | 
| 3906 3906 | 
             
                    "members": {
         | 
| 3907 3907 | 
             
                      "Table": {
         | 
| 3908 | 
            -
                        "shape": " | 
| 3908 | 
            +
                        "shape": "Sqo"
         | 
| 3909 3909 | 
             
                      },
         | 
| 3910 3910 | 
             
                      "AuthorizedColumns": {
         | 
| 3911 3911 | 
             
                        "shape": "Sn"
         | 
| @@ -3932,7 +3932,7 @@ | |
| 3932 3932 | 
             
                        "type": "boolean"
         | 
| 3933 3933 | 
             
                      },
         | 
| 3934 3934 | 
             
                      "Permissions": {
         | 
| 3935 | 
            -
                        "shape": " | 
| 3935 | 
            +
                        "shape": "Sfa"
         | 
| 3936 3936 | 
             
                      },
         | 
| 3937 3937 | 
             
                      "RowFilter": {}
         | 
| 3938 3938 | 
             
                    }
         | 
| @@ -3954,7 +3954,7 @@ | |
| 3954 3954 | 
             
                      "Name": {},
         | 
| 3955 3955 | 
             
                      "Description": {},
         | 
| 3956 3956 | 
             
                      "Configuration": {
         | 
| 3957 | 
            -
                        "shape": " | 
| 3957 | 
            +
                        "shape": "Shv"
         | 
| 3958 3958 | 
             
                      },
         | 
| 3959 3959 | 
             
                      "CreatedOn": {
         | 
| 3960 3960 | 
             
                        "type": "timestamp"
         | 
| @@ -3982,7 +3982,7 @@ | |
| 3982 3982 | 
             
                    "type": "structure",
         | 
| 3983 3983 | 
             
                    "members": {
         | 
| 3984 3984 | 
             
                      "UserDefinedFunction": {
         | 
| 3985 | 
            -
                        "shape": " | 
| 3985 | 
            +
                        "shape": "Ss0"
         | 
| 3986 3986 | 
             
                      }
         | 
| 3987 3987 | 
             
                    }
         | 
| 3988 3988 | 
             
                  }
         | 
| @@ -4009,7 +4009,7 @@ | |
| 4009 4009 | 
             
                      "UserDefinedFunctions": {
         | 
| 4010 4010 | 
             
                        "type": "list",
         | 
| 4011 4011 | 
             
                        "member": {
         | 
| 4012 | 
            -
                          "shape": " | 
| 4012 | 
            +
                          "shape": "Ss0"
         | 
| 4013 4013 | 
             
                        }
         | 
| 4014 4014 | 
             
                      },
         | 
| 4015 4015 | 
             
                      "NextToken": {}
         | 
| @@ -4033,7 +4033,7 @@ | |
| 4033 4033 | 
             
                    "type": "structure",
         | 
| 4034 4034 | 
             
                    "members": {
         | 
| 4035 4035 | 
             
                      "Workflow": {
         | 
| 4036 | 
            -
                        "shape": " | 
| 4036 | 
            +
                        "shape": "Sc2"
         | 
| 4037 4037 | 
             
                      }
         | 
| 4038 4038 | 
             
                    }
         | 
| 4039 4039 | 
             
                  }
         | 
| @@ -4057,7 +4057,7 @@ | |
| 4057 4057 | 
             
                    "type": "structure",
         | 
| 4058 4058 | 
             
                    "members": {
         | 
| 4059 4059 | 
             
                      "Run": {
         | 
| 4060 | 
            -
                        "shape": " | 
| 4060 | 
            +
                        "shape": "Sc4"
         | 
| 4061 4061 | 
             
                      }
         | 
| 4062 4062 | 
             
                    }
         | 
| 4063 4063 | 
             
                  }
         | 
| @@ -4078,7 +4078,7 @@ | |
| 4078 4078 | 
             
                    "type": "structure",
         | 
| 4079 4079 | 
             
                    "members": {
         | 
| 4080 4080 | 
             
                      "RunProperties": {
         | 
| 4081 | 
            -
                        "shape": " | 
| 4081 | 
            +
                        "shape": "Sc3"
         | 
| 4082 4082 | 
             
                      }
         | 
| 4083 4083 | 
             
                    }
         | 
| 4084 4084 | 
             
                  }
         | 
| @@ -4106,7 +4106,7 @@ | |
| 4106 4106 | 
             
                      "Runs": {
         | 
| 4107 4107 | 
             
                        "type": "list",
         | 
| 4108 4108 | 
             
                        "member": {
         | 
| 4109 | 
            -
                          "shape": " | 
| 4109 | 
            +
                          "shape": "Sc4"
         | 
| 4110 4110 | 
             
                        }
         | 
| 4111 4111 | 
             
                      },
         | 
| 4112 4112 | 
             
                      "NextToken": {}
         | 
| @@ -4134,7 +4134,7 @@ | |
| 4134 4134 | 
             
                        "type": "integer"
         | 
| 4135 4135 | 
             
                      },
         | 
| 4136 4136 | 
             
                      "Tags": {
         | 
| 4137 | 
            -
                        "shape": " | 
| 4137 | 
            +
                        "shape": "Sdl"
         | 
| 4138 4138 | 
             
                      }
         | 
| 4139 4139 | 
             
                    }
         | 
| 4140 4140 | 
             
                  },
         | 
| @@ -4178,7 +4178,7 @@ | |
| 4178 4178 | 
             
                      },
         | 
| 4179 4179 | 
             
                      "NextToken": {},
         | 
| 4180 4180 | 
             
                      "Tags": {
         | 
| 4181 | 
            -
                        "shape": " | 
| 4181 | 
            +
                        "shape": "Sdl"
         | 
| 4182 4182 | 
             
                      }
         | 
| 4183 4183 | 
             
                    }
         | 
| 4184 4184 | 
             
                  },
         | 
| @@ -4257,7 +4257,7 @@ | |
| 4257 4257 | 
             
                        "type": "integer"
         | 
| 4258 4258 | 
             
                      },
         | 
| 4259 4259 | 
             
                      "Tags": {
         | 
| 4260 | 
            -
                        "shape": " | 
| 4260 | 
            +
                        "shape": "Sdl"
         | 
| 4261 4261 | 
             
                      }
         | 
| 4262 4262 | 
             
                    }
         | 
| 4263 4263 | 
             
                  },
         | 
| @@ -4450,12 +4450,12 @@ | |
| 4450 4450 | 
             
                            "type": "timestamp"
         | 
| 4451 4451 | 
             
                          },
         | 
| 4452 4452 | 
             
                          "TargetTable": {
         | 
| 4453 | 
            -
                            "shape": " | 
| 4453 | 
            +
                            "shape": "Sf1"
         | 
| 4454 4454 | 
             
                          }
         | 
| 4455 4455 | 
             
                        }
         | 
| 4456 4456 | 
             
                      },
         | 
| 4457 4457 | 
             
                      "Tags": {
         | 
| 4458 | 
            -
                        "shape": " | 
| 4458 | 
            +
                        "shape": "Sdl"
         | 
| 4459 4459 | 
             
                      }
         | 
| 4460 4460 | 
             
                    }
         | 
| 4461 4461 | 
             
                  },
         | 
| @@ -4476,7 +4476,7 @@ | |
| 4476 4476 | 
             
                              "type": "timestamp"
         | 
| 4477 4477 | 
             
                            },
         | 
| 4478 4478 | 
             
                            "TargetTable": {
         | 
| 4479 | 
            -
                              "shape": " | 
| 4479 | 
            +
                              "shape": "Sf1"
         | 
| 4480 4480 | 
             
                            },
         | 
| 4481 4481 | 
             
                            "RecommendationRunId": {},
         | 
| 4482 4482 | 
             
                            "RuleCount": {
         | 
| @@ -4498,7 +4498,7 @@ | |
| 4498 4498 | 
             
                        "type": "integer"
         | 
| 4499 4499 | 
             
                      },
         | 
| 4500 4500 | 
             
                      "Tags": {
         | 
| 4501 | 
            -
                        "shape": " | 
| 4501 | 
            +
                        "shape": "Sdl"
         | 
| 4502 4502 | 
             
                      }
         | 
| 4503 4503 | 
             
                    }
         | 
| 4504 4504 | 
             
                  },
         | 
| @@ -4522,7 +4522,7 @@ | |
| 4522 4522 | 
             
                        "type": "integer"
         | 
| 4523 4523 | 
             
                      },
         | 
| 4524 4524 | 
             
                      "Tags": {
         | 
| 4525 | 
            -
                        "shape": " | 
| 4525 | 
            +
                        "shape": "Sdl"
         | 
| 4526 4526 | 
             
                      }
         | 
| 4527 4527 | 
             
                    }
         | 
| 4528 4528 | 
             
                  },
         | 
| @@ -4545,13 +4545,13 @@ | |
| 4545 4545 | 
             
                        "type": "integer"
         | 
| 4546 4546 | 
             
                      },
         | 
| 4547 4547 | 
             
                      "Filter": {
         | 
| 4548 | 
            -
                        "shape": " | 
| 4548 | 
            +
                        "shape": "Soj"
         | 
| 4549 4549 | 
             
                      },
         | 
| 4550 4550 | 
             
                      "Sort": {
         | 
| 4551 | 
            -
                        "shape": " | 
| 4551 | 
            +
                        "shape": "Sok"
         | 
| 4552 4552 | 
             
                      },
         | 
| 4553 4553 | 
             
                      "Tags": {
         | 
| 4554 | 
            -
                        "shape": " | 
| 4554 | 
            +
                        "shape": "Sdl"
         | 
| 4555 4555 | 
             
                      }
         | 
| 4556 4556 | 
             
                    }
         | 
| 4557 4557 | 
             
                  },
         | 
| @@ -4643,7 +4643,7 @@ | |
| 4643 4643 | 
             
                    "type": "structure",
         | 
| 4644 4644 | 
             
                    "members": {
         | 
| 4645 4645 | 
             
                      "RegistryId": {
         | 
| 4646 | 
            -
                        "shape": " | 
| 4646 | 
            +
                        "shape": "Sg3"
         | 
| 4647 4647 | 
             
                      },
         | 
| 4648 4648 | 
             
                      "MaxResults": {
         | 
| 4649 4649 | 
             
                        "type": "integer"
         | 
| @@ -4682,7 +4682,7 @@ | |
| 4682 4682 | 
             
                        "type": "integer"
         | 
| 4683 4683 | 
             
                      },
         | 
| 4684 4684 | 
             
                      "Tags": {
         | 
| 4685 | 
            -
                        "shape": " | 
| 4685 | 
            +
                        "shape": "Sdl"
         | 
| 4686 4686 | 
             
                      },
         | 
| 4687 4687 | 
             
                      "RequestOrigin": {}
         | 
| 4688 4688 | 
             
                    }
         | 
| @@ -4697,7 +4697,7 @@ | |
| 4697 4697 | 
             
                      "Sessions": {
         | 
| 4698 4698 | 
             
                        "type": "list",
         | 
| 4699 4699 | 
             
                        "member": {
         | 
| 4700 | 
            -
                          "shape": " | 
| 4700 | 
            +
                          "shape": "Sh5"
         | 
| 4701 4701 | 
             
                        }
         | 
| 4702 4702 | 
             
                      },
         | 
| 4703 4703 | 
             
                      "NextToken": {}
         | 
| @@ -4722,7 +4722,7 @@ | |
| 4722 4722 | 
             
                      "Statements": {
         | 
| 4723 4723 | 
             
                        "type": "list",
         | 
| 4724 4724 | 
             
                        "member": {
         | 
| 4725 | 
            -
                          "shape": " | 
| 4725 | 
            +
                          "shape": "Sqh"
         | 
| 4726 4726 | 
             
                        }
         | 
| 4727 4727 | 
             
                      },
         | 
| 4728 4728 | 
             
                      "NextToken": {}
         | 
| @@ -4759,7 +4759,7 @@ | |
| 4759 4759 | 
             
                      "TableOptimizerRuns": {
         | 
| 4760 4760 | 
             
                        "type": "list",
         | 
| 4761 4761 | 
             
                        "member": {
         | 
| 4762 | 
            -
                          "shape": " | 
| 4762 | 
            +
                          "shape": "Sb7"
         | 
| 4763 4763 | 
             
                        }
         | 
| 4764 4764 | 
             
                      }
         | 
| 4765 4765 | 
             
                    }
         | 
| @@ -4775,7 +4775,7 @@ | |
| 4775 4775 | 
             
                        "type": "integer"
         | 
| 4776 4776 | 
             
                      },
         | 
| 4777 4777 | 
             
                      "Tags": {
         | 
| 4778 | 
            -
                        "shape": " | 
| 4778 | 
            +
                        "shape": "Sdl"
         | 
| 4779 4779 | 
             
                      }
         | 
| 4780 4780 | 
             
                    }
         | 
| 4781 4781 | 
             
                  },
         | 
| @@ -4783,7 +4783,7 @@ | |
| 4783 4783 | 
             
                    "type": "structure",
         | 
| 4784 4784 | 
             
                    "members": {
         | 
| 4785 4785 | 
             
                      "TriggerNames": {
         | 
| 4786 | 
            -
                        "shape": " | 
| 4786 | 
            +
                        "shape": "Sbf"
         | 
| 4787 4787 | 
             
                      },
         | 
| 4788 4788 | 
             
                      "NextToken": {}
         | 
| 4789 4789 | 
             
                    }
         | 
| @@ -4836,7 +4836,7 @@ | |
| 4836 4836 | 
             
                    "type": "structure",
         | 
| 4837 4837 | 
             
                    "members": {
         | 
| 4838 4838 | 
             
                      "Workflows": {
         | 
| 4839 | 
            -
                        "shape": " | 
| 4839 | 
            +
                        "shape": "Sbz"
         | 
| 4840 4840 | 
             
                      },
         | 
| 4841 4841 | 
             
                      "NextToken": {}
         | 
| 4842 4842 | 
             
                    }
         | 
| @@ -4851,7 +4851,7 @@ | |
| 4851 4851 | 
             
                    "members": {
         | 
| 4852 4852 | 
             
                      "CatalogId": {},
         | 
| 4853 4853 | 
             
                      "DataCatalogEncryptionSettings": {
         | 
| 4854 | 
            -
                        "shape": " | 
| 4854 | 
            +
                        "shape": "Smb"
         | 
| 4855 4855 | 
             
                      }
         | 
| 4856 4856 | 
             
                    }
         | 
| 4857 4857 | 
             
                  },
         | 
| @@ -4892,11 +4892,11 @@ | |
| 4892 4892 | 
             
                        "shape": "Sw"
         | 
| 4893 4893 | 
             
                      },
         | 
| 4894 4894 | 
             
                      "SchemaVersionNumber": {
         | 
| 4895 | 
            -
                        "shape": " | 
| 4895 | 
            +
                        "shape": "Sq0"
         | 
| 4896 4896 | 
             
                      },
         | 
| 4897 4897 | 
             
                      "SchemaVersionId": {},
         | 
| 4898 4898 | 
             
                      "MetadataKeyValue": {
         | 
| 4899 | 
            -
                        "shape": " | 
| 4899 | 
            +
                        "shape": "Sux"
         | 
| 4900 4900 | 
             
                      }
         | 
| 4901 4901 | 
             
                    }
         | 
| 4902 4902 | 
             
                  },
         | 
| @@ -4930,7 +4930,7 @@ | |
| 4930 4930 | 
             
                      "Name": {},
         | 
| 4931 4931 | 
             
                      "RunId": {},
         | 
| 4932 4932 | 
             
                      "RunProperties": {
         | 
| 4933 | 
            -
                        "shape": " | 
| 4933 | 
            +
                        "shape": "Sc3"
         | 
| 4934 4934 | 
             
                      }
         | 
| 4935 4935 | 
             
                    }
         | 
| 4936 4936 | 
             
                  },
         | 
| @@ -4947,13 +4947,13 @@ | |
| 4947 4947 | 
             
                        "shape": "Sw"
         | 
| 4948 4948 | 
             
                      },
         | 
| 4949 4949 | 
             
                      "SchemaVersionNumber": {
         | 
| 4950 | 
            -
                        "shape": " | 
| 4950 | 
            +
                        "shape": "Sq0"
         | 
| 4951 4951 | 
             
                      },
         | 
| 4952 4952 | 
             
                      "SchemaVersionId": {},
         | 
| 4953 4953 | 
             
                      "MetadataList": {
         | 
| 4954 4954 | 
             
                        "type": "list",
         | 
| 4955 4955 | 
             
                        "member": {
         | 
| 4956 | 
            -
                          "shape": " | 
| 4956 | 
            +
                          "shape": "Sux"
         | 
| 4957 4957 | 
             
                        }
         | 
| 4958 4958 | 
             
                      },
         | 
| 4959 4959 | 
             
                      "MaxResults": {
         | 
| @@ -5027,11 +5027,11 @@ | |
| 5027 5027 | 
             
                        "shape": "Sw"
         | 
| 5028 5028 | 
             
                      },
         | 
| 5029 5029 | 
             
                      "SchemaVersionNumber": {
         | 
| 5030 | 
            -
                        "shape": " | 
| 5030 | 
            +
                        "shape": "Sq0"
         | 
| 5031 5031 | 
             
                      },
         | 
| 5032 5032 | 
             
                      "SchemaVersionId": {},
         | 
| 5033 5033 | 
             
                      "MetadataKeyValue": {
         | 
| 5034 | 
            -
                        "shape": " | 
| 5034 | 
            +
                        "shape": "Sux"
         | 
| 5035 5035 | 
             
                      }
         | 
| 5036 5036 | 
             
                    }
         | 
| 5037 5037 | 
             
                  },
         | 
| @@ -5068,7 +5068,7 @@ | |
| 5068 5068 | 
             
                    "type": "structure",
         | 
| 5069 5069 | 
             
                    "members": {
         | 
| 5070 5070 | 
             
                      "JobBookmarkEntry": {
         | 
| 5071 | 
            -
                        "shape": " | 
| 5071 | 
            +
                        "shape": "Snf"
         | 
| 5072 5072 | 
             
                      }
         | 
| 5073 5073 | 
             
                    }
         | 
| 5074 5074 | 
             
                  }
         | 
| @@ -5085,7 +5085,7 @@ | |
| 5085 5085 | 
             
                      "Name": {},
         | 
| 5086 5086 | 
             
                      "RunId": {},
         | 
| 5087 5087 | 
             
                      "NodeIds": {
         | 
| 5088 | 
            -
                        "shape": " | 
| 5088 | 
            +
                        "shape": "Svi"
         | 
| 5089 5089 | 
             
                      }
         | 
| 5090 5090 | 
             
                    }
         | 
| 5091 5091 | 
             
                  },
         | 
| @@ -5094,7 +5094,7 @@ | |
| 5094 5094 | 
             
                    "members": {
         | 
| 5095 5095 | 
             
                      "RunId": {},
         | 
| 5096 5096 | 
             
                      "NodeIds": {
         | 
| 5097 | 
            -
                        "shape": " | 
| 5097 | 
            +
                        "shape": "Svi"
         | 
| 5098 5098 | 
             
                      }
         | 
| 5099 5099 | 
             
                    }
         | 
| 5100 5100 | 
             
                  }
         | 
| @@ -5160,7 +5160,7 @@ | |
| 5160 5160 | 
             
                    "members": {
         | 
| 5161 5161 | 
             
                      "NextToken": {},
         | 
| 5162 5162 | 
             
                      "TableList": {
         | 
| 5163 | 
            -
                        "shape": " | 
| 5163 | 
            +
                        "shape": "Sr4"
         | 
| 5164 5164 | 
             
                      }
         | 
| 5165 5165 | 
             
                    }
         | 
| 5166 5166 | 
             
                  }
         | 
| @@ -5197,7 +5197,7 @@ | |
| 5197 5197 | 
             
                      "DatabaseName": {},
         | 
| 5198 5198 | 
             
                      "TableName": {},
         | 
| 5199 5199 | 
             
                      "ColumnNameList": {
         | 
| 5200 | 
            -
                        "shape": " | 
| 5200 | 
            +
                        "shape": "Sli"
         | 
| 5201 5201 | 
             
                      },
         | 
| 5202 5202 | 
             
                      "Role": {},
         | 
| 5203 5203 | 
             
                      "SampleSize": {
         | 
| @@ -5295,13 +5295,13 @@ | |
| 5295 5295 | 
             
                      },
         | 
| 5296 5296 | 
             
                      "ClientToken": {},
         | 
| 5297 5297 | 
             
                      "AdditionalRunOptions": {
         | 
| 5298 | 
            -
                        "shape": " | 
| 5298 | 
            +
                        "shape": "Smo"
         | 
| 5299 5299 | 
             
                      },
         | 
| 5300 5300 | 
             
                      "RulesetNames": {
         | 
| 5301 | 
            -
                        "shape": " | 
| 5301 | 
            +
                        "shape": "Smq"
         | 
| 5302 5302 | 
             
                      },
         | 
| 5303 5303 | 
             
                      "AdditionalDataSources": {
         | 
| 5304 | 
            -
                        "shape": " | 
| 5304 | 
            +
                        "shape": "Sms"
         | 
| 5305 5305 | 
             
                      }
         | 
| 5306 5306 | 
             
                    }
         | 
| 5307 5307 | 
             
                  },
         | 
| @@ -5457,7 +5457,7 @@ | |
| 5457 5457 | 
             
                    "members": {
         | 
| 5458 5458 | 
             
                      "Name": {},
         | 
| 5459 5459 | 
             
                      "RunProperties": {
         | 
| 5460 | 
            -
                        "shape": " | 
| 5460 | 
            +
                        "shape": "Sc3"
         | 
| 5461 5461 | 
             
                      }
         | 
| 5462 5462 | 
             
                    }
         | 
| 5463 5463 | 
             
                  },
         | 
| @@ -5577,7 +5577,7 @@ | |
| 5577 5577 | 
             
                    "members": {
         | 
| 5578 5578 | 
             
                      "ResourceArn": {},
         | 
| 5579 5579 | 
             
                      "TagsToAdd": {
         | 
| 5580 | 
            -
                        "shape": " | 
| 5580 | 
            +
                        "shape": "Sdl"
         | 
| 5581 5581 | 
             
                      }
         | 
| 5582 5582 | 
             
                    }
         | 
| 5583 5583 | 
             
                  },
         | 
| @@ -5674,7 +5674,7 @@ | |
| 5674 5674 | 
             
                          "QuoteSymbol": {},
         | 
| 5675 5675 | 
             
                          "ContainsHeader": {},
         | 
| 5676 5676 | 
             
                          "Header": {
         | 
| 5677 | 
            -
                            "shape": " | 
| 5677 | 
            +
                            "shape": "Se2"
         | 
| 5678 5678 | 
             
                          },
         | 
| 5679 5679 | 
             
                          "DisableValueTrimming": {
         | 
| 5680 5680 | 
             
                            "type": "boolean"
         | 
| @@ -5686,7 +5686,7 @@ | |
| 5686 5686 | 
             
                            "type": "boolean"
         | 
| 5687 5687 | 
             
                          },
         | 
| 5688 5688 | 
             
                          "CustomDatatypes": {
         | 
| 5689 | 
            -
                            "shape": " | 
| 5689 | 
            +
                            "shape": "Se3"
         | 
| 5690 5690 | 
             
                          },
         | 
| 5691 5691 | 
             
                          "Serde": {}
         | 
| 5692 5692 | 
             
                        }
         | 
| @@ -5715,7 +5715,7 @@ | |
| 5715 5715 | 
             
                        "shape": "S6"
         | 
| 5716 5716 | 
             
                      },
         | 
| 5717 5717 | 
             
                      "ColumnStatisticsList": {
         | 
| 5718 | 
            -
                        "shape": " | 
| 5718 | 
            +
                        "shape": "Sxb"
         | 
| 5719 5719 | 
             
                      }
         | 
| 5720 5720 | 
             
                    }
         | 
| 5721 5721 | 
             
                  },
         | 
| @@ -5723,7 +5723,7 @@ | |
| 5723 5723 | 
             
                    "type": "structure",
         | 
| 5724 5724 | 
             
                    "members": {
         | 
| 5725 5725 | 
             
                      "Errors": {
         | 
| 5726 | 
            -
                        "shape": " | 
| 5726 | 
            +
                        "shape": "Sxd"
         | 
| 5727 5727 | 
             
                      }
         | 
| 5728 5728 | 
             
                    }
         | 
| 5729 5729 | 
             
                  }
         | 
| @@ -5741,7 +5741,7 @@ | |
| 5741 5741 | 
             
                      "DatabaseName": {},
         | 
| 5742 5742 | 
             
                      "TableName": {},
         | 
| 5743 5743 | 
             
                      "ColumnStatisticsList": {
         | 
| 5744 | 
            -
                        "shape": " | 
| 5744 | 
            +
                        "shape": "Sxb"
         | 
| 5745 5745 | 
             
                      }
         | 
| 5746 5746 | 
             
                    }
         | 
| 5747 5747 | 
             
                  },
         | 
| @@ -5749,7 +5749,7 @@ | |
| 5749 5749 | 
             
                    "type": "structure",
         | 
| 5750 5750 | 
             
                    "members": {
         | 
| 5751 5751 | 
             
                      "Errors": {
         | 
| 5752 | 
            -
                        "shape": " | 
| 5752 | 
            +
                        "shape": "Sxd"
         | 
| 5753 5753 | 
             
                      }
         | 
| 5754 5754 | 
             
                    }
         | 
| 5755 5755 | 
             
                  }
         | 
| @@ -5765,7 +5765,7 @@ | |
| 5765 5765 | 
             
                      "CatalogId": {},
         | 
| 5766 5766 | 
             
                      "Name": {},
         | 
| 5767 5767 | 
             
                      "ConnectionInput": {
         | 
| 5768 | 
            -
                        "shape": " | 
| 5768 | 
            +
                        "shape": "Se7"
         | 
| 5769 5769 | 
             
                      }
         | 
| 5770 5770 | 
             
                    }
         | 
| 5771 5771 | 
             
                  },
         | 
| @@ -5862,7 +5862,7 @@ | |
| 5862 5862 | 
             
                      "CatalogId": {},
         | 
| 5863 5863 | 
             
                      "Name": {},
         | 
| 5864 5864 | 
             
                      "DatabaseInput": {
         | 
| 5865 | 
            -
                        "shape": " | 
| 5865 | 
            +
                        "shape": "Sf4"
         | 
| 5866 5866 | 
             
                      }
         | 
| 5867 5867 | 
             
                    }
         | 
| 5868 5868 | 
             
                  },
         | 
| @@ -5968,7 +5968,7 @@ | |
| 5968 5968 | 
             
                          },
         | 
| 5969 5969 | 
             
                          "ExecutionClass": {},
         | 
| 5970 5970 | 
             
                          "SourceControlDetails": {
         | 
| 5971 | 
            -
                            "shape": " | 
| 5971 | 
            +
                            "shape": "Sam"
         | 
| 5972 5972 | 
             
                          },
         | 
| 5973 5973 | 
             
                          "MaintenanceWindow": {}
         | 
| 5974 5974 | 
             
                        }
         | 
| @@ -6015,7 +6015,7 @@ | |
| 6015 6015 | 
             
                      "Name": {},
         | 
| 6016 6016 | 
             
                      "Description": {},
         | 
| 6017 6017 | 
             
                      "Parameters": {
         | 
| 6018 | 
            -
                        "shape": " | 
| 6018 | 
            +
                        "shape": "Sfm"
         | 
| 6019 6019 | 
             
                      },
         | 
| 6020 6020 | 
             
                      "Role": {},
         | 
| 6021 6021 | 
             
                      "GlueVersion": {},
         | 
| @@ -6055,7 +6055,7 @@ | |
| 6055 6055 | 
             
                      "DatabaseName": {},
         | 
| 6056 6056 | 
             
                      "TableName": {},
         | 
| 6057 6057 | 
             
                      "PartitionValueList": {
         | 
| 6058 | 
            -
                        "shape": " | 
| 6058 | 
            +
                        "shape": "Sd0"
         | 
| 6059 6059 | 
             
                      },
         | 
| 6060 6060 | 
             
                      "PartitionInput": {
         | 
| 6061 6061 | 
             
                        "shape": "S5"
         | 
| @@ -6076,7 +6076,7 @@ | |
| 6076 6076 | 
             
                    ],
         | 
| 6077 6077 | 
             
                    "members": {
         | 
| 6078 6078 | 
             
                      "RegistryId": {
         | 
| 6079 | 
            -
                        "shape": " | 
| 6079 | 
            +
                        "shape": "Sg3"
         | 
| 6080 6080 | 
             
                      },
         | 
| 6081 6081 | 
             
                      "Description": {}
         | 
| 6082 6082 | 
             
                    }
         | 
| @@ -6100,7 +6100,7 @@ | |
| 6100 6100 | 
             
                        "shape": "Sw"
         | 
| 6101 6101 | 
             
                      },
         | 
| 6102 6102 | 
             
                      "SchemaVersionNumber": {
         | 
| 6103 | 
            -
                        "shape": " | 
| 6103 | 
            +
                        "shape": "Sq0"
         | 
| 6104 6104 | 
             
                      },
         | 
| 6105 6105 | 
             
                      "Compatibility": {},
         | 
| 6106 6106 | 
             
                      "Description": {}
         | 
| @@ -6148,7 +6148,7 @@ | |
| 6148 6148 | 
             
                      "CatalogId": {},
         | 
| 6149 6149 | 
             
                      "DatabaseName": {},
         | 
| 6150 6150 | 
             
                      "TableInput": {
         | 
| 6151 | 
            -
                        "shape": " | 
| 6151 | 
            +
                        "shape": "Sha"
         | 
| 6152 6152 | 
             
                      },
         | 
| 6153 6153 | 
             
                      "SkipArchive": {
         | 
| 6154 6154 | 
             
                        "type": "boolean"
         | 
| @@ -6182,7 +6182,7 @@ | |
| 6182 6182 | 
             
                      "TableName": {},
         | 
| 6183 6183 | 
             
                      "Type": {},
         | 
| 6184 6184 | 
             
                      "TableOptimizerConfiguration": {
         | 
| 6185 | 
            -
                        "shape": " | 
| 6185 | 
            +
                        "shape": "Sb5"
         | 
| 6186 6186 | 
             
                      }
         | 
| 6187 6187 | 
             
                    }
         | 
| 6188 6188 | 
             
                  },
         | 
| @@ -6207,13 +6207,13 @@ | |
| 6207 6207 | 
             
                          "Description": {},
         | 
| 6208 6208 | 
             
                          "Schedule": {},
         | 
| 6209 6209 | 
             
                          "Actions": {
         | 
| 6210 | 
            -
                            "shape": " | 
| 6210 | 
            +
                            "shape": "Sbm"
         | 
| 6211 6211 | 
             
                          },
         | 
| 6212 6212 | 
             
                          "Predicate": {
         | 
| 6213 | 
            -
                            "shape": " | 
| 6213 | 
            +
                            "shape": "Sbo"
         | 
| 6214 6214 | 
             
                          },
         | 
| 6215 6215 | 
             
                          "EventBatchingCondition": {
         | 
| 6216 | 
            -
                            "shape": " | 
| 6216 | 
            +
                            "shape": "Sbv"
         | 
| 6217 6217 | 
             
                          }
         | 
| 6218 6218 | 
             
                        }
         | 
| 6219 6219 | 
             
                      }
         | 
| @@ -6223,7 +6223,7 @@ | |
| 6223 6223 | 
             
                    "type": "structure",
         | 
| 6224 6224 | 
             
                    "members": {
         | 
| 6225 6225 | 
             
                      "Trigger": {
         | 
| 6226 | 
            -
                        "shape": " | 
| 6226 | 
            +
                        "shape": "Sbi"
         | 
| 6227 6227 | 
             
                      }
         | 
| 6228 6228 | 
             
                    }
         | 
| 6229 6229 | 
             
                  }
         | 
| @@ -6239,7 +6239,7 @@ | |
| 6239 6239 | 
             
                      "Name": {},
         | 
| 6240 6240 | 
             
                      "Description": {},
         | 
| 6241 6241 | 
             
                      "Configuration": {
         | 
| 6242 | 
            -
                        "shape": " | 
| 6242 | 
            +
                        "shape": "Shv"
         | 
| 6243 6243 | 
             
                      }
         | 
| 6244 6244 | 
             
                    }
         | 
| 6245 6245 | 
             
                  },
         | 
| @@ -6263,7 +6263,7 @@ | |
| 6263 6263 | 
             
                      "DatabaseName": {},
         | 
| 6264 6264 | 
             
                      "FunctionName": {},
         | 
| 6265 6265 | 
             
                      "FunctionInput": {
         | 
| 6266 | 
            -
                        "shape": " | 
| 6266 | 
            +
                        "shape": "Si2"
         | 
| 6267 6267 | 
             
                      }
         | 
| 6268 6268 | 
             
                    }
         | 
| 6269 6269 | 
             
                  },
         | 
| @@ -6282,7 +6282,7 @@ | |
| 6282 6282 | 
             
                      "Name": {},
         | 
| 6283 6283 | 
             
                      "Description": {},
         | 
| 6284 6284 | 
             
                      "DefaultRunProperties": {
         | 
| 6285 | 
            -
                        "shape": " | 
| 6285 | 
            +
                        "shape": "Sc3"
         | 
| 6286 6286 | 
             
                      },
         | 
| 6287 6287 | 
             
                      "MaxConcurrentRuns": {
         | 
| 6288 6288 | 
             
                        "type": "integer"
         | 
| @@ -7024,7 +7024,7 @@ | |
| 7024 7024 | 
             
                    },
         | 
| 7025 7025 | 
             
                    "ExecutionClass": {},
         | 
| 7026 7026 | 
             
                    "SourceControlDetails": {
         | 
| 7027 | 
            -
                      "shape": " | 
| 7027 | 
            +
                      "shape": "Sam"
         | 
| 7028 7028 | 
             
                    },
         | 
| 7029 7029 | 
             
                    "MaintenanceWindow": {},
         | 
| 7030 7030 | 
             
                    "ProfileName": {}
         | 
| @@ -8596,8 +8596,7 @@ | |
| 8596 8596 | 
             
                        "type": "structure",
         | 
| 8597 8597 | 
             
                        "required": [
         | 
| 8598 8598 | 
             
                          "Name",
         | 
| 8599 | 
            -
                          "Inputs" | 
| 8600 | 
            -
                          "RecipeReference"
         | 
| 8599 | 
            +
                          "Inputs"
         | 
| 8601 8600 | 
             
                        ],
         | 
| 8602 8601 | 
             
                        "members": {
         | 
| 8603 8602 | 
             
                          "Name": {},
         | 
| @@ -8614,6 +8613,46 @@ | |
| 8614 8613 | 
             
                              "RecipeArn": {},
         | 
| 8615 8614 | 
             
                              "RecipeVersion": {}
         | 
| 8616 8615 | 
             
                            }
         | 
| 8616 | 
            +
                          },
         | 
| 8617 | 
            +
                          "RecipeSteps": {
         | 
| 8618 | 
            +
                            "type": "list",
         | 
| 8619 | 
            +
                            "member": {
         | 
| 8620 | 
            +
                              "type": "structure",
         | 
| 8621 | 
            +
                              "required": [
         | 
| 8622 | 
            +
                                "Action"
         | 
| 8623 | 
            +
                              ],
         | 
| 8624 | 
            +
                              "members": {
         | 
| 8625 | 
            +
                                "Action": {
         | 
| 8626 | 
            +
                                  "type": "structure",
         | 
| 8627 | 
            +
                                  "required": [
         | 
| 8628 | 
            +
                                    "Operation"
         | 
| 8629 | 
            +
                                  ],
         | 
| 8630 | 
            +
                                  "members": {
         | 
| 8631 | 
            +
                                    "Operation": {},
         | 
| 8632 | 
            +
                                    "Parameters": {
         | 
| 8633 | 
            +
                                      "type": "map",
         | 
| 8634 | 
            +
                                      "key": {},
         | 
| 8635 | 
            +
                                      "value": {}
         | 
| 8636 | 
            +
                                    }
         | 
| 8637 | 
            +
                                  }
         | 
| 8638 | 
            +
                                },
         | 
| 8639 | 
            +
                                "ConditionExpressions": {
         | 
| 8640 | 
            +
                                  "type": "list",
         | 
| 8641 | 
            +
                                  "member": {
         | 
| 8642 | 
            +
                                    "type": "structure",
         | 
| 8643 | 
            +
                                    "required": [
         | 
| 8644 | 
            +
                                      "Condition",
         | 
| 8645 | 
            +
                                      "TargetColumn"
         | 
| 8646 | 
            +
                                    ],
         | 
| 8647 | 
            +
                                    "members": {
         | 
| 8648 | 
            +
                                      "Condition": {},
         | 
| 8649 | 
            +
                                      "Value": {},
         | 
| 8650 | 
            +
                                      "TargetColumn": {}
         | 
| 8651 | 
            +
                                    }
         | 
| 8652 | 
            +
                                  }
         | 
| 8653 | 
            +
                                }
         | 
| 8654 | 
            +
                              }
         | 
| 8655 | 
            +
                            }
         | 
| 8617 8656 | 
             
                          }
         | 
| 8618 8657 | 
             
                        }
         | 
| 8619 8658 | 
             
                      },
         | 
| @@ -8626,7 +8665,7 @@ | |
| 8626 8665 | 
             
                        "members": {
         | 
| 8627 8666 | 
             
                          "Name": {},
         | 
| 8628 8667 | 
             
                          "Data": {
         | 
| 8629 | 
            -
                            "shape": " | 
| 8668 | 
            +
                            "shape": "Sag"
         | 
| 8630 8669 | 
             
                          },
         | 
| 8631 8670 | 
             
                          "OutputSchemas": {
         | 
| 8632 8671 | 
             
                            "shape": "S5n"
         | 
| @@ -8642,7 +8681,7 @@ | |
| 8642 8681 | 
             
                        "members": {
         | 
| 8643 8682 | 
             
                          "Name": {},
         | 
| 8644 8683 | 
             
                          "Data": {
         | 
| 8645 | 
            -
                            "shape": " | 
| 8684 | 
            +
                            "shape": "Sag"
         | 
| 8646 8685 | 
             
                          },
         | 
| 8647 8686 | 
             
                          "Inputs": {
         | 
| 8648 8687 | 
             
                            "shape": "S6l"
         | 
| @@ -8660,7 +8699,7 @@ | |
| 8660 8699 | 
             
                          "Name": {},
         | 
| 8661 8700 | 
             
                          "ConnectionType": {},
         | 
| 8662 8701 | 
             
                          "Data": {
         | 
| 8663 | 
            -
                            "shape": " | 
| 8702 | 
            +
                            "shape": "Saj"
         | 
| 8664 8703 | 
             
                          },
         | 
| 8665 8704 | 
             
                          "OutputSchemas": {
         | 
| 8666 8705 | 
             
                            "shape": "S5n"
         | 
| @@ -8678,7 +8717,7 @@ | |
| 8678 8717 | 
             
                          "Name": {},
         | 
| 8679 8718 | 
             
                          "ConnectionType": {},
         | 
| 8680 8719 | 
             
                          "Data": {
         | 
| 8681 | 
            -
                            "shape": " | 
| 8720 | 
            +
                            "shape": "Saj"
         | 
| 8682 8721 | 
             
                          },
         | 
| 8683 8722 | 
             
                          "Inputs": {
         | 
| 8684 8723 | 
             
                            "shape": "S6l"
         | 
| @@ -8995,7 +9034,7 @@ | |
| 8995 9034 | 
             
                    "shape": "S9r"
         | 
| 8996 9035 | 
             
                  }
         | 
| 8997 9036 | 
             
                },
         | 
| 8998 | 
            -
                " | 
| 9037 | 
            +
                "Sag": {
         | 
| 8999 9038 | 
             
                  "type": "structure",
         | 
| 9000 9039 | 
             
                  "members": {
         | 
| 9001 9040 | 
             
                    "SourceType": {},
         | 
| @@ -9035,12 +9074,12 @@ | |
| 9035 9074 | 
             
                    }
         | 
| 9036 9075 | 
             
                  }
         | 
| 9037 9076 | 
             
                },
         | 
| 9038 | 
            -
                " | 
| 9077 | 
            +
                "Saj": {
         | 
| 9039 9078 | 
             
                  "type": "map",
         | 
| 9040 9079 | 
             
                  "key": {},
         | 
| 9041 9080 | 
             
                  "value": {}
         | 
| 9042 9081 | 
             
                },
         | 
| 9043 | 
            -
                " | 
| 9082 | 
            +
                "Sam": {
         | 
| 9044 9083 | 
             
                  "type": "structure",
         | 
| 9045 9084 | 
             
                  "members": {
         | 
| 9046 9085 | 
             
                    "Provider": {},
         | 
| @@ -9053,19 +9092,19 @@ | |
| 9053 9092 | 
             
                    "AuthToken": {}
         | 
| 9054 9093 | 
             
                  }
         | 
| 9055 9094 | 
             
                },
         | 
| 9056 | 
            -
                " | 
| 9095 | 
            +
                "Sar": {
         | 
| 9057 9096 | 
             
                  "type": "list",
         | 
| 9058 9097 | 
             
                  "member": {
         | 
| 9059 9098 | 
             
                    "shape": "S1c"
         | 
| 9060 9099 | 
             
                  }
         | 
| 9061 9100 | 
             
                },
         | 
| 9062 | 
            -
                " | 
| 9101 | 
            +
                "Sat": {
         | 
| 9063 9102 | 
             
                  "type": "list",
         | 
| 9064 9103 | 
             
                  "member": {
         | 
| 9065 | 
            -
                    "shape": " | 
| 9104 | 
            +
                    "shape": "Sau"
         | 
| 9066 9105 | 
             
                  }
         | 
| 9067 9106 | 
             
                },
         | 
| 9068 | 
            -
                " | 
| 9107 | 
            +
                "Sau": {
         | 
| 9069 9108 | 
             
                  "type": "structure",
         | 
| 9070 9109 | 
             
                  "members": {
         | 
| 9071 9110 | 
             
                    "Values": {
         | 
| @@ -9091,19 +9130,19 @@ | |
| 9091 9130 | 
             
                    "CatalogId": {}
         | 
| 9092 9131 | 
             
                  }
         | 
| 9093 9132 | 
             
                },
         | 
| 9094 | 
            -
                " | 
| 9133 | 
            +
                "Sb4": {
         | 
| 9095 9134 | 
             
                  "type": "structure",
         | 
| 9096 9135 | 
             
                  "members": {
         | 
| 9097 9136 | 
             
                    "type": {},
         | 
| 9098 9137 | 
             
                    "configuration": {
         | 
| 9099 | 
            -
                      "shape": " | 
| 9138 | 
            +
                      "shape": "Sb5"
         | 
| 9100 9139 | 
             
                    },
         | 
| 9101 9140 | 
             
                    "lastRun": {
         | 
| 9102 | 
            -
                      "shape": " | 
| 9141 | 
            +
                      "shape": "Sb7"
         | 
| 9103 9142 | 
             
                    }
         | 
| 9104 9143 | 
             
                  }
         | 
| 9105 9144 | 
             
                },
         | 
| 9106 | 
            -
                " | 
| 9145 | 
            +
                "Sb5": {
         | 
| 9107 9146 | 
             
                  "type": "structure",
         | 
| 9108 9147 | 
             
                  "members": {
         | 
| 9109 9148 | 
             
                    "roleArn": {},
         | 
| @@ -9112,7 +9151,7 @@ | |
| 9112 9151 | 
             
                    }
         | 
| 9113 9152 | 
             
                  }
         | 
| 9114 9153 | 
             
                },
         | 
| 9115 | 
            -
                " | 
| 9154 | 
            +
                "Sb7": {
         | 
| 9116 9155 | 
             
                  "type": "structure",
         | 
| 9117 9156 | 
             
                  "members": {
         | 
| 9118 9157 | 
             
                    "eventType": {},
         | 
| @@ -9134,17 +9173,17 @@ | |
| 9134 9173 | 
             
                    "error": {}
         | 
| 9135 9174 | 
             
                  }
         | 
| 9136 9175 | 
             
                },
         | 
| 9137 | 
            -
                " | 
| 9176 | 
            +
                "Sbf": {
         | 
| 9138 9177 | 
             
                  "type": "list",
         | 
| 9139 9178 | 
             
                  "member": {}
         | 
| 9140 9179 | 
             
                },
         | 
| 9141 | 
            -
                " | 
| 9180 | 
            +
                "Sbh": {
         | 
| 9142 9181 | 
             
                  "type": "list",
         | 
| 9143 9182 | 
             
                  "member": {
         | 
| 9144 | 
            -
                    "shape": " | 
| 9183 | 
            +
                    "shape": "Sbi"
         | 
| 9145 9184 | 
             
                  }
         | 
| 9146 9185 | 
             
                },
         | 
| 9147 | 
            -
                " | 
| 9186 | 
            +
                "Sbi": {
         | 
| 9148 9187 | 
             
                  "type": "structure",
         | 
| 9149 9188 | 
             
                  "members": {
         | 
| 9150 9189 | 
             
                    "Name": {},
         | 
| @@ -9155,17 +9194,17 @@ | |
| 9155 9194 | 
             
                    "Description": {},
         | 
| 9156 9195 | 
             
                    "Schedule": {},
         | 
| 9157 9196 | 
             
                    "Actions": {
         | 
| 9158 | 
            -
                      "shape": " | 
| 9197 | 
            +
                      "shape": "Sbm"
         | 
| 9159 9198 | 
             
                    },
         | 
| 9160 9199 | 
             
                    "Predicate": {
         | 
| 9161 | 
            -
                      "shape": " | 
| 9200 | 
            +
                      "shape": "Sbo"
         | 
| 9162 9201 | 
             
                    },
         | 
| 9163 9202 | 
             
                    "EventBatchingCondition": {
         | 
| 9164 | 
            -
                      "shape": " | 
| 9203 | 
            +
                      "shape": "Sbv"
         | 
| 9165 9204 | 
             
                    }
         | 
| 9166 9205 | 
             
                  }
         | 
| 9167 9206 | 
             
                },
         | 
| 9168 | 
            -
                " | 
| 9207 | 
            +
                "Sbm": {
         | 
| 9169 9208 | 
             
                  "type": "list",
         | 
| 9170 9209 | 
             
                  "member": {
         | 
| 9171 9210 | 
             
                    "type": "structure",
         | 
| @@ -9185,7 +9224,7 @@ | |
| 9185 9224 | 
             
                    }
         | 
| 9186 9225 | 
             
                  }
         | 
| 9187 9226 | 
             
                },
         | 
| 9188 | 
            -
                " | 
| 9227 | 
            +
                "Sbo": {
         | 
| 9189 9228 | 
             
                  "type": "structure",
         | 
| 9190 9229 | 
             
                  "members": {
         | 
| 9191 9230 | 
             
                    "Logical": {},
         | 
| @@ -9204,7 +9243,7 @@ | |
| 9204 9243 | 
             
                    }
         | 
| 9205 9244 | 
             
                  }
         | 
| 9206 9245 | 
             
                },
         | 
| 9207 | 
            -
                " | 
| 9246 | 
            +
                "Sbv": {
         | 
| 9208 9247 | 
             
                  "type": "structure",
         | 
| 9209 9248 | 
             
                  "required": [
         | 
| 9210 9249 | 
             
                    "BatchSize"
         | 
| @@ -9218,17 +9257,17 @@ | |
| 9218 9257 | 
             
                    }
         | 
| 9219 9258 | 
             
                  }
         | 
| 9220 9259 | 
             
                },
         | 
| 9221 | 
            -
                " | 
| 9260 | 
            +
                "Sbz": {
         | 
| 9222 9261 | 
             
                  "type": "list",
         | 
| 9223 9262 | 
             
                  "member": {}
         | 
| 9224 9263 | 
             
                },
         | 
| 9225 | 
            -
                " | 
| 9264 | 
            +
                "Sc2": {
         | 
| 9226 9265 | 
             
                  "type": "structure",
         | 
| 9227 9266 | 
             
                  "members": {
         | 
| 9228 9267 | 
             
                    "Name": {},
         | 
| 9229 9268 | 
             
                    "Description": {},
         | 
| 9230 9269 | 
             
                    "DefaultRunProperties": {
         | 
| 9231 | 
            -
                      "shape": " | 
| 9270 | 
            +
                      "shape": "Sc3"
         | 
| 9232 9271 | 
             
                    },
         | 
| 9233 9272 | 
             
                    "CreatedOn": {
         | 
| 9234 9273 | 
             
                      "type": "timestamp"
         | 
| @@ -9237,10 +9276,10 @@ | |
| 9237 9276 | 
             
                      "type": "timestamp"
         | 
| 9238 9277 | 
             
                    },
         | 
| 9239 9278 | 
             
                    "LastRun": {
         | 
| 9240 | 
            -
                      "shape": " | 
| 9279 | 
            +
                      "shape": "Sc4"
         | 
| 9241 9280 | 
             
                    },
         | 
| 9242 9281 | 
             
                    "Graph": {
         | 
| 9243 | 
            -
                      "shape": " | 
| 9282 | 
            +
                      "shape": "Sc7"
         | 
| 9244 9283 | 
             
                    },
         | 
| 9245 9284 | 
             
                    "MaxConcurrentRuns": {
         | 
| 9246 9285 | 
             
                      "type": "integer"
         | 
| @@ -9254,19 +9293,19 @@ | |
| 9254 9293 | 
             
                    }
         | 
| 9255 9294 | 
             
                  }
         | 
| 9256 9295 | 
             
                },
         | 
| 9257 | 
            -
                " | 
| 9296 | 
            +
                "Sc3": {
         | 
| 9258 9297 | 
             
                  "type": "map",
         | 
| 9259 9298 | 
             
                  "key": {},
         | 
| 9260 9299 | 
             
                  "value": {}
         | 
| 9261 9300 | 
             
                },
         | 
| 9262 | 
            -
                " | 
| 9301 | 
            +
                "Sc4": {
         | 
| 9263 9302 | 
             
                  "type": "structure",
         | 
| 9264 9303 | 
             
                  "members": {
         | 
| 9265 9304 | 
             
                    "Name": {},
         | 
| 9266 9305 | 
             
                    "WorkflowRunId": {},
         | 
| 9267 9306 | 
             
                    "PreviousRunId": {},
         | 
| 9268 9307 | 
             
                    "WorkflowRunProperties": {
         | 
| 9269 | 
            -
                      "shape": " | 
| 9308 | 
            +
                      "shape": "Sc3"
         | 
| 9270 9309 | 
             
                    },
         | 
| 9271 9310 | 
             
                    "StartedOn": {
         | 
| 9272 9311 | 
             
                      "type": "timestamp"
         | 
| @@ -9306,7 +9345,7 @@ | |
| 9306 9345 | 
             
                      }
         | 
| 9307 9346 | 
             
                    },
         | 
| 9308 9347 | 
             
                    "Graph": {
         | 
| 9309 | 
            -
                      "shape": " | 
| 9348 | 
            +
                      "shape": "Sc7"
         | 
| 9310 9349 | 
             
                    },
         | 
| 9311 9350 | 
             
                    "StartingEventBatchCondition": {
         | 
| 9312 9351 | 
             
                      "type": "structure",
         | 
| @@ -9321,7 +9360,7 @@ | |
| 9321 9360 | 
             
                    }
         | 
| 9322 9361 | 
             
                  }
         | 
| 9323 9362 | 
             
                },
         | 
| 9324 | 
            -
                " | 
| 9363 | 
            +
                "Sc7": {
         | 
| 9325 9364 | 
             
                  "type": "structure",
         | 
| 9326 9365 | 
             
                  "members": {
         | 
| 9327 9366 | 
             
                    "Nodes": {
         | 
| @@ -9336,7 +9375,7 @@ | |
| 9336 9375 | 
             
                            "type": "structure",
         | 
| 9337 9376 | 
             
                            "members": {
         | 
| 9338 9377 | 
             
                              "Trigger": {
         | 
| 9339 | 
            -
                                "shape": " | 
| 9378 | 
            +
                                "shape": "Sbi"
         | 
| 9340 9379 | 
             
                              }
         | 
| 9341 9380 | 
             
                            }
         | 
| 9342 9381 | 
             
                          },
         | 
| @@ -9344,7 +9383,7 @@ | |
| 9344 9383 | 
             
                            "type": "structure",
         | 
| 9345 9384 | 
             
                            "members": {
         | 
| 9346 9385 | 
             
                              "JobRuns": {
         | 
| 9347 | 
            -
                                "shape": " | 
| 9386 | 
            +
                                "shape": "Scd"
         | 
| 9348 9387 | 
             
                              }
         | 
| 9349 9388 | 
             
                            }
         | 
| 9350 9389 | 
             
                          },
         | 
| @@ -9386,13 +9425,13 @@ | |
| 9386 9425 | 
             
                    }
         | 
| 9387 9426 | 
             
                  }
         | 
| 9388 9427 | 
             
                },
         | 
| 9389 | 
            -
                " | 
| 9428 | 
            +
                "Scd": {
         | 
| 9390 9429 | 
             
                  "type": "list",
         | 
| 9391 9430 | 
             
                  "member": {
         | 
| 9392 | 
            -
                    "shape": " | 
| 9431 | 
            +
                    "shape": "Sce"
         | 
| 9393 9432 | 
             
                  }
         | 
| 9394 9433 | 
             
                },
         | 
| 9395 | 
            -
                " | 
| 9434 | 
            +
                "Sce": {
         | 
| 9396 9435 | 
             
                  "type": "structure",
         | 
| 9397 9436 | 
             
                  "members": {
         | 
| 9398 9437 | 
             
                    "Id": {},
         | 
| @@ -9459,24 +9498,24 @@ | |
| 9459 9498 | 
             
                    "ProfileName": {}
         | 
| 9460 9499 | 
             
                  }
         | 
| 9461 9500 | 
             
                },
         | 
| 9462 | 
            -
                " | 
| 9501 | 
            +
                "Sd0": {
         | 
| 9463 9502 | 
             
                  "type": "list",
         | 
| 9464 9503 | 
             
                  "member": {}
         | 
| 9465 9504 | 
             
                },
         | 
| 9466 | 
            -
                " | 
| 9505 | 
            +
                "Sdl": {
         | 
| 9467 9506 | 
             
                  "type": "map",
         | 
| 9468 9507 | 
             
                  "key": {},
         | 
| 9469 9508 | 
             
                  "value": {}
         | 
| 9470 9509 | 
             
                },
         | 
| 9471 | 
            -
                " | 
| 9510 | 
            +
                "Se2": {
         | 
| 9472 9511 | 
             
                  "type": "list",
         | 
| 9473 9512 | 
             
                  "member": {}
         | 
| 9474 9513 | 
             
                },
         | 
| 9475 | 
            -
                " | 
| 9514 | 
            +
                "Se3": {
         | 
| 9476 9515 | 
             
                  "type": "list",
         | 
| 9477 9516 | 
             
                  "member": {}
         | 
| 9478 9517 | 
             
                },
         | 
| 9479 | 
            -
                " | 
| 9518 | 
            +
                "Se7": {
         | 
| 9480 9519 | 
             
                  "type": "structure",
         | 
| 9481 9520 | 
             
                  "required": [
         | 
| 9482 9521 | 
             
                    "Name",
         | 
| @@ -9488,13 +9527,13 @@ | |
| 9488 9527 | 
             
                    "Description": {},
         | 
| 9489 9528 | 
             
                    "ConnectionType": {},
         | 
| 9490 9529 | 
             
                    "MatchCriteria": {
         | 
| 9491 | 
            -
                      "shape": " | 
| 9530 | 
            +
                      "shape": "Se9"
         | 
| 9492 9531 | 
             
                    },
         | 
| 9493 9532 | 
             
                    "ConnectionProperties": {
         | 
| 9494 | 
            -
                      "shape": " | 
| 9533 | 
            +
                      "shape": "Sea"
         | 
| 9495 9534 | 
             
                    },
         | 
| 9496 9535 | 
             
                    "PhysicalConnectionRequirements": {
         | 
| 9497 | 
            -
                      "shape": " | 
| 9536 | 
            +
                      "shape": "Sec"
         | 
| 9498 9537 | 
             
                    },
         | 
| 9499 9538 | 
             
                    "AuthenticationConfiguration": {
         | 
| 9500 9539 | 
             
                      "type": "structure",
         | 
| @@ -9506,11 +9545,11 @@ | |
| 9506 9545 | 
             
                          "members": {
         | 
| 9507 9546 | 
             
                            "OAuth2GrantType": {},
         | 
| 9508 9547 | 
             
                            "OAuth2ClientApplication": {
         | 
| 9509 | 
            -
                              "shape": " | 
| 9548 | 
            +
                              "shape": "Sej"
         | 
| 9510 9549 | 
             
                            },
         | 
| 9511 9550 | 
             
                            "TokenUrl": {},
         | 
| 9512 9551 | 
             
                            "TokenUrlParametersMap": {
         | 
| 9513 | 
            -
                              "shape": " | 
| 9552 | 
            +
                              "shape": "Sen"
         | 
| 9514 9553 | 
             
                            },
         | 
| 9515 9554 | 
             
                            "AuthorizationCodeProperties": {
         | 
| 9516 9555 | 
             
                              "type": "structure",
         | 
| @@ -9528,16 +9567,16 @@ | |
| 9528 9567 | 
             
                    }
         | 
| 9529 9568 | 
             
                  }
         | 
| 9530 9569 | 
             
                },
         | 
| 9531 | 
            -
                " | 
| 9570 | 
            +
                "Se9": {
         | 
| 9532 9571 | 
             
                  "type": "list",
         | 
| 9533 9572 | 
             
                  "member": {}
         | 
| 9534 9573 | 
             
                },
         | 
| 9535 | 
            -
                " | 
| 9574 | 
            +
                "Sea": {
         | 
| 9536 9575 | 
             
                  "type": "map",
         | 
| 9537 9576 | 
             
                  "key": {},
         | 
| 9538 9577 | 
             
                  "value": {}
         | 
| 9539 9578 | 
             
                },
         | 
| 9540 | 
            -
                " | 
| 9579 | 
            +
                "Sec": {
         | 
| 9541 9580 | 
             
                  "type": "structure",
         | 
| 9542 9581 | 
             
                  "members": {
         | 
| 9543 9582 | 
             
                    "SubnetId": {},
         | 
| @@ -9548,19 +9587,19 @@ | |
| 9548 9587 | 
             
                    "AvailabilityZone": {}
         | 
| 9549 9588 | 
             
                  }
         | 
| 9550 9589 | 
             
                },
         | 
| 9551 | 
            -
                " | 
| 9590 | 
            +
                "Sej": {
         | 
| 9552 9591 | 
             
                  "type": "structure",
         | 
| 9553 9592 | 
             
                  "members": {
         | 
| 9554 9593 | 
             
                    "UserManagedClientApplicationClientId": {},
         | 
| 9555 9594 | 
             
                    "AWSManagedClientApplicationReference": {}
         | 
| 9556 9595 | 
             
                  }
         | 
| 9557 9596 | 
             
                },
         | 
| 9558 | 
            -
                " | 
| 9597 | 
            +
                "Sen": {
         | 
| 9559 9598 | 
             
                  "type": "map",
         | 
| 9560 9599 | 
             
                  "key": {},
         | 
| 9561 9600 | 
             
                  "value": {}
         | 
| 9562 9601 | 
             
                },
         | 
| 9563 | 
            -
                " | 
| 9602 | 
            +
                "Sf1": {
         | 
| 9564 9603 | 
             
                  "type": "structure",
         | 
| 9565 9604 | 
             
                  "required": [
         | 
| 9566 9605 | 
             
                    "TableName",
         | 
| @@ -9572,7 +9611,7 @@ | |
| 9572 9611 | 
             
                    "CatalogId": {}
         | 
| 9573 9612 | 
             
                  }
         | 
| 9574 9613 | 
             
                },
         | 
| 9575 | 
            -
                " | 
| 9614 | 
            +
                "Sf4": {
         | 
| 9576 9615 | 
             
                  "type": "structure",
         | 
| 9577 9616 | 
             
                  "required": [
         | 
| 9578 9617 | 
             
                    "Name"
         | 
| @@ -9585,17 +9624,17 @@ | |
| 9585 9624 | 
             
                      "shape": "Se"
         | 
| 9586 9625 | 
             
                    },
         | 
| 9587 9626 | 
             
                    "CreateTableDefaultPermissions": {
         | 
| 9588 | 
            -
                      "shape": " | 
| 9627 | 
            +
                      "shape": "Sf6"
         | 
| 9589 9628 | 
             
                    },
         | 
| 9590 9629 | 
             
                    "TargetDatabase": {
         | 
| 9591 | 
            -
                      "shape": " | 
| 9630 | 
            +
                      "shape": "Sfc"
         | 
| 9592 9631 | 
             
                    },
         | 
| 9593 9632 | 
             
                    "FederatedDatabase": {
         | 
| 9594 | 
            -
                      "shape": " | 
| 9633 | 
            +
                      "shape": "Sfd"
         | 
| 9595 9634 | 
             
                    }
         | 
| 9596 9635 | 
             
                  }
         | 
| 9597 9636 | 
             
                },
         | 
| 9598 | 
            -
                " | 
| 9637 | 
            +
                "Sf6": {
         | 
| 9599 9638 | 
             
                  "type": "list",
         | 
| 9600 9639 | 
             
                  "member": {
         | 
| 9601 9640 | 
             
                    "type": "structure",
         | 
| @@ -9607,16 +9646,16 @@ | |
| 9607 9646 | 
             
                        }
         | 
| 9608 9647 | 
             
                      },
         | 
| 9609 9648 | 
             
                      "Permissions": {
         | 
| 9610 | 
            -
                        "shape": " | 
| 9649 | 
            +
                        "shape": "Sfa"
         | 
| 9611 9650 | 
             
                      }
         | 
| 9612 9651 | 
             
                    }
         | 
| 9613 9652 | 
             
                  }
         | 
| 9614 9653 | 
             
                },
         | 
| 9615 | 
            -
                " | 
| 9654 | 
            +
                "Sfa": {
         | 
| 9616 9655 | 
             
                  "type": "list",
         | 
| 9617 9656 | 
             
                  "member": {}
         | 
| 9618 9657 | 
             
                },
         | 
| 9619 | 
            -
                " | 
| 9658 | 
            +
                "Sfc": {
         | 
| 9620 9659 | 
             
                  "type": "structure",
         | 
| 9621 9660 | 
             
                  "members": {
         | 
| 9622 9661 | 
             
                    "CatalogId": {},
         | 
| @@ -9624,20 +9663,20 @@ | |
| 9624 9663 | 
             
                    "Region": {}
         | 
| 9625 9664 | 
             
                  }
         | 
| 9626 9665 | 
             
                },
         | 
| 9627 | 
            -
                " | 
| 9666 | 
            +
                "Sfd": {
         | 
| 9628 9667 | 
             
                  "type": "structure",
         | 
| 9629 9668 | 
             
                  "members": {
         | 
| 9630 9669 | 
             
                    "Identifier": {},
         | 
| 9631 9670 | 
             
                    "ConnectionName": {}
         | 
| 9632 9671 | 
             
                  }
         | 
| 9633 9672 | 
             
                },
         | 
| 9634 | 
            -
                " | 
| 9673 | 
            +
                "Sfl": {
         | 
| 9635 9674 | 
             
                  "type": "list",
         | 
| 9636 9675 | 
             
                  "member": {
         | 
| 9637 9676 | 
             
                    "shape": "S44"
         | 
| 9638 9677 | 
             
                  }
         | 
| 9639 9678 | 
             
                },
         | 
| 9640 | 
            -
                " | 
| 9679 | 
            +
                "Sfm": {
         | 
| 9641 9680 | 
             
                  "type": "structure",
         | 
| 9642 9681 | 
             
                  "required": [
         | 
| 9643 9682 | 
             
                    "TransformType"
         | 
| @@ -9661,7 +9700,7 @@ | |
| 9661 9700 | 
             
                    }
         | 
| 9662 9701 | 
             
                  }
         | 
| 9663 9702 | 
             
                },
         | 
| 9664 | 
            -
                " | 
| 9703 | 
            +
                "Sfq": {
         | 
| 9665 9704 | 
             
                  "type": "structure",
         | 
| 9666 9705 | 
             
                  "members": {
         | 
| 9667 9706 | 
             
                    "MlUserDataEncryption": {
         | 
| @@ -9677,7 +9716,7 @@ | |
| 9677 9716 | 
             
                    "TaskRunSecurityConfigurationName": {}
         | 
| 9678 9717 | 
             
                  }
         | 
| 9679 9718 | 
             
                },
         | 
| 9680 | 
            -
                " | 
| 9719 | 
            +
                "Sfx": {
         | 
| 9681 9720 | 
             
                  "type": "structure",
         | 
| 9682 9721 | 
             
                  "required": [
         | 
| 9683 9722 | 
             
                    "Keys",
         | 
| @@ -9691,14 +9730,14 @@ | |
| 9691 9730 | 
             
                    "IndexName": {}
         | 
| 9692 9731 | 
             
                  }
         | 
| 9693 9732 | 
             
                },
         | 
| 9694 | 
            -
                " | 
| 9733 | 
            +
                "Sg3": {
         | 
| 9695 9734 | 
             
                  "type": "structure",
         | 
| 9696 9735 | 
             
                  "members": {
         | 
| 9697 9736 | 
             
                    "RegistryName": {},
         | 
| 9698 9737 | 
             
                    "RegistryArn": {}
         | 
| 9699 9738 | 
             
                  }
         | 
| 9700 9739 | 
             
                },
         | 
| 9701 | 
            -
                " | 
| 9740 | 
            +
                "Sga": {
         | 
| 9702 9741 | 
             
                  "type": "list",
         | 
| 9703 9742 | 
             
                  "member": {
         | 
| 9704 9743 | 
             
                    "type": "structure",
         | 
| @@ -9711,7 +9750,7 @@ | |
| 9711 9750 | 
             
                      "Id": {},
         | 
| 9712 9751 | 
             
                      "NodeType": {},
         | 
| 9713 9752 | 
             
                      "Args": {
         | 
| 9714 | 
            -
                        "shape": " | 
| 9753 | 
            +
                        "shape": "Sge"
         | 
| 9715 9754 | 
             
                      },
         | 
| 9716 9755 | 
             
                      "LineNumber": {
         | 
| 9717 9756 | 
             
                        "type": "integer"
         | 
| @@ -9719,7 +9758,7 @@ | |
| 9719 9758 | 
             
                    }
         | 
| 9720 9759 | 
             
                  }
         | 
| 9721 9760 | 
             
                },
         | 
| 9722 | 
            -
                " | 
| 9761 | 
            +
                "Sge": {
         | 
| 9723 9762 | 
             
                  "type": "list",
         | 
| 9724 9763 | 
             
                  "member": {
         | 
| 9725 9764 | 
             
                    "type": "structure",
         | 
| @@ -9736,7 +9775,7 @@ | |
| 9736 9775 | 
             
                    }
         | 
| 9737 9776 | 
             
                  }
         | 
| 9738 9777 | 
             
                },
         | 
| 9739 | 
            -
                " | 
| 9778 | 
            +
                "Sgi": {
         | 
| 9740 9779 | 
             
                  "type": "list",
         | 
| 9741 9780 | 
             
                  "member": {
         | 
| 9742 9781 | 
             
                    "type": "structure",
         | 
| @@ -9751,7 +9790,7 @@ | |
| 9751 9790 | 
             
                    }
         | 
| 9752 9791 | 
             
                  }
         | 
| 9753 9792 | 
             
                },
         | 
| 9754 | 
            -
                " | 
| 9793 | 
            +
                "Sgp": {
         | 
| 9755 9794 | 
             
                  "type": "structure",
         | 
| 9756 9795 | 
             
                  "members": {
         | 
| 9757 9796 | 
             
                    "S3Encryption": {
         | 
| @@ -9780,19 +9819,19 @@ | |
| 9780 9819 | 
             
                    }
         | 
| 9781 9820 | 
             
                  }
         | 
| 9782 9821 | 
             
                },
         | 
| 9783 | 
            -
                " | 
| 9822 | 
            +
                "Sh1": {
         | 
| 9784 9823 | 
             
                  "type": "structure",
         | 
| 9785 9824 | 
             
                  "members": {
         | 
| 9786 9825 | 
             
                    "Name": {},
         | 
| 9787 9826 | 
             
                    "PythonVersion": {}
         | 
| 9788 9827 | 
             
                  }
         | 
| 9789 9828 | 
             
                },
         | 
| 9790 | 
            -
                " | 
| 9829 | 
            +
                "Sh2": {
         | 
| 9791 9830 | 
             
                  "type": "map",
         | 
| 9792 9831 | 
             
                  "key": {},
         | 
| 9793 9832 | 
             
                  "value": {}
         | 
| 9794 9833 | 
             
                },
         | 
| 9795 | 
            -
                " | 
| 9834 | 
            +
                "Sh5": {
         | 
| 9796 9835 | 
             
                  "type": "structure",
         | 
| 9797 9836 | 
             
                  "members": {
         | 
| 9798 9837 | 
             
                    "Id": {},
         | 
| @@ -9804,10 +9843,10 @@ | |
| 9804 9843 | 
             
                    "Description": {},
         | 
| 9805 9844 | 
             
                    "Role": {},
         | 
| 9806 9845 | 
             
                    "Command": {
         | 
| 9807 | 
            -
                      "shape": " | 
| 9846 | 
            +
                      "shape": "Sh1"
         | 
| 9808 9847 | 
             
                    },
         | 
| 9809 9848 | 
             
                    "DefaultArguments": {
         | 
| 9810 | 
            -
                      "shape": " | 
| 9849 | 
            +
                      "shape": "Sh2"
         | 
| 9811 9850 | 
             
                    },
         | 
| 9812 9851 | 
             
                    "Connections": {
         | 
| 9813 9852 | 
             
                      "shape": "S5a"
         | 
| @@ -9839,7 +9878,7 @@ | |
| 9839 9878 | 
             
                    "ProfileName": {}
         | 
| 9840 9879 | 
             
                  }
         | 
| 9841 9880 | 
             
                },
         | 
| 9842 | 
            -
                " | 
| 9881 | 
            +
                "Sha": {
         | 
| 9843 9882 | 
             
                  "type": "structure",
         | 
| 9844 9883 | 
             
                  "required": [
         | 
| 9845 9884 | 
             
                    "Name"
         | 
| @@ -9870,7 +9909,7 @@ | |
| 9870 9909 | 
             
                      "shape": "Se"
         | 
| 9871 9910 | 
             
                    },
         | 
| 9872 9911 | 
             
                    "TargetTable": {
         | 
| 9873 | 
            -
                      "shape": " | 
| 9912 | 
            +
                      "shape": "She"
         | 
| 9874 9913 | 
             
                    },
         | 
| 9875 9914 | 
             
                    "ViewDefinition": {
         | 
| 9876 9915 | 
             
                      "type": "structure",
         | 
| @@ -9893,13 +9932,13 @@ | |
| 9893 9932 | 
             
                          }
         | 
| 9894 9933 | 
             
                        },
         | 
| 9895 9934 | 
             
                        "SubObjects": {
         | 
| 9896 | 
            -
                          "shape": " | 
| 9935 | 
            +
                          "shape": "Shk"
         | 
| 9897 9936 | 
             
                        }
         | 
| 9898 9937 | 
             
                      }
         | 
| 9899 9938 | 
             
                    }
         | 
| 9900 9939 | 
             
                  }
         | 
| 9901 9940 | 
             
                },
         | 
| 9902 | 
            -
                " | 
| 9941 | 
            +
                "She": {
         | 
| 9903 9942 | 
             
                  "type": "structure",
         | 
| 9904 9943 | 
             
                  "members": {
         | 
| 9905 9944 | 
             
                    "CatalogId": {},
         | 
| @@ -9908,22 +9947,22 @@ | |
| 9908 9947 | 
             
                    "Region": {}
         | 
| 9909 9948 | 
             
                  }
         | 
| 9910 9949 | 
             
                },
         | 
| 9911 | 
            -
                " | 
| 9950 | 
            +
                "Shk": {
         | 
| 9912 9951 | 
             
                  "type": "list",
         | 
| 9913 9952 | 
             
                  "member": {}
         | 
| 9914 9953 | 
             
                },
         | 
| 9915 | 
            -
                " | 
| 9954 | 
            +
                "Shv": {
         | 
| 9916 9955 | 
             
                  "type": "structure",
         | 
| 9917 9956 | 
             
                  "members": {
         | 
| 9918 9957 | 
             
                    "SessionConfiguration": {
         | 
| 9919 | 
            -
                      "shape": " | 
| 9958 | 
            +
                      "shape": "Shw"
         | 
| 9920 9959 | 
             
                    },
         | 
| 9921 9960 | 
             
                    "JobConfiguration": {
         | 
| 9922 | 
            -
                      "shape": " | 
| 9961 | 
            +
                      "shape": "Shw"
         | 
| 9923 9962 | 
             
                    }
         | 
| 9924 9963 | 
             
                  }
         | 
| 9925 9964 | 
             
                },
         | 
| 9926 | 
            -
                " | 
| 9965 | 
            +
                "Shw": {
         | 
| 9927 9966 | 
             
                  "type": "map",
         | 
| 9928 9967 | 
             
                  "key": {},
         | 
| 9929 9968 | 
             
                  "value": {
         | 
| @@ -9939,7 +9978,7 @@ | |
| 9939 9978 | 
             
                    }
         | 
| 9940 9979 | 
             
                  }
         | 
| 9941 9980 | 
             
                },
         | 
| 9942 | 
            -
                " | 
| 9981 | 
            +
                "Si2": {
         | 
| 9943 9982 | 
             
                  "type": "structure",
         | 
| 9944 9983 | 
             
                  "members": {
         | 
| 9945 9984 | 
             
                    "FunctionName": {},
         | 
| @@ -9947,11 +9986,11 @@ | |
| 9947 9986 | 
             
                    "OwnerName": {},
         | 
| 9948 9987 | 
             
                    "OwnerType": {},
         | 
| 9949 9988 | 
             
                    "ResourceUris": {
         | 
| 9950 | 
            -
                      "shape": " | 
| 9989 | 
            +
                      "shape": "Si4"
         | 
| 9951 9990 | 
             
                    }
         | 
| 9952 9991 | 
             
                  }
         | 
| 9953 9992 | 
             
                },
         | 
| 9954 | 
            -
                " | 
| 9993 | 
            +
                "Si4": {
         | 
| 9955 9994 | 
             
                  "type": "list",
         | 
| 9956 9995 | 
             
                  "member": {
         | 
| 9957 9996 | 
             
                    "type": "structure",
         | 
| @@ -9961,7 +10000,7 @@ | |
| 9961 10000 | 
             
                    }
         | 
| 9962 10001 | 
             
                  }
         | 
| 9963 10002 | 
             
                },
         | 
| 9964 | 
            -
                " | 
| 10003 | 
            +
                "Sk3": {
         | 
| 9965 10004 | 
             
                  "type": "structure",
         | 
| 9966 10005 | 
             
                  "members": {
         | 
| 9967 10006 | 
             
                    "BlueprintName": {},
         | 
| @@ -9980,7 +10019,7 @@ | |
| 9980 10019 | 
             
                    "RoleArn": {}
         | 
| 9981 10020 | 
             
                  }
         | 
| 9982 10021 | 
             
                },
         | 
| 9983 | 
            -
                " | 
| 10022 | 
            +
                "Skg": {
         | 
| 9984 10023 | 
             
                  "type": "structure",
         | 
| 9985 10024 | 
             
                  "members": {
         | 
| 9986 10025 | 
             
                    "GrokClassifier": {
         | 
| @@ -10067,7 +10106,7 @@ | |
| 10067 10106 | 
             
                        "QuoteSymbol": {},
         | 
| 10068 10107 | 
             
                        "ContainsHeader": {},
         | 
| 10069 10108 | 
             
                        "Header": {
         | 
| 10070 | 
            -
                          "shape": " | 
| 10109 | 
            +
                          "shape": "Se2"
         | 
| 10071 10110 | 
             
                        },
         | 
| 10072 10111 | 
             
                        "DisableValueTrimming": {
         | 
| 10073 10112 | 
             
                          "type": "boolean"
         | 
| @@ -10079,24 +10118,24 @@ | |
| 10079 10118 | 
             
                          "type": "boolean"
         | 
| 10080 10119 | 
             
                        },
         | 
| 10081 10120 | 
             
                        "CustomDatatypes": {
         | 
| 10082 | 
            -
                          "shape": " | 
| 10121 | 
            +
                          "shape": "Se3"
         | 
| 10083 10122 | 
             
                        },
         | 
| 10084 10123 | 
             
                        "Serde": {}
         | 
| 10085 10124 | 
             
                      }
         | 
| 10086 10125 | 
             
                    }
         | 
| 10087 10126 | 
             
                  }
         | 
| 10088 10127 | 
             
                },
         | 
| 10089 | 
            -
                " | 
| 10128 | 
            +
                "Skq": {
         | 
| 10090 10129 | 
             
                  "type": "list",
         | 
| 10091 10130 | 
             
                  "member": {}
         | 
| 10092 10131 | 
             
                },
         | 
| 10093 | 
            -
                " | 
| 10132 | 
            +
                "Sks": {
         | 
| 10094 10133 | 
             
                  "type": "list",
         | 
| 10095 10134 | 
             
                  "member": {
         | 
| 10096 | 
            -
                    "shape": " | 
| 10135 | 
            +
                    "shape": "Skt"
         | 
| 10097 10136 | 
             
                  }
         | 
| 10098 10137 | 
             
                },
         | 
| 10099 | 
            -
                " | 
| 10138 | 
            +
                "Skt": {
         | 
| 10100 10139 | 
             
                  "type": "structure",
         | 
| 10101 10140 | 
             
                  "required": [
         | 
| 10102 10141 | 
             
                    "ColumnName",
         | 
| @@ -10165,10 +10204,10 @@ | |
| 10165 10204 | 
             
                          ],
         | 
| 10166 10205 | 
             
                          "members": {
         | 
| 10167 10206 | 
             
                            "MinimumValue": {
         | 
| 10168 | 
            -
                              "shape": " | 
| 10207 | 
            +
                              "shape": "Sl1"
         | 
| 10169 10208 | 
             
                            },
         | 
| 10170 10209 | 
             
                            "MaximumValue": {
         | 
| 10171 | 
            -
                              "shape": " | 
| 10210 | 
            +
                              "shape": "Sl1"
         | 
| 10172 10211 | 
             
                            },
         | 
| 10173 10212 | 
             
                            "NumberOfNulls": {
         | 
| 10174 10213 | 
             
                              "type": "long"
         | 
| @@ -10266,7 +10305,7 @@ | |
| 10266 10305 | 
             
                    }
         | 
| 10267 10306 | 
             
                  }
         | 
| 10268 10307 | 
             
                },
         | 
| 10269 | 
            -
                " | 
| 10308 | 
            +
                "Sl1": {
         | 
| 10270 10309 | 
             
                  "type": "structure",
         | 
| 10271 10310 | 
             
                  "required": [
         | 
| 10272 10311 | 
             
                    "UnscaledValue",
         | 
| @@ -10281,7 +10320,7 @@ | |
| 10281 10320 | 
             
                    }
         | 
| 10282 10321 | 
             
                  }
         | 
| 10283 10322 | 
             
                },
         | 
| 10284 | 
            -
                " | 
| 10323 | 
            +
                "Sla": {
         | 
| 10285 10324 | 
             
                  "type": "list",
         | 
| 10286 10325 | 
             
                  "member": {
         | 
| 10287 10326 | 
             
                    "type": "structure",
         | 
| @@ -10293,7 +10332,7 @@ | |
| 10293 10332 | 
             
                    }
         | 
| 10294 10333 | 
             
                  }
         | 
| 10295 10334 | 
             
                },
         | 
| 10296 | 
            -
                " | 
| 10335 | 
            +
                "Slg": {
         | 
| 10297 10336 | 
             
                  "type": "structure",
         | 
| 10298 10337 | 
             
                  "members": {
         | 
| 10299 10338 | 
             
                    "CustomerId": {},
         | 
| @@ -10301,7 +10340,7 @@ | |
| 10301 10340 | 
             
                    "DatabaseName": {},
         | 
| 10302 10341 | 
             
                    "TableName": {},
         | 
| 10303 10342 | 
             
                    "ColumnNameList": {
         | 
| 10304 | 
            -
                      "shape": " | 
| 10343 | 
            +
                      "shape": "Sli"
         | 
| 10305 10344 | 
             
                    },
         | 
| 10306 10345 | 
             
                    "CatalogID": {},
         | 
| 10307 10346 | 
             
                    "Role": {},
         | 
| @@ -10332,24 +10371,24 @@ | |
| 10332 10371 | 
             
                    }
         | 
| 10333 10372 | 
             
                  }
         | 
| 10334 10373 | 
             
                },
         | 
| 10335 | 
            -
                " | 
| 10374 | 
            +
                "Sli": {
         | 
| 10336 10375 | 
             
                  "type": "list",
         | 
| 10337 10376 | 
             
                  "member": {}
         | 
| 10338 10377 | 
             
                },
         | 
| 10339 | 
            -
                " | 
| 10378 | 
            +
                "Slr": {
         | 
| 10340 10379 | 
             
                  "type": "structure",
         | 
| 10341 10380 | 
             
                  "members": {
         | 
| 10342 10381 | 
             
                    "Name": {},
         | 
| 10343 10382 | 
             
                    "Description": {},
         | 
| 10344 10383 | 
             
                    "ConnectionType": {},
         | 
| 10345 10384 | 
             
                    "MatchCriteria": {
         | 
| 10346 | 
            -
                      "shape": " | 
| 10385 | 
            +
                      "shape": "Se9"
         | 
| 10347 10386 | 
             
                    },
         | 
| 10348 10387 | 
             
                    "ConnectionProperties": {
         | 
| 10349 | 
            -
                      "shape": " | 
| 10388 | 
            +
                      "shape": "Sea"
         | 
| 10350 10389 | 
             
                    },
         | 
| 10351 10390 | 
             
                    "PhysicalConnectionRequirements": {
         | 
| 10352 | 
            -
                      "shape": " | 
| 10391 | 
            +
                      "shape": "Sec"
         | 
| 10353 10392 | 
             
                    },
         | 
| 10354 10393 | 
             
                    "CreationTime": {
         | 
| 10355 10394 | 
             
                      "type": "timestamp"
         | 
| @@ -10373,11 +10412,11 @@ | |
| 10373 10412 | 
             
                          "members": {
         | 
| 10374 10413 | 
             
                            "OAuth2GrantType": {},
         | 
| 10375 10414 | 
             
                            "OAuth2ClientApplication": {
         | 
| 10376 | 
            -
                              "shape": " | 
| 10415 | 
            +
                              "shape": "Sej"
         | 
| 10377 10416 | 
             
                            },
         | 
| 10378 10417 | 
             
                            "TokenUrl": {},
         | 
| 10379 10418 | 
             
                            "TokenUrlParametersMap": {
         | 
| 10380 | 
            -
                              "shape": " | 
| 10419 | 
            +
                              "shape": "Sen"
         | 
| 10381 10420 | 
             
                            }
         | 
| 10382 10421 | 
             
                          }
         | 
| 10383 10422 | 
             
                        }
         | 
| @@ -10385,7 +10424,7 @@ | |
| 10385 10424 | 
             
                    }
         | 
| 10386 10425 | 
             
                  }
         | 
| 10387 10426 | 
             
                },
         | 
| 10388 | 
            -
                " | 
| 10427 | 
            +
                "Smb": {
         | 
| 10389 10428 | 
             
                  "type": "structure",
         | 
| 10390 10429 | 
             
                  "members": {
         | 
| 10391 10430 | 
             
                    "EncryptionAtRest": {
         | 
| @@ -10413,7 +10452,7 @@ | |
| 10413 10452 | 
             
                    }
         | 
| 10414 10453 | 
             
                  }
         | 
| 10415 10454 | 
             
                },
         | 
| 10416 | 
            -
                " | 
| 10455 | 
            +
                "Smo": {
         | 
| 10417 10456 | 
             
                  "type": "structure",
         | 
| 10418 10457 | 
             
                  "members": {
         | 
| 10419 10458 | 
             
                    "CloudWatchMetricsEnabled": {
         | 
| @@ -10423,18 +10462,18 @@ | |
| 10423 10462 | 
             
                    "CompositeRuleEvaluationMethod": {}
         | 
| 10424 10463 | 
             
                  }
         | 
| 10425 10464 | 
             
                },
         | 
| 10426 | 
            -
                " | 
| 10465 | 
            +
                "Smq": {
         | 
| 10427 10466 | 
             
                  "type": "list",
         | 
| 10428 10467 | 
             
                  "member": {}
         | 
| 10429 10468 | 
             
                },
         | 
| 10430 | 
            -
                " | 
| 10469 | 
            +
                "Sms": {
         | 
| 10431 10470 | 
             
                  "type": "map",
         | 
| 10432 10471 | 
             
                  "key": {},
         | 
| 10433 10472 | 
             
                  "value": {
         | 
| 10434 10473 | 
             
                    "shape": "S43"
         | 
| 10435 10474 | 
             
                  }
         | 
| 10436 10475 | 
             
                },
         | 
| 10437 | 
            -
                " | 
| 10476 | 
            +
                "Smv": {
         | 
| 10438 10477 | 
             
                  "type": "structure",
         | 
| 10439 10478 | 
             
                  "required": [
         | 
| 10440 10479 | 
             
                    "Name"
         | 
| @@ -10450,18 +10489,18 @@ | |
| 10450 10489 | 
             
                      "type": "timestamp"
         | 
| 10451 10490 | 
             
                    },
         | 
| 10452 10491 | 
             
                    "CreateTableDefaultPermissions": {
         | 
| 10453 | 
            -
                      "shape": " | 
| 10492 | 
            +
                      "shape": "Sf6"
         | 
| 10454 10493 | 
             
                    },
         | 
| 10455 10494 | 
             
                    "TargetDatabase": {
         | 
| 10456 | 
            -
                      "shape": " | 
| 10495 | 
            +
                      "shape": "Sfc"
         | 
| 10457 10496 | 
             
                    },
         | 
| 10458 10497 | 
             
                    "CatalogId": {},
         | 
| 10459 10498 | 
             
                    "FederatedDatabase": {
         | 
| 10460 | 
            -
                      "shape": " | 
| 10499 | 
            +
                      "shape": "Sfd"
         | 
| 10461 10500 | 
             
                    }
         | 
| 10462 10501 | 
             
                  }
         | 
| 10463 10502 | 
             
                },
         | 
| 10464 | 
            -
                " | 
| 10503 | 
            +
                "Snf": {
         | 
| 10465 10504 | 
             
                  "type": "structure",
         | 
| 10466 10505 | 
             
                  "members": {
         | 
| 10467 10506 | 
             
                    "JobName": {},
         | 
| @@ -10479,7 +10518,7 @@ | |
| 10479 10518 | 
             
                    "JobBookmark": {}
         | 
| 10480 10519 | 
             
                  }
         | 
| 10481 10520 | 
             
                },
         | 
| 10482 | 
            -
                " | 
| 10521 | 
            +
                "Snq": {
         | 
| 10483 10522 | 
             
                  "type": "structure",
         | 
| 10484 10523 | 
             
                  "members": {
         | 
| 10485 10524 | 
             
                    "TaskType": {},
         | 
| @@ -10514,7 +10553,7 @@ | |
| 10514 10553 | 
             
                    }
         | 
| 10515 10554 | 
             
                  }
         | 
| 10516 10555 | 
             
                },
         | 
| 10517 | 
            -
                " | 
| 10556 | 
            +
                "So9": {
         | 
| 10518 10557 | 
             
                  "type": "structure",
         | 
| 10519 10558 | 
             
                  "required": [
         | 
| 10520 10559 | 
             
                    "TransformType"
         | 
| @@ -10569,7 +10608,7 @@ | |
| 10569 10608 | 
             
                    }
         | 
| 10570 10609 | 
             
                  }
         | 
| 10571 10610 | 
             
                },
         | 
| 10572 | 
            -
                " | 
| 10611 | 
            +
                "Sog": {
         | 
| 10573 10612 | 
             
                  "type": "list",
         | 
| 10574 10613 | 
             
                  "member": {
         | 
| 10575 10614 | 
             
                    "type": "structure",
         | 
| @@ -10579,7 +10618,7 @@ | |
| 10579 10618 | 
             
                    }
         | 
| 10580 10619 | 
             
                  }
         | 
| 10581 10620 | 
             
                },
         | 
| 10582 | 
            -
                " | 
| 10621 | 
            +
                "Soj": {
         | 
| 10583 10622 | 
             
                  "type": "structure",
         | 
| 10584 10623 | 
             
                  "members": {
         | 
| 10585 10624 | 
             
                    "Name": {},
         | 
| @@ -10599,11 +10638,11 @@ | |
| 10599 10638 | 
             
                      "type": "timestamp"
         | 
| 10600 10639 | 
             
                    },
         | 
| 10601 10640 | 
             
                    "Schema": {
         | 
| 10602 | 
            -
                      "shape": " | 
| 10641 | 
            +
                      "shape": "Sog"
         | 
| 10603 10642 | 
             
                    }
         | 
| 10604 10643 | 
             
                  }
         | 
| 10605 10644 | 
             
                },
         | 
| 10606 | 
            -
                " | 
| 10645 | 
            +
                "Sok": {
         | 
| 10607 10646 | 
             
                  "type": "structure",
         | 
| 10608 10647 | 
             
                  "required": [
         | 
| 10609 10648 | 
             
                    "Column",
         | 
| @@ -10614,7 +10653,7 @@ | |
| 10614 10653 | 
             
                    "SortDirection": {}
         | 
| 10615 10654 | 
             
                  }
         | 
| 10616 10655 | 
             
                },
         | 
| 10617 | 
            -
                " | 
| 10656 | 
            +
                "Soq": {
         | 
| 10618 10657 | 
             
                  "type": "structure",
         | 
| 10619 10658 | 
             
                  "required": [
         | 
| 10620 10659 | 
             
                    "DatabaseName",
         | 
| @@ -10625,27 +10664,27 @@ | |
| 10625 10664 | 
             
                    "TableName": {}
         | 
| 10626 10665 | 
             
                  }
         | 
| 10627 10666 | 
             
                },
         | 
| 10628 | 
            -
                " | 
| 10667 | 
            +
                "Sor": {
         | 
| 10629 10668 | 
             
                  "type": "list",
         | 
| 10630 10669 | 
             
                  "member": {
         | 
| 10631 | 
            -
                    "shape": " | 
| 10670 | 
            +
                    "shape": "Soq"
         | 
| 10632 10671 | 
             
                  }
         | 
| 10633 10672 | 
             
                },
         | 
| 10634 | 
            -
                " | 
| 10673 | 
            +
                "Sos": {
         | 
| 10635 10674 | 
             
                  "type": "structure",
         | 
| 10636 10675 | 
             
                  "members": {
         | 
| 10637 10676 | 
             
                    "Jdbc": {
         | 
| 10638 | 
            -
                      "shape": " | 
| 10677 | 
            +
                      "shape": "Sge"
         | 
| 10639 10678 | 
             
                    },
         | 
| 10640 10679 | 
             
                    "S3": {
         | 
| 10641 | 
            -
                      "shape": " | 
| 10680 | 
            +
                      "shape": "Sge"
         | 
| 10642 10681 | 
             
                    },
         | 
| 10643 10682 | 
             
                    "DynamoDB": {
         | 
| 10644 | 
            -
                      "shape": " | 
| 10683 | 
            +
                      "shape": "Sge"
         | 
| 10645 10684 | 
             
                    }
         | 
| 10646 10685 | 
             
                  }
         | 
| 10647 10686 | 
             
                },
         | 
| 10648 | 
            -
                " | 
| 10687 | 
            +
                "Sou": {
         | 
| 10649 10688 | 
             
                  "type": "list",
         | 
| 10650 10689 | 
             
                  "member": {
         | 
| 10651 10690 | 
             
                    "type": "structure",
         | 
| @@ -10659,7 +10698,7 @@ | |
| 10659 10698 | 
             
                    }
         | 
| 10660 10699 | 
             
                  }
         | 
| 10661 10700 | 
             
                },
         | 
| 10662 | 
            -
                " | 
| 10701 | 
            +
                "Spd": {
         | 
| 10663 10702 | 
             
                  "type": "structure",
         | 
| 10664 10703 | 
             
                  "required": [
         | 
| 10665 10704 | 
             
                    "SegmentNumber",
         | 
| @@ -10674,7 +10713,7 @@ | |
| 10674 10713 | 
             
                    }
         | 
| 10675 10714 | 
             
                  }
         | 
| 10676 10715 | 
             
                },
         | 
| 10677 | 
            -
                " | 
| 10716 | 
            +
                "Sq0": {
         | 
| 10678 10717 | 
             
                  "type": "structure",
         | 
| 10679 10718 | 
             
                  "members": {
         | 
| 10680 10719 | 
             
                    "LatestVersion": {
         | 
| @@ -10685,7 +10724,7 @@ | |
| 10685 10724 | 
             
                    }
         | 
| 10686 10725 | 
             
                  }
         | 
| 10687 10726 | 
             
                },
         | 
| 10688 | 
            -
                " | 
| 10727 | 
            +
                "Sq9": {
         | 
| 10689 10728 | 
             
                  "type": "structure",
         | 
| 10690 10729 | 
             
                  "members": {
         | 
| 10691 10730 | 
             
                    "Name": {},
         | 
| @@ -10693,11 +10732,11 @@ | |
| 10693 10732 | 
             
                      "type": "timestamp"
         | 
| 10694 10733 | 
             
                    },
         | 
| 10695 10734 | 
             
                    "EncryptionConfiguration": {
         | 
| 10696 | 
            -
                      "shape": " | 
| 10735 | 
            +
                      "shape": "Sgp"
         | 
| 10697 10736 | 
             
                    }
         | 
| 10698 10737 | 
             
                  }
         | 
| 10699 10738 | 
             
                },
         | 
| 10700 | 
            -
                " | 
| 10739 | 
            +
                "Sqh": {
         | 
| 10701 10740 | 
             
                  "type": "structure",
         | 
| 10702 10741 | 
             
                  "members": {
         | 
| 10703 10742 | 
             
                    "Id": {
         | 
| @@ -10736,7 +10775,7 @@ | |
| 10736 10775 | 
             
                    }
         | 
| 10737 10776 | 
             
                  }
         | 
| 10738 10777 | 
             
                },
         | 
| 10739 | 
            -
                " | 
| 10778 | 
            +
                "Sqo": {
         | 
| 10740 10779 | 
             
                  "type": "structure",
         | 
| 10741 10780 | 
             
                  "required": [
         | 
| 10742 10781 | 
             
                    "Name"
         | 
| @@ -10778,7 +10817,7 @@ | |
| 10778 10817 | 
             
                      "type": "boolean"
         | 
| 10779 10818 | 
             
                    },
         | 
| 10780 10819 | 
             
                    "TargetTable": {
         | 
| 10781 | 
            -
                      "shape": " | 
| 10820 | 
            +
                      "shape": "She"
         | 
| 10782 10821 | 
             
                    },
         | 
| 10783 10822 | 
             
                    "CatalogId": {},
         | 
| 10784 10823 | 
             
                    "VersionId": {},
         | 
| @@ -10798,7 +10837,7 @@ | |
| 10798 10837 | 
             
                        },
         | 
| 10799 10838 | 
             
                        "Definer": {},
         | 
| 10800 10839 | 
             
                        "SubObjects": {
         | 
| 10801 | 
            -
                          "shape": " | 
| 10840 | 
            +
                          "shape": "Shk"
         | 
| 10802 10841 | 
             
                        },
         | 
| 10803 10842 | 
             
                        "Representations": {
         | 
| 10804 10843 | 
             
                          "type": "list",
         | 
| @@ -10823,22 +10862,22 @@ | |
| 10823 10862 | 
             
                    }
         | 
| 10824 10863 | 
             
                  }
         | 
| 10825 10864 | 
             
                },
         | 
| 10826 | 
            -
                " | 
| 10865 | 
            +
                "Sqx": {
         | 
| 10827 10866 | 
             
                  "type": "structure",
         | 
| 10828 10867 | 
             
                  "members": {
         | 
| 10829 10868 | 
             
                    "Table": {
         | 
| 10830 | 
            -
                      "shape": " | 
| 10869 | 
            +
                      "shape": "Sqo"
         | 
| 10831 10870 | 
             
                    },
         | 
| 10832 10871 | 
             
                    "VersionId": {}
         | 
| 10833 10872 | 
             
                  }
         | 
| 10834 10873 | 
             
                },
         | 
| 10835 | 
            -
                " | 
| 10874 | 
            +
                "Sr4": {
         | 
| 10836 10875 | 
             
                  "type": "list",
         | 
| 10837 10876 | 
             
                  "member": {
         | 
| 10838 | 
            -
                    "shape": " | 
| 10877 | 
            +
                    "shape": "Sqo"
         | 
| 10839 10878 | 
             
                  }
         | 
| 10840 10879 | 
             
                },
         | 
| 10841 | 
            -
                " | 
| 10880 | 
            +
                "Src": {
         | 
| 10842 10881 | 
             
                  "type": "structure",
         | 
| 10843 10882 | 
             
                  "members": {
         | 
| 10844 10883 | 
             
                    "AdditionalAuditContext": {},
         | 
| @@ -10851,11 +10890,11 @@ | |
| 10851 10890 | 
             
                    }
         | 
| 10852 10891 | 
             
                  }
         | 
| 10853 10892 | 
             
                },
         | 
| 10854 | 
            -
                " | 
| 10893 | 
            +
                "Srf": {
         | 
| 10855 10894 | 
             
                  "type": "list",
         | 
| 10856 10895 | 
             
                  "member": {}
         | 
| 10857 10896 | 
             
                },
         | 
| 10858 | 
            -
                " | 
| 10897 | 
            +
                "Srh": {
         | 
| 10859 10898 | 
             
                  "type": "structure",
         | 
| 10860 10899 | 
             
                  "members": {
         | 
| 10861 10900 | 
             
                    "QueryId": {},
         | 
| @@ -10871,7 +10910,7 @@ | |
| 10871 10910 | 
             
                    }
         | 
| 10872 10911 | 
             
                  }
         | 
| 10873 10912 | 
             
                },
         | 
| 10874 | 
            -
                " | 
| 10913 | 
            +
                "Ss0": {
         | 
| 10875 10914 | 
             
                  "type": "structure",
         | 
| 10876 10915 | 
             
                  "members": {
         | 
| 10877 10916 | 
             
                    "FunctionName": {},
         | 
| @@ -10883,35 +10922,35 @@ | |
| 10883 10922 | 
             
                      "type": "timestamp"
         | 
| 10884 10923 | 
             
                    },
         | 
| 10885 10924 | 
             
                    "ResourceUris": {
         | 
| 10886 | 
            -
                      "shape": " | 
| 10925 | 
            +
                      "shape": "Si4"
         | 
| 10887 10926 | 
             
                    },
         | 
| 10888 10927 | 
             
                    "CatalogId": {}
         | 
| 10889 10928 | 
             
                  }
         | 
| 10890 10929 | 
             
                },
         | 
| 10891 | 
            -
                " | 
| 10930 | 
            +
                "Sux": {
         | 
| 10892 10931 | 
             
                  "type": "structure",
         | 
| 10893 10932 | 
             
                  "members": {
         | 
| 10894 10933 | 
             
                    "MetadataKey": {},
         | 
| 10895 10934 | 
             
                    "MetadataValue": {}
         | 
| 10896 10935 | 
             
                  }
         | 
| 10897 10936 | 
             
                },
         | 
| 10898 | 
            -
                " | 
| 10937 | 
            +
                "Svi": {
         | 
| 10899 10938 | 
             
                  "type": "list",
         | 
| 10900 10939 | 
             
                  "member": {}
         | 
| 10901 10940 | 
             
                },
         | 
| 10902 | 
            -
                " | 
| 10941 | 
            +
                "Sxb": {
         | 
| 10903 10942 | 
             
                  "type": "list",
         | 
| 10904 10943 | 
             
                  "member": {
         | 
| 10905 | 
            -
                    "shape": " | 
| 10944 | 
            +
                    "shape": "Skt"
         | 
| 10906 10945 | 
             
                  }
         | 
| 10907 10946 | 
             
                },
         | 
| 10908 | 
            -
                " | 
| 10947 | 
            +
                "Sxd": {
         | 
| 10909 10948 | 
             
                  "type": "list",
         | 
| 10910 10949 | 
             
                  "member": {
         | 
| 10911 10950 | 
             
                    "type": "structure",
         | 
| 10912 10951 | 
             
                    "members": {
         | 
| 10913 10952 | 
             
                      "ColumnStatistics": {
         | 
| 10914 | 
            -
                        "shape": " | 
| 10953 | 
            +
                        "shape": "Skt"
         | 
| 10915 10954 | 
             
                      },
         | 
| 10916 10955 | 
             
                      "Error": {
         | 
| 10917 10956 | 
             
                        "shape": "S14"
         |