aws-sdk 2.1602.0 → 2.1604.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (38) hide show
  1. package/README.md +1 -1
  2. package/apis/bedrock-agent-2023-06-05.min.json +98 -52
  3. package/apis/bedrock-agent-runtime-2023-07-26.min.json +197 -51
  4. package/apis/glue-2017-03-31.min.json +2 -1
  5. package/apis/internetmonitor-2021-06-03.min.json +149 -0
  6. package/apis/internetmonitor-2021-06-03.paginators.json +6 -0
  7. package/apis/metadata.json +3 -0
  8. package/apis/payment-cryptography-2021-09-14.min.json +219 -189
  9. package/apis/payment-cryptography-2021-09-14.waiters2.json +5 -0
  10. package/apis/personalize-2018-05-22.min.json +32 -14
  11. package/apis/route53profiles-2018-05-10.examples.json +5 -0
  12. package/apis/route53profiles-2018-05-10.min.json +598 -0
  13. package/apis/route53profiles-2018-05-10.paginators.json +22 -0
  14. package/apis/sagemaker-2017-07-24.min.json +87 -63
  15. package/apis/servicediscovery-2017-03-14.examples.json +86 -0
  16. package/apis/transfer-2018-11-05.min.json +32 -3
  17. package/clients/all.d.ts +1 -0
  18. package/clients/all.js +2 -1
  19. package/clients/bedrockagent.d.ts +56 -0
  20. package/clients/bedrockagentruntime.d.ts +187 -4
  21. package/clients/glue.d.ts +4 -0
  22. package/clients/internetmonitor.d.ts +170 -13
  23. package/clients/paymentcryptography.d.ts +175 -147
  24. package/clients/paymentcryptography.js +1 -0
  25. package/clients/personalize.d.ts +56 -19
  26. package/clients/redshiftserverless.d.ts +5 -5
  27. package/clients/route53profiles.d.ts +614 -0
  28. package/clients/route53profiles.js +18 -0
  29. package/clients/sagemaker.d.ts +17 -10
  30. package/clients/servicediscovery.d.ts +4 -4
  31. package/clients/transfer.d.ts +44 -5
  32. package/dist/aws-sdk-core-react-native.js +2 -2
  33. package/dist/aws-sdk-react-native.js +295 -251
  34. package/dist/aws-sdk.js +38 -17
  35. package/dist/aws-sdk.min.js +31 -31
  36. package/lib/config_service_placeholders.d.ts +2 -0
  37. package/lib/core.js +1 -1
  38. package/package.json +1 -1
package/README.md CHANGED
@@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
64
64
  To use the SDK in the browser, simply add the following script tag to your
65
65
  HTML pages:
66
66
 
67
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1602.0.min.js"></script>
67
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1604.0.min.js"></script>
68
68
 
69
69
  You can also build a custom browser SDK with your specified set of AWS services.
70
70
  This can allow you to reduce the SDK's size, specify different API versions of
@@ -128,12 +128,15 @@
128
128
  "locationName": "agentVersion"
129
129
  },
130
130
  "apiSchema": {
131
- "shape": "S1b"
131
+ "shape": "S1c"
132
132
  },
133
133
  "clientToken": {
134
134
  "idempotencyToken": true
135
135
  },
136
136
  "description": {},
137
+ "functionSchema": {
138
+ "shape": "S1h"
139
+ },
137
140
  "parentActionGroupSignature": {}
138
141
  }
139
142
  },
@@ -144,7 +147,7 @@
144
147
  ],
145
148
  "members": {
146
149
  "agentActionGroup": {
147
- "shape": "S1i"
150
+ "shape": "S1s"
148
151
  }
149
152
  }
150
153
  },
@@ -173,7 +176,7 @@
173
176
  },
174
177
  "description": {},
175
178
  "routingConfiguration": {
176
- "shape": "S1k"
179
+ "shape": "S1u"
177
180
  },
178
181
  "tags": {
179
182
  "shape": "Sx"
@@ -187,7 +190,7 @@
187
190
  ],
188
191
  "members": {
189
192
  "agentAlias": {
190
- "shape": "S1n"
193
+ "shape": "S1x"
191
194
  }
192
195
  }
193
196
  },
@@ -211,7 +214,7 @@
211
214
  "idempotencyToken": true
212
215
  },
213
216
  "dataSourceConfiguration": {
214
- "shape": "S1u"
217
+ "shape": "S24"
215
218
  },
216
219
  "description": {},
217
220
  "knowledgeBaseId": {
@@ -220,10 +223,10 @@
220
223
  },
221
224
  "name": {},
222
225
  "serverSideEncryptionConfiguration": {
223
- "shape": "S20"
226
+ "shape": "S2a"
224
227
  },
