aws-sdk 2.1603.0 → 2.1605.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (44) hide show
  1. package/README.md +1 -1
  2. package/apis/bedrock-2023-04-20.min.json +1059 -90
  3. package/apis/bedrock-2023-04-20.paginators.json +12 -0
  4. package/apis/bedrock-agent-2023-06-05.min.json +105 -52
  5. package/apis/bedrock-agent-runtime-2023-07-26.min.json +265 -58
  6. package/apis/bedrock-runtime-2023-09-30.min.json +24 -0
  7. package/apis/ce-2017-10-25.min.json +2 -1
  8. package/apis/ec2-2016-11-15.min.json +139 -82
  9. package/apis/metadata.json +3 -0
  10. package/apis/payment-cryptography-2021-09-14.min.json +219 -189
  11. package/apis/payment-cryptography-2021-09-14.waiters2.json +5 -0
  12. package/apis/route53profiles-2018-05-10.examples.json +5 -0
  13. package/apis/route53profiles-2018-05-10.min.json +598 -0
  14. package/apis/route53profiles-2018-05-10.paginators.json +22 -0
  15. package/apis/sagemaker-2017-07-24.min.json +87 -63
  16. package/apis/servicediscovery-2017-03-14.examples.json +86 -0
  17. package/apis/transfer-2018-11-05.min.json +32 -3
  18. package/apis/workspaces-web-2020-07-08.min.json +84 -43
  19. package/clients/all.d.ts +1 -0
  20. package/clients/all.js +2 -1
  21. package/clients/bedrock.d.ts +1082 -118
  22. package/clients/bedrockagent.d.ts +80 -2
  23. package/clients/bedrockagentruntime.d.ts +252 -5
  24. package/clients/bedrockruntime.d.ts +37 -10
  25. package/clients/costexplorer.d.ts +11 -7
  26. package/clients/ec2.d.ts +103 -39
  27. package/clients/paymentcryptography.d.ts +175 -147
  28. package/clients/paymentcryptography.js +1 -0
  29. package/clients/pi.d.ts +5 -5
  30. package/clients/rds.d.ts +1 -1
  31. package/clients/redshiftserverless.d.ts +5 -5
  32. package/clients/route53profiles.d.ts +614 -0
  33. package/clients/route53profiles.js +18 -0
  34. package/clients/sagemaker.d.ts +17 -10
  35. package/clients/servicediscovery.d.ts +4 -4
  36. package/clients/transfer.d.ts +44 -5
  37. package/clients/workspacesweb.d.ts +89 -23
  38. package/dist/aws-sdk-core-react-native.js +2 -2
  39. package/dist/aws-sdk-react-native.js +297 -253
  40. package/dist/aws-sdk.js +147 -86
  41. package/dist/aws-sdk.min.js +70 -70
  42. package/lib/config_service_placeholders.d.ts +2 -0
  43. package/lib/core.js +1 -1
  44. package/package.json +1 -1
@@ -6,6 +6,18 @@
6
6
  "limit_key": "maxResults",
7
7
  "result_key": "modelSummaries"
8
8
  },
9
+ "ListEvaluationJobs": {
10
+ "input_token": "nextToken",
11
+ "output_token": "nextToken",
12
+ "limit_key": "maxResults",
13
+ "result_key": "jobSummaries"
14
+ },
15
+ "ListGuardrails": {
16
+ "input_token": "nextToken",
17
+ "output_token": "nextToken",
18
+ "limit_key": "maxResults",
19
+ "result_key": "guardrails"
20
+ },
9
21
  "ListModelCustomizationJobs": {
10
22
  "input_token": "nextToken",
11
23
  "output_token": "nextToken",
@@ -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
  },
@@ -210,8 +213,9 @@
210
213
  "clientToken": {
211
214
  "idempotencyToken": true
212
215
  },
216
+ "dataDeletionPolicy": {},
213
217
  "dataSourceConfiguration": {
214
- "shape": "S1u"
218
+ "shape": "S25"
215
219
  },
216
220
  "description": {},
217
221
  "knowledgeBaseId": {
@@ -220,10 +224,10 @@
220
224
  },
221
225
  "name": {},
222
226
  "serverSideEncryptionConfiguration": {
223
- "shape": "S20"
227
+ "shape": "S2c"
224
228
  },
225
229
  "vectorIngestionConfiguration": {
226
- "shape": "S21"
230
+ "shape": "S2d"
227
231
  }
228
232
  }
229
233
  },
@@ -234,7 +238,7 @@
234
238
  ],
235
239
  "members": {
236
240
  "dataSource": {
237
- "shape": "S28"
241
+ "shape": "S2k"
238
242
  }
239
243
  }
240
244
  },
@@ -260,12 +264,12 @@
260
264
  },
