aws-sdk 2.1383.0 → 2.1384.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -1
- package/README.md +1 -1
- package/apis/appsync-2017-07-25.min.json +484 -131
- package/apis/connect-2017-08-08.min.json +6 -3
- package/apis/sagemaker-2017-07-24.min.json +127 -95
- package/clients/appsync.d.ts +398 -2
- package/clients/connect.d.ts +1 -1
- package/clients/cur.d.ts +2 -2
- package/clients/sagemaker.d.ts +34 -0
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +4 -4
- package/dist/aws-sdk.js +9 -6
- package/dist/aws-sdk.min.js +7 -7
- package/lib/core.js +1 -1
- package/package.json +1 -1
| @@ -40,6 +40,68 @@ | |
| 40 40 | 
             
                    }
         | 
| 41 41 | 
             
                  }
         | 
| 42 42 | 
             
                },
         | 
| 43 | 
            +
                "AssociateMergedGraphqlApi": {
         | 
| 44 | 
            +
                  "http": {
         | 
| 45 | 
            +
                    "requestUri": "/v1/sourceApis/{sourceApiIdentifier}/mergedApiAssociations"
         | 
| 46 | 
            +
                  },
         | 
| 47 | 
            +
                  "input": {
         | 
| 48 | 
            +
                    "type": "structure",
         | 
| 49 | 
            +
                    "required": [
         | 
| 50 | 
            +
                      "sourceApiIdentifier",
         | 
| 51 | 
            +
                      "mergedApiIdentifier"
         | 
| 52 | 
            +
                    ],
         | 
| 53 | 
            +
                    "members": {
         | 
| 54 | 
            +
                      "sourceApiIdentifier": {
         | 
| 55 | 
            +
                        "location": "uri",
         | 
| 56 | 
            +
                        "locationName": "sourceApiIdentifier"
         | 
| 57 | 
            +
                      },
         | 
| 58 | 
            +
                      "mergedApiIdentifier": {},
         | 
| 59 | 
            +
                      "description": {},
         | 
| 60 | 
            +
                      "sourceApiAssociationConfig": {
         | 
| 61 | 
            +
                        "shape": "S8"
         | 
| 62 | 
            +
                      }
         | 
| 63 | 
            +
                    }
         | 
| 64 | 
            +
                  },
         | 
| 65 | 
            +
                  "output": {
         | 
| 66 | 
            +
                    "type": "structure",
         | 
| 67 | 
            +
                    "members": {
         | 
| 68 | 
            +
                      "sourceApiAssociation": {
         | 
| 69 | 
            +
                        "shape": "Sb"
         | 
| 70 | 
            +
                      }
         | 
| 71 | 
            +
                    }
         | 
| 72 | 
            +
                  }
         | 
| 73 | 
            +
                },
         | 
| 74 | 
            +
                "AssociateSourceGraphqlApi": {
         | 
| 75 | 
            +
                  "http": {
         | 
| 76 | 
            +
                    "requestUri": "/v1/mergedApis/{mergedApiIdentifier}/sourceApiAssociations"
         | 
| 77 | 
            +
                  },
         | 
| 78 | 
            +
                  "input": {
         | 
| 79 | 
            +
                    "type": "structure",
         | 
| 80 | 
            +
                    "required": [
         | 
| 81 | 
            +
                      "mergedApiIdentifier",
         | 
| 82 | 
            +
                      "sourceApiIdentifier"
         | 
| 83 | 
            +
                    ],
         | 
| 84 | 
            +
                    "members": {
         | 
| 85 | 
            +
                      "mergedApiIdentifier": {
         | 
| 86 | 
            +
                        "location": "uri",
         | 
| 87 | 
            +
                        "locationName": "mergedApiIdentifier"
         | 
| 88 | 
            +
                      },
         | 
| 89 | 
            +
                      "sourceApiIdentifier": {},
         | 
| 90 | 
            +
                      "description": {},
         | 
| 91 | 
            +
                      "sourceApiAssociationConfig": {
         | 
| 92 | 
            +
                        "shape": "S8"
         | 
| 93 | 
            +
                      }
         | 
| 94 | 
            +
                    }
         | 
| 95 | 
            +
                  },
         | 
| 96 | 
            +
                  "output": {
         | 
| 97 | 
            +
                    "type": "structure",
         | 
| 98 | 
            +
                    "members": {
         | 
| 99 | 
            +
                      "sourceApiAssociation": {
         | 
| 100 | 
            +
                        "shape": "Sb"
         | 
| 101 | 
            +
                      }
         | 
| 102 | 
            +
                    }
         | 
| 103 | 
            +
                  }
         | 
| 104 | 
            +
                },
         | 
| 43 105 | 
             
                "CreateApiCache": {
         | 
| 44 106 | 
             
                  "http": {
         | 
| 45 107 | 
             
                    "requestUri": "/v1/apis/{apiId}/ApiCaches"
         | 
| @@ -74,7 +136,7 @@ | |
| 74 136 | 
             
                    "type": "structure",
         | 
| 75 137 | 
             
                    "members": {
         | 
| 76 138 | 
             
                      "apiCache": {
         | 
| 77 | 
            -
                        "shape": " | 
| 139 | 
            +
                        "shape": "Sm"
         | 
| 78 140 | 
             
                      }
         | 
| 79 141 | 
             
                    }
         | 
| 80 142 | 
             
                  }
         | 
| @@ -103,7 +165,7 @@ | |
| 103 165 | 
             
                    "type": "structure",
         | 
| 104 166 | 
             
                    "members": {
         | 
| 105 167 | 
             
                      "apiKey": {
         | 
| 106 | 
            -
                        "shape": " | 
| 168 | 
            +
                        "shape": "Sq"
         | 
| 107 169 | 
             
                      }
         | 
| 108 170 | 
             
                    }
         | 
| 109 171 | 
             
                  }
         | 
| @@ -129,25 +191,25 @@ | |
| 129 191 | 
             
                      "type": {},
         | 
| 130 192 | 
             
                      "serviceRoleArn": {},
         | 
| 131 193 | 
             
                      "dynamodbConfig": {
         | 
| 132 | 
            -
                        "shape": " | 
| 194 | 
            +
                        "shape": "Su"
         | 
| 133 195 | 
             
                      },
         | 
| 134 196 | 
             
                      "lambdaConfig": {
         | 
| 135 | 
            -
                        "shape": " | 
| 197 | 
            +
                        "shape": "Sw"
         | 
| 136 198 | 
             
                      },
         | 
| 137 199 | 
             
                      "elasticsearchConfig": {
         | 
| 138 | 
            -
                        "shape": " | 
| 200 | 
            +
                        "shape": "Sx"
         | 
| 139 201 | 
             
                      },
         | 
| 140 202 | 
             
                      "openSearchServiceConfig": {
         | 
| 141 | 
            -
                        "shape": " | 
| 203 | 
            +
                        "shape": "Sy"
         | 
| 142 204 | 
             
                      },
         | 
| 143 205 | 
             
                      "httpConfig": {
         | 
| 144 | 
            -
                        "shape": " | 
| 206 | 
            +
                        "shape": "Sz"
         | 
| 145 207 | 
             
                      },
         | 
| 146 208 | 
             
                      "relationalDatabaseConfig": {
         | 
| 147 | 
            -
                        "shape": " | 
| 209 | 
            +
                        "shape": "S13"
         | 
| 148 210 | 
             
                      },
         | 
| 149 211 | 
             
                      "eventBridgeConfig": {
         | 
| 150 | 
            -
                        "shape": " | 
| 212 | 
            +
                        "shape": "S16"
         | 
| 151 213 | 
             
                      }
         | 
| 152 214 | 
             
                    }
         | 
| 153 215 | 
             
                  },
         | 
| @@ -155,7 +217,7 @@ | |
| 155 217 | 
             
                    "type": "structure",
         | 
| 156 218 | 
             
                    "members": {
         | 
| 157 219 | 
             
                      "dataSource": {
         | 
| 158 | 
            -
                        "shape": " | 
| 220 | 
            +
                        "shape": "S18"
         | 
| 159 221 | 
             
                      }
         | 
| 160 222 | 
             
                    }
         | 
| 161 223 | 
             
                  }
         | 
| @@ -180,7 +242,7 @@ | |
| 180 242 | 
             
                    "type": "structure",
         | 
| 181 243 | 
             
                    "members": {
         | 
| 182 244 | 
             
                      "domainNameConfig": {
         | 
| 183 | 
            -
                        "shape": " | 
| 245 | 
            +
                        "shape": "S1d"
         | 
| 184 246 | 
             
                      }
         | 
| 185 247 | 
             
                    }
         | 
| 186 248 | 
             
                  }
         | 
| @@ -208,13 +270,13 @@ | |
| 208 270 | 
             
                      "responseMappingTemplate": {},
         | 
| 209 271 | 
             
                      "functionVersion": {},
         | 
| 210 272 | 
             
                      "syncConfig": {
         | 
| 211 | 
            -
                        "shape": " | 
| 273 | 
            +
                        "shape": "S1g"
         | 
| 212 274 | 
             
                      },
         | 
| 213 275 | 
             
                      "maxBatchSize": {
         | 
| 214 276 | 
             
                        "type": "integer"
         | 
| 215 277 | 
             
                      },
         | 
| 216 278 | 
             
                      "runtime": {
         | 
| 217 | 
            -
                        "shape": " | 
| 279 | 
            +
                        "shape": "S1l"
         | 
| 218 280 | 
             
                      },
         | 
| 219 281 | 
             
                      "code": {}
         | 
