aws-sdk 2.1661.0 → 2.1663.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/appsync-2017-07-25.min.json +4 -1
- package/apis/appsync-2017-07-25.paginators.json +60 -0
- package/apis/cleanrooms-2022-02-17.min.json +1329 -202
- package/apis/cleanrooms-2022-02-17.paginators.json +18 -0
- package/apis/cleanroomsml-2023-09-06.min.json +305 -287
- package/apis/cleanroomsml-2023-09-06.waiters2.json +5 -0
- package/apis/connect-2017-08-08.min.json +155 -144
- package/apis/connect-contact-lens-2020-08-21.min.json +18 -1
- package/apis/datazone-2018-05-10.min.json +0 -49
- package/apis/entityresolution-2018-05-10.min.json +162 -94
- package/apis/iotsitewise-2019-12-02.min.json +113 -98
- package/apis/mediapackagev2-2022-12-25.min.json +0 -3
- package/apis/medical-imaging-2023-07-19.min.json +75 -35
- package/apis/pinpoint-sms-voice-v2-2022-03-31.min.json +6 -0
- package/clients/cleanrooms.d.ts +1079 -16
- package/clients/cleanroomsml.d.ts +284 -257
- package/clients/cleanroomsml.js +1 -0
- package/clients/connect.d.ts +26 -5
- package/clients/connectcontactlens.d.ts +24 -3
- package/clients/datazone.d.ts +0 -64
- package/clients/dynamodb.d.ts +6 -6
- package/clients/entityresolution.d.ts +105 -22
- package/clients/iotsitewise.d.ts +37 -25
- package/clients/mediapackagev2.d.ts +1 -1
- package/clients/medicalimaging.d.ts +38 -0
- package/clients/pinpointsmsvoicev2.d.ts +56 -56
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +134 -127
- package/dist/aws-sdk.js +158 -147
- package/dist/aws-sdk.min.js +11 -11
- package/lib/core.js +1 -1
- package/package.json +1 -1
| @@ -5,12 +5,18 @@ | |
| 5 5 | 
             
                "endpointPrefix": "entityresolution",
         | 
| 6 6 | 
             
                "jsonVersion": "1.1",
         | 
| 7 7 | 
             
                "protocol": "rest-json",
         | 
| 8 | 
            +
                "protocols": [
         | 
| 9 | 
            +
                  "rest-json"
         | 
| 10 | 
            +
                ],
         | 
| 8 11 | 
             
                "serviceAbbreviation": "AWSEntityResolution",
         | 
| 9 12 | 
             
                "serviceFullName": "AWS EntityResolution",
         | 
| 10 13 | 
             
                "serviceId": "EntityResolution",
         | 
| 11 14 | 
             
                "signatureVersion": "v4",
         | 
| 12 15 | 
             
                "signingName": "entityresolution",
         | 
| 13 | 
            -
                "uid": "entityresolution-2018-05-10"
         | 
| 16 | 
            +
                "uid": "entityresolution-2018-05-10",
         | 
| 17 | 
            +
                "auth": [
         | 
| 18 | 
            +
                  "aws.auth#sigv4"
         | 
| 19 | 
            +
                ]
         | 
| 14 20 | 
             
              },
         | 
| 15 21 | 
             
              "operations": {
         | 
| 16 22 | 
             
                "AddPolicyStatement": {
         | 
| @@ -144,7 +150,6 @@ | |
| 144 150 | 
             
                    "required": [
         | 
| 145 151 | 
             
                      "idMappingTechniques",
         | 
| 146 152 | 
             
                      "inputSourceConfig",
         | 
| 147 | 
            -
                      "roleArn",
         | 
| 148 153 | 
             
                      "workflowName"
         | 
| 149 154 | 
             
                    ],
         | 
| 150 155 | 
             
                    "members": {
         | 
| @@ -153,14 +158,14 @@ | |
| 153 158 | 
             
                        "shape": "Ss"
         | 
| 154 159 | 
             
                      },
         | 
| 155 160 | 
             
                      "inputSourceConfig": {
         | 
| 156 | 
            -
                        "shape": " | 
| 161 | 
            +
                        "shape": "S18"
         | 
| 157 162 | 
             
                      },
         | 
| 158 163 | 
             
                      "outputSourceConfig": {
         | 
| 159 | 
            -
                        "shape": " | 
| 164 | 
            +
                        "shape": "S1c"
         | 
| 160 165 | 
             
                      },
         | 
| 161 166 | 
             
                      "roleArn": {},
         | 
| 162 167 | 
             
                      "tags": {
         | 
| 163 | 
            -
                        "shape": " | 
| 168 | 
            +
                        "shape": "S1g"
         | 
| 164 169 | 
             
                      },
         | 
| 165 170 | 
             
                      "workflowName": {}
         | 
| 166 171 | 
             
                    }
         | 
| @@ -170,7 +175,6 @@ | |
| 170 175 | 
             
                    "required": [
         | 
| 171 176 | 
             
                      "idMappingTechniques",
         | 
| 172 177 | 
             
                      "inputSourceConfig",
         | 
| 173 | 
            -
                      "roleArn",
         | 
| 174 178 | 
             
                      "workflowArn",
         | 
| 175 179 | 
             
                      "workflowName"
         | 
| 176 180 | 
             
                    ],
         | 
| @@ -180,10 +184,10 @@ | |
| 180 184 | 
             
                        "shape": "Ss"
         | 
| 181 185 | 
             
                      },
         | 
| 182 186 | 
             
                      "inputSourceConfig": {
         | 
| 183 | 
            -
                        "shape": " | 
| 187 | 
            +
                        "shape": "S18"
         | 
| 184 188 | 
             
                      },
         | 
| 185 189 | 
             
                      "outputSourceConfig": {
         | 
| 186 | 
            -
                        "shape": " | 
| 190 | 
            +
                        "shape": "S1c"
         | 
| 187 191 | 
             
                      },
         | 
| 188 192 | 
             
                      "roleArn": {},
         | 
| 189 193 | 
             
                      "workflowArn": {},
         | 
| @@ -205,15 +209,15 @@ | |
| 205 209 | 
             
                    "members": {
         | 
| 206 210 | 
             
                      "description": {},
         | 
| 207 211 | 
             
                      "idMappingWorkflowProperties": {
         | 
| 208 | 
            -
                        "shape": " | 
| 212 | 
            +
                        "shape": "S1m"
         | 
| 209 213 | 
             
                      },
         | 
| 210 214 | 
             
                      "idNamespaceName": {},
         | 
| 211 215 | 
             
                      "inputSourceConfig": {
         | 
| 212 | 
            -
                        "shape": " | 
| 216 | 
            +
                        "shape": "S1t"
         | 
| 213 217 | 
             
                      },
         | 
| 214 218 | 
             
                      "roleArn": {},
         | 
| 215 219 | 
             
                      "tags": {
         | 
| 216 | 
            -
                        "shape": " | 
| 220 | 
            +
                        "shape": "S1g"
         | 
| 217 221 | 
             
                      },
         | 
| 218 222 | 
             
                      "type": {}
         | 
| 219 223 | 
             
                    }
         | 
| @@ -233,16 +237,16 @@ | |
| 233 237 | 
             
                      },
         | 
| 234 238 | 
             
                      "description": {},
         | 
| 235 239 | 
             
                      "idMappingWorkflowProperties": {
         | 
| 236 | 
            -
                        "shape": " | 
| 240 | 
            +
                        "shape": "S1m"
         | 
| 237 241 | 
             
                      },
         | 
| 238 242 | 
             
                      "idNamespaceArn": {},
         | 
| 239 243 | 
             
                      "idNamespaceName": {},
         | 
| 240 244 | 
             
                      "inputSourceConfig": {
         | 
| 241 | 
            -
                        "shape": " | 
| 245 | 
            +
                        "shape": "S1t"
         | 
| 242 246 | 
             
                      },
         | 
| 243 247 | 
             
                      "roleArn": {},
         | 
| 244 248 | 
             
                      "tags": {
         | 
| 245 | 
            -
                        "shape": " | 
| 249 | 
            +
                        "shape": "S1g"
         | 
| 246 250 | 
             
                      },
         | 
| 247 251 | 
             
                      "type": {},
         | 
| 248 252 | 
             
                      "updatedAt": {
         | 
| @@ -268,20 +272,20 @@ | |
| 268 272 | 
             
                    "members": {
         | 
| 269 273 | 
             
                      "description": {},
         | 
| 270 274 | 
             
                      "incrementalRunConfig": {
         | 
| 271 | 
            -
                        "shape": " | 
| 275 | 
            +
                        "shape": "S21"
         | 
| 272 276 | 
             
                      },
         | 
| 273 277 | 
             
                      "inputSourceConfig": {
         | 
| 274 | 
            -
                        "shape": " | 
| 278 | 
            +
                        "shape": "S23"
         | 
| 275 279 | 
             
                      },
         | 
| 276 280 | 
             
                      "outputSourceConfig": {
         | 
| 277 | 
            -
                        "shape": " | 
| 281 | 
            +
                        "shape": "S27"
         | 
| 278 282 | 
             
                      },
         | 
| 279 283 | 
             
                      "resolutionTechniques": {
         | 
| 280 | 
            -
                        "shape": " | 
| 284 | 
            +
                        "shape": "S2b"
         | 
| 281 285 | 
             
                      },
         | 
| 282 286 | 
             
                      "roleArn": {},
         | 
| 283 287 | 
             
                      "tags": {
         | 
| 284 | 
            -
                        "shape": " | 
| 288 | 
            +
                        "shape": "S1g"
         | 
| 285 289 | 
             
                      },
         | 
| 286 290 | 
             
                      "workflowName": {}
         | 
| 287 291 | 
             
                    }
         | 
| @@ -299,16 +303,16 @@ | |
| 299 303 | 
             
                    "members": {
         | 
| 300 304 | 
             
                      "description": {},
         | 
| 301 305 | 
             
                      "incrementalRunConfig": {
         | 
| 302 | 
            -
                        "shape": " | 
| 306 | 
            +
                        "shape": "S21"
         | 
| 303 307 | 
             
                      },
         | 
| 304 308 | 
             
                      "inputSourceConfig": {
         | 
| 305 | 
            -
                        "shape": " | 
| 309 | 
            +
                        "shape": "S23"
         | 
| 306 310 | 
             
                      },
         | 
| 307 311 | 
             
                      "outputSourceConfig": {
         | 
| 308 | 
            -
                        "shape": " | 
| 312 | 
            +
                        "shape": "S27"
         | 
| 309 313 | 
             
                      },
         | 
| 310 314 | 
             
                      "resolutionTechniques": {
         | 
| 311 | 
            -
                        "shape": " | 
| 315 | 
            +
                        "shape": "S2b"
         | 
| 312 316 | 
             
                      },
         | 
| 313 317 | 
             
                      "roleArn": {},
         | 
| 314 318 | 
             
                      "workflowArn": {},
         | 
| @@ -330,11 +334,11 @@ | |
| 330 334 | 
             
                    "members": {
         | 
| 331 335 | 
             
                      "description": {},
         | 
| 332 336 | 
             
                      "mappedInputFields": {
         | 
| 333 | 
            -
                        "shape": " | 
| 337 | 
            +
                        "shape": "S2k"
         | 
| 334 338 | 
             
                      },
         | 
| 335 339 | 
             
                      "schemaName": {},
         | 
| 336 340 | 
             
                      "tags": {
         | 
| 337 | 
            -
                        "shape": " | 
| 341 | 
            +
                        "shape": "S1g"
         | 
| 338 342 | 
             
                      }
         | 
| 339 343 | 
             
                    }
         | 
| 340 344 | 
             
                  },
         | 
| @@ -349,7 +353,7 @@ | |
| 349 353 | 
             
                    "members": {
         | 
| 350 354 | 
             
                      "description": {},
         | 
| 351 355 | 
             
                      "mappedInputFields": {
         | 
| 352 | 
            -
                        "shape": " | 
| 356 | 
            +
                        "shape": "S2k"
         | 
| 353 357 | 
             
                      },
         | 
| 354 358 | 
             
                      "schemaArn": {},
         | 
| 355 359 | 
             
                      "schemaName": {}
         | 
| @@ -544,7 +548,7 @@ | |
| 544 548 | 
             
                        "type": "timestamp"
         | 
| 545 549 | 
             
                      },
         | 
| 546 550 | 
             
                      "errorDetails": {
         | 
| 547 | 
            -
                        "shape": " | 
| 551 | 
            +
                        "shape": "S33"
         | 
| 548 552 | 
             
                      },
         | 
| 549 553 | 
             
                      "jobId": {},
         | 
| 550 554 | 
             
                      "metrics": {
         | 
| @@ -556,13 +560,22 @@ | |
| 556 560 | 
             
                          "recordsNotProcessed": {
         | 
| 557 561 | 
             
                            "type": "integer"
         | 
| 558 562 | 
             
                          },
         | 
| 563 | 
            +
                          "totalMappedRecords": {
         | 
| 564 | 
            +
                            "type": "integer"
         | 
| 565 | 
            +
                          },
         | 
| 566 | 
            +
                          "totalMappedSourceRecords": {
         | 
| 567 | 
            +
                            "type": "integer"
         | 
| 568 | 
            +
                          },
         | 
| 569 | 
            +
                          "totalMappedTargetRecords": {
         | 
| 570 | 
            +
                            "type": "integer"
         | 
| 571 | 
            +
                          },
         | 
| 559 572 | 
             
                          "totalRecordsProcessed": {
         | 
| 560 573 | 
             
                            "type": "integer"
         | 
| 561 574 | 
             
                          }
         | 
| 562 575 | 
             
                        }
         | 
| 563 576 | 
             
                      },
         | 