261
265
  "description": {},
262
266
  "knowledgeBaseConfiguration": {
263
- "shape": "S2b"
267
+ "shape": "S2n"
264
268
  },
265
269
  "name": {},
266
270
  "roleArn": {},
267
271
  "storageConfiguration": {
268
- "shape": "S2g"
272
+ "shape": "S2s"
269
273
  },
270
274
  "tags": {
271
275
  "shape": "Sx"
@@ -279,7 +283,7 @@
279
283
  ],
280
284
  "members": {
281
285
  "knowledgeBase": {
282
- "shape": "S33"
286
+ "shape": "S3f"
283
287
  }
284
288
  }
285
289
  },
@@ -609,7 +613,7 @@
609
613
  ],
610
614
  "members": {
611
615
  "agentActionGroup": {
612
- "shape": "S1i"
616
+ "shape": "S1s"
613
617
  }
614
618
  }
615
619
  }
@@ -644,7 +648,7 @@
644
648
  ],
645
649
  "members": {
646
650
  "agentAlias": {
647
- "shape": "S1n"
651
+ "shape": "S1x"
648
652
  }
649
653
  }
650
654
  }
@@ -797,7 +801,7 @@
797
801
  ],
798
802
  "members": {
799
803
  "dataSource": {
800
- "shape": "S28"
804
+ "shape": "S2k"
801
805
  }
802
806
  }
803
807
  }
@@ -837,7 +841,7 @@
837
841
  ],
838
842
  "members": {
839
843
  "ingestionJob": {
840
- "shape": "S41"
844
+ "shape": "S4c"
841
845
  }
842
846
  }
843
847
  }
@@ -867,7 +871,7 @@
867
871
  ],
868
872
  "members": {
869
873
  "knowledgeBase": {
870
- "shape": "S33"
874
+ "shape": "S3f"
871
875
  }
872
876
  }
873
877
  }
@@ -976,7 +980,7 @@
976
980
  },
977
981
  "description": {},
978
982
  "routingConfiguration": {
979
- "shape": "S1k"
983
+ "shape": "S1u"
980
984
  },
981
985
  "updatedAt": {
982
986
  "shape": "S9"
@@ -1282,7 +1286,7 @@
1282
1286
  "shape": "S9"
1283
1287
  },
1284
1288
  "statistics": {
1285
- "shape": "S42"
1289
+ "shape": "S4d"
1286
1290
  },
1287
1291
  "status": {},
1288
1292
  "updatedAt": {
@@ -1436,7 +1440,7 @@
1436
1440
  ],
1437
1441
  "members": {
1438
1442
  "ingestionJob": {
1439
- "shape": "S41"
1443
+ "shape": "S4c"
1440
1444
  }
1441
1445
  }
1442
1446
  },
@@ -1580,9 +1584,12 @@
1580
1584
  "locationName": "agentVersion"
1581
1585
  },
1582
1586
  "apiSchema": {
1583
- "shape": "S1b"
1587
+ "shape": "S1c"
1584
1588
  },
1585
1589
  "description": {},
1590
+ "functionSchema": {
1591
+ "shape": "S1h"
1592
+ },
1586
1593
  "parentActionGroupSignature": {}
1587
1594
  }
1588
1595
  },
@@ -1593,7 +1600,7 @@
1593
1600
  ],
1594
1601
  "members": {
1595
1602
  "agentActionGroup": {
1596
- "shape": "S1i"
1603
+ "shape": "S1s"
1597
1604
  }
1598
1605
  }
1599
1606
  },
@@ -1624,7 +1631,7 @@
1624
1631
  },
1625
1632
  "description": {},
1626
1633
  "routingConfiguration": {
1627
- "shape": "S1k"
1634
+ "shape": "S1u"
1628
1635
  }
1629
1636
  }
1630
1637
  },
@@ -1635,7 +1642,7 @@
1635
1642
  ],
1636
1643
  "members": {
1637
1644
  "agentAlias": {
1638
- "shape": "S1n"
1645
+ "shape": "S1x"
1639
1646
  }
1640
1647
  }
1641
1648
  },
@@ -1699,8 +1706,9 @@
1699
1706
  "name"
1700
1707
  ],
1701
1708
  "members": {
1709
+ "dataDeletionPolicy": {},
1702
1710
  "dataSourceConfiguration": {
1703
- "shape": "S1u"
1711
+ "shape": "S25"
1704
1712
  },
1705
1713
  "dataSourceId": {
1706
1714
  "location": "uri",
@@ -1713,10 +1721,10 @@
1713
1721
  },
1714
1722
  "name": {},
1715
1723
  "serverSideEncryptionConfiguration": {
1716
- "shape": "S20"
1724
+ "shape": "S2c"
1717
1725
  },
1718
1726
  "vectorIngestionConfiguration": {
1719
- "shape": "S21"
1727
+ "shape": "S2d"
1720
1728
  }
1721
1729
  }
