aws-sdk 2.1366.0 → 2.1368.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 +22 -1
- package/README.md +1 -1
- package/apis/appflow-2020-08-23.min.json +104 -93
- package/apis/athena-2017-05-18.min.json +259 -50
- package/apis/athena-2017-05-18.paginators.json +5 -0
- package/apis/ec2-2016-11-15.min.json +936 -921
- package/apis/emr-containers-2020-10-01.min.json +52 -0
- package/apis/grafana-2020-08-18.min.json +1 -0
- package/apis/guardduty-2017-11-28.min.json +100 -69
- package/apis/iot-2015-05-28.min.json +289 -274
- package/apis/iotdeviceadvisor-2020-09-18.min.json +13 -4
- package/apis/kafka-2018-11-14.min.json +570 -89
- package/apis/kafka-2018-11-14.paginators.json +12 -0
- package/apis/marketplace-catalog-2018-09-17.paginators.json +4 -2
- package/apis/rekognition-2016-06-27.min.json +112 -48
- package/apis/simspaceweaver-2022-10-28.min.json +52 -16
- package/clients/appflow.d.ts +14 -1
- package/clients/athena.d.ts +228 -10
- package/clients/directconnect.d.ts +2 -2
- package/clients/ec2.d.ts +75 -52
- package/clients/efs.d.ts +1 -1
- package/clients/emrcontainers.d.ts +61 -0
- package/clients/grafana.d.ts +4 -0
- package/clients/guardduty.d.ts +32 -2
- package/clients/iot.d.ts +21 -2
- package/clients/iotdeviceadvisor.d.ts +16 -3
- package/clients/kafka.d.ts +634 -0
- package/clients/lambda.d.ts +1 -1
- package/clients/osis.d.ts +26 -26
- package/clients/qldb.d.ts +27 -27
- package/clients/rekognition.d.ts +117 -0
- package/clients/sagemaker.d.ts +2 -2
- package/clients/simspaceweaver.d.ts +62 -21
- package/clients/wafv2.d.ts +57 -57
- package/clients/workspaces.d.ts +3 -3
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +18 -17
- package/dist/aws-sdk.js +1611 -1300
- package/dist/aws-sdk.min.js +98 -98
- package/lib/core.js +1 -1
- package/lib/services/sqs.js +3 -2
- package/package.json +1 -1
| @@ -63,22 +63,22 @@ | |
| 63 63 | 
             
                      "description": {},
         | 
| 64 64 | 
             
                      "kmsArn": {},
         | 
| 65 65 | 
             
                      "triggerConfig": {
         | 
| 66 | 
            -
                        "shape": " | 
| 66 | 
            +
                        "shape": "S39"
         | 
| 67 67 | 
             
                      },
         | 
| 68 68 | 
             
                      "sourceFlowConfig": {
         | 
| 69 | 
            -
                        "shape": " | 
| 69 | 
            +
                        "shape": "S3j"
         | 
| 70 70 | 
             
                      },
         | 
| 71 71 | 
             
                      "destinationFlowConfigList": {
         | 
| 72 | 
            -
                        "shape": " | 
| 72 | 
            +
                        "shape": "S4c"
         | 
| 73 73 | 
             
                      },
         | 
| 74 74 | 
             
                      "tasks": {
         | 
| 75 | 
            -
                        "shape": " | 
| 75 | 
            +
                        "shape": "S5c"
         | 
| 76 76 | 
             
                      },
         | 
| 77 77 | 
             
                      "tags": {
         | 
| 78 | 
            -
                        "shape": " | 
| 78 | 
            +
                        "shape": "S62"
         | 
| 79 79 | 
             
                      },
         | 
| 80 80 | 
             
                      "metadataCatalogConfig": {
         | 
| 81 | 
            -
                        "shape": " | 
| 81 | 
            +
                        "shape": "S65"
         | 
| 82 82 | 
             
                      },
         | 
| 83 83 | 
             
                      "clientToken": {
         | 
| 84 84 | 
             
                        "idempotencyToken": true
         | 
| @@ -153,7 +153,7 @@ | |
| 153 153 | 
             
                    "type": "structure",
         | 
| 154 154 | 
             
                    "members": {
         | 
| 155 155 | 
             
                      "connectorConfiguration": {
         | 
| 156 | 
            -
                        "shape": " | 
| 156 | 
            +
                        "shape": "S6j"
         | 
| 157 157 | 
             
                      }
         | 
| 158 158 | 
             
                    }
         | 
| 159 159 | 
             
                  }
         | 
| @@ -223,10 +223,10 @@ | |
| 223 223 | 
             
                                    "valueRegexPattern": {},
         | 
| 224 224 | 
             
                                    "supportedDateFormat": {},
         | 
| 225 225 | 
             
                                    "fieldValueRange": {
         | 
| 226 | 
            -
                                      "shape": " | 
| 226 | 
            +
                                      "shape": "S8q"
         | 
| 227 227 | 
             
                                    },
         | 
| 228 228 | 
             
                                    "fieldLengthRange": {
         | 
| 229 | 
            -
                                      "shape": " | 
| 229 | 
            +
                                      "shape": "S8q"
         | 
| 230 230 | 
             
                                    }
         | 
| 231 231 | 
             
                                  }
         | 
| 232 232 | 
             
                                }
         | 
| @@ -266,12 +266,12 @@ | |
| 266 266 | 
             
                                  "type": "boolean"
         | 
| 267 267 | 
             
                                },
         | 
| 268 268 | 
             
                                "supportedWriteOperations": {
         | 
| 269 | 
            -
                                  "shape": " | 
| 269 | 
            +
                                  "shape": "S89"
         | 
| 270 270 | 
             
                                }
         | 
| 271 271 | 
             
                              }
         | 
| 272 272 | 
             
                            },
         | 
| 273 273 | 
             
                            "customProperties": {
         | 
| 274 | 
            -
                              "shape": " | 
| 274 | 
            +
                              "shape": "S48"
         | 
| 275 275 | 
             
                            }
         | 
| 276 276 | 
             
                          }
         | 
| 277 277 | 
             
                        }
         | 
| @@ -344,7 +344,7 @@ | |
| 344 344 | 
             
                    "type": "structure",
         | 
| 345 345 | 
             
                    "members": {
         | 
| 346 346 | 
             
                      "connectorTypes": {
         | 
| 347 | 
            -
                        "shape": " | 
| 347 | 
            +
                        "shape": "S6k"
         | 
| 348 348 | 
             
                      },
         | 
| 349 349 | 
             
                      "maxResults": {
         | 
| 350 350 | 
             
                        "type": "integer"
         | 
| @@ -359,11 +359,11 @@ | |
| 359 359 | 
             
                        "type": "map",
         | 
| 360 360 | 
             
                        "key": {},
         | 
| 361 361 | 
             
                        "value": {
         | 
| 362 | 
            -
                          "shape": " | 
| 362 | 
            +
                          "shape": "S6j"
         | 
| 363 363 | 
             
                        }
         | 
| 364 364 | 
             
                      },
         | 
| 365 365 | 
             
                      "connectors": {
         | 
| 366 | 
            -
                        "shape": " | 
| 366 | 
            +
                        "shape": "S98"
         | 
| 367 367 | 
             
                      },
         | 
| 368 368 | 
             
                      "nextToken": {}
         | 
| 369 369 | 
             
                    }
         | 
| @@ -392,19 +392,19 @@ | |
| 392 392 | 
             
                      "flowStatus": {},
         | 
| 393 393 | 
             
                      "flowStatusMessage": {},
         | 
| 394 394 | 
             
                      "sourceFlowConfig": {
         | 
| 395 | 
            -
                        "shape": " | 
| 395 | 
            +
                        "shape": "S3j"
         | 
| 396 396 | 
             
                      },
         | 
| 397 397 | 
             
                      "destinationFlowConfigList": {
         | 
| 398 | 
            -
                        "shape": " | 
| 398 | 
            +
                        "shape": "S4c"
         | 
| 399 399 | 
             
                      },
         | 
| 400 400 | 
             
                      "lastRunExecutionDetails": {
         | 
| 401 | 
            -
                        "shape": " | 
| 401 | 
            +
                        "shape": "S9e"
         | 
| 402 402 | 
             
                      },
         | 
| 403 403 | 
             
                      "triggerConfig": {
         | 
| 404 | 
            -
                        "shape": " | 
| 404 | 
            +
                        "shape": "S39"
         | 
| 405 405 | 
             
                      },
         | 
| 406 406 | 
             
                      "tasks": {
         | 
| 407 | 
            -
                        "shape": " | 
| 407 | 
            +
                        "shape": "S5c"
         | 
| 408 408 | 
             
                      },
         | 
| 409 409 | 
             
                      "createdAt": {
         | 
| 410 410 | 
             
                        "type": "timestamp"
         | 
| @@ -415,13 +415,13 @@ | |
| 415 415 | 
             
                      "createdBy": {},
         | 
| 416 416 | 
             
                      "lastUpdatedBy": {},
         | 
| 417 417 | 
             
                      "tags": {
         | 
| 418 | 
            -
                        "shape": " | 
| 418 | 
            +
                        "shape": "S62"
         | 
| 419 419 | 
             
                      },
         | 
| 420 420 | 
             
                      "metadataCatalogConfig": {
         | 
| 421 | 
            -
                        "shape": " | 
| 421 | 
            +
                        "shape": "S65"
         | 
| 422 422 | 
             
                      },
         | 
| 423 423 | 
             
                      "lastRunMetadataCatalogDetails": {
         | 
| 424 | 
            -
                        "shape": " | 
| 424 | 
            +
                        "shape": "S9j"
         | 
| 425 425 | 
             
                      },
         | 
| 426 426 | 
             
                      "schemaVersion": {
         | 
| 427 427 | 
             
                        "type": "long"
         | 
| @@ -492,7 +492,7 @@ | |
| 492 492 | 
             
                              "type": "timestamp"
         | 
| 493 493 | 
             
                            },
         | 
| 494 494 | 
             
                            "metadataCatalogDetails": {
         | 
| 495 | 
            -
                              "shape": " | 
| 495 | 
            +
                              "shape": "S9j"
         | 
| 496 496 | 
             
                            }
         | 
| 497 497 | 
             
                          }
         | 
| 498 498 | 
             
                        }
         | 
| @@ -565,7 +565,7 @@ | |
| 565 565 | 
             
                    "type": "structure",
         | 