| 564 577 | 
             
                      "outputSourceConfig": {
         | 
| 565 | 
            -
                        "shape": " | 
| 578 | 
            +
                        "shape": "S37"
         | 
| 566 579 | 
             
                      },
         | 
| 567 580 | 
             
                      "startTime": {
         | 
| 568 581 | 
             
                        "type": "timestamp"
         | 
| @@ -595,7 +608,6 @@ | |
| 595 608 | 
             
                      "createdAt",
         | 
| 596 609 | 
             
                      "idMappingTechniques",
         | 
| 597 610 | 
             
                      "inputSourceConfig",
         | 
| 598 | 
            -
                      "roleArn",
         | 
| 599 611 | 
             
                      "updatedAt",
         | 
| 600 612 | 
             
                      "workflowArn",
         | 
| 601 613 | 
             
                      "workflowName"
         | 
| @@ -609,14 +621,14 @@ | |
| 609 621 | 
             
                        "shape": "Ss"
         | 
| 610 622 | 
             
                      },
         | 
| 611 623 | 
             
                      "inputSourceConfig": {
         | 
| 612 | 
            -
                        "shape": " | 
| 624 | 
            +
                        "shape": "S18"
         | 
| 613 625 | 
             
                      },
         | 
| 614 626 | 
             
                      "outputSourceConfig": {
         | 
| 615 | 
            -
                        "shape": " | 
| 627 | 
            +
                        "shape": "S1c"
         | 
| 616 628 | 
             
                      },
         | 
| 617 629 | 
             
                      "roleArn": {},
         | 
| 618 630 | 
             
                      "tags": {
         | 
| 619 | 
            -
                        "shape": " | 
| 631 | 
            +
                        "shape": "S1g"
         | 
| 620 632 | 
             
                      },
         | 
| 621 633 | 
             
                      "updatedAt": {
         | 
| 622 634 | 
             
                        "type": "timestamp"
         | 
| @@ -659,16 +671,16 @@ | |
| 659 671 | 
             
                      },
         | 
| 660 672 | 
             
                      "description": {},
         | 
| 661 673 | 
             
                      "idMappingWorkflowProperties": {
         | 
| 662 | 
            -
                        "shape": " | 
| 674 | 
            +
                        "shape": "S1m"
         | 
| 663 675 | 
             
                      },
         | 
| 664 676 | 
             
                      "idNamespaceArn": {},
         | 
| 665 677 | 
             
                      "idNamespaceName": {},
         | 
| 666 678 | 
             
                      "inputSourceConfig": {
         | 
| 667 | 
            -
                        "shape": " | 
| 679 | 
            +
                        "shape": "S1t"
         | 
| 668 680 | 
             
                      },
         | 
| 669 681 | 
             
                      "roleArn": {},
         | 
