aws-sdk 2.1369.0 → 2.1370.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 +8 -1
- package/README.md +1 -1
- package/apis/appflow-2020-08-23.min.json +178 -149
- package/apis/kendra-2019-02-03.min.json +137 -65
- package/apis/resiliencehub-2020-04-30.min.json +71 -70
- package/apis/sagemaker-2017-07-24.min.json +893 -892
- package/clients/appflow.d.ts +26 -1
- package/clients/connect.d.ts +1 -1
- package/clients/ecs.d.ts +2 -2
- package/clients/kendra.d.ts +92 -5
- package/clients/resiliencehub.d.ts +12 -3
- package/clients/sagemaker.d.ts +6 -1
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +5 -5
- package/dist/aws-sdk.js +3 -3
- package/dist/aws-sdk.min.js +2 -2
- package/lib/core.js +1 -1
- package/package.json +1 -1
| @@ -1071,6 +1071,15 @@ | |
| 1071 1071 | 
             
                      },
         | 
| 1072 1072 | 
             
                      "TotalSuggestionsCount": {
         | 
| 1073 1073 | 
             
                        "type": "integer"
         | 
| 1074 | 
            +
                      },
         | 
| 1075 | 
            +
                      "AttributeSuggestionsConfig": {
         | 
| 1076 | 
            +
                        "type": "structure",
         | 
| 1077 | 
            +
                        "members": {
         | 
| 1078 | 
            +
                          "SuggestableConfigList": {
         | 
| 1079 | 
            +
                            "shape": "Sae"
         | 
| 1080 | 
            +
                          },
         | 
| 1081 | 
            +
                          "AttributeSuggestionsMode": {}
         | 
| 1082 | 
            +
                        }
         | 
| 1074 1083 | 
             
                      }
         | 
| 1075 1084 | 
             
                    }
         | 
| 1076 1085 | 
             
                  }
         | 
| @@ -1184,6 +1193,27 @@ | |
| 1184 1193 | 
             
                      "QueryText": {},
         | 
| 1185 1194 | 
             
                      "MaxSuggestionsCount": {
         | 
| 1186 1195 | 
             
                        "type": "integer"
         | 
| 1196 | 
            +
                      },
         | 
| 1197 | 
            +
                      "SuggestionTypes": {
         | 
| 1198 | 
            +
                        "type": "list",
         | 
| 1199 | 
            +
                        "member": {}
         | 
| 1200 | 
            +
                      },
         | 
| 1201 | 
            +
                      "AttributeSuggestionsConfig": {
         | 
| 1202 | 
            +
                        "type": "structure",
         | 
| 1203 | 
            +
                        "members": {
         | 
| 1204 | 
            +
                          "SuggestionAttributes": {
         | 
| 1205 | 
            +
                            "shape": "Sav"
         | 
| 1206 | 
            +
                          },
         | 
| 1207 | 
            +
                          "AdditionalResponseAttributes": {
         | 
| 1208 | 
            +
                            "shape": "Sav"
         | 
| 1209 | 
            +
                          },
         | 
| 1210 | 
            +
                          "AttributeFilter": {
         | 
| 1211 | 
            +
                            "shape": "Saw"
         | 
| 1212 | 
            +
                          },
         | 
| 1213 | 
            +
                          "UserContext": {
         | 
| 1214 | 
            +
                            "shape": "Say"
         | 
| 1215 | 
            +
                          }
         | 
| 1216 | 
            +
                        }
         | 
| 1187 1217 | 
             
                      }
         | 
| 1188 1218 | 
             
                    }
         | 
| 1189 1219 | 
             
                  },
         | 
| @@ -1221,6 +1251,21 @@ | |
| 1221 1251 | 
             
                                  }
         | 
| 1222 1252 | 
             
                                }
         | 
| 1223 1253 | 
             
                              }
         | 
| 1254 | 
            +
                            },
         | 