| 566 566 | 
             
                    "members": {
         | 
| 567 567 | 
             
                      "connectors": {
         | 
| 568 | 
            -
                        "shape": " | 
| 568 | 
            +
                        "shape": "S98"
         | 
| 569 569 | 
             
                      },
         | 
| 570 570 | 
             
                      "nextToken": {}
         | 
| 571 571 | 
             
                    }
         | 
| @@ -610,10 +610,10 @@ | |
| 610 610 | 
             
                            "createdBy": {},
         | 
| 611 611 | 
             
                            "lastUpdatedBy": {},
         | 
| 612 612 | 
             
                            "tags": {
         | 
| 613 | 
            -
                              "shape": " | 
| 613 | 
            +
                              "shape": "S62"
         | 
| 614 614 | 
             
                            },
         | 
| 615 615 | 
             
                            "lastRunExecutionDetails": {
         | 
| 616 | 
            -
                              "shape": " | 
| 616 | 
            +
                              "shape": "S9e"
         | 
| 617 617 | 
             
                            }
         | 
| 618 618 | 
             
                          }
         | 
| 619 619 | 
             
                        }
         | 
| @@ -643,7 +643,7 @@ | |
| 643 643 | 
             
                    "type": "structure",
         | 
| 644 644 | 
             
                    "members": {
         | 
| 645 645 | 
             
                      "tags": {
         | 
| 646 | 
            -
                        "shape": " | 
| 646 | 
            +
                        "shape": "S62"
         | 
| 647 647 | 
             
                      }
         | 
| 648 648 | 
             
                    }
         | 
| 649 649 | 
             
                  }
         | 
| @@ -659,7 +659,7 @@ | |
| 659 659 | 
             
                      "description": {},
         | 
| 660 660 | 
             
                      "connectorProvisioningType": {},
         | 
| 661 661 | 
             
                      "connectorProvisioningConfig": {
         | 
| 662 | 
            -
                        "shape": " | 
| 662 | 
            +
                        "shape": "S8b"
         | 
| 663 663 | 
             
                      },
         | 
| 664 664 | 
             
                      "clientToken": {
         | 
| 665 665 | 
             
                        "idempotencyToken": true
         | 
| @@ -735,7 +735,7 @@ | |
| 735 735 | 
             
                        "locationName": "resourceArn"
         | 
| 736 736 | 
             
                      },
         | 
| 737 737 | 
             
                      "tags": {
         | 
| 738 | 
            -
                        "shape": " | 
| 738 | 
            +
                        "shape": "S62"
         | 
| 739 739 | 
             
                      }
         | 
| 740 740 | 
             
                    }
         | 
| 741 741 | 
             
                  },
         | 
| @@ -836,7 +836,7 @@ | |
| 836 836 | 
             
                      "connectorLabel": {},
         | 
| 837 837 | 
             
                      "description": {},
         | 
| 838 838 | 
             
                      "connectorProvisioningConfig": {
         | 
| 839 | 
            -
                        "shape": " | 
| 839 | 
            +
                        "shape": "S8b"
         | 
| 840 840 | 
             
                      },
         | 
| 841 841 | 
             
                      "clientToken": {
         | 
| 842 842 | 
             
                        "idempotencyToken": true
         | 
| @@ -867,19 +867,19 @@ | |
| 867 867 | 
             
                      "flowName": {},
         | 
| 868 868 | 
             
                      "description": {},
         | 
| 869 869 | 
             
                      "triggerConfig": {
         | 
| 870 | 
            -
                        "shape": " | 
| 870 | 
            +
                        "shape": "S39"
         | 
| 871 871 | 
             
                      },
         | 
| 872 872 | 
             
                      "sourceFlowConfig": {
         | 
| 873 | 
            -
                        "shape": " | 
| 873 | 
            +
                        "shape": "S3j"
         | 
| 874 874 | 
             
                      },
         | 
| 875 875 | 
             
                      "destinationFlowConfigList": {
         | 
| 876 | 
            -
                        "shape": " | 
| 876 | 
            +
                        "shape": "S4c"
         | 
| 877 877 | 
             
                      },
         | 
| 878 878 | 
             
                      "tasks": {
         | 
| 879 | 
            -
                        "shape": " | 
| 879 | 
            +
                        "shape": "S5c"
         | 
| 880 880 | 
             
                      },
         | 
| 881 881 | 
             
                      "metadataCatalogConfig": {
         | 
| 882 | 
            -
                        "shape": " | 
| 882 | 
            +
                        "shape": "S65"
         | 
| 883 883 | 
             
                      },
         | 
| 884 884 | 
             
                      "clientToken": {
         | 
| 885 885 | 
             
                        "idempotencyToken": true
         | 
| @@ -1035,6 +1035,11 @@ | |
| 1035 1035 | 
             
                            },
         | 
| 1036 1036 | 
             
                            "clientCredentialsArn": {
         | 
| 1037 1037 | 
             
                              "shape": "S2g"
         | 
| 1038 | 
            +
                            },
         | 
| 1039 | 
            +
                            "oAuth2GrantType": {},
         | 
| 1040 | 
            +
                            "jwtToken": {
         | 
| 1041 | 
            +
                              "type": "string",
         | 
| 1042 | 
            +
                              "sensitive": true
         | 
| 1038 1043 | 
             
                            }
         | 
| 1039 1044 | 
             
                          }
         | 
| 1040 1045 | 
             
                        },
         | 
| @@ -1101,7 +1106,7 @@ | |
| 1101 1106 | 
             
                          ],
         | 