| 670 682 | 
             
                      "tags": {
         | 
| 671 | 
            -
                        "shape": " | 
| 683 | 
            +
                        "shape": "S1g"
         | 
| 672 684 | 
             
                      },
         | 
| 673 685 | 
             
                      "type": {},
         | 
| 674 686 | 
             
                      "updatedAt": {
         | 
| @@ -747,7 +759,7 @@ | |
| 747 759 | 
             
                        "type": "timestamp"
         | 
| 748 760 | 
             
                      },
         | 
| 749 761 | 
             
                      "errorDetails": {
         | 
| 750 | 
            -
                        "shape": " | 
| 762 | 
            +
                        "shape": "S33"
         | 
| 751 763 | 
             
                      },
         | 
| 752 764 | 
             
                      "jobId": {},
         | 
| 753 765 | 
             
                      "metrics": {
         | 
| @@ -825,20 +837,20 @@ | |
| 825 837 | 
             
                      },
         | 
| 826 838 | 
             
                      "description": {},
         | 
| 827 839 | 
             
                      "incrementalRunConfig": {
         | 
| 828 | 
            -
                        "shape": " | 
| 840 | 
            +
                        "shape": "S21"
         | 
| 829 841 | 
             
                      },
         | 
| 830 842 | 
             
                      "inputSourceConfig": {
         | 
| 831 | 
            -
                        "shape": " | 
| 843 | 
            +
                        "shape": "S23"
         | 
| 832 844 | 
             
                      },
         | 
| 833 845 | 
             
                      "outputSourceConfig": {
         | 
| 834 | 
            -
                        "shape": " | 
| 846 | 
            +
                        "shape": "S27"
         | 
| 835 847 | 
             
                      },
         | 
| 836 848 | 
             
                      "resolutionTechniques": {
         | 
| 837 | 
            -
                        "shape": " | 
| 849 | 
            +
                        "shape": "S2b"
         | 
| 838 850 | 
             
                      },
         | 
| 839 851 | 
             
                      "roleArn": {},
         | 
| 840 852 | 
             
                      "tags": {
         | 
| 841 | 
            -
                        "shape": " | 
| 853 | 
            +
                        "shape": "S1g"
         | 
| 842 854 | 
             
                      },
         | 
| 843 855 | 
             
                      "updatedAt": {
         | 
| 844 856 | 
             
                        "type": "timestamp"
         | 
| @@ -1048,12 +1060,12 @@ | |
| 1048 1060 | 
             
                        "type": "boolean"
         | 
| 1049 1061 | 
             
                      },
         | 
| 1050 1062 | 
             
                      "mappedInputFields": {
         | 
| 1051 | 
            -
                        "shape": " | 
| 1063 | 
            +
                        "shape": "S2k"
         | 
| 1052 1064 | 
             
                      },
         | 
| 1053 1065 | 
             
                      "schemaArn": {},
         | 
| 1054 1066 | 
             
                      "schemaName": {},
         | 
| 1055 1067 | 
             
                      "tags": {
         | 
| 1056 | 
            -
                        "shape": " | 
| 1068 | 
            +
                        "shape": "S1g"
         | 
| 1057 1069 | 
             
                      },
         | 
| 1058 1070 | 
             
                      "updatedAt": {
         | 
| 1059 1071 | 
             
                        "type": "timestamp"
         | 
| @@ -1092,7 +1104,7 @@ | |
| 1092 1104 | 
             
                    "type": "structure",
         | 
| 1093 1105 | 
             
                    "members": {
         | 
| 1094 1106 | 
             
                      "jobs": {
         | 
| 1095 | 
            -
                        "shape": " | 
| 1107 | 
            +
                        "shape": "S4f"
         | 
| 1096 1108 | 
             
                      },
         | 
| 1097 1109 | 
             
                      "nextToken": {}
         | 
| 1098 1110 | 
             
                    }
         | 
| @@ -1186,6 +1198,18 @@ | |
| 1186 1198 | 
             
                              "type": "timestamp"
         | 
| 1187 1199 | 
             
                            },
         | 
| 1188 1200 | 
             
                            "description": {},
         | 
| 1201 | 
            +
                            "idMappingWorkflowProperties": {
         | 
| 1202 | 
            +
                              "type": "list",
         | 
| 1203 | 
            +
                              "member": {
         | 
| 1204 | 
            +
                                "type": "structure",
         | 
| 1205 | 
            +
                                "required": [
         | 
| 1206 | 
            +
                                  "idMappingType"
         | 
| 1207 | 
            +
                                ],
         | 
| 1208 | 
            +
                                "members": {
         | 
| 1209 | 
            +
                                  "idMappingType": {}
         | 
| 1210 | 
            +
                                }
         | 
| 1211 | 
            +
                              }
         | 
| 1212 | 
            +
                            },
         | 
| 1189 1213 | 
             
                            "idNamespaceArn": {},
         | 
| 1190 1214 | 
             
                            "idNamespaceName": {},
         | 
| 1191 1215 | 
             
                            "type": {},
         | 
| @@ -1230,7 +1254,7 @@ | |
| 1230 1254 | 
             
                    "type": "structure",
         | 
| 1231 1255 | 
             
                    "members": {
         | 
| 1232 1256 | 
             
                      "jobs": {
         | 
| 1233 | 
            -
                        "shape": " | 
| 1257 | 
            +
                        "shape": "S4f"
         | 
| 1234 1258 | 
             
                      },
         | 
| 1235 1259 | 
             
                      "nextToken": {}
         | 
| 1236 1260 | 
             
                    }
         | 
| @@ -1416,7 +1440,7 @@ | |
| 1416 1440 | 
             
                    ],
         | 