| 1255 | 
            +
                            "SourceDocuments": {
         | 
| 1256 | 
            +
                              "type": "list",
         | 
| 1257 | 
            +
                              "member": {
         | 
| 1258 | 
            +
                                "type": "structure",
         | 
| 1259 | 
            +
                                "members": {
         | 
| 1260 | 
            +
                                  "DocumentId": {},
         | 
| 1261 | 
            +
                                  "SuggestionAttributes": {
         | 
| 1262 | 
            +
                                    "shape": "Sav"
         | 
| 1263 | 
            +
                                  },
         | 
| 1264 | 
            +
                                  "AdditionalAttributes": {
         | 
| 1265 | 
            +
                                    "shape": "S11"
         | 
| 1266 | 
            +
                                  }
         | 
| 1267 | 
            +
                                }
         | 
| 1268 | 
            +
                              }
         | 
| 1224 1269 | 
             
                            }
         | 
| 1225 1270 | 
             
                          }
         | 
| 1226 1271 | 
             
                        }
         | 
| @@ -1250,7 +1295,7 @@ | |
| 1250 1295 | 
             
                    "type": "structure",
         | 
| 1251 1296 | 
             
                    "members": {
         | 
| 1252 1297 | 
             
                      "SnapShotTimeFilter": {
         | 
| 1253 | 
            -
                        "shape": " | 
| 1298 | 
            +
                        "shape": "Sbj"
         | 
| 1254 1299 | 
             
                      },
         | 
| 1255 1300 | 
             
                      "SnapshotsDataHeader": {
         | 
| 1256 1301 | 
             
                        "type": "list",
         | 
| @@ -1318,7 +1363,7 @@ | |
| 1318 1363 | 
             
                        "type": "integer"
         | 
| 1319 1364 | 
             
                      },
         | 
| 1320 1365 | 
             
                      "StartTimeFilter": {
         | 
| 1321 | 
            -
                        "shape": " | 
| 1366 | 
            +
                        "shape": "Sbj"
         | 
| 1322 1367 | 
             
                      },
         | 
| 1323 1368 | 
             
                      "StatusFilter": {}
         | 
| 1324 1369 | 
             
                    }
         | 
| @@ -1465,19 +1510,19 @@ | |
| 1465 1510 | 
             
                              "type": "structure",
         | 
| 1466 1511 | 
             
                              "members": {
         | 
| 1467 1512 | 
             
                                "UserName": {
         | 
| 1468 | 
            -
                                  "shape": " | 
| 1513 | 
            +
                                  "shape": "Scf"
         | 
| 1469 1514 | 
             
                                },
         | 
| 1470 1515 | 
             
                                "GroupName": {
         | 
| 1471 | 
            -
                                  "shape": " | 
| 1516 | 
            +
                                  "shape": "Scf"
         | 
| 1472 1517 | 
             
                                },
         | 
| 1473 1518 | 
             
                                "IdentifiedUserName": {
         | 
| 1474 | 
            -
                                  "shape": " | 
| 1519 | 
            +
                                  "shape": "Scf"
         | 
| 1475 1520 | 
             
                                },
         | 
| 1476 1521 | 
             
                                "FirstName": {
         | 
| 1477 | 
            -
                                  "shape": " | 
| 1522 | 
            +
                                  "shape": "Scf"
         | 
| 1478 1523 | 
             
                                },
         | 
| 1479 1524 | 
             
                                "LastName": {
         | 
| 1480 | 
            -
                                  "shape": " | 
| 1525 | 
            +
                                  "shape": "Scf"
         | 
| 1481 1526 | 
             
                                }
         | 
| 1482 1527 | 
             
                              }
         | 
| 1483 1528 | 
             
                            }
         | 
| @@ -1842,14 +1887,13 @@ | |
| 1842 1887 | 
             
                      "IndexId": {},
         | 
| 1843 1888 | 
             
                      "QueryText": {},
         | 
| 1844 1889 | 
             
                      "AttributeFilter": {
         | 
| 1845 | 
            -
                        "shape": " | 
| 1890 | 
            +
                        "shape": "Saw"
         | 
| 1846 1891 | 
             
                      },
         | 
| 1847 1892 | 
             
                      "Facets": {
         | 
| 1848 | 
            -
                        "shape": " | 
| 1893 | 
            +
                        "shape": "Sdq"
         | 
| 1849 1894 | 
             
                      },
         | 
| 1850 1895 | 
             
                      "RequestedDocumentAttributes": {
         | 
| 1851 | 
            -
                        " | 
| 1852 | 
            -
                        "member": {}
         | 
| 1896 | 
            +
                        "shape": "Sav"
         | 
| 1853 1897 | 
             
                      },
         | 
| 1854 1898 | 
             
                      "QueryResultTypeFilter": {},
         | 
| 1855 1899 | 
             
                      "DocumentRelevanceOverrideConfigurations": {
         | 
| @@ -1886,29 +1930,7 @@ | |
| 1886 1930 | 
             
                        }
         | 
| 1887 1931 | 
             
                      },
         | 
| 1888 1932 | 
             
                      "UserContext": {
         | 
| 1889 | 
            -
                        " | 
| 1890 | 
            -
                        "members": {
         | 
| 1891 | 
            -
                          "Token": {},
         | 
| 1892 | 
            -
                          "UserId": {},
         | 
| 1893 | 
            -
                          "Groups": {
         | 
| 1894 | 
            -
                            "type": "list",
         | 
| 1895 | 
            -
                            "member": {}
         | 
| 1896 | 
            -
                          },
         | 
| 1897 | 
            -
                          "DataSourceGroups": {
         | 
| 1898 | 
            -
                            "type": "list",
         | 
| 1899 | 
            -
                            "member": {
         | 
| 1900 | 
            -
                              "type": "structure",
         | 
| 1901 | 
            -
                              "required": [
         | 
| 1902 | 
            -
                                "GroupId",
         | 
| 1903 | 
            -
                                "DataSourceId"
         | 
| 1904 | 
            -
                              ],
         | 
| 1905 | 
            -
                              "members": {
         | 
| 1906 | 
            -
                                "GroupId": {},
         | 
| 1907 | 
            -
                                "DataSourceId": {}
         | 
| 1908 | 
            -
                              }
         | 
| 1909 | 
            -
                            }
         | 
| 1910 | 
            -
                          }
         | 
| 1911 | 
            -
                        }
         | 
| 1933 | 
            +
                        "shape": "Say"
         | 
| 1912 1934 | 
             
                      },
         | 
| 1913 1935 | 
             
                      "VisitorId": {},
         | 
| 1914 1936 | 
             
                      "SpellCorrectionConfiguration": {
         | 
| @@ -1937,14 +1959,14 @@ | |
| 1937 1959 | 
             
                            "Type": {},
         | 
| 1938 1960 | 
             
                            "Format": {},
         | 
| 1939 1961 | 
             
                            "AdditionalAttributes": {
         | 
| 1940 | 
            -
                              "shape": " | 
| 1962 | 
            +
                              "shape": "Se5"
         | 
| 1941 1963 | 
             
                            },
         | 
| 1942 1964 | 
             
                            "DocumentId": {},
         | 
| 1943 1965 | 
             
                            "DocumentTitle": {
         | 
| 1944 | 
            -
                              "shape": " | 
| 1966 | 
            +
                              "shape": "Se9"
         | 
| 1945 1967 | 
             
                            },
         | 
| 1946 1968 | 
             
                            "DocumentExcerpt": {
         | 
| 1947 | 
            -
                              "shape": " | 
| 1969 | 
            +
                              "shape": "Se9"
         | 
| 1948 1970 | 
             
                            },
         | 
| 1949 1971 | 
             
                            "DocumentURI": {},
         | 
| 1950 1972 | 
             
                            "DocumentAttributes": {
         | 
| @@ -1995,7 +2017,7 @@ | |
| 1995 2017 | 
             
                        }
         | 
| 1996 2018 | 
             
                      },
         | 