| 1102 1107 | 
             
                          "members": {
         | 
| 1103 1108 | 
             
                            "apiSecretKey": {
         | 
| 1104 | 
            -
                              "shape": " | 
| 1109 | 
            +
                              "shape": "S2n"
         | 
| 1105 1110 | 
             
                            }
         | 
| 1106 1111 | 
             
                          }
         | 
| 1107 1112 | 
             
                        },
         | 
| @@ -1141,7 +1146,7 @@ | |
| 1141 1146 | 
             
                          "type": "structure",
         | 
| 1142 1147 | 
             
                          "members": {
         | 
| 1143 1148 | 
             
                            "basicAuthCredentials": {
         | 
| 1144 | 
            -
                              "shape": " | 
| 1149 | 
            +
                              "shape": "S2r"
         | 
| 1145 1150 | 
             
                            },
         | 
| 1146 1151 | 
             
                            "oAuthCredentials": {
         | 
| 1147 1152 | 
             
                              "type": "structure",
         | 
| @@ -1173,7 +1178,7 @@ | |
| 1173 1178 | 
             
                          "members": {
         | 
| 1174 1179 | 
             
                            "authenticationType": {},
         | 
| 1175 1180 | 
             
                            "basic": {
         | 
| 1176 | 
            -
                              "shape": " | 
| 1181 | 
            +
                              "shape": "S2r"
         | 
| 1177 1182 | 
             
                            },
         | 
| 1178 1183 | 
             
                            "oauth2": {
         | 
| 1179 1184 | 
             
                              "type": "structure",
         | 
| @@ -1201,7 +1206,7 @@ | |
| 1201 1206 | 
             
                                  "shape": "S1s"
         | 
| 1202 1207 | 
             
                                },
         | 
| 1203 1208 | 
             
                                "apiSecretKey": {
         | 
| 1204 | 
            -
                                  "shape": " | 
| 1209 | 
            +
                                  "shape": "S2n"
         | 
| 1205 1210 | 
             
                                }
         | 
| 1206 1211 | 
             
                              }
         | 
| 1207 1212 | 
             
                            },
         | 
| @@ -1493,11 +1498,11 @@ | |
| 1493 1498 | 
             
                  "type": "string",
         | 
| 1494 1499 | 
             
                  "sensitive": true
         | 
| 1495 1500 | 
             
                },
         | 
| 1496 | 
            -
                " | 
| 1501 | 
            +
                "S2n": {
         | 
| 1497 1502 | 
             
                  "type": "string",
         | 
| 1498 1503 | 
             
                  "sensitive": true
         | 
| 1499 1504 | 
             
                },
         | 
| 1500 | 
            -
                " | 
| 1505 | 
            +
                "S2r": {
         | 
| 1501 1506 | 
             
                  "type": "structure",
         | 
| 1502 1507 | 
             
                  "required": [
         | 
| 1503 1508 | 
             
                    "username",
         | 
| @@ -1510,7 +1515,7 @@ | |
| 1510 1515 | 
             
                    }
         | 
| 1511 1516 | 
             
                  }
         | 
| 1512 1517 | 
             
                },
         | 
| 1513 | 
            -
                " | 
| 1518 | 
            +
                "S39": {
         | 
| 1514 1519 | 
             
                  "type": "structure",
         | 
| 1515 1520 | 
             
                  "required": [
         | 
| 1516 1521 | 
             
                    "triggerType"
         | 
| @@ -1550,7 +1555,7 @@ | |
| 1550 1555 | 
             
                    }
         | 
| 1551 1556 | 
             
                  }
         | 
| 1552 1557 | 
             
                },
         | 
| 1553 | 
            -
                " | 
| 1558 | 
            +
                "S3j": {
         | 
| 1554 1559 | 
             
                  "type": "structure",
         | 
| 1555 1560 | 
             
                  "required": [
         | 
| 1556 1561 | 
             
                    "connectorType",
         | 
| @@ -1727,7 +1732,7 @@ | |
| 1727 1732 | 
             
                          "members": {
         | 
| 1728 1733 | 
             
                            "entityName": {},
         | 
| 1729 1734 | 
             
                            "customProperties": {
         | 
| 1730 | 
            -
                              "shape": " | 
| 1735 | 
            +
                              "shape": "S48"
         | 
| 1731 1736 | 
             
                            }
         | 
| 1732 1737 | 
             
                          }
         | 
| 1733 1738 | 
             
                        },
         | 
| @@ -1750,12 +1755,12 @@ | |
| 1750 1755 | 
             
                    }
         | 
| 1751 1756 | 
             
                  }
         | 
| 1752 1757 | 
             
                },
         | 
| 1753 | 
            -
                " | 
| 1758 | 
            +
                "S48": {
         | 
| 1754 1759 | 
             
                  "type": "map",
         | 
| 1755 1760 | 
             
                  "key": {},
         | 
| 1756 1761 | 
             
                  "value": {}
         | 
| 1757 1762 | 
             
                },
         | 
| 1758 | 
            -
                " | 
| 1763 | 
            +
                "S4c": {
         | 
| 1759 1764 | 
             
                  "type": "list",
         | 
| 1760 1765 | 
             
                  "member": {
         | 
| 1761 1766 | 
             
                    "type": "structure",
         | 
| @@ -1781,7 +1786,7 @@ | |
| 1781 1786 | 
             
                              "intermediateBucketName": {},
         | 
| 1782 1787 | 
             
                              "bucketPrefix": {},
         | 
| 1783 1788 | 
             
                              "errorHandlingConfig": {
         | 
| 1784 | 
            -
                                "shape": " | 
| 1789 | 
            +
                                "shape": "S4g"
         | 
| 1785 1790 | 
             
                              }
         | 
| 1786 1791 | 
             
                            }
         | 
| 1787 1792 | 
             
                          },
         | 
| @@ -1798,10 +1803,10 @@ | |
| 1798 1803 | 
             
                                "members": {
         | 
| 1799 1804 | 
             
                                  "fileType": {},
         | 
| 1800 1805 | 
             
                                  "prefixConfig": {
         | 
| 1801 | 
            -
                                    "shape": " | 
| 1806 | 
            +
                                    "shape": "S4k"
         | 
| 1802 1807 | 
             
                                  },
         | 
| 1803 1808 | 
             
                                  "aggregationConfig": {
         | 
| 1804 | 
            -
                                    "shape": " | 
| 1809 | 
            +
                                    "shape": "S4p"
         | 
| 1805 1810 | 
             
                                  },
         | 
| 1806 1811 | 
             
                                  "preserveSourceDataTyping": {
         | 
| 1807 1812 | 
             
                                    "type": "boolean"
         | 
| @@ -1818,10 +1823,10 @@ | |
| 1818 1823 | 
             
                            "members": {
         | 
| 1819 1824 | 
             
                              "object": {},
         | 
| 1820 1825 | 
             
                              "idFieldNames": {
         | 
| 1821 | 
            -
                                "shape": " | 
| 1826 | 
            +
                                "shape": "S4u"
         | 
| 1822 1827 | 
             
                              },
         | 
| 1823 1828 | 
             
                              "errorHandlingConfig": {
         | 
| 1824 | 
            -
                                "shape": " | 
| 1829 | 
            +
                                "shape": "S4g"
         | 
| 1825 1830 | 
             
                              },
         | 
| 1826 1831 | 
             
                              "writeOperationType": {},
         | 
| 1827 1832 | 
             
                              "dataTransferApi": {}
         | 
| @@ -1838,7 +1843,7 @@ | |
| 1838 1843 | 
             
                              "intermediateBucketName": {},
         | 
| 1839 1844 | 
             
                              "bucketPrefix": {},
         | 
| 1840 1845 | 
             
                              "errorHandlingConfig": {
         | 
| 1841 | 
            -
                                "shape": " | 
| 1846 | 
            +
                                "shape": "S4g"
         | 
| 1842 1847 | 
             
                              }
         | 
| 1843 1848 | 
             
                            }
         | 
| 1844 1849 | 
             
                          },
         | 
| @@ -1850,7 +1855,7 @@ | |
| 1850 1855 | 
             
                            "members": {
         | 
| 1851 1856 | 
             
                              "object": {},
         | 
| 1852 1857 | 
             
                              "errorHandlingConfig": {
         | 
| 1853 | 
            -
                                "shape": " | 
| 1858 | 
            +
                                "shape": "S4g"
         | 
| 1854 1859 | 
             
                              }
         | 
| 1855 1860 | 
             
                            }
         | 
| 1856 1861 | 
             
                          },
         | 
| @@ -1875,10 +1880,10 @@ | |
| 1875 1880 | 
             
                                "members": {
         | 
| 1876 1881 | 
             
                                  "fileType": {},
         | 
| 1877 1882 | 
             
                                  "prefixConfig": {
         | 
| 1878 | 
            -
                                    "shape": " | 
| 1883 | 
            +
                                    "shape": "S4k"
         | 
| 1879 1884 | 
             
                                  },
         | 
| 1880 1885 | 
             
                                  "aggregationConfig": {
         | 
| 1881 | 
            -
                                    "shape": " | 
| 1886 | 
            +
                                    "shape": "S4p"
         | 
| 1882 1887 | 
             
                                  }
         | 
| 1883 1888 | 
             
                                }
         | 
| 1884 1889 | 
             
                              }
         | 
| @@ -1892,7 +1897,7 @@ | |
| 1892 1897 | 
             
                            "members": {
         | 
| 1893 1898 | 
             
                              "object": {},
         | 
| 1894 1899 | 
             
                              "errorHandlingConfig": {
         | 
| 1895 | 
            -
                                "shape": " | 
| 1900 | 
            +
                                "shape": "S4g"
         | 
| 1896 1901 | 
             
                              }
         | 
| 1897 1902 | 
             
                            }
         | 
| 1898 1903 | 
             
                          },
         | 
| @@ -1914,10 +1919,10 @@ | |
| 1914 1919 | 
             
                            "members": {
         | 
| 1915 1920 | 
             
                              "object": {},
         | 
| 1916 1921 | 
             
                              "idFieldNames": {
         | 
| 1917 | 
            -
                                "shape": " | 
| 1922 | 
            +
                                "shape": "S4u"
         | 
| 1918 1923 | 
             
                              },
         | 
| 1919 1924 | 
             
                              "errorHandlingConfig": {
         | 
| 1920 | 
            -
                                "shape": " | 
| 1925 | 
            +
                                "shape": "S4g"
         | 
| 1921 1926 | 
             
                              },
         | 
| 1922 1927 | 
             
                              "writeOperationType": {}
         | 
| 1923 1928 | 
             
                            }
         | 
| @@ -1930,7 +1935,7 @@ | |
| 1930 1935 | 
             
                            "members": {
         | 
| 1931 1936 | 
             
                              "object": {},
         | 
| 1932 1937 | 
             
                              "errorHandlingConfig": {
         | 
| 1933 | 
            -
                                "shape": " | 
| 1938 | 
            +
                                "shape": "S4g"
         | 
| 1934 1939 | 
             
                              }
         | 
| 1935 1940 | 
             
                            }
         | 
| 1936 1941 | 
             
                          },
         | 
| @@ -1942,14 +1947,14 @@ | |
| 1942 1947 | 
             
                            "members": {
         | 
| 1943 1948 | 
             
                              "entityName": {},
         | 
| 1944 1949 | 
             
                              "errorHandlingConfig": {
         | 
| 1945 | 
            -
                                "shape": " | 
| 1950 | 
            +
                                "shape": "S4g"
         | 
| 1946 1951 | 
             
                              },
         | 
| 1947 1952 | 
             
                              "writeOperationType": {},
         | 
| 1948 1953 | 
             
                              "idFieldNames": {
         | 
| 1949 | 
            -
                                "shape": " | 
| 1954 | 
            +
                                "shape": "S4u"
         | 
| 1950 1955 | 
             
                              },
         | 
| 1951 1956 | 
             
                              "customProperties": {
         | 
| 1952 | 
            -
                                "shape": " | 
| 1957 | 
            +
                                "shape": "S48"
         | 
| 1953 1958 | 
             
                              }
         | 
| 1954 1959 | 
             
                            }
         | 
| 1955 1960 | 
             
                          },
         | 
| @@ -1968,10 +1973,10 @@ | |
| 1968 1973 | 
             
                                }
         | 
| 1969 1974 | 
             
                              },
         | 
| 1970 1975 | 
             
                              "idFieldNames": {
         | 
| 1971 | 
            -
                                "shape": " | 
| 1976 | 
            +
                                "shape": "S4u"
         | 
| 1972 1977 | 
             
                              },
         | 
| 1973 1978 | 
             
                              "errorHandlingConfig": {
         | 
| 1974 | 
            -
                                "shape": " | 
| 1979 | 
            +
                                "shape": "S4g"
         | 
| 1975 1980 | 
             
                              },
         | 
| 1976 1981 | 
             
                              "writeOperationType": {}
         | 
| 1977 1982 | 
             
                            }
         | 
| @@ -1981,7 +1986,7 @@ | |
| 1981 1986 | 
             
                    }
         | 
| 1982 1987 | 
             
                  }
         | 
| 1983 1988 | 
             
                },
         | 
| 1984 | 
            -
                " | 
| 1989 | 
            +
                "S4g": {
         | 
| 1985 1990 | 
             
                  "type": "structure",
         | 
| 1986 1991 | 
             
                  "members": {
         | 
| 1987 1992 | 
             
                    "failOnFirstDestinationError": {
         | 
| @@ -1991,7 +1996,7 @@ | |
| 1991 1996 | 
             
                    "bucketName": {}
         | 
| 1992 1997 | 
             
                  }
         | 
| 1993 1998 | 
             
                },
         | 
| 1994 | 
            -
                " | 
| 1999 | 
            +
                "S4k": {
         | 
| 1995 2000 | 
             
                  "type": "structure",
         | 
| 1996 2001 | 
             
                  "members": {
         | 
| 1997 2002 | 
             
                    "prefixType": {},
         | 
| @@ -2002,7 +2007,7 @@ | |
| 2002 2007 | 
             
                    }
         | 
| 2003 2008 | 
             
                  }
         | 
| 2004 2009 | 
             
                },
         | 
| 2005 | 
            -
                " | 
| 2010 | 
            +
                "S4p": {
         | 
| 2006 2011 | 
             
                  "type": "structure",
         | 
| 2007 2012 | 
             
                  "members": {
         | 
| 2008 2013 | 
             
                    "aggregationType": {},
         | 
| @@ -2011,11 +2016,11 @@ | |
| 2011 2016 | 
             
                    }
         | 
| 2012 2017 | 
             
                  }
         | 
| 2013 2018 | 
             
                },
         | 
| 2014 | 
            -
                " | 
| 2019 | 
            +
                "S4u": {
         | 
| 2015 2020 | 
             
                  "type": "list",
         | 
| 2016 2021 | 
             
                  "member": {}
         | 
| 2017 2022 | 
             
                },
         | 
| 2018 | 
            -
                " | 
| 2023 | 
            +
                "S5c": {
         | 
| 2019 2024 | 
             
                  "type": "list",
         | 
| 2020 2025 | 
             
                  "member": {
         | 
| 2021 2026 | 
             
                    "type": "structure",
         | 
| @@ -2060,12 +2065,12 @@ | |
| 2060 2065 | 
             
                    }
         | 
| 2061 2066 | 
             
                  }
         | 
| 2062 2067 | 
             
                },
         | 
| 2063 | 
            -
                " | 
| 2068 | 
            +
                "S62": {
         | 
| 2064 2069 | 
             
                  "type": "map",
         | 
| 2065 2070 | 
             
                  "key": {},
         | 
| 2066 2071 | 
             
                  "value": {}
         | 
| 2067 2072 | 
             
                },
         | 
| 2068 | 
            -
                " | 
| 2073 | 
            +
                "S65": {
         | 
| 2069 2074 | 
             
                  "type": "structure",
         | 
| 2070 2075 | 
             
                  "members": {
         | 
| 2071 2076 | 
             
                    "glueDataCatalog": {
         | 
| @@ -2083,7 +2088,7 @@ | |
| 2083 2088 | 
             
                    }
         | 
| 2084 2089 | 
             
                  }
         | 
| 2085 2090 | 
             
                },
         | 
| 2086 | 
            -
                " | 
| 2091 | 
            +
                "S6j": {
         | 
| 2087 2092 | 
             
                  "type": "structure",
         | 
| 2088 2093 | 
             
                  "members": {
         | 
| 2089 2094 | 
             
                    "canUseAsSource": {
         | 
| @@ -2093,7 +2098,7 @@ | |
| 2093 2098 | 
             
                      "type": "boolean"
         | 
| 2094 2099 | 
             
                    },
         | 
| 2095 2100 | 
             
                    "supportedDestinationConnectors": {
         | 
| 2096 | 
            -
                      "shape": " | 
| 2101 | 
            +
                      "shape": "S6k"
         | 
| 2097 2102 | 
             
                    },
         | 
| 2098 2103 | 
             
                    "supportedSchedulingFrequencies": {
         | 
| 2099 2104 | 
             
                      "type": "list",
         | 
| @@ -2157,6 +2162,9 @@ | |
| 2157 2162 | 
             
                            "dataTransferApis": {
         | 
| 2158 2163 | 
             
                              "type": "list",
         | 
| 2159 2164 | 
             
                              "member": {}
         | 
| 2165 | 
            +
                            },
         | 
| 2166 | 
            +
                            "oauth2GrantTypesSupported": {
         | 
| 2167 | 
            +
                              "shape": "S6z"
         | 
| 2160 2168 | 
             
                            }
         | 
| 2161 2169 | 
             
                          }
         | 
| 2162 2170 | 
             
                        },
         | 
| @@ -2239,7 +2247,7 @@ | |
| 2239 2247 | 
             
                    "connectorVersion": {},
         | 
| 2240 2248 | 
             
                    "connectorArn": {},
         | 
| 2241 2249 | 
             
                    "connectorModes": {
         | 
| 2242 | 
            -
                      "shape": " | 
| 2250 | 
            +
                      "shape": "S7j"
         | 
| 2243 2251 | 
             
                    },
         | 
| 2244 2252 | 
             
                    "authenticationConfig": {
         | 
| 2245 2253 | 
             
                      "type": "structure",
         | 
| @@ -2271,8 +2279,7 @@ | |
| 2271 2279 | 
             
                              "member": {}
         | 
| 2272 2280 | 
             
                            },
         | 
| 2273 2281 | 
             
                            "oauth2GrantTypesSupported": {
         | 
| 2274 | 
            -
                              " | 
| 2275 | 
            -
                              "member": {}
         | 
| 2282 | 
            +
                              "shape": "S6z"
         | 
| 2276 2283 | 
             
                            },
         | 
| 2277 2284 | 
             
                            "oauth2CustomProperties": {
         | 
| 2278 2285 | 
             
                              "type": "list",
         | 
| @@ -2289,7 +2296,7 @@ | |
| 2289 2296 | 
             
                                    "type": "boolean"
         | 
| 2290 2297 | 
             
                                  },
         | 
| 2291 2298 | 
             
                                  "connectorSuppliedValues": {
         | 
| 2292 | 
            -
                                    "shape": " | 
| 2299 | 
            +
                                    "shape": "S7t"
         | 
| 2293 2300 | 
             
                                  },
         | 
| 2294 2301 | 
             
                                  "type": {}
         | 
| 2295 2302 | 
             
                                }
         | 
| @@ -2318,7 +2325,7 @@ | |
| 2318 2325 | 
             
                                      "type": "boolean"
         | 
| 2319 2326 | 
             
                                    },
         | 
| 2320 2327 | 
             
                                    "connectorSuppliedValues": {
         | 
| 2321 | 
            -
                                      "shape": " | 
| 2328 | 
            +
                                      "shape": "S7t"
         | 
| 2322 2329 | 
             
                                    }
         | 
| 2323 2330 | 
             
                                  }
         | 
| 2324 2331 | 
             
                                }
         | 
| @@ -2357,11 +2364,11 @@ | |
| 2357 2364 | 
             
                      "member": {}
         | 
| 2358 2365 | 
             
                    },
         | 
| 2359 2366 | 
             
                    "supportedWriteOperations": {
         | 
| 2360 | 
            -
                      "shape": " | 
| 2367 | 
            +
                      "shape": "S89"
         | 
| 2361 2368 | 
             
                    },
         | 
| 2362 2369 | 
             
                    "connectorProvisioningType": {},
         | 
| 2363 2370 | 
             
                    "connectorProvisioningConfig": {
         | 
| 2364 | 
            -
                      "shape": " | 
| 2371 | 
            +
                      "shape": "S8b"
         | 
| 2365 2372 | 
             
                    },
         | 
| 2366 2373 | 
             
                    "logoURL": {},
         | 
| 2367 2374 | 
             
                    "registeredAt": {
         | 
| @@ -2370,23 +2377,27 @@ | |
| 2370 2377 | 
             
                    "registeredBy": {}
         | 
| 2371 2378 | 
             
                  }
         | 