| 1417 1441 | 
             
                    "members": {
         | 
| 1418 1442 | 
             
                      "tags": {
         | 
| 1419 | 
            -
                        "shape": " | 
| 1443 | 
            +
                        "shape": "S1g"
         | 
| 1420 1444 | 
             
                      }
         | 
| 1421 1445 | 
             
                    }
         | 
| 1422 1446 | 
             
                  }
         | 
| @@ -1468,7 +1492,7 @@ | |
| 1468 1492 | 
             
                    ],
         | 
| 1469 1493 | 
             
                    "members": {
         | 
| 1470 1494 | 
             
                      "outputSourceConfig": {
         | 
| 1471 | 
            -
                        "shape": " | 
| 1495 | 
            +
                        "shape": "S37"
         | 
| 1472 1496 | 
             
                      },
         | 
| 1473 1497 | 
             
                      "workflowName": {
         | 
| 1474 1498 | 
             
                        "location": "uri",
         | 
| @@ -1484,7 +1508,7 @@ | |
| 1484 1508 | 
             
                    "members": {
         | 
| 1485 1509 | 
             
                      "jobId": {},
         | 
| 1486 1510 | 
             
                      "outputSourceConfig": {
         | 
| 1487 | 
            -
                        "shape": " | 
| 1511 | 
            +
                        "shape": "S37"
         | 
| 1488 1512 | 
             
                      }
         | 
| 1489 1513 | 
             
                    }
         | 
| 1490 1514 | 
             
                  }
         | 
| @@ -1533,7 +1557,7 @@ | |
| 1533 1557 | 
             
                        "locationName": "resourceArn"
         | 
| 1534 1558 | 
             
                      },
         | 
| 1535 1559 | 
             
                      "tags": {
         | 
| 1536 | 
            -
                        "shape": " | 
| 1560 | 
            +
                        "shape": "S1g"
         | 
| 1537 1561 | 
             
                      }
         | 
| 1538 1562 | 
             
                    }
         | 
| 1539 1563 | 
             
                  },
         | 
| @@ -1584,7 +1608,6 @@ | |
| 1584 1608 | 
             
                    "required": [
         | 
| 1585 1609 | 
             
                      "idMappingTechniques",
         | 
| 1586 1610 | 
             
                      "inputSourceConfig",
         | 
| 1587 | 
            -
                      "roleArn",
         | 
| 1588 1611 | 
             
                      "workflowName"
         | 
| 1589 1612 | 
             
                    ],
         | 
| 1590 1613 | 
             
                    "members": {
         | 
| @@ -1593,10 +1616,10 @@ | |
| 1593 1616 | 
             
                        "shape": "Ss"
         | 
| 1594 1617 | 
             
                      },
         | 
| 1595 1618 | 
             
                      "inputSourceConfig": {
         | 
| 1596 | 
            -
                        "shape": " | 
| 1619 | 
            +
                        "shape": "S18"
         | 
| 1597 1620 | 
             
                      },
         | 
| 1598 1621 | 
             
                      "outputSourceConfig": {
         | 
| 1599 | 
            -
                        "shape": " | 
| 1622 | 
            +
                        "shape": "S1c"
         | 
| 1600 1623 | 
             
                      },
         | 
| 1601 1624 | 
             
                      "roleArn": {},
         | 
| 1602 1625 | 
             
                      "workflowName": {
         | 
| @@ -1610,7 +1633,6 @@ | |
| 1610 1633 | 
             
                    "required": [
         | 
| 1611 1634 | 
             
                      "idMappingTechniques",
         | 
| 1612 1635 | 
             
                      "inputSourceConfig",
         | 
| 1613 | 
            -
                      "roleArn",
         | 
| 1614 1636 | 
             
                      "workflowArn",
         | 
| 1615 1637 | 
             
                      "workflowName"
         | 
| 1616 1638 | 
             
                    ],
         | 
| @@ -1620,10 +1642,10 @@ | |
| 1620 1642 | 
             
                        "shape": "Ss"
         | 
| 1621 1643 | 
             
                      },
         | 
| 1622 1644 | 
             
                      "inputSourceConfig": {
         | 
| 1623 | 
            -
                        "shape": " | 
| 1645 | 
            +
                        "shape": "S18"
         | 
| 1624 1646 | 
             
                      },
         | 
| 1625 1647 | 
             
                      "outputSourceConfig": {
         | 
| 1626 | 
            -
                        "shape": " | 
| 1648 | 
            +
                        "shape": "S1c"
         | 
| 1627 1649 | 
             
                      },
         | 
| 1628 1650 | 
             
                      "roleArn": {},
         | 
| 1629 1651 | 
             
                      "workflowArn": {},
         | 
| @@ -1646,14 +1668,14 @@ | |
| 1646 1668 | 
             
                    "members": {
         | 
| 1647 1669 | 
             
                      "description": {},
         | 
| 1648 1670 | 
             
                      "idMappingWorkflowProperties": {
         | 
| 1649 | 
            -
                        "shape": " | 
| 1671 | 
            +
                        "shape": "S1m"
         | 
| 1650 1672 | 
             
                      },
         | 
| 1651 1673 | 
             
                      "idNamespaceName": {
         | 
| 1652 1674 | 
             
                        "location": "uri",
         | 
| 1653 1675 | 
             
                        "locationName": "idNamespaceName"
         | 
| 1654 1676 | 
             
                      },
         | 
| 1655 1677 | 
             
                      "inputSourceConfig": {
         | 
| 1656 | 
            -
                        "shape": " | 
| 1678 | 
            +
                        "shape": "S1t"
         | 
| 1657 1679 | 
             
                      },
         | 
| 1658 1680 | 
             
                      "roleArn": {}
         | 
| 1659 1681 | 
             
                    }
         | 