225
228
  "vectorIngestionConfiguration": {
226
- "shape": "S21"
229
+ "shape": "S2b"
227
230
  }
228
231
  }
229
232
  },
@@ -234,7 +237,7 @@
234
237
  ],
235
238
  "members": {
236
239
  "dataSource": {
237
- "shape": "S28"
240
+ "shape": "S2i"
238
241
  }
239
242
  }
240
243
  },
@@ -260,12 +263,12 @@
260
263
  },
261
264
  "description": {},
262
265
  "knowledgeBaseConfiguration": {
263
- "shape": "S2b"
266
+ "shape": "S2l"
264
267
  },
265
268
  "name": {},
266
269
  "roleArn": {},
267
270
  "storageConfiguration": {
268
- "shape": "S2g"
271
+ "shape": "S2q"
269
272
  },
270
273
  "tags": {
271
274
  "shape": "Sx"
@@ -279,7 +282,7 @@
279
282
  ],
280
283
  "members": {
281
284
  "knowledgeBase": {
282
- "shape": "S33"
285
+ "shape": "S3d"
283
286
  }
284
287
  }
285
288
  },
@@ -609,7 +612,7 @@
609
612
  ],
610
613
  "members": {
611
614
  "agentActionGroup": {
612
- "shape": "S1i"
615
+ "shape": "S1s"
613
616
  }
614
617
  }
615
618
  }
@@ -644,7 +647,7 @@
644
647
  ],
645
648
  "members": {
646
649
  "agentAlias": {
647
- "shape": "S1n"
650
+ "shape": "S1x"
648
651
  }
649
652
  }
650
653
  }
@@ -797,7 +800,7 @@
797
800
  ],
798
801
  "members": {
799
802
  "dataSource": {
800
- "shape": "S28"
803
+ "shape": "S2i"
801
804
  }
802
805
  }
803
806
  }
@@ -837,7 +840,7 @@
837
840
  ],
838
841
  "members": {
839
842
  "ingestionJob": {
840
- "shape": "S41"
843
+ "shape": "S4a"
841
844
  }
842
845
  }
843
846
  }
@@ -867,7 +870,7 @@
867
870
  ],
868
871
  "members": {
869
872
  "knowledgeBase": {
870
- "shape": "S33"
873
+ "shape": "S3d"
871
874
  }
872
875
  }
873
876
  }
@@ -976,7 +979,7 @@
976
979
  },
977
980
  "description": {},
978
981
  "routingConfiguration": {
979
- "shape": "S1k"
982
+ "shape": "S1u"
980
983
  },
981
984
  "updatedAt": {
982
985
  "shape": "S9"
@@ -1282,7 +1285,7 @@
1282
1285
  "shape": "S9"
1283
1286
  },
1284
1287
  "statistics": {
1285
- "shape": "S42"
1288
+ "shape": "S4b"
1286
1289
  },
1287
1290
  "status": {},
1288
1291
  "updatedAt": {
@@ -1436,7 +1439,7 @@
1436
1439
  ],
1437
1440
  "members": {
1438
1441
  "ingestionJob": {
1439
- "shape": "S41"
1442
+ "shape": "S4a"
1440
1443
  }
1441
1444
  }
1442
1445
  },
@@ -1580,9 +1583,12 @@
1580
1583
  "locationName": "agentVersion"
1581
1584
  },
1582
1585
  "apiSchema": {
1583
- "shape": "S1b"
1586
+ "shape": "S1c"
1584
1587
  },
1585
1588
  "description": {},
1589
+ "functionSchema": {
1590
+ "shape": "S1h"
1591
+ },
1586
1592
  "parentActionGroupSignature": {}
1587
1593
  }
1588
1594
  },
@@ -1593,7 +1599,7 @@
1593
1599
  ],
1594
1600
  "members": {
1595
1601
  "agentActionGroup": {
1596
- "shape": "S1i"
1602
+ "shape": "S1s"
1597
1603
  }
1598
1604
  }
1599
1605
  },
@@ -1624,7 +1630,7 @@
1624
1630
  },
1625
1631
  "description": {},
1626
1632
  "routingConfiguration": {
1627
- "shape": "S1k"
1633
+ "shape": "S1u"
1628
1634
  }
1629
1635
  }
1630
1636
  },
@@ -1635,7 +1641,7 @@
1635
1641
  ],
1636
1642
  "members": {
1637
1643
  "agentAlias": {
1638
- "shape": "S1n"
1644
+ "shape": "S1x"
1639
1645
  }
1640
1646
  }
1641
1647
  },
@@ -1700,7 +1706,7 @@
1700
1706
  ],
1701
1707
  "members": {
1702
1708
  "dataSourceConfiguration": {
1703
- "shape": "S1u"
1709
+ "shape": "S24"
1704
1710
  },
1705
1711
  "dataSourceId": {
1706
1712
  "location": "uri",
@@ -1713,10 +1719,10 @@
1713
1719
  },
1714
1720
  "name": {},
1715
1721
  "serverSideEncryptionConfiguration": {
1716
- "shape": "S20"
1722
+ "shape": "S2a"
1717
1723
  },
1718
1724
  "vectorIngestionConfiguration": {
1719
- "shape": "S21"
1725
+ "shape": "S2b"
1720
1726
  }
1721
1727
  }
1722
1728
  },
@@ -1727,7 +1733,7 @@
1727
1733
  ],
1728
1734
  "members": {
1729
1735
  "dataSource": {
1730
- "shape": "S28"
1736
+ "shape": "S2i"
1731
1737
  }
1732
1738
  }
1733
1739
  },
@@ -1751,7 +1757,7 @@
1751
1757
  "members": {
1752
1758
  "description": {},
1753
1759
  "knowledgeBaseConfiguration": {
1754
- "shape": "S2b"
1760
+ "shape": "S2l"
1755
1761
  },
1756
1762
  "knowledgeBaseId": {
1757
1763
  "location": "uri",
@@ -1760,7 +1766,7 @@
1760
1766
  "name": {},
1761
1767
  "roleArn": {},
1762
1768
  "storageConfiguration": {
1763
- "shape": "S2g"
1769
+ "shape": "S2q"
1764
1770
  }
1765
1771
  }
1766
1772
  },
@@ -1771,7 +1777,7 @@
1771
1777
  ],
1772
1778
  "members": {
1773
1779
  "knowledgeBase": {
1774
- "shape": "S33"
1780
+ "shape": "S3d"
1775
1781
  }
1776
1782
  }
1777
1783
  },
@@ -1922,11 +1928,12 @@
1922
1928
  "S19": {
1923
1929
  "type": "structure",
1924
1930
  "members": {
1931
+ "customControl": {},
1925
1932
  "lambda": {}
1926
1933
  },
1927
1934
  "union": true
1928
1935
  },
1929
- "S1b": {
1936
+ "S1c": {
1930
1937
  "type": "structure",
1931
1938
  "members": {
1932
1939
  "payload": {
@@ -1943,7 +1950,43 @@
1943
1950
  },
1944
1951
  "union": true
1945
1952
  },
1946
- "S1i": {
1953
+ "S1h": {
1954
+ "type": "structure",
1955
+ "members": {
1956
+ "functions": {
1957
+ "type": "list",
1958
+ "member": {
1959
+ "type": "structure",
1960
+ "required": [
1961
+ "name"
1962
+ ],
1963
+ "members": {
1964
+ "description": {},
1965
+ "name": {},
1966
+ "parameters": {
1967
+ "type": "map",
1968
+ "key": {},
1969
+ "value": {
1970
+ "type": "structure",
1971
+ "required": [
1972
+ "type"
1973
+ ],
1974
+ "members": {
1975
+ "description": {},
1976
+ "required": {
1977
+ "type": "boolean"
1978
+ },
1979
+ "type": {}
1980
+ }
1981
+ }
1982
+ }
1983
+ }
1984
+ }
1985
+ }
1986
+ },
1987
+ "union": true
1988
+ },
1989
+ "S1s": {
1947
1990
  "type": "structure",
1948
1991
  "required": [
1949
1992
  "actionGroupId",
@@ -1964,20 +2007,23 @@
1964
2007
  "agentId": {},
1965
2008
  "agentVersion": {},
1966
2009
  "apiSchema": {
1967
- "shape": "S1b"
2010
+ "shape": "S1c"
1968
2011
  },
1969
2012
  "clientToken": {},
1970
2013
  "createdAt": {
1971
2014
  "shape": "S9"
1972
2015
  },
1973
2016
  "description": {},
2017
+ "functionSchema": {
2018
+ "shape": "S1h"
2019
+ },
1974
2020
  "parentActionSignature": {},
1975
2021
  "updatedAt": {
1976
2022
  "shape": "S9"
1977
2023
  }
1978
2024
  }
1979
2025
  },
1980
- "S1k": {
2026
+ "S1u": {
1981
2027
  "type": "list",
1982
2028
  "member": {
1983
2029
  "type": "structure",
@@ -1989,7 +2035,7 @@
1989
2035
  }
1990
2036
  }
1991
2037
  },
1992
- "S1n": {
2038
+ "S1x": {
1993
2039
  "type": "structure",
1994
2040
  "required": [
1995
2041
  "agentAliasArn",
@@ -2012,7 +2058,7 @@
2012
2058
  "shape": "S9"
2013
2059
  },
2014
2060
  "routingConfiguration": {
2015
- "shape": "S1k"
2061
+ "shape": "S1u"
2016
2062
  },
2017
2063
  "startDate": {
2018
2064
  "shape": "S9"
@@ -2030,14 +2076,14 @@
2030
2076
  },
2031
2077
  "description": {},
2032
2078
  "routingConfiguration": {
2033
- "shape": "S1k"
2079
+ "shape": "S1u"
2034
2080
  },
2035
2081
  "updatedAt": {
2036
2082
  "shape": "S9"
2037
2083
  }
2038
2084
  }
2039
2085
  },
2040
- "S1u": {
2086
+ "S24": {
2041
2087
  "type": "structure",
2042
2088
  "required": [
2043
2089
  "type"
@@ -2059,13 +2105,13 @@
2059
2105
  "type": {}
2060
2106
  }
2061
2107
  },
2062
- "S20": {
2108
+ "S2a": {
2063
2109
  "type": "structure",
2064
2110
  "members": {
2065
2111
  "kmsKeyArn": {}
2066
2112
  }
2067
2113
  },
2068
- "S21": {
2114
+ "S2b": {
2069
2115
  "type": "structure",
2070
2116
  "members": {
2071
2117
  "chunkingConfiguration": {
@@ -2094,7 +2140,7 @@
2094
2140
  }
2095
2141
  }
2096
2142
  },
2097
- "S28": {
2143
+ "S2i": {
2098
2144
  "type": "structure",
2099
2145
  "required": [
2100
2146
  "createdAt",
@@ -2110,25 +2156,25 @@
2110
2156
  "shape": "S9"
2111
2157
  },
2112
2158
  "dataSourceConfiguration": {
2113
- "shape": "S1u"
2159
+ "shape": "S24"
2114
2160
  },
2115
2161
  "dataSourceId": {},
2116
2162
  "description": {},
2117
2163
  "knowledgeBaseId": {},
2118
2164
  "name": {},
2119
2165
  "serverSideEncryptionConfiguration": {
2120
- "shape": "S20"
2166
+ "shape": "S2a"
2121
2167
  },
2122
2168
  "status": {},
2123
2169
  "updatedAt": {
2124
2170
  "shape": "S9"
2125
2171
  },
2126
2172
  "vectorIngestionConfiguration": {
2127
- "shape": "S21"
2173
+ "shape": "S2b"
2128
2174
  }
2129
2175
  }
2130
2176
  },
2131
- "S2b": {
2177
+ "S2l": {
2132
2178
  "type": "structure",
2133
2179
  "required": [
2134
2180
  "type"
@@ -2146,7 +2192,7 @@
2146
2192
  }
2147
2193
  }
2148
2194
  },
2149
- "S2g": {
2195
+ "S2q": {
2150
2196
  "type": "structure",
2151
2197
  "required": [
2152
2198
  "type"
@@ -2262,7 +2308,7 @@
2262
2308
  "type": {}
2263
2309
  }
2264
2310
  },
2265
- "S33": {
2311
+ "S3d": {
2266
2312
  "type": "structure",
2267
2313
  "required": [
2268
2314
  "createdAt",
@@ -2285,21 +2331,21 @@
2285
2331
  },
2286
2332
  "knowledgeBaseArn": {},
2287
2333
  "knowledgeBaseConfiguration": {
2288
- "shape": "S2b"
2334
+ "shape": "S2l"
2289
2335
  },
2290
2336
  "knowledgeBaseId": {},
2291
2337
  "name": {},
2292
2338
  "roleArn": {},
2293
2339
  "status": {},
2294
2340
  "storageConfiguration": {
2295
- "shape": "S2g"
2341
+ "shape": "S2q"
2296
2342
  },
2297
2343
  "updatedAt": {
2298
2344
  "shape": "S9"
2299
2345
  }
2300
2346
  }
2301
2347
  },
2302
- "S41": {
2348
+ "S4a": {
2303
2349
  "type": "structure",
2304
2350
  "required": [
2305
2351
  "dataSourceId",
@@ -2321,7 +2367,7 @@
2321
2367
  "shape": "S9"
2322
2368
  },
2323
2369
  "statistics": {
2324
- "shape": "S42"
2370
+ "shape": "S4b"
2325
2371
  },
2326
2372
  "status": {},
2327
2373
  "updatedAt": {
@@ -2329,7 +2375,7 @@
2329
2375
  }
2330
2376
  }
2331
2377
  },
2332
- "S42": {
2378
+ "S4b": {
2333
2379
  "type": "structure",
2334
2380
  "members": {
2335
2381
  "numberOfDocumentsDeleted": {