aws-sdk 2.1505.0 → 2.1506.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.
Files changed (51) hide show
  1. package/CHANGELOG.md +14 -1
  2. package/README.md +1 -1
  3. package/apis/accessanalyzer-2019-11-01.min.json +101 -95
  4. package/apis/bedrock-2023-04-20.min.json +91 -71
  5. package/apis/bedrock-agent-2023-06-05.examples.json +5 -0
  6. package/apis/bedrock-agent-2023-06-05.min.json +2322 -0
  7. package/apis/bedrock-agent-2023-06-05.paginators.json +52 -0
  8. package/apis/bedrock-agent-runtime-2023-07-26.examples.json +5 -0
  9. package/apis/bedrock-agent-runtime-2023-07-26.min.json +697 -0
  10. package/apis/bedrock-agent-runtime-2023-07-26.paginators.json +9 -0
  11. package/apis/bedrock-runtime-2023-09-30.min.json +18 -18
  12. package/apis/bedrock-runtime-2023-09-30.waiters2.json +5 -0
  13. package/apis/connect-2017-08-08.min.json +1180 -417
  14. package/apis/connect-2017-08-08.paginators.json +11 -0
  15. package/apis/customer-profiles-2020-08-15.min.json +129 -84
  16. package/apis/metadata.json +14 -0
  17. package/apis/qbusiness-2023-11-27.examples.json +5 -0
  18. package/apis/qbusiness-2023-11-27.min.json +3025 -0
  19. package/apis/qbusiness-2023-11-27.paginators.json +76 -0
  20. package/apis/qconnect-2020-10-19.examples.json +5 -0
  21. package/apis/qconnect-2020-10-19.min.json +2499 -0
  22. package/apis/qconnect-2020-10-19.paginators.json +64 -0
  23. package/apis/s3-2006-03-01.examples.json +128 -128
  24. package/apis/s3-2006-03-01.min.json +649 -186
  25. package/apis/s3-2006-03-01.paginators.json +6 -0
  26. package/apis/s3control-2018-08-20.min.json +121 -115
  27. package/clients/accessanalyzer.d.ts +13 -2
  28. package/clients/all.d.ts +4 -0
  29. package/clients/all.js +5 -1
  30. package/clients/bedrock.d.ts +53 -17
  31. package/clients/bedrockagent.d.ts +1258 -0
  32. package/clients/bedrockagent.js +18 -0
  33. package/clients/bedrockagentruntime.d.ts +439 -0
  34. package/clients/bedrockagentruntime.js +18 -0
  35. package/clients/bedrockruntime.d.ts +13 -13
  36. package/clients/bedrockruntime.js +1 -0
  37. package/clients/connect.d.ts +886 -20
  38. package/clients/customerprofiles.d.ts +40 -0
  39. package/clients/qbusiness.d.ts +3231 -0
  40. package/clients/qbusiness.js +18 -0
  41. package/clients/qconnect.d.ts +2552 -0
  42. package/clients/qconnect.js +18 -0
  43. package/clients/s3.d.ts +795 -666
  44. package/clients/s3control.d.ts +135 -125
  45. package/dist/aws-sdk-core-react-native.js +2 -2
  46. package/dist/aws-sdk-react-native.js +240 -85
  47. package/dist/aws-sdk.js +1847 -590
  48. package/dist/aws-sdk.min.js +83 -82
  49. package/lib/config_service_placeholders.d.ts +8 -0
  50. package/lib/core.js +1 -1
  51. package/package.json +1 -1
@@ -0,0 +1,52 @@
1
+ {
2
+ "pagination": {
3
+ "ListAgentActionGroups": {
4
+ "input_token": "nextToken",
5
+ "output_token": "nextToken",
6
+ "limit_key": "maxResults",
7
+ "result_key": "actionGroupSummaries"
8
+ },
9
+ "ListAgentAliases": {
10
+ "input_token": "nextToken",
11
+ "output_token": "nextToken",
12
+ "limit_key": "maxResults",
13
+ "result_key": "agentAliasSummaries"
14
+ },
15
+ "ListAgentKnowledgeBases": {
16
+ "input_token": "nextToken",
17
+ "output_token": "nextToken",
18
+ "limit_key": "maxResults",
19
+ "result_key": "agentKnowledgeBaseSummaries"
20
+ },
21
+ "ListAgentVersions": {
22
+ "input_token": "nextToken",
23
+ "output_token": "nextToken",
24
+ "limit_key": "maxResults",
25
+ "result_key": "agentVersionSummaries"
26
+ },
27
+ "ListAgents": {
28
+ "input_token": "nextToken",
29
+ "output_token": "nextToken",
30
+ "limit_key": "maxResults",
31
+ "result_key": "agentSummaries"
32
+ },
33
+ "ListDataSources": {
34
+ "input_token": "nextToken",
35
+ "output_token": "nextToken",
36
+ "limit_key": "maxResults",
37
+ "result_key": "dataSourceSummaries"
38
+ },
39
+ "ListIngestionJobs": {
40
+ "input_token": "nextToken",
41
+ "output_token": "nextToken",
42
+ "limit_key": "maxResults",
43
+ "result_key": "ingestionJobSummaries"
44
+ },
45
+ "ListKnowledgeBases": {
46
+ "input_token": "nextToken",
47
+ "output_token": "nextToken",
48
+ "limit_key": "maxResults",
49
+ "result_key": "knowledgeBaseSummaries"
50
+ }
51
+ }
52
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }