aws-sdk 2.1401.0 → 2.1403.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 +15 -1
- package/README.md +1 -1
- package/apis/chime-sdk-identity-2021-04-20.min.json +67 -80
- package/apis/chime-sdk-messaging-2021-05-15.min.json +48 -30
- package/apis/elasticmapreduce-2009-03-31.min.json +56 -3
- package/apis/elasticmapreduce-2009-03-31.paginators.json +4 -0
- package/apis/inspector2-2020-06-08.min.json +529 -150
- package/apis/kendra-2019-02-03.min.json +72 -14
- package/apis/mediaconvert-2017-08-29.min.json +103 -93
- package/apis/mq-2017-11-27.min.json +132 -32
- package/apis/sagemaker-2017-07-24.min.json +995 -973
- package/apis/states-2016-11-23.min.json +367 -89
- package/apis/transfer-2018-11-05.min.json +44 -31
- package/clients/chimesdkidentity.d.ts +38 -17
- package/clients/chimesdkmessaging.d.ts +47 -28
- package/clients/dynamodb.d.ts +2 -2
- package/clients/emr.d.ts +77 -1
- package/clients/inspector2.d.ts +417 -9
- package/clients/kendra.d.ts +104 -23
- package/clients/mediaconvert.d.ts +11 -2
- package/clients/mq.d.ts +136 -30
- package/clients/sagemaker.d.ts +45 -13
- package/clients/stepfunctions.d.ts +356 -25
- package/clients/transfer.d.ts +13 -0
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +12 -12
- package/dist/aws-sdk.js +63 -6
- package/dist/aws-sdk.min.js +55 -55
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -1897,20 +1897,7 @@
|
|
1897
1897
|
},
|
1898
1898
|
"QueryResultTypeFilter": {},
|
1899
1899
|
"DocumentRelevanceOverrideConfigurations": {
|
1900
|
-
"
|
1901
|
-
"member": {
|
1902
|
-
"type": "structure",
|
1903
|
-
"required": [
|
1904
|
-
"Name",
|
1905
|
-
"Relevance"
|
1906
|
-
],
|
1907
|
-
"members": {
|
1908
|
-
"Name": {},
|
1909
|
-
"Relevance": {
|
1910
|
-
"shape": "S9f"
|
1911
|
-
}
|
1912
|
-
}
|
1913
|
-
}
|
1900
|
+
"shape": "Sdu"
|
1914
1901
|
},
|
1915
1902
|
"PageNumber": {
|
1916
1903
|
"type": "integer"
|
@@ -2085,6 +2072,59 @@
|
|
2085
2072
|
}
|
2086
2073
|
}
|
2087
2074
|
},
|
2075
|
+
"Retrieve": {
|
2076
|
+
"input": {
|
2077
|
+
"type": "structure",
|
2078
|
+
"required": [
|
2079
|
+
"IndexId",
|
2080
|
+
"QueryText"
|
2081
|
+
],
|
2082
|
+
"members": {
|
2083
|
+
"IndexId": {},
|
2084
|
+
"QueryText": {},
|
2085
|
+
"AttributeFilter": {
|
2086
|
+
"shape": "Saw"
|
2087
|
+
},
|
2088
|
+
"RequestedDocumentAttributes": {
|
2089
|
+
"shape": "Sav"
|
2090
|
+
},
|
2091
|
+
"DocumentRelevanceOverrideConfigurations": {
|
2092
|
+
"shape": "Sdu"
|
2093
|
+
},
|
2094
|
+
"PageNumber": {
|
2095
|
+
"type": "integer"
|
2096
|
+
},
|
2097
|
+
"PageSize": {
|
2098
|
+
"type": "integer"
|
2099
|
+
},
|
2100
|
+
"UserContext": {
|
2101
|
+
"shape": "Say"
|
2102
|
+
}
|
2103
|
+
}
|
2104
|
+
},
|
2105
|
+
"output": {
|
2106
|
+
"type": "structure",
|
2107
|
+
"members": {
|
2108
|
+
"QueryId": {},
|
2109
|
+
"ResultItems": {
|
2110
|
+
"type": "list",
|
2111
|
+
"member": {
|
2112
|
+
"type": "structure",
|
2113
|
+
"members": {
|
2114
|
+
"Id": {},
|
2115
|
+
"DocumentId": {},
|
2116
|
+
"DocumentTitle": {},
|
2117
|
+
"Content": {},
|
2118
|
+
"DocumentURI": {},
|
2119
|
+
"DocumentAttributes": {
|
2120
|
+
"shape": "S11"
|
2121
|
+
}
|
2122
|
+
}
|
2123
|
+
}
|
2124
|
+
}
|
2125
|
+
}
|
2126
|
+
}
|
2127
|
+
},
|
2088
2128
|
"StartDataSourceSyncJob": {
|
2089
2129
|
"input": {
|
2090
2130
|
"type": "structure",
|
@@ -3486,6 +3526,8 @@
|
|
3486
3526
|
}
|
3487
3527
|
},
|
3488
3528
|
"AlfrescoConfiguration": {
|
3529
|
+
"deprecated": true,
|
3530
|
+
"deprecatedMessage": "Deprecated AlfrescoConfiguration in favor of TemplateConfiguration",
|
3489
3531
|
"type": "structure",
|
3490
3532
|
"required": [
|
3491
3533
|
"SiteUrl",
|
@@ -3918,6 +3960,22 @@
|
|
3918
3960
|
}
|
3919
3961
|
}
|
3920
3962
|
},
|
3963
|
+
"Sdu": {
|
3964
|
+
"type": "list",
|
3965
|
+
"member": {
|
3966
|
+
"type": "structure",
|
3967
|
+
"required": [
|
3968
|
+
"Name",
|
3969
|
+
"Relevance"
|
3970
|
+
],
|
3971
|
+
"members": {
|
3972
|
+
"Name": {},
|
3973
|
+
"Relevance": {
|
3974
|
+
"shape": "S9f"
|
3975
|
+
}
|
3976
|
+
}
|
3977
|
+
}
|
3978
|
+
},
|
3921
3979
|
"Se5": {
|
3922
3980
|
"type": "list",
|
3923
3981
|
"member": {
|