1722
1730
  },
@@ -1727,7 +1735,7 @@
1727
1735
  ],
1728
1736
  "members": {
1729
1737
  "dataSource": {
1730
- "shape": "S28"
1738
+ "shape": "S2k"
1731
1739
  }
1732
1740
  }
1733
1741
  },
@@ -1751,7 +1759,7 @@
1751
1759
  "members": {
1752
1760
  "description": {},
1753
1761
  "knowledgeBaseConfiguration": {
1754
- "shape": "S2b"
1762
+ "shape": "S2n"
1755
1763
  },
1756
1764
  "knowledgeBaseId": {
1757
1765
  "location": "uri",
@@ -1760,7 +1768,7 @@
1760
1768
  "name": {},
1761
1769
  "roleArn": {},
1762
1770
  "storageConfiguration": {
1763
- "shape": "S2g"
1771
+ "shape": "S2s"
1764
1772
  }
1765
1773
  }
1766
1774
  },
@@ -1771,7 +1779,7 @@
1771
1779
  ],
1772
1780
  "members": {
1773
1781
  "knowledgeBase": {
1774
- "shape": "S33"
1782
+ "shape": "S3f"
1775
1783
  }
1776
1784
  }
1777
1785
  },
@@ -1922,11 +1930,12 @@
1922
1930
  "S19": {
1923
1931
  "type": "structure",
1924
1932
  "members": {
1933
+ "customControl": {},
1925
1934
  "lambda": {}
1926
1935
  },
1927
1936
  "union": true
1928
1937
  },
1929
- "S1b": {
1938
+ "S1c": {
1930
1939
  "type": "structure",
1931
1940
  "members": {
1932
1941
  "payload": {
@@ -1943,7 +1952,43 @@
1943
1952
  },
1944
1953
  "union": true
1945
1954
  },
1946
- "S1i": {
1955
+ "S1h": {
1956
+ "type": "structure",
1957
+ "members": {
1958
+ "functions": {
1959
+ "type": "list",
1960
+ "member": {
1961
+ "type": "structure",
1962
+ "required": [
1963
+ "name"
1964
+ ],
1965
+ "members": {
1966
+ "description": {},
1967
+ "name": {},
1968
+ "parameters": {
1969
+ "type": "map",
1970
+ "key": {},
1971
+ "value": {
1972
+ "type": "structure",
1973
+ "required": [
1974
+ "type"
1975
+ ],
1976
+ "members": {
1977
+ "description": {},
1978
+ "required": {
1979
+ "type": "boolean"
1980
+ },
1981
+ "type": {}
1982
+ }
1983
+ }
1984
+ }
1985
+ }
1986
+ }
1987
+ }
1988
+ },
1989
+ "union": true
1990
+ },
1991
+ "S1s": {
1947
1992
  "type": "structure",
1948
1993
  "required": [
1949
1994
  "actionGroupId",
@@ -1964,20 +2009,23 @@
1964
2009
  "agentId": {},
1965
2010
  "agentVersion": {},
1966
2011
  "apiSchema": {
1967
- "shape": "S1b"
2012
+ "shape": "S1c"
1968
2013
  },
1969
2014
  "clientToken": {},
1970
2015
  "createdAt": {
1971
2016
  "shape": "S9"
1972
2017
  },
1973
2018
  "description": {},
2019
+ "functionSchema": {
2020
+ "shape": "S1h"
2021
+ },
1974
2022
  "parentActionSignature": {},
1975
2023
  "updatedAt": {
1976
2024
  "shape": "S9"
1977
2025
  }
1978
2026
  }
1979
2027
  },
1980
- "S1k": {
2028
+ "S1u": {
1981
2029
  "type": "list",
1982
2030
  "member": {
1983
2031
  "type": "structure",
@@ -1989,7 +2037,7 @@
1989
2037
  }
1990
2038
  }
1991
2039
  },
1992
- "S1n": {
2040
+ "S1x": {
1993
2041
  "type": "structure",
1994
2042
  "required": [
1995
2043
  "agentAliasArn",
@@ -2012,7 +2060,7 @@
2012
2060
  "shape": "S9"
2013
2061
  },
2014
2062
  "routingConfiguration": {
2015
- "shape": "S1k"
2063
+ "shape": "S1u"
2016
2064
  },
2017
2065
  "startDate": {
2018
2066
  "shape": "S9"
@@ -2030,14 +2078,14 @@
2030
2078
  },
2031
2079
  "description": {},
2032
2080
  "routingConfiguration": {
2033
- "shape": "S1k"
2081
+ "shape": "S1u"
2034
2082
  },
2035
2083
  "updatedAt": {
2036
2084
  "shape": "S9"
2037
2085
  }
2038
2086
  }
2039
2087
  },
2040
- "S1u": {
2088
+ "S25": {
2041
2089
  "type": "structure",
2042
2090
  "required": [
2043
2091
  "type"
@@ -2050,6 +2098,7 @@
2050
2098
  ],
2051
2099
  "members": {
2052
2100
  "bucketArn": {},
2101
+ "bucketOwnerAccountId": {},
2053
2102
  "inclusionPrefixes": {
2054
2103
  "type": "list",
2055
2104
  "member": {}
@@ -2059,13 +2108,13 @@
2059
2108
  "type": {}
2060
2109
  }
2061
2110
  },
2062
- "S20": {
2111
+ "S2c": {
2063
2112
  "type": "structure",
2064
2113
  "members": {
2065
2114
  "kmsKeyArn": {}
2066
2115
  }
2067
2116
  },
2068
- "S21": {
2117
+ "S2d": {
2069
2118
  "type": "structure",
2070
2119
  "members": {
2071
2120
  "chunkingConfiguration": {
@@ -2094,7 +2143,7 @@
2094
2143
  }
2095
2144
  }
2096
2145
  },
2097
- "S28": {
2146
+ "S2k": {
2098
2147
  "type": "structure",
2099
2148
  "required": [
2100
2149
  "createdAt",
@@ -2109,26 +2158,30 @@
2109
2158
  "createdAt": {
2110
2159
  "shape": "S9"
2111
2160
  },
2161
+ "dataDeletionPolicy": {},
2112
2162
  "dataSourceConfiguration": {
2113
- "shape": "S1u"
2163
+ "shape": "S25"
2114
2164
  },
2115
2165
  "dataSourceId": {},
2116
2166
  "description": {},
2167
+ "failureReasons": {
2168
+ "shape": "S14"
2169
+ },
2117
2170
  "knowledgeBaseId": {},
2118
2171
  "name": {},
2119
2172
  "serverSideEncryptionConfiguration": {
2120
- "shape": "S20"
2173
+ "shape": "S2c"
2121
2174
  },
2122
2175
  "status": {},
2123
2176
  "updatedAt": {
2124
2177
  "shape": "S9"
2125
2178
  },
2126
2179
  "vectorIngestionConfiguration": {
2127
- "shape": "S21"
2180
+ "shape": "S2d"
2128
2181
  }
2129
2182
  }
2130
2183
  },
2131
- "S2b": {
2184
+ "S2n": {
2132
2185
  "type": "structure",
2133
2186
  "required": [
2134
2187
  "type"
@@ -2146,7 +2199,7 @@
2146
2199
  }
2147
2200
  }
2148
2201
  },
2149
- "S2g": {
2202
+ "S2s": {
2150
2203
  "type": "structure",
2151
2204
  "required": [
2152
2205
  "type"
@@ -2262,7 +2315,7 @@
2262
2315
  "type": {}
2263
2316
  }
2264
2317
  },
2265
- "S33": {
2318
+ "S3f": {
2266
2319
  "type": "structure",
2267
2320
  "required": [
2268
2321
  "createdAt",
@@ -2285,21 +2338,21 @@
2285
2338
  },
2286
2339
  "knowledgeBaseArn": {},
2287
2340
  "knowledgeBaseConfiguration": {
2288
- "shape": "S2b"
2341
+ "shape": "S2n"
2289
2342
  },
2290
2343
  "knowledgeBaseId": {},
2291
2344
  "name": {},
2292
2345
  "roleArn": {},
2293
2346
  "status": {},
2294
2347
  "storageConfiguration": {
2295
- "shape": "S2g"
2348
+ "shape": "S2s"
2296
2349
  },
2297
2350
  "updatedAt": {
2298
2351
  "shape": "S9"
2299
2352
  }
2300
2353
  }
2301
2354
  },
2302
- "S41": {
2355
+ "S4c": {
2303
2356
  "type": "structure",
2304
2357
  "required": [
2305
2358
  "dataSourceId",
@@ -2321,7 +2374,7 @@
2321
2374
  "shape": "S9"
2322
2375
  },
2323
2376
  "statistics": {
2324
- "shape": "S42"
2377
+ "shape": "S4d"
2325
2378
  },
2326
2379
  "status": {},
2327
2380
  "updatedAt": {
@@ -2329,7 +2382,7 @@
2329
2382
  }
2330
2383
  }
2331
2384
  },
2332
- "S42": {
2385
+ "S4d": {
2333
2386
  "type": "structure",
2334
2387
  "members": {
2335
2388
  "numberOfDocumentsDeleted": {