| @@ -1673,12 +1695,12 @@ | |
| 1673 1695 | 
             
                      },
         | 
| 1674 1696 | 
             
                      "description": {},
         | 
| 1675 1697 | 
             
                      "idMappingWorkflowProperties": {
         | 
| 1676 | 
            -
                        "shape": " | 
| 1698 | 
            +
                        "shape": "S1m"
         | 
| 1677 1699 | 
             
                      },
         | 
| 1678 1700 | 
             
                      "idNamespaceArn": {},
         | 
| 1679 1701 | 
             
                      "idNamespaceName": {},
         | 
| 1680 1702 | 
             
                      "inputSourceConfig": {
         | 
| 1681 | 
            -
                        "shape": " | 
| 1703 | 
            +
                        "shape": "S1t"
         | 
| 1682 1704 | 
             
                      },
         | 
| 1683 1705 | 
             
                      "roleArn": {},
         | 
| 1684 1706 | 
             
                      "type": {},
         | 
| @@ -1707,16 +1729,16 @@ | |
| 1707 1729 | 
             
                    "members": {
         | 
| 1708 1730 | 
             
                      "description": {},
         | 
| 1709 1731 | 
             
                      "incrementalRunConfig": {
         | 
| 1710 | 
            -
                        "shape": " | 
| 1732 | 
            +
                        "shape": "S21"
         | 
| 1711 1733 | 
             
                      },
         | 
| 1712 1734 | 
             
                      "inputSourceConfig": {
         | 
| 1713 | 
            -
                        "shape": " | 
| 1735 | 
            +
                        "shape": "S23"
         | 
| 1714 1736 | 
             
                      },
         | 
| 1715 1737 | 
             
                      "outputSourceConfig": {
         | 
| 1716 | 
            -
                        "shape": " | 
| 1738 | 
            +
                        "shape": "S27"
         | 
| 1717 1739 | 
             
                      },
         | 
| 1718 1740 | 
             
                      "resolutionTechniques": {
         | 
| 1719 | 
            -
                        "shape": " | 
| 1741 | 
            +
                        "shape": "S2b"
         | 
| 1720 1742 | 
             
                      },
         | 
| 1721 1743 | 
             
                      "roleArn": {},
         | 
| 1722 1744 | 
             
                      "workflowName": {
         | 
| @@ -1737,16 +1759,16 @@ | |
| 1737 1759 | 
             
                    "members": {
         | 
| 1738 1760 | 
             
                      "description": {},
         | 
| 1739 1761 | 
             
                      "incrementalRunConfig": {
         | 
| 1740 | 
            -
                        "shape": " | 
| 1762 | 
            +
                        "shape": "S21"
         | 
| 1741 1763 | 
             
                      },
         | 
| 1742 1764 | 
             
                      "inputSourceConfig": {
         | 
| 1743 | 
            -
                        "shape": " | 
| 1765 | 
            +
                        "shape": "S23"
         | 
| 1744 1766 | 
             
                      },
         | 
| 1745 1767 | 
             
                      "outputSourceConfig": {
         | 
| 1746 | 
            -
                        "shape": " | 
| 1768 | 
            +
                        "shape": "S27"
         | 
| 1747 1769 | 
             
                      },
         | 
| 1748 1770 | 
             
                      "resolutionTechniques": {
         | 
| 1749 | 
            -
                        "shape": " | 
| 1771 | 
            +
                        "shape": "S2b"
         | 
| 1750 1772 | 
             
                      },
         | 
| 1751 1773 | 
             
                      "roleArn": {},
         | 
| 1752 1774 | 
             
                      "workflowName": {}
         | 
| @@ -1769,7 +1791,7 @@ | |
| 1769 1791 | 
             
                    "members": {
         | 
| 1770 1792 | 
             
                      "description": {},
         | 
| 1771 1793 | 
             
                      "mappedInputFields": {
         | 
| 1772 | 
            -
                        "shape": " | 
| 1794 | 
            +
                        "shape": "S2k"
         | 
| 1773 1795 | 
             
                      },
         | 
| 1774 1796 | 
             
                      "schemaName": {
         | 
| 1775 1797 | 
             
                        "location": "uri",
         | 
| @@ -1787,7 +1809,7 @@ | |
| 1787 1809 | 
             
                    "members": {
         | 
| 1788 1810 | 
             
                      "description": {},
         | 
| 1789 1811 | 
             
                      "mappedInputFields": {
         | 
| 1790 | 
            -
                        "shape": " | 
| 1812 | 
            +
                        "shape": "S2k"
         | 
| 1791 1813 | 
             
                      },
         | 
| 1792 1814 | 
             
                      "schemaArn": {},
         | 
| 1793 1815 | 
             
                      "schemaName": {}
         | 
| @@ -1806,6 +1828,25 @@ | |
| 1806 1828 | 
             
                    "idMappingType": {},
         | 
| 1807 1829 | 
             
                    "providerProperties": {
         | 
| 1808 1830 | 
             
                      "shape": "Su"
         | 
| 1831 | 
            +
                    },
         | 
| 1832 | 
            +
                    "ruleBasedProperties": {
         | 
| 1833 | 
            +
                      "type": "structure",
         | 
| 1834 | 
            +
                      "required": [
         | 
| 1835 | 
            +
                        "attributeMatchingModel",
         | 
| 1836 | 
            +
                        "recordMatchingModel",
         | 
| 1837 | 
            +
                        "ruleDefinitionType"
         | 
| 1838 | 
            +
                      ],
         | 
| 1839 | 
            +
                      "members": {
         | 
| 1840 | 
            +
                        "attributeMatchingModel": {},
         | 
| 1841 | 
            +
                        "recordMatchingModel": {},
         | 
| 1842 | 
            +
                        "ruleDefinitionType": {},
         | 
| 1843 | 
            +
                        "rules": {
         | 
| 1844 | 
            +
                          "type": "list",
         | 
| 1845 | 
            +
                          "member": {
         | 
| 1846 | 
            +
                            "shape": "S14"
         | 
| 1847 | 
            +
                          }
         | 
| 1848 | 
            +
                        }
         | 
| 1849 | 
            +
                      }
         | 
| 1809 1850 | 
             
                    }
         | 
| 1810 1851 | 
             
                  }
         | 
| 1811 1852 | 
             
                },
         | 
| @@ -1835,7 +1876,21 @@ | |
| 1835 1876 | 
             
                  "members": {},
         | 
| 1836 1877 | 
             
                  "document": true
         | 
| 1837 1878 | 
             
                },
         | 
| 1838 | 
            -
                " | 
| 1879 | 
            +
                "S14": {
         | 
| 1880 | 
            +
                  "type": "structure",
         | 
| 1881 | 
            +
                  "required": [
         | 
| 1882 | 
            +
                    "matchingKeys",
         | 
| 1883 | 
            +
                    "ruleName"
         | 
| 1884 | 
            +
                  ],
         | 
| 1885 | 
            +
                  "members": {
         | 
| 1886 | 
            +
                    "matchingKeys": {
         | 
| 1887 | 
            +
                      "type": "list",
         | 
| 1888 | 
            +
                      "member": {}
         | 
| 1889 | 
            +
                    },
         | 
| 1890 | 
            +
                    "ruleName": {}
         | 
| 1891 | 
            +
                  }
         | 
| 1892 | 
            +
                },
         | 
| 1893 | 
            +
                "S18": {
         | 
| 1839 1894 | 
             
                  "type": "list",
         | 
| 1840 1895 | 
             
                  "member": {
         | 
| 1841 1896 | 
             
                    "type": "structure",
         | 
| @@ -1849,7 +1904,7 @@ | |
| 1849 1904 | 
             
                    }
         | 
| 1850 1905 | 
             
                  }
         | 
| 1851 1906 | 
             
                },
         | 
| 1852 | 
            -
                " | 
| 1907 | 
            +
                "S1c": {
         | 
| 1853 1908 | 
             
                  "type": "list",
         | 
| 1854 1909 | 
             
                  "member": {
         | 
| 1855 1910 | 
             
                    "type": "structure",
         | 
| @@ -1862,12 +1917,12 @@ | |
| 1862 1917 | 
             
                    }
         | 
| 1863 1918 | 
             
                  }
         | 
| 1864 1919 | 
             
                },
         | 
| 1865 | 
            -
                " | 
| 1920 | 
            +
                "S1g": {
         | 
| 1866 1921 | 
             
                  "type": "map",
         | 
| 1867 1922 | 
             
                  "key": {},
         | 
| 1868 1923 | 
             
                  "value": {}
         | 
| 1869 1924 | 
             
                },
         | 
| 1870 | 
            -
                " | 
| 1925 | 
            +
                "S1m": {
         | 
| 1871 1926 | 
             
                  "type": "list",
         | 
| 1872 1927 | 
             
                  "member": {
         | 
| 1873 1928 | 
             
                    "type": "structure",
         | 
| @@ -1887,11 +1942,31 @@ | |
| 1887 1942 | 
             
                          },
         | 
| 1888 1943 | 
             
                          "providerServiceArn": {}
         | 
| 1889 1944 | 
             
                        }
         | 
| 1945 | 
            +
                      },
         | 