| 2372 2379 | 
             
                },
         | 
| 2373 | 
            -
                " | 
| 2380 | 
            +
                "S6k": {
         | 
| 2381 | 
            +
                  "type": "list",
         | 
| 2382 | 
            +
                  "member": {}
         | 
| 2383 | 
            +
                },
         | 
| 2384 | 
            +
                "S6z": {
         | 
| 2374 2385 | 
             
                  "type": "list",
         | 
| 2375 2386 | 
             
                  "member": {}
         | 
| 2376 2387 | 
             
                },
         | 
| 2377 | 
            -
                " | 
| 2388 | 
            +
                "S7j": {
         | 
| 2378 2389 | 
             
                  "type": "list",
         | 
| 2379 2390 | 
             
                  "member": {}
         | 
| 2380 2391 | 
             
                },
         | 
| 2381 | 
            -
                " | 
| 2392 | 
            +
                "S7t": {
         | 
| 2382 2393 | 
             
                  "type": "list",
         | 
| 2383 2394 | 
             
                  "member": {}
         | 
| 2384 2395 | 
             
                },
         | 
| 2385 | 
            -
                " | 
| 2396 | 
            +
                "S89": {
         | 
| 2386 2397 | 
             
                  "type": "list",
         | 
| 2387 2398 | 
             
                  "member": {}
         | 
| 2388 2399 | 
             
                },
         | 
| 2389 | 
            -
                " | 
| 2400 | 
            +
                "S8b": {
         | 
| 2390 2401 | 
             
                  "type": "structure",
         | 
| 2391 2402 | 
             
                  "members": {
         | 
| 2392 2403 | 
             
                    "lambda": {
         | 
| @@ -2400,7 +2411,7 @@ | |
| 2400 2411 | 
             
                    }
         | 
| 2401 2412 | 
             
                  }
         | 
| 2402 2413 | 
             
                },
         | 
| 2403 | 
            -
                " | 
| 2414 | 
            +
                "S8q": {
         | 
| 2404 2415 | 
             
                  "type": "structure",
         | 
| 2405 2416 | 
             
                  "members": {
         | 
| 2406 2417 | 
             
                    "maximum": {
         | 
| @@ -2411,7 +2422,7 @@ | |
| 2411 2422 | 
             
                    }
         | 
| 2412 2423 | 
             
                  }
         | 
| 2413 2424 | 
             
                },
         | 
| 2414 | 
            -
                " | 
| 2425 | 
            +
                "S98": {
         | 
| 2415 2426 | 
             
                  "type": "list",
         | 
| 2416 2427 | 
             
                  "member": {
         | 
| 2417 2428 | 
             
                    "type": "structure",
         | 
| @@ -2429,12 +2440,12 @@ | |
| 2429 2440 | 
             
                      "registeredBy": {},
         | 
| 2430 2441 | 
             
                      "connectorProvisioningType": {},
         | 
| 2431 2442 | 
             
                      "connectorModes": {
         | 
| 2432 | 
            -
                        "shape": " | 
| 2443 | 
            +
                        "shape": "S7j"
         | 
| 2433 2444 | 
             
                      }
         | 
| 2434 2445 | 
             
                    }
         | 
| 2435 2446 | 
             
                  }
         | 
| 2436 2447 | 
             
                },
         | 
| 2437 | 
            -
                " | 
| 2448 | 
            +
                "S9e": {
         | 
| 2438 2449 | 
             
                  "type": "structure",
         | 
| 2439 2450 | 
             
                  "members": {
         | 
| 2440 2451 | 
             
                    "mostRecentExecutionMessage": {},
         | 
| @@ -2444,7 +2455,7 @@ | |
| 2444 2455 | 
             
                    "mostRecentExecutionStatus": {}
         | 
| 2445 2456 | 
             
                  }
         | 
| 2446 2457 | 
             
                },
         | 
| 2447 | 
            -
                " | 
| 2458 | 
            +
                "S9j": {
         | 
| 2448 2459 | 
             
                  "type": "list",
         | 
| 2449 2460 | 
             
                  "member": {
         | 
| 2450 2461 | 
             
                    "type": "structure",
         | 
| @@ -2452,15 +2463,15 @@ | |
| 2452 2463 | 
             
                      "catalogType": {},
         | 
| 2453 2464 | 
             
                      "tableName": {},
         | 
| 2454 2465 | 
             
                      "tableRegistrationOutput": {
         | 
| 2455 | 
            -
                        "shape": " | 
| 2466 | 
            +
                        "shape": "S9m"
         | 
| 2456 2467 | 
             
                      },
         | 
| 2457 2468 | 
             
                      "partitionRegistrationOutput": {
         | 
| 2458 | 
            -
                        "shape": " | 
| 2469 | 
            +
                        "shape": "S9m"
         | 
| 2459 2470 | 
             
                      }
         | 
| 2460 2471 | 
             
                    }
         | 
| 2461 2472 | 
             
                  }
         | 
| 2462 2473 | 
             
                },
         | 
| 2463 | 
            -
                " | 
| 2474 | 
            +
                "S9m": {
         | 
| 2464 2475 | 
             
                  "type": "structure",
         | 
| 2465 2476 | 
             
                  "members": {
         | 
| 2466 2477 | 
             
                    "message": {},
         |