| 1997 2019 | 
             
                      "FacetResults": {
         | 
| 1998 | 
            -
                        "shape": " | 
| 2020 | 
            +
                        "shape": "Sel"
         | 
| 1999 2021 | 
             
                      },
         | 
| 2000 2022 | 
             
                      "TotalNumberOfResults": {
         | 
| 2001 2023 | 
             
                        "type": "integer"
         | 
| @@ -2043,14 +2065,14 @@ | |
| 2043 2065 | 
             
                            "Id": {},
         | 
| 2044 2066 | 
             
                            "Type": {},
         | 
| 2045 2067 | 
             
                            "AdditionalAttributes": {
         | 
| 2046 | 
            -
                              "shape": " | 
| 2068 | 
            +
                              "shape": "Se5"
         | 
| 2047 2069 | 
             
                            },
         | 
| 2048 2070 | 
             
                            "DocumentId": {},
         | 
| 2049 2071 | 
             
                            "DocumentTitle": {
         | 
| 2050 | 
            -
                              "shape": " | 
| 2072 | 
            +
                              "shape": "Se9"
         | 
| 2051 2073 | 
             
                            },
         | 
| 2052 2074 | 
             
                            "DocumentExcerpt": {
         | 
| 2053 | 
            -
                              "shape": " | 
| 2075 | 
            +
                              "shape": "Se9"
         | 
| 2054 2076 | 
             
                            },
         | 
| 2055 2077 | 
             
                            "DocumentURI": {},
         | 
| 2056 2078 | 
             
                            "DocumentAttributes": {
         | 
| @@ -2344,6 +2366,15 @@ | |
| 2344 2366 | 
             
                      },
         | 
| 2345 2367 | 
             
                      "MinimumQueryCount": {
         | 
| 2346 2368 | 
             
                        "type": "integer"
         | 
| 2369 | 
            +
                      },
         | 
| 2370 | 
            +
                      "AttributeSuggestionsConfig": {
         | 
| 2371 | 
            +
                        "type": "structure",
         | 
| 2372 | 
            +
                        "members": {
         | 
| 2373 | 
            +
                          "SuggestableConfigList": {
         | 
| 2374 | 
            +
                            "shape": "Sae"
         | 
| 2375 | 
            +
                          },
         | 
| 2376 | 
            +
                          "AttributeSuggestionsMode": {}
         | 
| 2377 | 
            +
                        }
         | 
| 2347 2378 | 
             
                      }
         | 
| 2348 2379 | 
             
                    }
         | 
| 2349 2380 | 
             
                  }
         | 
| @@ -3775,32 +3806,33 @@ | |
| 3775 3806 | 
             
                    }
         | 
| 3776 3807 | 
             
                  }
         | 
| 3777 3808 | 
             
                },
         | 
| 3778 | 
            -
                " | 
| 3779 | 
            -
                  "type": " | 
| 3780 | 
            -
                  " | 
| 3781 | 
            -
                    " | 
| 3782 | 
            -
             | 
| 3783 | 
            -
             | 
| 3784 | 
            -
             | 
| 3785 | 
            -
             | 
| 3809 | 
            +
                "Sae": {
         | 
| 3810 | 
            +
                  "type": "list",
         | 
| 3811 | 
            +
                  "member": {
         | 
| 3812 | 
            +
                    "type": "structure",
         | 
| 3813 | 
            +
                    "members": {
         | 
| 3814 | 
            +
                      "AttributeName": {},
         | 
| 3815 | 
            +
                      "Suggestable": {
         | 
| 3816 | 
            +
                        "type": "boolean"
         | 
| 3817 | 
            +
                      }
         | 
| 3786 3818 | 
             
                    }
         | 
| 3787 3819 | 
             
                  }
         | 
| 3788 3820 | 
             
                },
         | 
| 3789 | 
            -
                " | 
| 3790 | 
            -
                  "type": " | 
| 3791 | 
            -
                  " | 
| 3821 | 
            +
                "Sav": {
         | 
| 3822 | 
            +
                  "type": "list",
         | 
| 3823 | 
            +
                  "member": {}
         | 
| 3792 3824 | 
             
                },
         | 
| 3793 | 
            -
                " | 
| 3825 | 
            +
                "Saw": {
         | 
| 3794 3826 | 
             
                  "type": "structure",
         | 
| 3795 3827 | 
             
                  "members": {
         | 
| 3796 3828 | 
             
                    "AndAllFilters": {
         | 
| 3797 | 
            -
                      "shape": " | 
| 3829 | 
            +
                      "shape": "Sax"
         | 
| 3798 3830 | 
             
                    },
         | 
| 3799 3831 | 
             
                    "OrAllFilters": {
         | 
| 3800 | 
            -
                      "shape": " | 
| 3832 | 
            +
                      "shape": "Sax"
         | 
| 3801 3833 | 
             
                    },
         | 
| 3802 3834 | 
             
                    "NotFilter": {
         | 
| 3803 | 
            -
                      "shape": " | 
| 3835 | 
            +
                      "shape": "Saw"
         | 
| 3804 3836 | 
             
                    },
         | 
| 3805 3837 | 
             
                    "EqualsTo": {
         | 
| 3806 3838 | 
             
                      "shape": "S12"
         | 
| @@ -3825,20 +3857,60 @@ | |
| 3825 3857 | 
             
                    }
         | 
| 3826 3858 | 
             
                  }
         | 
| 3827 3859 | 
             
                },
         | 
| 3828 | 
            -
                " | 
| 3860 | 
            +
                "Sax": {
         | 
| 3829 3861 | 
             
                  "type": "list",
         | 
| 3830 3862 | 
             
                  "member": {
         | 
| 3831 | 
            -
                    "shape": " | 
| 3863 | 
            +
                    "shape": "Saw"
         | 
| 3832 3864 | 
             
                  }
         | 
| 3833 3865 | 
             
                },
         | 
| 3834 | 
            -
                " | 
| 3866 | 
            +
                "Say": {
         | 
| 3867 | 
            +
                  "type": "structure",
         | 
| 3868 | 
            +
                  "members": {
         | 
| 3869 | 
            +
                    "Token": {},
         | 
| 3870 | 
            +
                    "UserId": {},
         | 
| 3871 | 
            +
                    "Groups": {
         | 
| 3872 | 
            +
                      "type": "list",
         | 
| 3873 | 
            +
                      "member": {}
         | 
| 3874 | 
            +
                    },
         | 
| 3875 | 
            +
                    "DataSourceGroups": {
         | 
| 3876 | 
            +
                      "type": "list",
         | 
| 3877 | 
            +
                      "member": {
         | 
| 3878 | 
            +
                        "type": "structure",
         | 
| 3879 | 
            +
                        "required": [
         | 
| 3880 | 
            +
                          "GroupId",
         | 
| 3881 | 
            +
                          "DataSourceId"
         | 
| 3882 | 
            +
                        ],
         | 
| 3883 | 
            +
                        "members": {
         | 
| 3884 | 
            +
                          "GroupId": {},
         | 
| 3885 | 
            +
                          "DataSourceId": {}
         | 
| 3886 | 
            +
                        }
         | 
| 3887 | 
            +
                      }
         | 
| 3888 | 
            +
                    }
         | 
| 3889 | 
            +
                  }
         | 
| 3890 | 
            +
                },
         | 
| 3891 | 
            +
                "Sbj": {
         | 
| 3892 | 
            +
                  "type": "structure",
         | 
| 3893 | 
            +
                  "members": {
         | 
| 3894 | 
            +
                    "StartTime": {
         | 
| 3895 | 
            +
                      "type": "timestamp"
         | 
| 3896 | 
            +
                    },
         | 
| 3897 | 
            +
                    "EndTime": {
         | 
| 3898 | 
            +
                      "type": "timestamp"
         | 
| 3899 | 
            +
                    }
         | 
| 3900 | 
            +
                  }
         | 
| 3901 | 
            +
                },
         | 
| 3902 | 
            +
                "Scf": {
         | 
| 3903 | 
            +
                  "type": "string",
         | 
| 3904 | 
            +
                  "sensitive": true
         | 
| 3905 | 
            +
                },
         | 
| 3906 | 
            +
                "Sdq": {
         | 
| 3835 3907 | 
             
                  "type": "list",
         | 
| 3836 3908 | 
             
                  "member": {
         | 
| 3837 3909 | 
             
                    "type": "structure",
         | 
| 3838 3910 | 
             
                    "members": {
         | 
| 3839 3911 | 
             
                      "DocumentAttributeKey": {},
         | 
| 3840 3912 | 
             
                      "Facets": {
         | 
| 3841 | 
            -
                        "shape": " | 
| 3913 | 
            +
                        "shape": "Sdq"
         | 
| 3842 3914 | 
             
                      },
         | 
| 3843 3915 | 
             
                      "MaxResults": {
         | 
| 3844 3916 | 
             
                        "type": "integer"
         | 
| @@ -3846,7 +3918,7 @@ | |
| 3846 3918 | 
             
                    }
         | 
| 3847 3919 | 
             
                  }
         | 
| 3848 3920 | 
             
                },
         | 
| 3849 | 
            -
                " | 
| 3921 | 
            +
                "Se5": {
         | 
| 3850 3922 | 
             
                  "type": "list",
         | 
| 3851 3923 | 
             
                  "member": {
         | 
| 3852 3924 | 
             
                    "type": "structure",
         | 
| @@ -3862,14 +3934,14 @@ | |
| 3862 3934 | 
             
                        "type": "structure",
         | 
| 3863 3935 | 
             
                        "members": {
         | 
| 3864 3936 | 
             
                          "TextWithHighlightsValue": {
         | 
| 3865 | 
            -
                            "shape": " | 
| 3937 | 
            +
                            "shape": "Se9"
         | 
| 3866 3938 | 
             
                          }
         | 
| 3867 3939 | 
             
                        }
         | 
| 3868 3940 | 
             
                      }
         | 
| 3869 3941 | 
             
                    }
         | 
| 3870 3942 | 
             
                  }
         | 
| 3871 3943 | 
             
                },
         | 
| 3872 | 
            -
                " | 
| 3944 | 
            +
                "Se9": {
         | 
| 3873 3945 | 
             
                  "type": "structure",
         | 
| 3874 3946 | 
             
                  "members": {
         | 
| 3875 3947 | 
             
                    "Text": {},
         | 
| @@ -3897,7 +3969,7 @@ | |
| 3897 3969 | 
             
                    }
         | 
| 3898 3970 | 
             
                  }
         | 
| 3899 3971 | 
             
                },
         | 
| 3900 | 
            -
                " | 
| 3972 | 
            +
                "Sel": {
         | 
| 3901 3973 | 
             
                  "type": "list",
         | 
| 3902 3974 | 
             
                  "member": {
         | 
| 3903 3975 | 
             
                    "type": "structure",
         | 
| @@ -3916,7 +3988,7 @@ | |
| 3916 3988 | 
             
                              "type": "integer"
         | 
| 3917 3989 | 
             
                            },
         | 
| 3918 3990 | 
             
                            "FacetResults": {
         | 
| 3919 | 
            -
                              "shape": " | 
| 3991 | 
            +
                              "shape": "Sel"
         | 
| 3920 3992 | 
             
                            }
         | 
| 3921 3993 | 
             
                          }
         | 
| 3922 3994 | 
             
                        }
         |