| 1946 | 
            +
                      "ruleBasedProperties": {
         | 
| 1947 | 
            +
                        "type": "structure",
         | 
| 1948 | 
            +
                        "members": {
         | 
| 1949 | 
            +
                          "attributeMatchingModel": {},
         | 
| 1950 | 
            +
                          "recordMatchingModels": {
         | 
| 1951 | 
            +
                            "type": "list",
         | 
| 1952 | 
            +
                            "member": {}
         | 
| 1953 | 
            +
                          },
         | 
| 1954 | 
            +
                          "ruleDefinitionTypes": {
         | 
| 1955 | 
            +
                            "type": "list",
         | 
| 1956 | 
            +
                            "member": {}
         | 
| 1957 | 
            +
                          },
         | 
| 1958 | 
            +
                          "rules": {
         | 
| 1959 | 
            +
                            "type": "list",
         | 
| 1960 | 
            +
                            "member": {
         | 
| 1961 | 
            +
                              "shape": "S14"
         | 
| 1962 | 
            +
                            }
         | 
| 1963 | 
            +
                          }
         | 
| 1964 | 
            +
                        }
         | 
| 1890 1965 | 
             
                      }
         | 
| 1891 1966 | 
             
                    }
         | 
| 1892 1967 | 
             
                  }
         | 
| 1893 1968 | 
             
                },
         | 
| 1894 | 
            -
                " | 
| 1969 | 
            +
                "S1t": {
         | 
| 1895 1970 | 
             
                  "type": "list",
         | 
| 1896 1971 | 
             
                  "member": {
         | 
| 1897 1972 | 
             
                    "type": "structure",
         | 
| @@ -1904,13 +1979,13 @@ | |
| 1904 1979 | 
             
                    }
         | 
| 1905 1980 | 
             
                  }
         | 
| 1906 1981 | 
             
                },
         | 
| 1907 | 
            -
                " | 
| 1982 | 
            +
                "S21": {
         | 
| 1908 1983 | 
             
                  "type": "structure",
         | 
| 1909 1984 | 
             
                  "members": {
         | 
| 1910 1985 | 
             
                    "incrementalRunType": {}
         | 
| 1911 1986 | 
             
                  }
         | 
| 1912 1987 | 
             
                },
         | 
| 1913 | 
            -
                " | 
| 1988 | 
            +
                "S23": {
         | 
| 1914 1989 | 
             
                  "type": "list",
         | 
| 1915 1990 | 
             
                  "member": {
         | 
| 1916 1991 | 
             
                    "type": "structure",
         | 
| @@ -1927,7 +2002,7 @@ | |
| 1927 2002 | 
             
                    }
         | 
| 1928 2003 | 
             
                  }
         | 
| 1929 2004 | 
             
                },
         | 
| 1930 | 
            -
                " | 
| 2005 | 
            +
                "S27": {
         | 
| 1931 2006 | 
             
                  "type": "list",
         | 
| 1932 2007 | 
             
                  "member": {
         | 
| 1933 2008 | 
             
                    "type": "structure",
         | 
| @@ -1959,7 +2034,7 @@ | |
| 1959 2034 | 
             
                    }
         | 
| 1960 2035 | 
             
                  }
         | 
| 1961 2036 | 
             
                },
         | 
| 1962 | 
            -
                " | 
| 2037 | 
            +
                "S2b": {
         | 
| 1963 2038 | 
             
                  "type": "structure",
         | 
| 1964 2039 | 
             
                  "required": [
         | 
| 1965 2040 | 
             
                    "resolutionType"
         | 
| @@ -1977,28 +2052,18 @@ | |
| 1977 2052 | 
             
                      ],
         | 
| 1978 2053 | 
             
                      "members": {
         | 
| 1979 2054 | 
             
                        "attributeMatchingModel": {},
         | 
| 2055 | 
            +
                        "matchPurpose": {},
         | 
| 1980 2056 | 
             
                        "rules": {
         | 
| 1981 2057 | 
             
                          "type": "list",
         | 
| 1982 2058 | 
             
                          "member": {
         | 
| 1983 | 
            -
                            " | 
| 1984 | 
            -
                            "required": [
         | 
| 1985 | 
            -
                              "matchingKeys",
         | 
| 1986 | 
            -
                              "ruleName"
         | 
| 1987 | 
            -
                            ],
         | 
| 1988 | 
            -
                            "members": {
         | 
| 1989 | 
            -
                              "matchingKeys": {
         | 
| 1990 | 
            -
                                "type": "list",
         | 
| 1991 | 
            -
                                "member": {}
         | 
| 1992 | 
            -
                              },
         | 
| 1993 | 
            -
                              "ruleName": {}
         | 
| 1994 | 
            -
                            }
         | 
| 2059 | 
            +
                            "shape": "S14"
         | 
| 1995 2060 | 
             
                          }
         | 
| 1996 2061 | 
             
                        }
         | 
| 1997 2062 | 
             
                      }
         | 
| 1998 2063 | 
             
                    }
         | 
| 1999 2064 | 
             
                  }
         | 
| 2000 2065 | 
             
                },
         | 
| 2001 | 
            -
                " | 
| 2066 | 
            +
                "S2k": {
         | 
| 2002 2067 | 
             
                  "type": "list",
         | 
| 2003 2068 | 
             
                  "member": {
         | 
| 2004 2069 | 
             
                    "type": "structure",
         | 
| @@ -2009,19 +2074,22 @@ | |
| 2009 2074 | 
             
                    "members": {
         | 
| 2010 2075 | 
             
                      "fieldName": {},
         | 
| 2011 2076 | 
             
                      "groupName": {},
         | 
| 2077 | 
            +
                      "hashed": {
         | 
| 2078 | 
            +
                        "type": "boolean"
         | 
| 2079 | 
            +
                      },
         | 
| 2012 2080 | 
             
                      "matchKey": {},
         | 
| 2013 2081 | 
             
                      "subType": {},
         | 
| 2014 2082 | 
             
                      "type": {}
         | 
| 2015 2083 | 
             
                    }
         | 
| 2016 2084 | 
             
                  }
         | 
| 2017 2085 | 
             
                },
         | 
| 2018 | 
            -
                " | 
| 2086 | 
            +
                "S33": {
         | 
| 2019 2087 | 
             
                  "type": "structure",
         | 
| 2020 2088 | 
             
                  "members": {
         | 
| 2021 2089 | 
             
                    "errorMessage": {}
         | 
| 2022 2090 | 
             
                  }
         | 
| 2023 2091 | 
             
                },
         | 
| 2024 | 
            -
                " | 
| 2092 | 
            +
                "S37": {
         | 
| 2025 2093 | 
             
                  "type": "list",
         | 
| 2026 2094 | 
             
                  "member": {
         | 
| 2027 2095 | 
             
                    "type": "structure",
         | 
| @@ -2036,7 +2104,7 @@ | |
| 2036 2104 | 
             
                    }
         | 
| 2037 2105 | 
             
                  }
         | 
| 2038 2106 | 
             
                },
         | 
| 2039 | 
            -
                " | 
| 2107 | 
            +
                "S4f": {
         | 
| 2040 2108 | 
             
                  "type": "list",
         | 
| 2041 2109 | 
             
                  "member": {
         | 
| 2042 2110 | 
             
                    "type": "structure",
         |