| 220 282 | 
             
                    }
         | 
| @@ -223,7 +285,7 @@ | |
| 223 285 | 
             
                    "type": "structure",
         | 
| 224 286 | 
             
                    "members": {
         | 
| 225 287 | 
             
                      "functionConfiguration": {
         | 
| 226 | 
            -
                        "shape": " | 
| 288 | 
            +
                        "shape": "S1p"
         | 
| 227 289 | 
             
                      }
         | 
| 228 290 | 
             
                    }
         | 
| 229 291 | 
             
                  }
         | 
| @@ -241,35 +303,38 @@ | |
| 241 303 | 
             
                    "members": {
         | 
| 242 304 | 
             
                      "name": {},
         | 
| 243 305 | 
             
                      "logConfig": {
         | 
| 244 | 
            -
                        "shape": " | 
| 306 | 
            +
                        "shape": "S1r"
         | 
| 245 307 | 
             
                      },
         | 
| 246 308 | 
             
                      "authenticationType": {},
         | 
| 247 309 | 
             
                      "userPoolConfig": {
         | 
| 248 | 
            -
                        "shape": " | 
| 310 | 
            +
                        "shape": "S1u"
         | 
| 249 311 | 
             
                      },
         | 
| 250 312 | 
             
                      "openIDConnectConfig": {
         | 
| 251 | 
            -
                        "shape": " | 
| 313 | 
            +
                        "shape": "S1w"
         | 
| 252 314 | 
             
                      },
         | 
| 253 315 | 
             
                      "tags": {
         | 
| 254 | 
            -
                        "shape": " | 
| 316 | 
            +
                        "shape": "S1x"
         | 
| 255 317 | 
             
                      },
         | 
| 256 318 | 
             
                      "additionalAuthenticationProviders": {
         | 
| 257 | 
            -
                        "shape": " | 
| 319 | 
            +
                        "shape": "S20"
         | 
| 258 320 | 
             
                      },
         | 
| 259 321 | 
             
                      "xrayEnabled": {
         | 
| 260 322 | 
             
                        "type": "boolean"
         | 
| 261 323 | 
             
                      },
         | 
| 262 324 | 
             
                      "lambdaAuthorizerConfig": {
         | 
| 263 | 
            -
                        "shape": " | 
| 325 | 
            +
                        "shape": "S23"
         | 
| 264 326 | 
             
                      },
         | 
| 265 | 
            -
                      "visibility": {}
         | 
| 327 | 
            +
                      "visibility": {},
         | 
| 328 | 
            +
                      "apiType": {},
         | 
| 329 | 
            +
                      "mergedApiExecutionRoleArn": {},
         | 
| 330 | 
            +
                      "ownerContact": {}
         | 
| 266 331 | 
             
                    }
         | 
| 267 332 | 
             
                  },
         | 
| 268 333 | 
             
                  "output": {
         | 
| 269 334 | 
             
                    "type": "structure",
         | 
| 270 335 | 
             
                    "members": {
         | 
| 271 336 | 
             
                      "graphqlApi": {
         | 
| 272 | 
            -
                        "shape": " | 
| 337 | 
            +
                        "shape": "S28"
         | 
| 273 338 | 
             
                      }
         | 
| 274 339 | 
             
                    }
         | 
| 275 340 | 
             
                  }
         | 
| @@ -300,19 +365,19 @@ | |
| 300 365 | 
             
                      "responseMappingTemplate": {},
         | 
| 301 366 | 
             
                      "kind": {},
         | 
| 302 367 | 
             
                      "pipelineConfig": {
         | 
| 303 | 
            -
                        "shape": " | 
| 368 | 
            +
                        "shape": "S2c"
         | 
| 304 369 | 
             
                      },
         | 
| 305 370 | 
             
                      "syncConfig": {
         | 
| 306 | 
            -
                        "shape": " | 
| 371 | 
            +
                        "shape": "S1g"
         | 
| 307 372 | 
             
                      },
         | 
| 308 373 | 
             
                      "cachingConfig": {
         | 
| 309 | 
            -
                        "shape": " | 
| 374 | 
            +
                        "shape": "S2e"
         | 
| 310 375 | 
             
                      },
         | 
| 311 376 | 
             
                      "maxBatchSize": {
         | 
| 312 377 | 
             
                        "type": "integer"
         | 
| 313 378 | 
             
                      },
         | 
| 314 379 | 
             
                      "runtime": {
         | 
| 315 | 
            -
                        "shape": " | 
| 380 | 
            +
                        "shape": "S1l"
         | 
| 316 381 | 
             
                      },
         | 
| 317 382 | 
             
                      "code": {}
         | 
| 318 383 | 
             
                    }
         | 
| @@ -321,7 +386,7 @@ | |
| 321 386 | 
             
                    "type": "structure",
         | 
| 322 387 | 
             
                    "members": {
         | 
| 323 388 | 
             
                      "resolver": {
         | 
| 324 | 
            -
                        "shape": " | 
| 389 | 
            +
                        "shape": "S2h"
         | 
| 325 390 | 
             
                      }
         | 
| 326 391 | 
             
                    }
         | 
| 327 392 | 
             
                  }
         | 
| @@ -350,7 +415,7 @@ | |
| 350 415 | 
             
                    "type": "structure",
         | 
| 351 416 | 
             
                    "members": {
         | 
| 352 417 | 
             
                      "type": {
         | 
| 353 | 
            -
                        "shape": " | 
| 418 | 
            +
                        "shape": "S2l"
         | 
| 354 419 | 
             
                      }
         | 
| 355 420 | 
             
                    }
         | 
| 356 421 | 
             
                  }
         | 
| @@ -583,6 +648,64 @@ | |
| 583 648 | 
             
                    "members": {}
         | 
| 584 649 | 
             
                  }
         | 
| 585 650 | 
             
                },
         | 
| 651 | 
            +
                "DisassociateMergedGraphqlApi": {
         | 
| 652 | 
            +
                  "http": {
         | 
| 653 | 
            +
                    "method": "DELETE",
         | 
| 654 | 
            +
                    "requestUri": "/v1/sourceApis/{sourceApiIdentifier}/mergedApiAssociations/{associationId}"
         | 
| 655 | 
            +
                  },
         | 
| 656 | 
            +
                  "input": {
         | 
| 657 | 
            +
                    "type": "structure",
         | 
| 658 | 
            +
                    "required": [
         | 
| 659 | 
            +
                      "sourceApiIdentifier",
         | 
| 660 | 
            +
                      "associationId"
         | 
| 661 | 
            +
                    ],
         | 
| 662 | 
            +
                    "members": {
         | 
| 663 | 
            +
                      "sourceApiIdentifier": {
         | 
| 664 | 
            +
                        "location": "uri",
         | 
| 665 | 
            +
                        "locationName": "sourceApiIdentifier"
         | 
| 666 | 
            +
                      },
         | 
| 667 | 
            +
                      "associationId": {
         | 
| 668 | 
            +
                        "location": "uri",
         | 
| 669 | 
            +
                        "locationName": "associationId"
         | 
| 670 | 
            +
                      }
         | 
| 671 | 
            +
                    }
         | 
| 672 | 
            +
                  },
         | 
| 673 | 
            +
                  "output": {
         | 
| 674 | 
            +
                    "type": "structure",
         | 
| 675 | 
            +
                    "members": {
         | 
| 676 | 
            +
                      "sourceApiAssociationStatus": {}
         | 
| 677 | 
            +
                    }
         | 
| 678 | 
            +
                  }
         | 
| 679 | 
            +
                },
         | 
| 680 | 
            +
                "DisassociateSourceGraphqlApi": {
         | 
| 681 | 
            +
                  "http": {
         | 
| 682 | 
            +
                    "method": "DELETE",
         | 
| 683 | 
            +
                    "requestUri": "/v1/mergedApis/{mergedApiIdentifier}/sourceApiAssociations/{associationId}"
         | 
| 684 | 
            +
                  },
         | 
| 685 | 
            +
                  "input": {
         | 
| 686 | 
            +
                    "type": "structure",
         | 
| 687 | 
            +
                    "required": [
         | 
| 688 | 
            +
                      "mergedApiIdentifier",
         | 
| 689 | 
            +
                      "associationId"
         | 
| 690 | 
            +
                    ],
         | 
| 691 | 
            +
                    "members": {
         | 
| 692 | 
            +
                      "mergedApiIdentifier": {
         | 
| 693 | 
            +
                        "location": "uri",
         | 
| 694 | 
            +
                        "locationName": "mergedApiIdentifier"
         | 
| 695 | 
            +
                      },
         | 
| 696 | 
            +
                      "associationId": {
         | 
| 697 | 
            +
                        "location": "uri",
         | 
| 698 | 
            +
                        "locationName": "associationId"
         | 
| 699 | 
            +
                      }
         | 
| 700 | 
            +
                    }
         | 
| 701 | 
            +
                  },
         | 
| 702 | 
            +
                  "output": {
         | 
| 703 | 
            +
                    "type": "structure",
         | 
| 704 | 
            +
                    "members": {
         | 
| 705 | 
            +
                      "sourceApiAssociationStatus": {}
         | 
| 706 | 
            +
                    }
         | 
| 707 | 
            +
                  }
         | 
| 708 | 
            +
                },
         | 
| 586 709 | 
             
                "EvaluateCode": {
         | 
| 587 710 | 
             
                  "http": {
         | 
| 588 711 | 
             
                    "requestUri": "/v1/dataplane-evaluatecode"
         | 
| @@ -596,7 +719,7 @@ | |
| 596 719 | 
             
                    ],
         | 
| 597 720 | 
             
                    "members": {
         | 
| 598 721 | 
             
                      "runtime": {
         | 
| 599 | 
            -
                        "shape": " | 
| 722 | 
            +
                        "shape": "S1l"
         | 
| 600 723 | 
             
                      },
         | 
| 601 724 | 
             
                      "code": {},
         | 
| 602 725 | 
             
                      "context": {},
         | 
| @@ -638,7 +761,7 @@ | |
| 638 761 | 
             
                        }
         | 
| 639 762 | 
             
                      },
         | 
| 640 763 | 
             
                      "logs": {
         | 
| 641 | 
            -
                        "shape": " | 
| 764 | 
            +
                        "shape": "S3k"
         | 
| 642 765 | 
             
                      }
         | 
| 643 766 | 
             
                    }
         | 
| 644 767 | 
             
                  }
         | 
| @@ -669,7 +792,7 @@ | |
| 669 792 | 
             
                        }
         | 
| 670 793 | 
             
                      },
         | 
| 671 794 | 
             
                      "logs": {
         | 
| 672 | 
            -
                        "shape": " | 
| 795 | 
            +
                        "shape": "S3k"
         | 
| 673 796 | 
             
                      }
         | 
| 674 797 | 
             
                    }
         | 
| 675 798 | 
             
                  }
         | 
| @@ -743,7 +866,7 @@ | |
| 743 866 | 
             
                    "type": "structure",
         | 
| 744 867 | 
             
                    "members": {
         | 
| 745 868 | 
             
                      "apiCache": {
         | 
| 746 | 
            -
                        "shape": " | 
| 869 | 
            +
                        "shape": "Sm"
         | 
| 747 870 | 
             
                      }
         | 
| 748 871 | 
             
                    }
         | 
| 749 872 | 
             
                  }
         | 
| @@ -774,7 +897,7 @@ | |
| 774 897 | 
             
                    "type": "structure",
         | 
| 775 898 | 
             
                    "members": {
         | 
| 776 899 | 
             
                      "dataSource": {
         | 
| 777 | 
            -
                        "shape": " | 
| 900 | 
            +
                        "shape": "S18"
         | 
| 778 901 | 
             
                      }
         | 
| 779 902 | 
             
                    }
         | 
| 780 903 | 
             
                  }
         | 
| @@ -800,7 +923,7 @@ | |
| 800 923 | 
             
                    "type": "structure",
         | 
| 801 924 | 
             
                    "members": {
         | 
| 802 925 | 
             
                      "domainNameConfig": {
         | 
| 803 | 
            -
                        "shape": " | 
| 926 | 
            +
                        "shape": "S1d"
         | 
| 804 927 | 
             
                      }
         | 
| 805 928 | 
             
                    }
         | 
| 806 929 | 
             
                  }
         | 
| @@ -831,7 +954,7 @@ | |
| 831 954 | 
             
                    "type": "structure",
         | 
| 832 955 | 
             
                    "members": {
         | 
| 833 956 | 
             
                      "functionConfiguration": {
         | 
| 834 | 
            -
                        "shape": " | 
| 957 | 
            +
                        "shape": "S1p"
         | 
| 835 958 | 
             
                      }
         | 
| 836 959 | 
             
                    }
         | 
| 837 960 | 
             
                  }
         | 
| @@ -857,7 +980,7 @@ | |
| 857 980 | 
             
                    "type": "structure",
         | 
| 858 981 | 
             
                    "members": {
         | 
| 859 982 | 
             
                      "graphqlApi": {
         | 
| 860 | 
            -
                        "shape": " | 
| 983 | 
            +
                        "shape": "S28"
         | 
| 861 984 | 
             
                      }
         | 
| 862 985 | 
             
                    }
         | 
| 863 986 | 
             
                  }
         | 
| @@ -930,7 +1053,7 @@ | |
| 930 1053 | 
             
                    "type": "structure",
         | 
| 931 1054 | 
             
                    "members": {
         | 
| 932 1055 | 
             
                      "resolver": {
         | 
| 933 | 
            -
                        "shape": " | 
| 1056 | 
            +
                        "shape": "S2h"
         | 
| 934 1057 | 
             
                      }
         | 
| 935 1058 | 
             
                    }
         | 
| 936 1059 | 
             
                  }
         | 
| @@ -960,6 +1083,37 @@ | |
| 960 1083 | 
             
                    }
         | 
| 961 1084 | 
             
                  }
         | 
| 962 1085 | 
             
                },
         | 
| 1086 | 
            +
                "GetSourceApiAssociation": {
         | 
| 1087 | 
            +
                  "http": {
         | 
| 1088 | 
            +
                    "method": "GET",
         | 
| 1089 | 
            +
                    "requestUri": "/v1/mergedApis/{mergedApiIdentifier}/sourceApiAssociations/{associationId}"
         | 
| 1090 | 
            +
                  },
         | 
| 1091 | 
            +
                  "input": {
         | 
| 1092 | 
            +
                    "type": "structure",
         | 
| 1093 | 
            +
                    "required": [
         | 
| 1094 | 
            +
                      "mergedApiIdentifier",
         | 
| 1095 | 
            +
                      "associationId"
         | 
| 1096 | 
            +
                    ],
         | 
| 1097 | 
            +
                    "members": {
         | 
| 1098 | 
            +
                      "mergedApiIdentifier": {
         | 
| 1099 | 
            +
                        "location": "uri",
         | 
| 1100 | 
            +
                        "locationName": "mergedApiIdentifier"
         | 
| 1101 | 
            +
                      },
         | 
| 1102 | 
            +
                      "associationId": {
         | 
| 1103 | 
            +
                        "location": "uri",
         | 
| 1104 | 
            +
                        "locationName": "associationId"
         | 
| 1105 | 
            +
                      }
         | 
| 1106 | 
            +
                    }
         | 
| 1107 | 
            +
                  },
         | 
| 1108 | 
            +
                  "output": {
         | 
| 1109 | 
            +
                    "type": "structure",
         | 
| 1110 | 
            +
                    "members": {
         | 
| 1111 | 
            +
                      "sourceApiAssociation": {
         | 
| 1112 | 
            +
                        "shape": "Sb"
         | 
| 1113 | 
            +
                      }
         | 
| 1114 | 
            +
                    }
         | 
| 1115 | 
            +
                  }
         | 
| 1116 | 
            +
                },
         | 
| 963 1117 | 
             
                "GetType": {
         | 
| 964 1118 | 
             
                  "http": {
         | 
| 965 1119 | 
             
                    "method": "GET",
         | 
| @@ -991,7 +1145,7 @@ | |
| 991 1145 | 
             
                    "type": "structure",
         | 
| 992 1146 | 
             
                    "members": {
         | 
| 993 1147 | 
             
                      "type": {
         | 
| 994 | 
            -
                        "shape": " | 
| 1148 | 
            +
                        "shape": "S2l"
         | 
| 995 1149 | 
             
                      }
         | 
| 996 1150 | 
             
                    }
         | 
| 997 1151 | 
             
                  }
         | 
| @@ -1028,7 +1182,7 @@ | |
| 1028 1182 | 
             
                      "apiKeys": {
         | 
| 1029 1183 | 
             
                        "type": "list",
         | 
| 1030 1184 | 
             
                        "member": {
         | 
| 1031 | 
            -
                          "shape": " | 
| 1185 | 
            +
                          "shape": "Sq"
         | 
| 1032 1186 | 
             
                        }
         | 
| 1033 1187 | 
             
                      },
         | 
| 1034 1188 | 
             
                      "nextToken": {}
         | 
| @@ -1067,7 +1221,7 @@ | |
| 1067 1221 | 
             
                      "dataSources": {
         | 
| 1068 1222 | 
             
                        "type": "list",
         | 
| 1069 1223 | 
             
                        "member": {
         | 
| 1070 | 
            -
                          "shape": " | 
| 1224 | 
            +
                          "shape": "S18"
         | 
| 1071 1225 | 
             
                        }
         | 
| 1072 1226 | 
             
                      },
         | 
| 1073 1227 | 
             
                      "nextToken": {}
         | 
| @@ -1099,7 +1253,7 @@ | |
| 1099 1253 | 
             
                      "domainNameConfigs": {
         | 
| 1100 1254 | 
             
                        "type": "list",
         | 
| 1101 1255 | 
             
                        "member": {
         | 
| 1102 | 
            -
                          "shape": " | 
| 1256 | 
            +
                          "shape": "S1d"
         | 
| 1103 1257 | 
             
                        }
         | 
| 1104 1258 | 
             
                      },
         | 
| 1105 1259 | 
             
                      "nextToken": {}
         | 
| @@ -1138,7 +1292,7 @@ | |
| 1138 1292 | 
             
                      "functions": {
         | 
| 1139 1293 | 
             
                        "type": "list",
         | 
| 1140 1294 | 
             
                        "member": {
         | 
| 1141 | 
            -
                          "shape": " | 
| 1295 | 
            +
                          "shape": "S1p"
         | 
| 1142 1296 | 
             
                        }
         | 
| 1143 1297 | 
             
                      },
         | 
| 1144 1298 | 
             
                      "nextToken": {}
         | 
| @@ -1161,6 +1315,14 @@ | |
| 1161 1315 | 
             
                        "location": "querystring",
         | 
| 1162 1316 | 
             
                        "locationName": "maxResults",
         | 
| 1163 1317 | 
             
                        "type": "integer"
         | 
| 1318 | 
            +
                      },
         | 
| 1319 | 
            +
                      "apiType": {
         | 
| 1320 | 
            +
                        "location": "querystring",
         | 
| 1321 | 
            +
                        "locationName": "apiType"
         | 
| 1322 | 
            +
                      },
         | 
| 1323 | 
            +
                      "owner": {
         | 
| 1324 | 
            +
                        "location": "querystring",
         | 
| 1325 | 
            +
                        "locationName": "owner"
         | 
| 1164 1326 | 
             
                      }
         | 
| 1165 1327 | 
             
                    }
         | 
| 1166 1328 | 
             
                  },
         | 
| @@ -1170,7 +1332,7 @@ | |
| 1170 1332 | 
             
                      "graphqlApis": {
         | 
| 1171 1333 | 
             
                        "type": "list",
         | 
| 1172 1334 | 
             
                        "member": {
         | 
| 1173 | 
            -
                          "shape": " | 
| 1335 | 
            +
                          "shape": "S28"
         | 
| 1174 1336 | 
             
                        }
         | 
| 1175 1337 | 
             
                      },
         | 
| 1176 1338 | 
             
                      "nextToken": {}
         | 
| @@ -1212,7 +1374,7 @@ | |
| 1212 1374 | 
             
                    "type": "structure",
         | 
| 1213 1375 | 
             
                    "members": {
         | 
| 1214 1376 | 
             
                      "resolvers": {
         | 
| 1215 | 
            -
                        "shape": " | 
| 1377 | 
            +
                        "shape": "S51"
         | 
| 1216 1378 | 
             
                      },
         | 
| 1217 1379 | 
             
                      "nextToken": {}
         | 
| 1218 1380 | 
             
                    }
         | 
| @@ -1253,7 +1415,55 @@ | |
| 1253 1415 | 
             
                    "type": "structure",
         | 
| 1254 1416 | 
             
                    "members": {
         | 
| 1255 1417 | 
             
                      "resolvers": {
         | 
| 1256 | 
            -
                        "shape": " | 
| 1418 | 
            +
                        "shape": "S51"
         | 
| 1419 | 
            +
                      },
         | 
| 1420 | 
            +
                      "nextToken": {}
         | 
| 1421 | 
            +
                    }
         | 
| 1422 | 
            +
                  }
         | 
| 1423 | 
            +
                },
         | 
| 1424 | 
            +
                "ListSourceApiAssociations": {
         | 
| 1425 | 
            +
                  "http": {
         | 
| 1426 | 
            +
                    "method": "GET",
         | 
| 1427 | 
            +
                    "requestUri": "/v1/apis/{apiId}/sourceApiAssociations"
         | 
| 1428 | 
            +
                  },
         | 
| 1429 | 
            +
                  "input": {
         | 
| 1430 | 
            +
                    "type": "structure",
         | 
| 1431 | 
            +
                    "required": [
         | 
| 1432 | 
            +
                      "apiId"
         | 
| 1433 | 
            +
                    ],
         | 
| 1434 | 
            +
                    "members": {
         | 
| 1435 | 
            +
                      "apiId": {
         | 
| 1436 | 
            +
                        "location": "uri",
         | 
| 1437 | 
            +
                        "locationName": "apiId"
         | 
| 1438 | 
            +
                      },
         | 
| 1439 | 
            +
                      "nextToken": {
         | 
| 1440 | 
            +
                        "location": "querystring",
         | 
| 1441 | 
            +
                        "locationName": "nextToken"
         | 
| 1442 | 
            +
                      },
         | 
| 1443 | 
            +
                      "maxResults": {
         | 
| 1444 | 
            +
                        "location": "querystring",
         | 
| 1445 | 
            +
                        "locationName": "maxResults",
         | 
| 1446 | 
            +
                        "type": "integer"
         | 
| 1447 | 
            +
                      }
         | 
| 1448 | 
            +
                    }
         | 
| 1449 | 
            +
                  },
         | 
| 1450 | 
            +
                  "output": {
         | 
| 1451 | 
            +
                    "type": "structure",
         | 
| 1452 | 
            +
                    "members": {
         | 
| 1453 | 
            +
                      "sourceApiAssociationSummaries": {
         | 
| 1454 | 
            +
                        "type": "list",
         | 
| 1455 | 
            +
                        "member": {
         | 
| 1456 | 
            +
                          "type": "structure",
         | 
| 1457 | 
            +
                          "members": {
         | 
| 1458 | 
            +
                            "associationId": {},
         | 
| 1459 | 
            +
                            "associationArn": {},
         | 
| 1460 | 
            +
                            "sourceApiId": {},
         | 
| 1461 | 
            +
                            "sourceApiArn": {},
         | 
| 1462 | 
            +
                            "mergedApiId": {},
         | 
| 1463 | 
            +
                            "mergedApiArn": {},
         | 
| 1464 | 
            +
                            "description": {}
         | 
| 1465 | 
            +
                          }
         | 
| 1466 | 
            +
                        }
         | 
| 1257 1467 | 
             
                      },
         | 
| 1258 1468 | 
             
                      "nextToken": {}
         | 
| 1259 1469 | 
             
                    }
         | 
| @@ -1280,7 +1490,7 @@ | |
| 1280 1490 | 
             
                    "type": "structure",
         | 
| 1281 1491 | 
             
                    "members": {
         | 
| 1282 1492 | 
             
                      "tags": {
         | 
| 1283 | 
            -
                        "shape": " | 
| 1493 | 
            +
                        "shape": "S1x"
         | 
| 1284 1494 | 
             
                      }
         | 
| 1285 1495 | 
             
                    }
         | 
| 1286 1496 | 
             
                  }
         | 
| @@ -1320,10 +1530,53 @@ | |
| 1320 1530 | 
             
                    "type": "structure",
         | 
| 1321 1531 | 
             
                    "members": {
         | 
| 1322 1532 | 
             
                      "types": {
         | 
| 1323 | 
            -
                        " | 
| 1324 | 
            -
             | 
| 1325 | 
            -
             | 
| 1326 | 
            -
             | 
| 1533 | 
            +
                        "shape": "S5d"
         | 
| 1534 | 
            +
                      },
         | 
| 1535 | 
            +
                      "nextToken": {}
         | 
| 1536 | 
            +
                    }
         | 
| 1537 | 
            +
                  }
         | 
| 1538 | 
            +
                },
         | 
| 1539 | 
            +
                "ListTypesByAssociation": {
         | 
| 1540 | 
            +
                  "http": {
         | 
| 1541 | 
            +
                    "method": "GET",
         | 
| 1542 | 
            +
                    "requestUri": "/v1/mergedApis/{mergedApiIdentifier}/sourceApiAssociations/{associationId}/types"
         | 
| 1543 | 
            +
                  },
         | 
| 1544 | 
            +
                  "input": {
         | 
| 1545 | 
            +
                    "type": "structure",
         | 
| 1546 | 
            +
                    "required": [
         | 
| 1547 | 
            +
                      "mergedApiIdentifier",
         | 
| 1548 | 
            +
                      "associationId",
         | 
| 1549 | 
            +
                      "format"
         | 
| 1550 | 
            +
                    ],
         | 
| 1551 | 
            +
                    "members": {
         | 
| 1552 | 
            +
                      "mergedApiIdentifier": {
         | 
| 1553 | 
            +
                        "location": "uri",
         | 
| 1554 | 
            +
                        "locationName": "mergedApiIdentifier"
         | 
| 1555 | 
            +
                      },
         | 
| 1556 | 
            +
                      "associationId": {
         | 
| 1557 | 
            +
                        "location": "uri",
         | 
| 1558 | 
            +
                        "locationName": "associationId"
         | 
| 1559 | 
            +
                      },
         | 
| 1560 | 
            +
                      "format": {
         | 
| 1561 | 
            +
                        "location": "querystring",
         | 
| 1562 | 
            +
                        "locationName": "format"
         | 
| 1563 | 
            +
                      },
         | 
| 1564 | 
            +
                      "nextToken": {
         | 
| 1565 | 
            +
                        "location": "querystring",
         | 
| 1566 | 
            +
                        "locationName": "nextToken"
         | 
| 1567 | 
            +
                      },
         | 
| 1568 | 
            +
                      "maxResults": {
         | 
| 1569 | 
            +
                        "location": "querystring",
         | 
| 1570 | 
            +
                        "locationName": "maxResults",
         | 
| 1571 | 
            +
                        "type": "integer"
         | 
| 1572 | 
            +
                      }
         | 
| 1573 | 
            +
                    }
         | 
| 1574 | 
            +
                  },
         | 
| 1575 | 
            +
                  "output": {
         | 
| 1576 | 
            +
                    "type": "structure",
         | 
| 1577 | 
            +
                    "members": {
         | 
| 1578 | 
            +
                      "types": {
         | 
| 1579 | 
            +
                        "shape": "S5d"
         | 
| 1327 1580 | 
             
                      },
         | 
| 1328 1581 | 
             
                      "nextToken": {}
         | 
| 1329 1582 | 
             
                    }
         | 
| @@ -1356,6 +1609,34 @@ | |
| 1356 1609 | 
             
                    }
         | 
| 1357 1610 | 
             
                  }
         | 
| 1358 1611 | 
             
                },
         | 
| 1612 | 
            +
                "StartSchemaMerge": {
         | 
| 1613 | 
            +
                  "http": {
         | 
| 1614 | 
            +
                    "requestUri": "/v1/mergedApis/{mergedApiIdentifier}/sourceApiAssociations/{associationId}/merge"
         | 
| 1615 | 
            +
                  },
         | 
| 1616 | 
            +
                  "input": {
         | 
| 1617 | 
            +
                    "type": "structure",
         | 
| 1618 | 
            +
                    "required": [
         | 
| 1619 | 
            +
                      "associationId",
         | 
| 1620 | 
            +
                      "mergedApiIdentifier"
         | 
| 1621 | 
            +
                    ],
         | 
| 1622 | 
            +
                    "members": {
         | 
| 1623 | 
            +
                      "associationId": {
         | 
| 1624 | 
            +
                        "location": "uri",
         | 
| 1625 | 
            +
                        "locationName": "associationId"
         | 
| 1626 | 
            +
                      },
         | 
| 1627 | 
            +
                      "mergedApiIdentifier": {
         | 
| 1628 | 
            +
                        "location": "uri",
         | 
| 1629 | 
            +
                        "locationName": "mergedApiIdentifier"
         | 
| 1630 | 
            +
                      }
         | 
| 1631 | 
            +
                    }
         | 
| 1632 | 
            +
                  },
         | 
| 1633 | 
            +
                  "output": {
         | 
| 1634 | 
            +
                    "type": "structure",
         | 
| 1635 | 
            +
                    "members": {
         | 
| 1636 | 
            +
                      "sourceApiAssociationStatus": {}
         | 
| 1637 | 
            +
                    }
         | 
| 1638 | 
            +
                  }
         | 
| 1639 | 
            +
                },
         | 
| 1359 1640 | 
             
                "TagResource": {
         | 
| 1360 1641 | 
             
                  "http": {
         | 
| 1361 1642 | 
             
                    "requestUri": "/v1/tags/{resourceArn}"
         | 
| @@ -1372,7 +1653,7 @@ | |
| 1372 1653 | 
             
                        "locationName": "resourceArn"
         | 
| 1373 1654 | 
             
                      },
         | 
| 1374 1655 | 
             
                      "tags": {
         | 
| 1375 | 
            -
                        "shape": " | 
| 1656 | 
            +
                        "shape": "S1x"
         | 
| 1376 1657 | 
             
                      }
         | 
| 1377 1658 | 
             
                    }
         | 
| 1378 1659 | 
             
                  },
         | 
| @@ -1438,7 +1719,7 @@ | |
| 1438 1719 | 
             
                    "type": "structure",
         | 
| 1439 1720 | 
             
                    "members": {
         | 
| 1440 1721 | 
             
                      "apiCache": {
         | 
| 1441 | 
            -
                        "shape": " | 
| 1722 | 
            +
                        "shape": "Sm"
         | 
| 1442 1723 | 
             
                      }
         | 
| 1443 1724 | 
             
                    }
         | 
| 1444 1725 | 
             
                  }
         | 
| @@ -1472,7 +1753,7 @@ | |
| 1472 1753 | 
             
                    "type": "structure",
         | 
| 1473 1754 | 
             
                    "members": {
         | 
| 1474 1755 | 
             
                      "apiKey": {
         | 
| 1475 | 
            -
                        "shape": " | 
| 1756 | 
            +
                        "shape": "Sq"
         | 
| 1476 1757 | 
             
                      }
         | 
| 1477 1758 | 
             
                    }
         | 
| 1478 1759 | 
             
                  }
         | 
| @@ -1501,25 +1782,25 @@ | |
| 1501 1782 | 
             
                      "type": {},
         | 
| 1502 1783 | 
             
                      "serviceRoleArn": {},
         | 
| 1503 1784 | 
             
                      "dynamodbConfig": {
         | 
| 1504 | 
            -
                        "shape": " | 
| 1785 | 
            +
                        "shape": "Su"
         | 
| 1505 1786 | 
             
                      },
         | 
| 1506 1787 | 
             
                      "lambdaConfig": {
         | 
| 1507 | 
            -
                        "shape": " | 
| 1788 | 
            +
                        "shape": "Sw"
         | 
| 1508 1789 | 
             
                      },
         | 
| 1509 1790 | 
             
                      "elasticsearchConfig": {
         | 
| 1510 | 
            -
                        "shape": " | 
| 1791 | 
            +
                        "shape": "Sx"
         | 
| 1511 1792 | 
             
                      },
         | 
| 1512 1793 | 
             
                      "openSearchServiceConfig": {
         | 
| 1513 | 
            -
                        "shape": " | 
| 1794 | 
            +
                        "shape": "Sy"
         | 
| 1514 1795 | 
             
                      },
         | 
| 1515 1796 | 
             
                      "httpConfig": {
         | 
| 1516 | 
            -
                        "shape": " | 
| 1797 | 
            +
                        "shape": "Sz"
         | 
| 1517 1798 | 
             
                      },
         | 
| 1518 1799 | 
             
                      "relationalDatabaseConfig": {
         | 
| 1519 | 
            -
                        "shape": " | 
| 1800 | 
            +
                        "shape": "S13"
         | 
| 1520 1801 | 
             
                      },
         | 
| 1521 1802 | 
             
                      "eventBridgeConfig": {
         | 
| 1522 | 
            -
                        "shape": " | 
| 1803 | 
            +
                        "shape": "S16"
         | 
| 1523 1804 | 
             
                      }
         | 
| 1524 1805 | 
             
                    }
         | 
| 1525 1806 | 
             
                  },
         | 
| @@ -1527,7 +1808,7 @@ | |
| 1527 1808 | 
             
                    "type": "structure",
         | 
| 1528 1809 | 
             
                    "members": {
         | 
| 1529 1810 | 
             
                      "dataSource": {
         | 
| 1530 | 
            -
                        "shape": " | 
| 1811 | 
            +
                        "shape": "S18"
         | 
| 1531 1812 | 
             
                      }
         | 
| 1532 1813 | 
             
                    }
         | 
| 1533 1814 | 
             
                  }
         | 
| @@ -1553,7 +1834,7 @@ | |
| 1553 1834 | 
             
                    "type": "structure",
         | 
| 1554 1835 | 
             
                    "members": {
         | 
| 1555 1836 | 
             
                      "domainNameConfig": {
         | 
| 1556 | 
            -
                        "shape": " | 
| 1837 | 
            +
                        "shape": "S1d"
         | 
| 1557 1838 | 
             
                      }
         | 
| 1558 1839 | 
             
                    }
         | 
| 1559 1840 | 
             
                  }
         | 
| @@ -1586,13 +1867,13 @@ | |
| 1586 1867 | 
             
                      "responseMappingTemplate": {},
         | 
| 1587 1868 | 
             
                      "functionVersion": {},
         | 
| 1588 1869 | 
             
                      "syncConfig": {
         | 
| 1589 | 
            -
                        "shape": " | 
| 1870 | 
            +
                        "shape": "S1g"
         | 
| 1590 1871 | 
             
                      },
         | 
| 1591 1872 | 
             
                      "maxBatchSize": {
         | 
| 1592 1873 | 
             
                        "type": "integer"
         | 
| 1593 1874 | 
             
                      },
         | 
| 1594 1875 | 
             
                      "runtime": {
         | 
| 1595 | 
            -
                        "shape": " | 
| 1876 | 
            +
                        "shape": "S1l"
         | 
| 1596 1877 | 
             
                      },
         | 
| 1597 1878 | 
             
                      "code": {}
         | 
| 1598 1879 | 
             
                    }
         | 
| @@ -1601,7 +1882,7 @@ | |
| 1601 1882 | 
             
                    "type": "structure",
         | 
| 1602 1883 | 
             
                    "members": {
         | 
| 1603 1884 | 
             
                      "functionConfiguration": {
         | 
| 1604 | 
            -
                        "shape": " | 
| 1885 | 
            +
                        "shape": "S1p"
         | 
| 1605 1886 | 
             
                      }
         | 
| 1606 1887 | 
             
                    }
         | 
| 1607 1888 | 
             
                  }
         | 
| @@ -1623,31 +1904,33 @@ | |
| 1623 1904 | 
             
                      },
         | 
| 1624 1905 | 
             
                      "name": {},
         | 
| 1625 1906 | 
             
                      "logConfig": {
         | 
| 1626 | 
            -
                        "shape": " | 
| 1907 | 
            +
                        "shape": "S1r"
         | 
| 1627 1908 | 
             
                      },
         | 
| 1628 1909 | 
             
                      "authenticationType": {},
         | 
| 1629 1910 | 
             
                      "userPoolConfig": {
         | 
| 1630 | 
            -
                        "shape": " | 
| 1911 | 
            +
                        "shape": "S1u"
         | 
| 1631 1912 | 
             
                      },
         | 
| 1632 1913 | 
             
                      "openIDConnectConfig": {
         | 
| 1633 | 
            -
                        "shape": " | 
| 1914 | 
            +
                        "shape": "S1w"
         | 
| 1634 1915 | 
             
                      },
         | 
| 1635 1916 | 
             
                      "additionalAuthenticationProviders": {
         | 
| 1636 | 
            -
                        "shape": " | 
| 1917 | 
            +
                        "shape": "S20"
         | 
| 1637 1918 | 
             
                      },
         | 
| 1638 1919 | 
             
                      "xrayEnabled": {
         | 
| 1639 1920 | 
             
                        "type": "boolean"
         | 
| 1640 1921 | 
             
                      },
         | 
| 1641 1922 | 
             
                      "lambdaAuthorizerConfig": {
         | 
| 1642 | 
            -
                        "shape": " | 
| 1643 | 
            -
                      }
         | 
| 1923 | 
            +
                        "shape": "S23"
         | 
| 1924 | 
            +
                      },
         | 
| 1925 | 
            +
                      "mergedApiExecutionRoleArn": {},
         | 
| 1926 | 
            +
                      "ownerContact": {}
         | 
| 1644 1927 | 
             
                    }
         | 
| 1645 1928 | 
             
                  },
         | 
| 1646 1929 | 
             
                  "output": {
         | 
| 1647 1930 | 
             
                    "type": "structure",
         | 
| 1648 1931 | 
             
                    "members": {
         | 
| 1649 1932 | 
             
                      "graphqlApi": {
         | 
| 1650 | 
            -
                        "shape": " | 
| 1933 | 
            +
                        "shape": "S28"
         | 
| 1651 1934 | 
             
                      }
         | 
| 1652 1935 | 
             
                    }
         | 
| 1653 1936 | 
             
                  }
         | 
| @@ -1681,19 +1964,19 @@ | |
| 1681 1964 | 
             
                      "responseMappingTemplate": {},
         | 
| 1682 1965 | 
             
                      "kind": {},
         | 
| 1683 1966 | 
             
                      "pipelineConfig": {
         | 
| 1684 | 
            -
                        "shape": " | 
| 1967 | 
            +
                        "shape": "S2c"
         | 
| 1685 1968 | 
             
                      },
         | 
| 1686 1969 | 
             
                      "syncConfig": {
         | 
| 1687 | 
            -
                        "shape": " | 
| 1970 | 
            +
                        "shape": "S1g"
         | 
| 1688 1971 | 
             
                      },
         | 
| 1689 1972 | 
             
                      "cachingConfig": {
         | 
| 1690 | 
            -
                        "shape": " | 
| 1973 | 
            +
                        "shape": "S2e"
         | 
| 1691 1974 | 
             
                      },
         | 
| 1692 1975 | 
             
                      "maxBatchSize": {
         | 
| 1693 1976 | 
             
                        "type": "integer"
         | 
| 1694 1977 | 
             
                      },
         | 
| 1695 1978 | 
             
                      "runtime": {
         | 
| 1696 | 
            -
                        "shape": " | 
| 1979 | 
            +
                        "shape": "S1l"
         | 
| 1697 1980 | 
             
                      },
         | 
| 1698 1981 | 
             
                      "code": {}
         | 
| 1699 1982 | 
             
                    }
         | 
| @@ -1702,7 +1985,41 @@ | |
| 1702 1985 | 
             
                    "type": "structure",
         | 
| 1703 1986 | 
             
                    "members": {
         | 
| 1704 1987 | 
             
                      "resolver": {
         | 
| 1705 | 
            -
                        "shape": " | 
| 1988 | 
            +
                        "shape": "S2h"
         | 
| 1989 | 
            +
                      }
         | 
| 1990 | 
            +
                    }
         | 
| 1991 | 
            +
                  }
         | 
| 1992 | 
            +
                },
         | 
| 1993 | 
            +
                "UpdateSourceApiAssociation": {
         | 
| 1994 | 
            +
                  "http": {
         | 
| 1995 | 
            +
                    "requestUri": "/v1/mergedApis/{mergedApiIdentifier}/sourceApiAssociations/{associationId}"
         | 
| 1996 | 
            +
                  },
         | 
| 1997 | 
            +
                  "input": {
         | 
| 1998 | 
            +
                    "type": "structure",
         | 
| 1999 | 
            +
                    "required": [
         | 
| 2000 | 
            +
                      "associationId",
         | 
| 2001 | 
            +
                      "mergedApiIdentifier"
         | 
| 2002 | 
            +
                    ],
         | 
| 2003 | 
            +
                    "members": {
         | 
| 2004 | 
            +
                      "associationId": {
         | 
| 2005 | 
            +
                        "location": "uri",
         | 
| 2006 | 
            +
                        "locationName": "associationId"
         | 
| 2007 | 
            +
                      },
         | 
| 2008 | 
            +
                      "mergedApiIdentifier": {
         | 
| 2009 | 
            +
                        "location": "uri",
         | 
| 2010 | 
            +
                        "locationName": "mergedApiIdentifier"
         | 
| 2011 | 
            +
                      },
         | 
| 2012 | 
            +
                      "description": {},
         | 
| 2013 | 
            +
                      "sourceApiAssociationConfig": {
         | 
| 2014 | 
            +
                        "shape": "S8"
         | 
| 2015 | 
            +
                      }
         | 
| 2016 | 
            +
                    }
         | 
| 2017 | 
            +
                  },
         | 
| 2018 | 
            +
                  "output": {
         | 
| 2019 | 
            +
                    "type": "structure",
         | 
| 2020 | 
            +
                    "members": {
         | 
| 2021 | 
            +
                      "sourceApiAssociation": {
         | 
| 2022 | 
            +
                        "shape": "Sb"
         | 
| 1706 2023 | 
             
                      }
         | 
| 1707 2024 | 
             
                    }
         | 
| 1708 2025 | 
             
                  }
         | 
| @@ -1735,7 +2052,7 @@ | |
| 1735 2052 | 
             
                    "type": "structure",
         | 
| 1736 2053 | 
             
                    "members": {
         | 
| 1737 2054 | 
             
                      "type": {
         | 
| 1738 | 
            -
                        "shape": " | 
| 2055 | 
            +
                        "shape": "S2l"
         | 
| 1739 2056 | 
             
                      }
         | 
| 1740 2057 | 
             
                    }
         | 
| 1741 2058 | 
             
                  }
         | 
| @@ -1751,7 +2068,33 @@ | |
| 1751 2068 | 
             
                    "deploymentDetail": {}
         | 
| 1752 2069 | 
             
                  }
         | 
| 1753 2070 | 
             
                },
         | 
| 1754 | 
            -
                " | 
| 2071 | 
            +
                "S8": {
         | 
| 2072 | 
            +
                  "type": "structure",
         | 
| 2073 | 
            +
                  "members": {
         | 
| 2074 | 
            +
                    "mergeType": {}
         | 
| 2075 | 
            +
                  }
         | 
| 2076 | 
            +
                },
         | 
| 2077 | 
            +
                "Sb": {
         | 
| 2078 | 
            +
                  "type": "structure",
         | 
| 2079 | 
            +
                  "members": {
         | 
| 2080 | 
            +
                    "associationId": {},
         | 
| 2081 | 
            +
                    "associationArn": {},
         | 
| 2082 | 
            +
                    "sourceApiId": {},
         | 
| 2083 | 
            +
                    "sourceApiArn": {},
         | 
| 2084 | 
            +
                    "mergedApiArn": {},
         | 
| 2085 | 
            +
                    "mergedApiId": {},
         | 
| 2086 | 
            +
                    "description": {},
         | 
| 2087 | 
            +
                    "sourceApiAssociationConfig": {
         | 
| 2088 | 
            +
                      "shape": "S8"
         | 
| 2089 | 
            +
                    },
         | 
| 2090 | 
            +
                    "sourceApiAssociationStatus": {},
         | 
| 2091 | 
            +
                    "sourceApiAssociationStatusDetail": {},
         | 
| 2092 | 
            +
                    "lastSuccessfulMergeDate": {
         | 
| 2093 | 
            +
                      "type": "timestamp"
         | 
| 2094 | 
            +
                    }
         | 
| 2095 | 
            +
                  }
         | 
| 2096 | 
            +
                },
         | 
| 2097 | 
            +
                "Sm": {
         | 
| 1755 2098 | 
             
                  "type": "structure",
         | 
| 1756 2099 | 
             
                  "members": {
         | 
| 1757 2100 | 
             
                    "ttl": {
         | 
| @@ -1768,7 +2111,7 @@ | |
| 1768 2111 | 
             
                    "status": {}
         | 
| 1769 2112 | 
             
                  }
         | 
| 1770 2113 | 
             
                },
         | 
| 1771 | 
            -
                " | 
| 2114 | 
            +
                "Sq": {
         | 
| 1772 2115 | 
             
                  "type": "structure",
         | 
| 1773 2116 | 
             
                  "members": {
         | 
| 1774 2117 | 
             
                    "id": {},
         | 
| @@ -1781,7 +2124,7 @@ | |
| 1781 2124 | 
             
                    }
         | 
| 1782 2125 | 
             
                  }
         | 
| 1783 2126 | 
             
                },
         | 
| 1784 | 
            -
                " | 
| 2127 | 
            +
                "Su": {
         | 
| 1785 2128 | 
             
                  "type": "structure",
         | 
| 1786 2129 | 
             
                  "required": [
         | 
| 1787 2130 | 
             
                    "tableName",
         | 
| @@ -1810,7 +2153,7 @@ | |
| 1810 2153 | 
             
                    }
         | 
| 1811 2154 | 
             
                  }
         | 
| 1812 2155 | 
             
                },
         | 
| 1813 | 
            -
                " | 
| 2156 | 
            +
                "Sw": {
         | 
| 1814 2157 | 
             
                  "type": "structure",
         | 
| 1815 2158 | 
             
                  "required": [
         | 
| 1816 2159 | 
             
                    "lambdaFunctionArn"
         | 
| @@ -1819,7 +2162,7 @@ | |
| 1819 2162 | 
             
                    "lambdaFunctionArn": {}
         | 
| 1820 2163 | 
             
                  }
         | 
| 1821 2164 | 
             
                },
         | 
| 1822 | 
            -
                " | 
| 2165 | 
            +
                "Sx": {
         | 
| 1823 2166 | 
             
                  "type": "structure",
         | 
| 1824 2167 | 
             
                  "required": [
         | 
| 1825 2168 | 
             
                    "endpoint",
         | 
| @@ -1830,7 +2173,7 @@ | |
| 1830 2173 | 
             
                    "awsRegion": {}
         | 
| 1831 2174 | 
             
                  }
         | 
| 1832 2175 | 
             
                },
         | 
| 1833 | 
            -
                " | 
| 2176 | 
            +
                "Sy": {
         | 
| 1834 2177 | 
             
                  "type": "structure",
         | 
| 1835 2178 | 
             
                  "required": [
         | 
| 1836 2179 | 
             
                    "endpoint",
         | 
| @@ -1841,7 +2184,7 @@ | |
| 1841 2184 | 
             
                    "awsRegion": {}
         | 
| 1842 2185 | 
             
                  }
         | 
| 1843 2186 | 
             
                },
         | 
| 1844 | 
            -
                " | 
| 2187 | 
            +
                "Sz": {
         | 
| 1845 2188 | 
             
                  "type": "structure",
         | 
| 1846 2189 | 
             
                  "members": {
         | 
| 1847 2190 | 
             
                    "endpoint": {},
         | 
| @@ -1863,7 +2206,7 @@ | |
| 1863 2206 | 
             
                    }
         | 
| 1864 2207 | 
             
                  }
         | 
| 1865 2208 | 
             
                },
         | 
| 1866 | 
            -
                " | 
| 2209 | 
            +
                "S13": {
         | 
| 1867 2210 | 
             
                  "type": "structure",
         | 
| 1868 2211 | 
             
                  "members": {
         | 
| 1869 2212 | 
             
                    "relationalDatabaseSourceType": {},
         | 
| @@ -1879,7 +2222,7 @@ | |
| 1879 2222 | 
             
                    }
         | 
| 1880 2223 | 
             
                  }
         | 
| 1881 2224 | 
             
                },
         | 
| 1882 | 
            -
                " | 
| 2225 | 
            +
                "S16": {
         | 
| 1883 2226 | 
             
                  "type": "structure",
         | 
| 1884 2227 | 
             
                  "required": [
         | 
| 1885 2228 | 
             
                    "eventBusArn"
         | 
| @@ -1888,7 +2231,7 @@ | |
| 1888 2231 | 
             
                    "eventBusArn": {}
         | 
| 1889 2232 | 
             
                  }
         | 
| 1890 2233 | 
             
                },
         | 
| 1891 | 
            -
                " | 
| 2234 | 
            +
                "S18": {
         | 
| 1892 2235 | 
             
                  "type": "structure",
         | 
| 1893 2236 | 
             
                  "members": {
         | 
| 1894 2237 | 
             
                    "dataSourceArn": {},
         | 
| @@ -1897,29 +2240,29 @@ | |
| 1897 2240 | 
             
                    "type": {},
         | 
| 1898 2241 | 
             
                    "serviceRoleArn": {},
         | 
| 1899 2242 | 
             
                    "dynamodbConfig": {
         | 
| 1900 | 
            -
                      "shape": " | 
| 2243 | 
            +
                      "shape": "Su"
         | 
| 1901 2244 | 
             
                    },
         | 
| 1902 2245 | 
             
                    "lambdaConfig": {
         | 
| 1903 | 
            -
                      "shape": " | 
| 2246 | 
            +
                      "shape": "Sw"
         | 
| 1904 2247 | 
             
                    },
         | 
| 1905 2248 | 
             
                    "elasticsearchConfig": {
         | 
| 1906 | 
            -
                      "shape": " | 
| 2249 | 
            +
                      "shape": "Sx"
         | 
| 1907 2250 | 
             
                    },
         | 
| 1908 2251 | 
             
                    "openSearchServiceConfig": {
         | 
| 1909 | 
            -
                      "shape": " | 
| 2252 | 
            +
                      "shape": "Sy"
         | 
| 1910 2253 | 
             
                    },
         | 
| 1911 2254 | 
             
                    "httpConfig": {
         | 
| 1912 | 
            -
                      "shape": " | 
| 2255 | 
            +
                      "shape": "Sz"
         | 
| 1913 2256 | 
             
                    },
         | 
| 1914 2257 | 
             
                    "relationalDatabaseConfig": {
         | 
| 1915 | 
            -
                      "shape": " | 
| 2258 | 
            +
                      "shape": "S13"
         | 
| 1916 2259 | 
             
                    },
         | 
| 1917 2260 | 
             
                    "eventBridgeConfig": {
         | 
| 1918 | 
            -
                      "shape": " | 
| 2261 | 
            +
                      "shape": "S16"
         | 
| 1919 2262 | 
             
                    }
         | 
| 1920 2263 | 
             
                  }
         | 
| 1921 2264 | 
             
                },
         | 
| 1922 | 
            -
                " | 
| 2265 | 
            +
                "S1d": {
         | 
| 1923 2266 | 
             
                  "type": "structure",
         | 
| 1924 2267 | 
             
                  "members": {
         | 
| 1925 2268 | 
             
                    "domainName": {},
         | 
| @@ -1929,7 +2272,7 @@ | |
| 1929 2272 | 
             
                    "hostedZoneId": {}
         | 
| 1930 2273 | 
             
                  }
         | 
| 1931 2274 | 
             
                },
         | 
| 1932 | 
            -
                " | 
| 2275 | 
            +
                "S1g": {
         | 
| 1933 2276 | 
             
                  "type": "structure",
         | 
| 1934 2277 | 
             
                  "members": {
         | 
| 1935 2278 | 
             
                    "conflictHandler": {},
         | 
| @@ -1942,7 +2285,7 @@ | |
| 1942 2285 | 
             
                    }
         | 
| 1943 2286 | 
             
                  }
         | 
| 1944 2287 | 
             
                },
         | 
| 1945 | 
            -
                " | 
| 2288 | 
            +
                "S1l": {
         | 
| 1946 2289 | 
             
                  "type": "structure",
         | 
| 1947 2290 | 
             
                  "required": [
         | 
| 1948 2291 | 
             
                    "name",
         | 
| @@ -1953,7 +2296,7 @@ | |
| 1953 2296 | 
             
                    "runtimeVersion": {}
         | 
| 1954 2297 | 
             
                  }
         | 
| 1955 2298 | 
             
                },
         | 
| 1956 | 
            -
                " | 
| 2299 | 
            +
                "S1p": {
         | 
| 1957 2300 | 
             
                  "type": "structure",
         | 
| 1958 2301 | 
             
                  "members": {
         | 
| 1959 2302 | 
             
                    "functionId": {},
         | 
| @@ -1965,18 +2308,18 @@ | |
| 1965 2308 | 
             
                    "responseMappingTemplate": {},
         | 
| 1966 2309 | 
             
                    "functionVersion": {},
         | 
| 1967 2310 | 
             
                    "syncConfig": {
         | 
| 1968 | 
            -
                      "shape": " | 
| 2311 | 
            +
                      "shape": "S1g"
         | 
| 1969 2312 | 
             
                    },
         | 
| 1970 2313 | 
             
                    "maxBatchSize": {
         | 
| 1971 2314 | 
             
                      "type": "integer"
         | 
| 1972 2315 | 
             
                    },
         | 
| 1973 2316 | 
             
                    "runtime": {
         | 
| 1974 | 
            -
                      "shape": " | 
| 2317 | 
            +
                      "shape": "S1l"
         | 
| 1975 2318 | 
             
                    },
         | 
| 1976 2319 | 
             
                    "code": {}
         | 
| 1977 2320 | 
             
                  }
         | 
| 1978 2321 | 
             
                },
         | 
| 1979 | 
            -
                " | 
| 2322 | 
            +
                "S1r": {
         | 
| 1980 2323 | 
             
                  "type": "structure",
         | 
| 1981 2324 | 
             
                  "required": [
         | 
| 1982 2325 | 
             
                    "fieldLogLevel",
         | 
| @@ -1990,7 +2333,7 @@ | |
| 1990 2333 | 
             
                    }
         | 
| 1991 2334 | 
             
                  }
         | 
| 1992 2335 | 
             
                },
         | 
| 1993 | 
            -
                " | 
| 2336 | 
            +
                "S1u": {
         | 
| 1994 2337 | 
             
                  "type": "structure",
         | 
| 1995 2338 | 
             
                  "required": [
         | 
| 1996 2339 | 
             
                    "userPoolId",
         | 
| @@ -2004,7 +2347,7 @@ | |
| 2004 2347 | 
             
                    "appIdClientRegex": {}
         | 
| 2005 2348 | 
             
                  }
         | 
| 2006 2349 | 
             
                },
         | 
| 2007 | 
            -
                " | 
| 2350 | 
            +
                "S1w": {
         | 
| 2008 2351 | 
             
                  "type": "structure",
         | 
| 2009 2352 | 
             
                  "required": [
         | 
| 2010 2353 | 
             
                    "issuer"
         | 
| @@ -2020,19 +2363,19 @@ | |
| 2020 2363 | 
             
                    }
         | 
| 2021 2364 | 
             
                  }
         | 
| 2022 2365 | 
             
                },
         | 
| 2023 | 
            -
                " | 
| 2366 | 
            +
                "S1x": {
         | 
| 2024 2367 | 
             
                  "type": "map",
         | 
| 2025 2368 | 
             
                  "key": {},
         | 
| 2026 2369 | 
             
                  "value": {}
         | 
| 2027 2370 | 
             
                },
         | 
| 2028 | 
            -
                " | 
| 2371 | 
            +
                "S20": {
         | 
| 2029 2372 | 
             
                  "type": "list",
         | 
| 2030 2373 | 
             
                  "member": {
         | 
| 2031 2374 | 
             
                    "type": "structure",
         | 
| 2032 2375 | 
             
                    "members": {
         | 
| 2033 2376 | 
             
                      "authenticationType": {},
         | 
| 2034 2377 | 
             
                      "openIDConnectConfig": {
         | 
| 2035 | 
            -
                        "shape": " | 
| 2378 | 
            +
                        "shape": "S1w"
         | 
| 2036 2379 | 
             
                      },
         | 
| 2037 2380 | 
             
                      "userPoolConfig": {
         | 
| 2038 2381 | 
             
                        "type": "structure",
         | 
| @@ -2047,12 +2390,12 @@ | |
| 2047 2390 | 
             
                        }
         | 
| 2048 2391 | 
             
                      },
         | 
| 2049 2392 | 
             
                      "lambdaAuthorizerConfig": {
         | 
| 2050 | 
            -
                        "shape": " | 
| 2393 | 
            +
                        "shape": "S23"
         | 
| 2051 2394 | 
             
                      }
         | 
| 2052 2395 | 
             
                    }
         | 
| 2053 2396 | 
             
                  }
         | 
| 2054 2397 | 
             
                },
         | 
| 2055 | 
            -
                " | 
| 2398 | 
            +
                "S23": {
         | 
| 2056 2399 | 
             
                  "type": "structure",
         | 
| 2057 2400 | 
             
                  "required": [
         | 
| 2058 2401 | 
             
                    "authorizerUri"
         | 
| @@ -2065,50 +2408,54 @@ | |
| 2065 2408 | 
             
                    "identityValidationExpression": {}
         | 
| 2066 2409 | 
             
                  }
         | 
| 2067 2410 | 
             
                },
         | 
| 2068 | 
            -
                " | 
| 2411 | 
            +
                "S28": {
         | 
| 2069 2412 | 
             
                  "type": "structure",
         | 
| 2070 2413 | 
             
                  "members": {
         | 
| 2071 2414 | 
             
                    "name": {},
         | 
| 2072 2415 | 
             
                    "apiId": {},
         | 
| 2073 2416 | 
             
                    "authenticationType": {},
         | 
| 2074 2417 | 
             
                    "logConfig": {
         | 
| 2075 | 
            -
                      "shape": " | 
| 2418 | 
            +
                      "shape": "S1r"
         | 
| 2076 2419 | 
             
                    },
         | 
| 2077 2420 | 
             
                    "userPoolConfig": {
         | 
| 2078 | 
            -
                      "shape": " | 
| 2421 | 
            +
                      "shape": "S1u"
         | 
| 2079 2422 | 
             
                    },
         | 
| 2080 2423 | 
             
                    "openIDConnectConfig": {
         | 
| 2081 | 
            -
                      "shape": " | 
| 2424 | 
            +
                      "shape": "S1w"
         | 
| 2082 2425 | 
             
                    },
         | 
| 2083 2426 | 
             
                    "arn": {},
         | 
| 2084 2427 | 
             
                    "uris": {
         | 
| 2085 | 
            -
                      "shape": " | 
| 2428 | 
            +
                      "shape": "S29"
         | 
| 2086 2429 | 
             
                    },
         | 
| 2087 2430 | 
             
                    "tags": {
         | 
| 2088 | 
            -
                      "shape": " | 
| 2431 | 
            +
                      "shape": "S1x"
         | 
| 2089 2432 | 
             
                    },
         | 
| 2090 2433 | 
             
                    "additionalAuthenticationProviders": {
         | 
| 2091 | 
            -
                      "shape": " | 
| 2434 | 
            +
                      "shape": "S20"
         | 
| 2092 2435 | 
             
                    },
         | 
| 2093 2436 | 
             
                    "xrayEnabled": {
         | 
| 2094 2437 | 
             
                      "type": "boolean"
         | 
| 2095 2438 | 
             
                    },
         | 
| 2096 2439 | 
             
                    "wafWebAclArn": {},
         | 
| 2097 2440 | 
             
                    "lambdaAuthorizerConfig": {
         | 
| 2098 | 
            -
                      "shape": " | 
| 2441 | 
            +
                      "shape": "S23"
         | 
| 2099 2442 | 
             
                    },
         | 
| 2100 2443 | 
             
                    "dns": {
         | 
| 2101 | 
            -
                      "shape": " | 
| 2444 | 
            +
                      "shape": "S29"
         | 
| 2102 2445 | 
             
                    },
         | 
| 2103 | 
            -
                    "visibility": {}
         | 
| 2446 | 
            +
                    "visibility": {},
         | 
| 2447 | 
            +
                    "apiType": {},
         | 
| 2448 | 
            +
                    "mergedApiExecutionRoleArn": {},
         | 
| 2449 | 
            +
                    "owner": {},
         | 
| 2450 | 
            +
                    "ownerContact": {}
         | 
| 2104 2451 | 
             
                  }
         | 
| 2105 2452 | 
             
                },
         | 
| 2106 | 
            -
                " | 
| 2453 | 
            +
                "S29": {
         | 
| 2107 2454 | 
             
                  "type": "map",
         | 
| 2108 2455 | 
             
                  "key": {},
         | 
| 2109 2456 | 
             
                  "value": {}
         | 
| 2110 2457 | 
             
                },
         | 
| 2111 | 
            -
                " | 
| 2458 | 
            +
                "S2c": {
         | 
| 2112 2459 | 
             
                  "type": "structure",
         | 
| 2113 2460 | 
             
                  "members": {
         | 
| 2114 2461 | 
             
                    "functions": {
         | 
| @@ -2117,7 +2464,7 @@ | |
| 2117 2464 | 
             
                    }
         | 
| 2118 2465 | 
             
                  }
         | 
| 2119 2466 | 
             
                },
         | 
| 2120 | 
            -
                " | 
| 2467 | 
            +
                "S2e": {
         | 
| 2121 2468 | 
             
                  "type": "structure",
         | 
| 2122 2469 | 
             
                  "required": [
         | 
| 2123 2470 | 
             
                    "ttl"
         | 
| @@ -2132,7 +2479,7 @@ | |
| 2132 2479 | 
             
                    }
         | 
| 2133 2480 | 
             
                  }
         | 
| 2134 2481 | 
             
                },
         | 
| 2135 | 
            -
                " | 
| 2482 | 
            +
                "S2h": {
         | 
| 2136 2483 | 
             
                  "type": "structure",
         | 
| 2137 2484 | 
             
                  "members": {
         | 
| 2138 2485 | 
             
                    "typeName": {},
         | 
| @@ -2143,24 +2490,24 @@ | |
| 2143 2490 | 
             
                    "responseMappingTemplate": {},
         | 
| 2144 2491 | 
             
                    "kind": {},
         | 
| 2145 2492 | 
             
                    "pipelineConfig": {
         | 
| 2146 | 
            -
                      "shape": " | 
| 2493 | 
            +
                      "shape": "S2c"
         | 
| 2147 2494 | 
             
                    },
         | 
| 2148 2495 | 
             
                    "syncConfig": {
         | 
| 2149 | 
            -
                      "shape": " | 
| 2496 | 
            +
                      "shape": "S1g"
         | 
| 2150 2497 | 
             
                    },
         | 
| 2151 2498 | 
             
                    "cachingConfig": {
         | 
| 2152 | 
            -
                      "shape": " | 
| 2499 | 
            +
                      "shape": "S2e"
         | 
| 2153 2500 | 
             
                    },
         | 
| 2154 2501 | 
             
                    "maxBatchSize": {
         | 
| 2155 2502 | 
             
                      "type": "integer"
         | 
| 2156 2503 | 
             
                    },
         | 
| 2157 2504 | 
             
                    "runtime": {
         | 
| 2158 | 
            -
                      "shape": " | 
| 2505 | 
            +
                      "shape": "S1l"
         | 
| 2159 2506 | 
             
                    },
         | 
| 2160 2507 | 
             
                    "code": {}
         | 
| 2161 2508 | 
             
                  }
         | 
| 2162 2509 | 
             
                },
         | 
| 2163 | 
            -
                " | 
| 2510 | 
            +
                "S2l": {
         | 
| 2164 2511 | 
             
                  "type": "structure",
         | 
| 2165 2512 | 
             
                  "members": {
         | 
| 2166 2513 | 
             
                    "name": {},
         | 
| @@ -2170,14 +2517,20 @@ | |
| 2170 2517 | 
             
                    "format": {}
         | 
| 2171 2518 | 
             
                  }
         | 
| 2172 2519 | 
             
                },
         | 
| 2173 | 
            -
                " | 
| 2520 | 
            +
                "S3k": {
         | 
| 2174 2521 | 
             
                  "type": "list",
         | 
| 2175 2522 | 
             
                  "member": {}
         | 
| 2176 2523 | 
             
                },
         | 
| 2177 | 
            -
                " | 
| 2524 | 
            +
                "S51": {
         | 
| 2525 | 
            +
                  "type": "list",
         | 
| 2526 | 
            +
                  "member": {
         | 
| 2527 | 
            +
                    "shape": "S2h"
         | 
| 2528 | 
            +
                  }
         | 
| 2529 | 
            +
                },
         | 
| 2530 | 
            +
                "S5d": {
         | 
| 2178 2531 | 
             
                  "type": "list",
         | 
| 2179 2532 | 
             
                  "member": {
         | 
| 2180 | 
            -
                    "shape": " | 
| 2533 | 
            +
                    "shape": "S2l"
         | 
| 2181 2534 | 
             
                  }
         | 
| 2182 2535 | 
             
                }
         | 
| 2183 2536 | 
             
              }
         |