@aws-sdk/client-bedrock-agentcore 3.1077.0 → 3.1078.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 (203) hide show
  1. package/dist-cjs/index.js +73 -665
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/BatchCreateMemoryRecordsCommand.js +2 -14
  4. package/dist-es/commands/BatchDeleteMemoryRecordsCommand.js +2 -14
  5. package/dist-es/commands/BatchUpdateMemoryRecordsCommand.js +2 -14
  6. package/dist-es/commands/CompleteResourceTokenAuthCommand.js +2 -14
  7. package/dist-es/commands/CreateABTestCommand.js +2 -14
  8. package/dist-es/commands/CreateEventCommand.js +2 -14
  9. package/dist-es/commands/CreatePaymentInstrumentCommand.js +2 -14
  10. package/dist-es/commands/CreatePaymentSessionCommand.js +2 -14
  11. package/dist-es/commands/DeleteABTestCommand.js +2 -14
  12. package/dist-es/commands/DeleteBatchEvaluationCommand.js +2 -14
  13. package/dist-es/commands/DeleteEventCommand.js +2 -14
  14. package/dist-es/commands/DeleteMemoryRecordCommand.js +2 -14
  15. package/dist-es/commands/DeletePaymentInstrumentCommand.js +2 -14
  16. package/dist-es/commands/DeletePaymentSessionCommand.js +2 -14
  17. package/dist-es/commands/DeleteRecommendationCommand.js +2 -14
  18. package/dist-es/commands/EvaluateCommand.js +2 -14
  19. package/dist-es/commands/GetABTestCommand.js +2 -14
  20. package/dist-es/commands/GetAgentCardCommand.js +2 -14
  21. package/dist-es/commands/GetBatchEvaluationCommand.js +2 -14
  22. package/dist-es/commands/GetBrowserSessionCommand.js +2 -14
  23. package/dist-es/commands/GetCodeInterpreterSessionCommand.js +2 -14
  24. package/dist-es/commands/GetEventCommand.js +2 -14
  25. package/dist-es/commands/GetMemoryRecordCommand.js +2 -14
  26. package/dist-es/commands/GetPaymentInstrumentBalanceCommand.js +2 -14
  27. package/dist-es/commands/GetPaymentInstrumentCommand.js +2 -14
  28. package/dist-es/commands/GetPaymentSessionCommand.js +2 -14
  29. package/dist-es/commands/GetRecommendationCommand.js +2 -14
  30. package/dist-es/commands/GetResourceApiKeyCommand.js +2 -14
  31. package/dist-es/commands/GetResourceOauth2TokenCommand.js +2 -14
  32. package/dist-es/commands/GetResourcePaymentTokenCommand.js +2 -14
  33. package/dist-es/commands/GetWorkloadAccessTokenCommand.js +2 -14
  34. package/dist-es/commands/GetWorkloadAccessTokenForJWTCommand.js +2 -14
  35. package/dist-es/commands/GetWorkloadAccessTokenForUserIdCommand.js +2 -14
  36. package/dist-es/commands/InvokeAgentRuntimeCommand.js +2 -14
  37. package/dist-es/commands/InvokeAgentRuntimeCommandCommand.js +2 -18
  38. package/dist-es/commands/InvokeBrowserCommand.js +2 -14
  39. package/dist-es/commands/InvokeCodeInterpreterCommand.js +2 -18
  40. package/dist-es/commands/InvokeHarnessCommand.js +2 -18
  41. package/dist-es/commands/ListABTestsCommand.js +2 -14
  42. package/dist-es/commands/ListActorsCommand.js +2 -14
  43. package/dist-es/commands/ListBatchEvaluationsCommand.js +2 -14
  44. package/dist-es/commands/ListBrowserSessionsCommand.js +2 -14
  45. package/dist-es/commands/ListCodeInterpreterSessionsCommand.js +2 -14
  46. package/dist-es/commands/ListEventsCommand.js +2 -14
  47. package/dist-es/commands/ListMemoryExtractionJobsCommand.js +2 -14
  48. package/dist-es/commands/ListMemoryRecordsCommand.js +2 -14
  49. package/dist-es/commands/ListPaymentInstrumentsCommand.js +2 -14
  50. package/dist-es/commands/ListPaymentSessionsCommand.js +2 -14
  51. package/dist-es/commands/ListRecommendationsCommand.js +2 -14
  52. package/dist-es/commands/ListSessionsCommand.js +2 -14
  53. package/dist-es/commands/ProcessPaymentCommand.js +2 -14
  54. package/dist-es/commands/RetrieveMemoryRecordsCommand.js +2 -14
  55. package/dist-es/commands/SaveBrowserSessionProfileCommand.js +2 -14
  56. package/dist-es/commands/SearchRegistryRecordsCommand.js +2 -14
  57. package/dist-es/commands/StartBatchEvaluationCommand.js +2 -14
  58. package/dist-es/commands/StartBrowserSessionCommand.js +2 -14
  59. package/dist-es/commands/StartCodeInterpreterSessionCommand.js +2 -14
  60. package/dist-es/commands/StartMemoryExtractionJobCommand.js +2 -14
  61. package/dist-es/commands/StartRecommendationCommand.js +2 -14
  62. package/dist-es/commands/StopBatchEvaluationCommand.js +2 -14
  63. package/dist-es/commands/StopBrowserSessionCommand.js +2 -14
  64. package/dist-es/commands/StopCodeInterpreterSessionCommand.js +2 -14
  65. package/dist-es/commands/StopRuntimeSessionCommand.js +2 -14
  66. package/dist-es/commands/UpdateABTestCommand.js +2 -14
  67. package/dist-es/commands/UpdateBrowserStreamCommand.js +2 -14
  68. package/dist-es/index.js +1 -0
  69. package/dist-types/commandBuilder.d.ts +18 -0
  70. package/dist-types/commands/BatchCreateMemoryRecordsCommand.d.ts +3 -8
  71. package/dist-types/commands/BatchDeleteMemoryRecordsCommand.d.ts +3 -8
  72. package/dist-types/commands/BatchUpdateMemoryRecordsCommand.d.ts +3 -8
  73. package/dist-types/commands/CompleteResourceTokenAuthCommand.d.ts +3 -8
  74. package/dist-types/commands/CreateABTestCommand.d.ts +3 -8
  75. package/dist-types/commands/CreateEventCommand.d.ts +3 -8
  76. package/dist-types/commands/CreatePaymentInstrumentCommand.d.ts +3 -8
  77. package/dist-types/commands/CreatePaymentSessionCommand.d.ts +3 -8
  78. package/dist-types/commands/DeleteABTestCommand.d.ts +3 -8
  79. package/dist-types/commands/DeleteBatchEvaluationCommand.d.ts +3 -8
  80. package/dist-types/commands/DeleteEventCommand.d.ts +3 -8
  81. package/dist-types/commands/DeleteMemoryRecordCommand.d.ts +3 -8
  82. package/dist-types/commands/DeletePaymentInstrumentCommand.d.ts +3 -8
  83. package/dist-types/commands/DeletePaymentSessionCommand.d.ts +3 -8
  84. package/dist-types/commands/DeleteRecommendationCommand.d.ts +3 -8
  85. package/dist-types/commands/EvaluateCommand.d.ts +3 -8
  86. package/dist-types/commands/GetABTestCommand.d.ts +3 -8
  87. package/dist-types/commands/GetAgentCardCommand.d.ts +3 -8
  88. package/dist-types/commands/GetBatchEvaluationCommand.d.ts +3 -8
  89. package/dist-types/commands/GetBrowserSessionCommand.d.ts +3 -8
  90. package/dist-types/commands/GetCodeInterpreterSessionCommand.d.ts +3 -8
  91. package/dist-types/commands/GetEventCommand.d.ts +3 -8
  92. package/dist-types/commands/GetMemoryRecordCommand.d.ts +3 -8
  93. package/dist-types/commands/GetPaymentInstrumentBalanceCommand.d.ts +3 -8
  94. package/dist-types/commands/GetPaymentInstrumentCommand.d.ts +3 -8
  95. package/dist-types/commands/GetPaymentSessionCommand.d.ts +3 -8
  96. package/dist-types/commands/GetRecommendationCommand.d.ts +3 -8
  97. package/dist-types/commands/GetResourceApiKeyCommand.d.ts +3 -8
  98. package/dist-types/commands/GetResourceOauth2TokenCommand.d.ts +3 -8
  99. package/dist-types/commands/GetResourcePaymentTokenCommand.d.ts +3 -8
  100. package/dist-types/commands/GetWorkloadAccessTokenCommand.d.ts +3 -8
  101. package/dist-types/commands/GetWorkloadAccessTokenForJWTCommand.d.ts +3 -8
  102. package/dist-types/commands/GetWorkloadAccessTokenForUserIdCommand.d.ts +3 -8
  103. package/dist-types/commands/InvokeAgentRuntimeCommand.d.ts +3 -8
  104. package/dist-types/commands/InvokeAgentRuntimeCommandCommand.d.ts +3 -8
  105. package/dist-types/commands/InvokeBrowserCommand.d.ts +3 -8
  106. package/dist-types/commands/InvokeCodeInterpreterCommand.d.ts +3 -8
  107. package/dist-types/commands/InvokeHarnessCommand.d.ts +3 -8
  108. package/dist-types/commands/ListABTestsCommand.d.ts +3 -8
  109. package/dist-types/commands/ListActorsCommand.d.ts +3 -8
  110. package/dist-types/commands/ListBatchEvaluationsCommand.d.ts +3 -8
  111. package/dist-types/commands/ListBrowserSessionsCommand.d.ts +3 -8
  112. package/dist-types/commands/ListCodeInterpreterSessionsCommand.d.ts +3 -8
  113. package/dist-types/commands/ListEventsCommand.d.ts +3 -8
  114. package/dist-types/commands/ListMemoryExtractionJobsCommand.d.ts +3 -8
  115. package/dist-types/commands/ListMemoryRecordsCommand.d.ts +3 -8
  116. package/dist-types/commands/ListPaymentInstrumentsCommand.d.ts +3 -8
  117. package/dist-types/commands/ListPaymentSessionsCommand.d.ts +3 -8
  118. package/dist-types/commands/ListRecommendationsCommand.d.ts +3 -8
  119. package/dist-types/commands/ListSessionsCommand.d.ts +3 -8
  120. package/dist-types/commands/ProcessPaymentCommand.d.ts +3 -8
  121. package/dist-types/commands/RetrieveMemoryRecordsCommand.d.ts +3 -8
  122. package/dist-types/commands/SaveBrowserSessionProfileCommand.d.ts +3 -8
  123. package/dist-types/commands/SearchRegistryRecordsCommand.d.ts +3 -8
  124. package/dist-types/commands/StartBatchEvaluationCommand.d.ts +3 -8
  125. package/dist-types/commands/StartBrowserSessionCommand.d.ts +3 -8
  126. package/dist-types/commands/StartCodeInterpreterSessionCommand.d.ts +3 -8
  127. package/dist-types/commands/StartMemoryExtractionJobCommand.d.ts +3 -8
  128. package/dist-types/commands/StartRecommendationCommand.d.ts +3 -8
  129. package/dist-types/commands/StopBatchEvaluationCommand.d.ts +3 -8
  130. package/dist-types/commands/StopBrowserSessionCommand.d.ts +3 -8
  131. package/dist-types/commands/StopCodeInterpreterSessionCommand.d.ts +3 -8
  132. package/dist-types/commands/StopRuntimeSessionCommand.d.ts +3 -8
  133. package/dist-types/commands/UpdateABTestCommand.d.ts +3 -8
  134. package/dist-types/commands/UpdateBrowserStreamCommand.d.ts +3 -8
  135. package/dist-types/index.d.ts +1 -0
  136. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  137. package/dist-types/ts3.4/commands/BatchCreateMemoryRecordsCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/BatchDeleteMemoryRecordsCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/BatchUpdateMemoryRecordsCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/CompleteResourceTokenAuthCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/commands/CreateABTestCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/CreateEventCommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/CreatePaymentInstrumentCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/commands/CreatePaymentSessionCommand.d.ts +7 -16
  145. package/dist-types/ts3.4/commands/DeleteABTestCommand.d.ts +7 -16
  146. package/dist-types/ts3.4/commands/DeleteBatchEvaluationCommand.d.ts +7 -16
  147. package/dist-types/ts3.4/commands/DeleteEventCommand.d.ts +7 -16
  148. package/dist-types/ts3.4/commands/DeleteMemoryRecordCommand.d.ts +7 -16
  149. package/dist-types/ts3.4/commands/DeletePaymentInstrumentCommand.d.ts +7 -16
  150. package/dist-types/ts3.4/commands/DeletePaymentSessionCommand.d.ts +7 -16
  151. package/dist-types/ts3.4/commands/DeleteRecommendationCommand.d.ts +7 -16
  152. package/dist-types/ts3.4/commands/EvaluateCommand.d.ts +7 -16
  153. package/dist-types/ts3.4/commands/GetABTestCommand.d.ts +7 -16
  154. package/dist-types/ts3.4/commands/GetAgentCardCommand.d.ts +7 -16
  155. package/dist-types/ts3.4/commands/GetBatchEvaluationCommand.d.ts +7 -16
  156. package/dist-types/ts3.4/commands/GetBrowserSessionCommand.d.ts +7 -16
  157. package/dist-types/ts3.4/commands/GetCodeInterpreterSessionCommand.d.ts +7 -16
  158. package/dist-types/ts3.4/commands/GetEventCommand.d.ts +7 -16
  159. package/dist-types/ts3.4/commands/GetMemoryRecordCommand.d.ts +7 -16
  160. package/dist-types/ts3.4/commands/GetPaymentInstrumentBalanceCommand.d.ts +7 -16
  161. package/dist-types/ts3.4/commands/GetPaymentInstrumentCommand.d.ts +7 -16
  162. package/dist-types/ts3.4/commands/GetPaymentSessionCommand.d.ts +7 -16
  163. package/dist-types/ts3.4/commands/GetRecommendationCommand.d.ts +7 -16
  164. package/dist-types/ts3.4/commands/GetResourceApiKeyCommand.d.ts +7 -16
  165. package/dist-types/ts3.4/commands/GetResourceOauth2TokenCommand.d.ts +7 -16
  166. package/dist-types/ts3.4/commands/GetResourcePaymentTokenCommand.d.ts +7 -16
  167. package/dist-types/ts3.4/commands/GetWorkloadAccessTokenCommand.d.ts +7 -16
  168. package/dist-types/ts3.4/commands/GetWorkloadAccessTokenForJWTCommand.d.ts +7 -16
  169. package/dist-types/ts3.4/commands/GetWorkloadAccessTokenForUserIdCommand.d.ts +7 -16
  170. package/dist-types/ts3.4/commands/InvokeAgentRuntimeCommand.d.ts +7 -16
  171. package/dist-types/ts3.4/commands/InvokeAgentRuntimeCommandCommand.d.ts +7 -16
  172. package/dist-types/ts3.4/commands/InvokeBrowserCommand.d.ts +7 -16
  173. package/dist-types/ts3.4/commands/InvokeCodeInterpreterCommand.d.ts +7 -16
  174. package/dist-types/ts3.4/commands/InvokeHarnessCommand.d.ts +7 -16
  175. package/dist-types/ts3.4/commands/ListABTestsCommand.d.ts +7 -16
  176. package/dist-types/ts3.4/commands/ListActorsCommand.d.ts +7 -16
  177. package/dist-types/ts3.4/commands/ListBatchEvaluationsCommand.d.ts +7 -16
  178. package/dist-types/ts3.4/commands/ListBrowserSessionsCommand.d.ts +7 -16
  179. package/dist-types/ts3.4/commands/ListCodeInterpreterSessionsCommand.d.ts +7 -16
  180. package/dist-types/ts3.4/commands/ListEventsCommand.d.ts +7 -16
  181. package/dist-types/ts3.4/commands/ListMemoryExtractionJobsCommand.d.ts +7 -16
  182. package/dist-types/ts3.4/commands/ListMemoryRecordsCommand.d.ts +7 -16
  183. package/dist-types/ts3.4/commands/ListPaymentInstrumentsCommand.d.ts +7 -16
  184. package/dist-types/ts3.4/commands/ListPaymentSessionsCommand.d.ts +7 -16
  185. package/dist-types/ts3.4/commands/ListRecommendationsCommand.d.ts +7 -16
  186. package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +7 -16
  187. package/dist-types/ts3.4/commands/ProcessPaymentCommand.d.ts +7 -16
  188. package/dist-types/ts3.4/commands/RetrieveMemoryRecordsCommand.d.ts +7 -16
  189. package/dist-types/ts3.4/commands/SaveBrowserSessionProfileCommand.d.ts +7 -16
  190. package/dist-types/ts3.4/commands/SearchRegistryRecordsCommand.d.ts +7 -16
  191. package/dist-types/ts3.4/commands/StartBatchEvaluationCommand.d.ts +7 -16
  192. package/dist-types/ts3.4/commands/StartBrowserSessionCommand.d.ts +7 -16
  193. package/dist-types/ts3.4/commands/StartCodeInterpreterSessionCommand.d.ts +7 -16
  194. package/dist-types/ts3.4/commands/StartMemoryExtractionJobCommand.d.ts +7 -16
  195. package/dist-types/ts3.4/commands/StartRecommendationCommand.d.ts +7 -16
  196. package/dist-types/ts3.4/commands/StopBatchEvaluationCommand.d.ts +7 -16
  197. package/dist-types/ts3.4/commands/StopBrowserSessionCommand.d.ts +7 -16
  198. package/dist-types/ts3.4/commands/StopCodeInterpreterSessionCommand.d.ts +7 -16
  199. package/dist-types/ts3.4/commands/StopRuntimeSessionCommand.d.ts +7 -16
  200. package/dist-types/ts3.4/commands/UpdateABTestCommand.d.ts +7 -16
  201. package/dist-types/ts3.4/commands/UpdateBrowserStreamCommand.d.ts +7 -16
  202. package/dist-types/ts3.4/index.d.ts +1 -0
  203. package/package.json +8 -8
package/dist-cjs/index.js CHANGED
@@ -1,7 +1,8 @@
1
1
  const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
2
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
3
- const { normalizeProvider, getSmithyContext, ServiceException: ServiceException$1, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
3
+ const { normalizeProvider, getSmithyContext, ServiceException: ServiceException$1, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
4
+ const { Command: $Command } = require("@smithy/core/client");
5
+ exports.$Command = $Command;
5
6
  exports.__Client = Client;
6
7
  const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
8
  const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
@@ -69,7 +70,7 @@ const commonParams = {
69
70
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
71
  };
71
72
 
72
- var version = "3.1076.0";
73
+ var version = "3.1077.0";
73
74
  var packageInfo = {
74
75
  version: version};
75
76
 
@@ -3962,796 +3963,203 @@ class BedrockAgentCoreClient extends Client {
3962
3963
  }
3963
3964
  }
3964
3965
 
3965
- class BatchCreateMemoryRecordsCommand extends Command
3966
- .classBuilder()
3967
- .ep(commonParams)
3968
- .m(function (Command, cs, config, o) {
3969
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3970
- })
3971
- .s("AmazonBedrockAgentCore", "BatchCreateMemoryRecords", {})
3972
- .n("BedrockAgentCoreClient", "BatchCreateMemoryRecordsCommand")
3973
- .sc(BatchCreateMemoryRecords$)
3974
- .build() {
3966
+ const command = makeBuilder(commonParams, "AmazonBedrockAgentCore", "BedrockAgentCoreClient", getEndpointPlugin);
3967
+ const _ep0 = {};
3968
+ const _mw0 = (Command, cs, config, o) => [];
3969
+
3970
+ class BatchCreateMemoryRecordsCommand extends command(_ep0, _mw0, "BatchCreateMemoryRecords", BatchCreateMemoryRecords$) {
3975
3971
  }
3976
3972
 
3977
- class BatchDeleteMemoryRecordsCommand extends Command
3978
- .classBuilder()
3979
- .ep(commonParams)
3980
- .m(function (Command, cs, config, o) {
3981
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3982
- })
3983
- .s("AmazonBedrockAgentCore", "BatchDeleteMemoryRecords", {})
3984
- .n("BedrockAgentCoreClient", "BatchDeleteMemoryRecordsCommand")
3985
- .sc(BatchDeleteMemoryRecords$)
3986
- .build() {
3973
+ class BatchDeleteMemoryRecordsCommand extends command(_ep0, _mw0, "BatchDeleteMemoryRecords", BatchDeleteMemoryRecords$) {
3987
3974
  }
3988
3975
 
3989
- class BatchUpdateMemoryRecordsCommand extends Command
3990
- .classBuilder()
3991
- .ep(commonParams)
3992
- .m(function (Command, cs, config, o) {
3993
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3994
- })
3995
- .s("AmazonBedrockAgentCore", "BatchUpdateMemoryRecords", {})
3996
- .n("BedrockAgentCoreClient", "BatchUpdateMemoryRecordsCommand")
3997
- .sc(BatchUpdateMemoryRecords$)
3998
- .build() {
3976
+ class BatchUpdateMemoryRecordsCommand extends command(_ep0, _mw0, "BatchUpdateMemoryRecords", BatchUpdateMemoryRecords$) {
3999
3977
  }
4000
3978
 
4001
- class CompleteResourceTokenAuthCommand extends Command
4002
- .classBuilder()
4003
- .ep(commonParams)
4004
- .m(function (Command, cs, config, o) {
4005
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4006
- })
4007
- .s("AmazonBedrockAgentCore", "CompleteResourceTokenAuth", {})
4008
- .n("BedrockAgentCoreClient", "CompleteResourceTokenAuthCommand")
4009
- .sc(CompleteResourceTokenAuth$)
4010
- .build() {
3979
+ class CompleteResourceTokenAuthCommand extends command(_ep0, _mw0, "CompleteResourceTokenAuth", CompleteResourceTokenAuth$) {
4011
3980
  }
4012
3981
 
4013
- class CreateABTestCommand extends Command
4014
- .classBuilder()
4015
- .ep(commonParams)
4016
- .m(function (Command, cs, config, o) {
4017
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4018
- })
4019
- .s("AmazonBedrockAgentCore", "CreateABTest", {})
4020
- .n("BedrockAgentCoreClient", "CreateABTestCommand")
4021
- .sc(CreateABTest$)
4022
- .build() {
3982
+ class CreateABTestCommand extends command(_ep0, _mw0, "CreateABTest", CreateABTest$) {
4023
3983
  }
4024
3984
 
4025
- class CreateEventCommand extends Command
4026
- .classBuilder()
4027
- .ep(commonParams)
4028
- .m(function (Command, cs, config, o) {
4029
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4030
- })
4031
- .s("AmazonBedrockAgentCore", "CreateEvent", {})
4032
- .n("BedrockAgentCoreClient", "CreateEventCommand")
4033
- .sc(CreateEvent$)
4034
- .build() {
3985
+ class CreateEventCommand extends command(_ep0, _mw0, "CreateEvent", CreateEvent$) {
4035
3986
  }
4036
3987
 
4037
- class CreatePaymentInstrumentCommand extends Command
4038
- .classBuilder()
4039
- .ep(commonParams)
4040
- .m(function (Command, cs, config, o) {
4041
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4042
- })
4043
- .s("AmazonBedrockAgentCore", "CreatePaymentInstrument", {})
4044
- .n("BedrockAgentCoreClient", "CreatePaymentInstrumentCommand")
4045
- .sc(CreatePaymentInstrument$)
4046
- .build() {
3988
+ class CreatePaymentInstrumentCommand extends command(_ep0, _mw0, "CreatePaymentInstrument", CreatePaymentInstrument$) {
4047
3989
  }
4048
3990
 
4049
- class CreatePaymentSessionCommand extends Command
4050
- .classBuilder()
4051
- .ep(commonParams)
4052
- .m(function (Command, cs, config, o) {
4053
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4054
- })
4055
- .s("AmazonBedrockAgentCore", "CreatePaymentSession", {})
4056
- .n("BedrockAgentCoreClient", "CreatePaymentSessionCommand")
4057
- .sc(CreatePaymentSession$)
4058
- .build() {
3991
+ class CreatePaymentSessionCommand extends command(_ep0, _mw0, "CreatePaymentSession", CreatePaymentSession$) {
4059
3992
  }
4060
3993
 
4061
- class DeleteABTestCommand extends Command
4062
- .classBuilder()
4063
- .ep(commonParams)
4064
- .m(function (Command, cs, config, o) {
4065
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4066
- })
4067
- .s("AmazonBedrockAgentCore", "DeleteABTest", {})
4068
- .n("BedrockAgentCoreClient", "DeleteABTestCommand")
4069
- .sc(DeleteABTest$)
4070
- .build() {
3994
+ class DeleteABTestCommand extends command(_ep0, _mw0, "DeleteABTest", DeleteABTest$) {
4071
3995
  }
4072
3996
 
4073
- class DeleteBatchEvaluationCommand extends Command
4074
- .classBuilder()
4075
- .ep(commonParams)
4076
- .m(function (Command, cs, config, o) {
4077
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4078
- })
4079
- .s("AmazonBedrockAgentCore", "DeleteBatchEvaluation", {})
4080
- .n("BedrockAgentCoreClient", "DeleteBatchEvaluationCommand")
4081
- .sc(DeleteBatchEvaluation$)
4082
- .build() {
3997
+ class DeleteBatchEvaluationCommand extends command(_ep0, _mw0, "DeleteBatchEvaluation", DeleteBatchEvaluation$) {
4083
3998
  }
4084
3999
 
4085
- class DeleteEventCommand extends Command
4086
- .classBuilder()
4087
- .ep(commonParams)
4088
- .m(function (Command, cs, config, o) {
4089
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4090
- })
4091
- .s("AmazonBedrockAgentCore", "DeleteEvent", {})
4092
- .n("BedrockAgentCoreClient", "DeleteEventCommand")
4093
- .sc(DeleteEvent$)
4094
- .build() {
4000
+ class DeleteEventCommand extends command(_ep0, _mw0, "DeleteEvent", DeleteEvent$) {
4095
4001
  }
4096
4002
 
4097
- class DeleteMemoryRecordCommand extends Command
4098
- .classBuilder()
4099
- .ep(commonParams)
4100
- .m(function (Command, cs, config, o) {
4101
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4102
- })
4103
- .s("AmazonBedrockAgentCore", "DeleteMemoryRecord", {})
4104
- .n("BedrockAgentCoreClient", "DeleteMemoryRecordCommand")
4105
- .sc(DeleteMemoryRecord$)
4106
- .build() {
4003
+ class DeleteMemoryRecordCommand extends command(_ep0, _mw0, "DeleteMemoryRecord", DeleteMemoryRecord$) {
4107
4004
  }
4108
4005
 
4109
- class DeletePaymentInstrumentCommand extends Command
4110
- .classBuilder()
4111
- .ep(commonParams)
4112
- .m(function (Command, cs, config, o) {
4113
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4114
- })
4115
- .s("AmazonBedrockAgentCore", "DeletePaymentInstrument", {})
4116
- .n("BedrockAgentCoreClient", "DeletePaymentInstrumentCommand")
4117
- .sc(DeletePaymentInstrument$)
4118
- .build() {
4006
+ class DeletePaymentInstrumentCommand extends command(_ep0, _mw0, "DeletePaymentInstrument", DeletePaymentInstrument$) {
4119
4007
  }
4120
4008
 
4121
- class DeletePaymentSessionCommand extends Command
4122
- .classBuilder()
4123
- .ep(commonParams)
4124
- .m(function (Command, cs, config, o) {
4125
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4126
- })
4127
- .s("AmazonBedrockAgentCore", "DeletePaymentSession", {})
4128
- .n("BedrockAgentCoreClient", "DeletePaymentSessionCommand")
4129
- .sc(DeletePaymentSession$)
4130
- .build() {
4009
+ class DeletePaymentSessionCommand extends command(_ep0, _mw0, "DeletePaymentSession", DeletePaymentSession$) {
4131
4010
  }
4132
4011
 
4133
- class DeleteRecommendationCommand extends Command
4134
- .classBuilder()
4135
- .ep(commonParams)
4136
- .m(function (Command, cs, config, o) {
4137
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4138
- })
4139
- .s("AmazonBedrockAgentCore", "DeleteRecommendation", {})
4140
- .n("BedrockAgentCoreClient", "DeleteRecommendationCommand")
4141
- .sc(DeleteRecommendation$)
4142
- .build() {
4012
+ class DeleteRecommendationCommand extends command(_ep0, _mw0, "DeleteRecommendation", DeleteRecommendation$) {
4143
4013
  }
4144
4014
 
4145
- class EvaluateCommand extends Command
4146
- .classBuilder()
4147
- .ep(commonParams)
4148
- .m(function (Command, cs, config, o) {
4149
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4150
- })
4151
- .s("AmazonBedrockAgentCore", "Evaluate", {})
4152
- .n("BedrockAgentCoreClient", "EvaluateCommand")
4153
- .sc(Evaluate$)
4154
- .build() {
4015
+ class EvaluateCommand extends command(_ep0, _mw0, "Evaluate", Evaluate$) {
4155
4016
  }
4156
4017
 
4157
- class GetABTestCommand extends Command
4158
- .classBuilder()
4159
- .ep(commonParams)
4160
- .m(function (Command, cs, config, o) {
4161
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4162
- })
4163
- .s("AmazonBedrockAgentCore", "GetABTest", {})
4164
- .n("BedrockAgentCoreClient", "GetABTestCommand")
4165
- .sc(GetABTest$)
4166
- .build() {
4018
+ class GetABTestCommand extends command(_ep0, _mw0, "GetABTest", GetABTest$) {
4167
4019
  }
4168
4020
 
4169
- class GetAgentCardCommand extends Command
4170
- .classBuilder()
4171
- .ep(commonParams)
4172
- .m(function (Command, cs, config, o) {
4173
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4174
- })
4175
- .s("AmazonBedrockAgentCore", "GetAgentCard", {})
4176
- .n("BedrockAgentCoreClient", "GetAgentCardCommand")
4177
- .sc(GetAgentCard$)
4178
- .build() {
4021
+ class GetAgentCardCommand extends command(_ep0, _mw0, "GetAgentCard", GetAgentCard$) {
4179
4022
  }
4180
4023
 
4181
- class GetBatchEvaluationCommand extends Command
4182
- .classBuilder()
4183
- .ep(commonParams)
4184
- .m(function (Command, cs, config, o) {
4185
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4186
- })
4187
- .s("AmazonBedrockAgentCore", "GetBatchEvaluation", {})
4188
- .n("BedrockAgentCoreClient", "GetBatchEvaluationCommand")
4189
- .sc(GetBatchEvaluation$)
4190
- .build() {
4024
+ class GetBatchEvaluationCommand extends command(_ep0, _mw0, "GetBatchEvaluation", GetBatchEvaluation$) {
4191
4025
  }
4192
4026
 
4193
- class GetBrowserSessionCommand extends Command
4194
- .classBuilder()
4195
- .ep(commonParams)
4196
- .m(function (Command, cs, config, o) {
4197
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4198
- })
4199
- .s("AmazonBedrockAgentCore", "GetBrowserSession", {})
4200
- .n("BedrockAgentCoreClient", "GetBrowserSessionCommand")
4201
- .sc(GetBrowserSession$)
4202
- .build() {
4027
+ class GetBrowserSessionCommand extends command(_ep0, _mw0, "GetBrowserSession", GetBrowserSession$) {
4203
4028
  }
4204
4029
 
4205
- class GetCodeInterpreterSessionCommand extends Command
4206
- .classBuilder()
4207
- .ep(commonParams)
4208
- .m(function (Command, cs, config, o) {
4209
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4210
- })
4211
- .s("AmazonBedrockAgentCore", "GetCodeInterpreterSession", {})
4212
- .n("BedrockAgentCoreClient", "GetCodeInterpreterSessionCommand")
4213
- .sc(GetCodeInterpreterSession$)
4214
- .build() {
4030
+ class GetCodeInterpreterSessionCommand extends command(_ep0, _mw0, "GetCodeInterpreterSession", GetCodeInterpreterSession$) {
4215
4031
  }
4216
4032
 
4217
- class GetEventCommand extends Command
4218
- .classBuilder()
4219
- .ep(commonParams)
4220
- .m(function (Command, cs, config, o) {
4221
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4222
- })
4223
- .s("AmazonBedrockAgentCore", "GetEvent", {})
4224
- .n("BedrockAgentCoreClient", "GetEventCommand")
4225
- .sc(GetEvent$)
4226
- .build() {
4033
+ class GetEventCommand extends command(_ep0, _mw0, "GetEvent", GetEvent$) {
4227
4034
  }
4228
4035
 
4229
- class GetMemoryRecordCommand extends Command
4230
- .classBuilder()
4231
- .ep(commonParams)
4232
- .m(function (Command, cs, config, o) {
4233
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4234
- })
4235
- .s("AmazonBedrockAgentCore", "GetMemoryRecord", {})
4236
- .n("BedrockAgentCoreClient", "GetMemoryRecordCommand")
4237
- .sc(GetMemoryRecord$)
4238
- .build() {
4036
+ class GetMemoryRecordCommand extends command(_ep0, _mw0, "GetMemoryRecord", GetMemoryRecord$) {
4239
4037
  }
4240
4038
 
4241
- class GetPaymentInstrumentBalanceCommand extends Command
4242
- .classBuilder()
4243
- .ep(commonParams)
4244
- .m(function (Command, cs, config, o) {
4245
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4246
- })
4247
- .s("AmazonBedrockAgentCore", "GetPaymentInstrumentBalance", {})
4248
- .n("BedrockAgentCoreClient", "GetPaymentInstrumentBalanceCommand")
4249
- .sc(GetPaymentInstrumentBalance$)
4250
- .build() {
4039
+ class GetPaymentInstrumentBalanceCommand extends command(_ep0, _mw0, "GetPaymentInstrumentBalance", GetPaymentInstrumentBalance$) {
4251
4040
  }
4252
4041
 
4253
- class GetPaymentInstrumentCommand extends Command
4254
- .classBuilder()
4255
- .ep(commonParams)
4256
- .m(function (Command, cs, config, o) {
4257
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4258
- })
4259
- .s("AmazonBedrockAgentCore", "GetPaymentInstrument", {})
4260
- .n("BedrockAgentCoreClient", "GetPaymentInstrumentCommand")
4261
- .sc(GetPaymentInstrument$)
4262
- .build() {
4042
+ class GetPaymentInstrumentCommand extends command(_ep0, _mw0, "GetPaymentInstrument", GetPaymentInstrument$) {
4263
4043
  }
4264
4044
 
4265
- class GetPaymentSessionCommand extends Command
4266
- .classBuilder()
4267
- .ep(commonParams)
4268
- .m(function (Command, cs, config, o) {
4269
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4270
- })
4271
- .s("AmazonBedrockAgentCore", "GetPaymentSession", {})
4272
- .n("BedrockAgentCoreClient", "GetPaymentSessionCommand")
4273
- .sc(GetPaymentSession$)
4274
- .build() {
4045
+ class GetPaymentSessionCommand extends command(_ep0, _mw0, "GetPaymentSession", GetPaymentSession$) {
4275
4046
  }
4276
4047
 
4277
- class GetRecommendationCommand extends Command
4278
- .classBuilder()
4279
- .ep(commonParams)
4280
- .m(function (Command, cs, config, o) {
4281
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4282
- })
4283
- .s("AmazonBedrockAgentCore", "GetRecommendation", {})
4284
- .n("BedrockAgentCoreClient", "GetRecommendationCommand")
4285
- .sc(GetRecommendation$)
4286
- .build() {
4048
+ class GetRecommendationCommand extends command(_ep0, _mw0, "GetRecommendation", GetRecommendation$) {
4287
4049
  }
4288
4050
 
4289
- class GetResourceApiKeyCommand extends Command
4290
- .classBuilder()
4291
- .ep(commonParams)
4292
- .m(function (Command, cs, config, o) {
4293
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4294
- })
4295
- .s("AmazonBedrockAgentCore", "GetResourceApiKey", {})
4296
- .n("BedrockAgentCoreClient", "GetResourceApiKeyCommand")
4297
- .sc(GetResourceApiKey$)
4298
- .build() {
4051
+ class GetResourceApiKeyCommand extends command(_ep0, _mw0, "GetResourceApiKey", GetResourceApiKey$) {
4299
4052
  }
4300
4053
 
4301
- class GetResourceOauth2TokenCommand extends Command
4302
- .classBuilder()
4303
- .ep(commonParams)
4304
- .m(function (Command, cs, config, o) {
4305
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4306
- })
4307
- .s("AmazonBedrockAgentCore", "GetResourceOauth2Token", {})
4308
- .n("BedrockAgentCoreClient", "GetResourceOauth2TokenCommand")
4309
- .sc(GetResourceOauth2Token$)
4310
- .build() {
4054
+ class GetResourceOauth2TokenCommand extends command(_ep0, _mw0, "GetResourceOauth2Token", GetResourceOauth2Token$) {
4311
4055
  }
4312
4056
 
4313
- class GetResourcePaymentTokenCommand extends Command
4314
- .classBuilder()
4315
- .ep(commonParams)
4316
- .m(function (Command, cs, config, o) {
4317
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4318
- })
4319
- .s("AmazonBedrockAgentCore", "GetResourcePaymentToken", {})
4320
- .n("BedrockAgentCoreClient", "GetResourcePaymentTokenCommand")
4321
- .sc(GetResourcePaymentToken$)
4322
- .build() {
4057
+ class GetResourcePaymentTokenCommand extends command(_ep0, _mw0, "GetResourcePaymentToken", GetResourcePaymentToken$) {
4323
4058
  }
4324
4059
 
4325
- class GetWorkloadAccessTokenCommand extends Command
4326
- .classBuilder()
4327
- .ep(commonParams)
4328
- .m(function (Command, cs, config, o) {
4329
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4330
- })
4331
- .s("AmazonBedrockAgentCore", "GetWorkloadAccessToken", {})
4332
- .n("BedrockAgentCoreClient", "GetWorkloadAccessTokenCommand")
4333
- .sc(GetWorkloadAccessToken$)
4334
- .build() {
4060
+ class GetWorkloadAccessTokenCommand extends command(_ep0, _mw0, "GetWorkloadAccessToken", GetWorkloadAccessToken$) {
4335
4061
  }
4336
4062
 
4337
- class GetWorkloadAccessTokenForJWTCommand extends Command
4338
- .classBuilder()
4339
- .ep(commonParams)
4340
- .m(function (Command, cs, config, o) {
4341
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4342
- })
4343
- .s("AmazonBedrockAgentCore", "GetWorkloadAccessTokenForJWT", {})
4344
- .n("BedrockAgentCoreClient", "GetWorkloadAccessTokenForJWTCommand")
4345
- .sc(GetWorkloadAccessTokenForJWT$)
4346
- .build() {
4063
+ class GetWorkloadAccessTokenForJWTCommand extends command(_ep0, _mw0, "GetWorkloadAccessTokenForJWT", GetWorkloadAccessTokenForJWT$) {
4347
4064
  }
4348
4065
 
4349
- class GetWorkloadAccessTokenForUserIdCommand extends Command
4350
- .classBuilder()
4351
- .ep(commonParams)
4352
- .m(function (Command, cs, config, o) {
4353
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4354
- })
4355
- .s("AmazonBedrockAgentCore", "GetWorkloadAccessTokenForUserId", {})
4356
- .n("BedrockAgentCoreClient", "GetWorkloadAccessTokenForUserIdCommand")
4357
- .sc(GetWorkloadAccessTokenForUserId$)
4358
- .build() {
4066
+ class GetWorkloadAccessTokenForUserIdCommand extends command(_ep0, _mw0, "GetWorkloadAccessTokenForUserId", GetWorkloadAccessTokenForUserId$) {
4359
4067
  }
4360
4068
 
4361
- class InvokeAgentRuntimeCommand extends Command
4362
- .classBuilder()
4363
- .ep(commonParams)
4364
- .m(function (Command, cs, config, o) {
4365
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4366
- })
4367
- .s("AmazonBedrockAgentCore", "InvokeAgentRuntime", {})
4368
- .n("BedrockAgentCoreClient", "InvokeAgentRuntimeCommand")
4369
- .sc(InvokeAgentRuntime$)
4370
- .build() {
4069
+ class InvokeAgentRuntimeCommand extends command(_ep0, _mw0, "InvokeAgentRuntime", InvokeAgentRuntime$) {
4371
4070
  }
4372
4071
 
4373
- class InvokeAgentRuntimeCommandCommand extends Command
4374
- .classBuilder()
4375
- .ep(commonParams)
4376
- .m(function (Command, cs, config, o) {
4377
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4378
- })
4379
- .s("AmazonBedrockAgentCore", "InvokeAgentRuntimeCommand", {
4380
- eventStream: {
4381
- output: true,
4382
- },
4383
- })
4384
- .n("BedrockAgentCoreClient", "InvokeAgentRuntimeCommandCommand")
4385
- .sc(InvokeAgentRuntimeCommand$)
4386
- .build() {
4072
+ class InvokeAgentRuntimeCommandCommand extends command(_ep0, _mw0, "InvokeAgentRuntimeCommand", InvokeAgentRuntimeCommand$) {
4387
4073
  }
4388
4074
 
4389
- class InvokeBrowserCommand extends Command
4390
- .classBuilder()
4391
- .ep(commonParams)
4392
- .m(function (Command, cs, config, o) {
4393
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4394
- })
4395
- .s("AmazonBedrockAgentCore", "InvokeBrowser", {})
4396
- .n("BedrockAgentCoreClient", "InvokeBrowserCommand")
4397
- .sc(InvokeBrowser$)
4398
- .build() {
4075
+ class InvokeBrowserCommand extends command(_ep0, _mw0, "InvokeBrowser", InvokeBrowser$) {
4399
4076
  }
4400
4077
 
4401
- class InvokeCodeInterpreterCommand extends Command
4402
- .classBuilder()
4403
- .ep(commonParams)
4404
- .m(function (Command, cs, config, o) {
4405
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4406
- })
4407
- .s("AmazonBedrockAgentCore", "InvokeCodeInterpreter", {
4408
- eventStream: {
4409
- output: true,
4410
- },
4411
- })
4412
- .n("BedrockAgentCoreClient", "InvokeCodeInterpreterCommand")
4413
- .sc(InvokeCodeInterpreter$)
4414
- .build() {
4078
+ class InvokeCodeInterpreterCommand extends command(_ep0, _mw0, "InvokeCodeInterpreter", InvokeCodeInterpreter$) {
4415
4079
  }
4416
4080
 
4417
- class InvokeHarnessCommand extends Command
4418
- .classBuilder()
4419
- .ep(commonParams)
4420
- .m(function (Command, cs, config, o) {
4421
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4422
- })
4423
- .s("AmazonBedrockAgentCore", "InvokeHarness", {
4424
- eventStream: {
4425
- output: true,
4426
- },
4427
- })
4428
- .n("BedrockAgentCoreClient", "InvokeHarnessCommand")
4429
- .sc(InvokeHarness$)
4430
- .build() {
4081
+ class InvokeHarnessCommand extends command(_ep0, _mw0, "InvokeHarness", InvokeHarness$) {
4431
4082
  }
4432
4083
 
4433
- class ListABTestsCommand extends Command
4434
- .classBuilder()
4435
- .ep(commonParams)
4436
- .m(function (Command, cs, config, o) {
4437
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4438
- })
4439
- .s("AmazonBedrockAgentCore", "ListABTests", {})
4440
- .n("BedrockAgentCoreClient", "ListABTestsCommand")
4441
- .sc(ListABTests$)
4442
- .build() {
4084
+ class ListABTestsCommand extends command(_ep0, _mw0, "ListABTests", ListABTests$) {
4443
4085
  }
4444
4086
 
4445
- class ListActorsCommand extends Command
4446
- .classBuilder()
4447
- .ep(commonParams)
4448
- .m(function (Command, cs, config, o) {
4449
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4450
- })
4451
- .s("AmazonBedrockAgentCore", "ListActors", {})
4452
- .n("BedrockAgentCoreClient", "ListActorsCommand")
4453
- .sc(ListActors$)
4454
- .build() {
4087
+ class ListActorsCommand extends command(_ep0, _mw0, "ListActors", ListActors$) {
4455
4088
  }
4456
4089
 
4457
- class ListBatchEvaluationsCommand extends Command
4458
- .classBuilder()
4459
- .ep(commonParams)
4460
- .m(function (Command, cs, config, o) {
4461
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4462
- })
4463
- .s("AmazonBedrockAgentCore", "ListBatchEvaluations", {})
4464
- .n("BedrockAgentCoreClient", "ListBatchEvaluationsCommand")
4465
- .sc(ListBatchEvaluations$)
4466
- .build() {
4090
+ class ListBatchEvaluationsCommand extends command(_ep0, _mw0, "ListBatchEvaluations", ListBatchEvaluations$) {
4467
4091
  }
4468
4092
 
4469
- class ListBrowserSessionsCommand extends Command
4470
- .classBuilder()
4471
- .ep(commonParams)
4472
- .m(function (Command, cs, config, o) {
4473
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4474
- })
4475
- .s("AmazonBedrockAgentCore", "ListBrowserSessions", {})
4476
- .n("BedrockAgentCoreClient", "ListBrowserSessionsCommand")
4477
- .sc(ListBrowserSessions$)
4478
- .build() {
4093
+ class ListBrowserSessionsCommand extends command(_ep0, _mw0, "ListBrowserSessions", ListBrowserSessions$) {
4479
4094
  }
4480
4095
 
4481
- class ListCodeInterpreterSessionsCommand extends Command
4482
- .classBuilder()
4483
- .ep(commonParams)
4484
- .m(function (Command, cs, config, o) {
4485
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4486
- })
4487
- .s("AmazonBedrockAgentCore", "ListCodeInterpreterSessions", {})
4488
- .n("BedrockAgentCoreClient", "ListCodeInterpreterSessionsCommand")
4489
- .sc(ListCodeInterpreterSessions$)
4490
- .build() {
4096
+ class ListCodeInterpreterSessionsCommand extends command(_ep0, _mw0, "ListCodeInterpreterSessions", ListCodeInterpreterSessions$) {
4491
4097
  }
4492
4098
 
4493
- class ListEventsCommand extends Command
4494
- .classBuilder()
4495
- .ep(commonParams)
4496
- .m(function (Command, cs, config, o) {
4497
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4498
- })
4499
- .s("AmazonBedrockAgentCore", "ListEvents", {})
4500
- .n("BedrockAgentCoreClient", "ListEventsCommand")
4501
- .sc(ListEvents$)
4502
- .build() {
4099
+ class ListEventsCommand extends command(_ep0, _mw0, "ListEvents", ListEvents$) {
4503
4100
  }
4504
4101
 
4505
- class ListMemoryExtractionJobsCommand extends Command
4506
- .classBuilder()
4507
- .ep(commonParams)
4508
- .m(function (Command, cs, config, o) {
4509
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4510
- })
4511
- .s("AmazonBedrockAgentCore", "ListMemoryExtractionJobs", {})
4512
- .n("BedrockAgentCoreClient", "ListMemoryExtractionJobsCommand")
4513
- .sc(ListMemoryExtractionJobs$)
4514
- .build() {
4102
+ class ListMemoryExtractionJobsCommand extends command(_ep0, _mw0, "ListMemoryExtractionJobs", ListMemoryExtractionJobs$) {
4515
4103
  }
4516
4104
 
4517
- class ListMemoryRecordsCommand extends Command
4518
- .classBuilder()
4519
- .ep(commonParams)
4520
- .m(function (Command, cs, config, o) {
4521
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4522
- })
4523
- .s("AmazonBedrockAgentCore", "ListMemoryRecords", {})
4524
- .n("BedrockAgentCoreClient", "ListMemoryRecordsCommand")
4525
- .sc(ListMemoryRecords$)
4526
- .build() {
4105
+ class ListMemoryRecordsCommand extends command(_ep0, _mw0, "ListMemoryRecords", ListMemoryRecords$) {
4527
4106
  }
4528
4107
 
4529
- class ListPaymentInstrumentsCommand extends Command
4530
- .classBuilder()
4531
- .ep(commonParams)
4532
- .m(function (Command, cs, config, o) {
4533
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4534
- })
4535
- .s("AmazonBedrockAgentCore", "ListPaymentInstruments", {})
4536
- .n("BedrockAgentCoreClient", "ListPaymentInstrumentsCommand")
4537
- .sc(ListPaymentInstruments$)
4538
- .build() {
4108
+ class ListPaymentInstrumentsCommand extends command(_ep0, _mw0, "ListPaymentInstruments", ListPaymentInstruments$) {
4539
4109
  }
4540
4110
 
4541
- class ListPaymentSessionsCommand extends Command
4542
- .classBuilder()
4543
- .ep(commonParams)
4544
- .m(function (Command, cs, config, o) {
4545
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4546
- })
4547
- .s("AmazonBedrockAgentCore", "ListPaymentSessions", {})
4548
- .n("BedrockAgentCoreClient", "ListPaymentSessionsCommand")
4549
- .sc(ListPaymentSessions$)
4550
- .build() {
4111
+ class ListPaymentSessionsCommand extends command(_ep0, _mw0, "ListPaymentSessions", ListPaymentSessions$) {
4551
4112
  }
4552
4113
 
4553
- class ListRecommendationsCommand extends Command
4554
- .classBuilder()
4555
- .ep(commonParams)
4556
- .m(function (Command, cs, config, o) {
4557
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4558
- })
4559
- .s("AmazonBedrockAgentCore", "ListRecommendations", {})
4560
- .n("BedrockAgentCoreClient", "ListRecommendationsCommand")
4561
- .sc(ListRecommendations$)
4562
- .build() {
4114
+ class ListRecommendationsCommand extends command(_ep0, _mw0, "ListRecommendations", ListRecommendations$) {
4563
4115
  }
4564
4116
 
4565
- class ListSessionsCommand extends Command
4566
- .classBuilder()
4567
- .ep(commonParams)
4568
- .m(function (Command, cs, config, o) {
4569
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4570
- })
4571
- .s("AmazonBedrockAgentCore", "ListSessions", {})
4572
- .n("BedrockAgentCoreClient", "ListSessionsCommand")
4573
- .sc(ListSessions$)
4574
- .build() {
4117
+ class ListSessionsCommand extends command(_ep0, _mw0, "ListSessions", ListSessions$) {
4575
4118
  }
4576
4119
 
4577
- class ProcessPaymentCommand extends Command
4578
- .classBuilder()
4579
- .ep(commonParams)
4580
- .m(function (Command, cs, config, o) {
4581
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4582
- })
4583
- .s("AmazonBedrockAgentCore", "ProcessPayment", {})
4584
- .n("BedrockAgentCoreClient", "ProcessPaymentCommand")
4585
- .sc(ProcessPayment$)
4586
- .build() {
4120
+ class ProcessPaymentCommand extends command(_ep0, _mw0, "ProcessPayment", ProcessPayment$) {
4587
4121
  }
4588
4122
 
4589
- class RetrieveMemoryRecordsCommand extends Command
4590
- .classBuilder()
4591
- .ep(commonParams)
4592
- .m(function (Command, cs, config, o) {
4593
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4594
- })
4595
- .s("AmazonBedrockAgentCore", "RetrieveMemoryRecords", {})
4596
- .n("BedrockAgentCoreClient", "RetrieveMemoryRecordsCommand")
4597
- .sc(RetrieveMemoryRecords$)
4598
- .build() {
4123
+ class RetrieveMemoryRecordsCommand extends command(_ep0, _mw0, "RetrieveMemoryRecords", RetrieveMemoryRecords$) {
4599
4124
  }
4600
4125
 
4601
- class SaveBrowserSessionProfileCommand extends Command
4602
- .classBuilder()
4603
- .ep(commonParams)
4604
- .m(function (Command, cs, config, o) {
4605
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4606
- })
4607
- .s("AmazonBedrockAgentCore", "SaveBrowserSessionProfile", {})
4608
- .n("BedrockAgentCoreClient", "SaveBrowserSessionProfileCommand")
4609
- .sc(SaveBrowserSessionProfile$)
4610
- .build() {
4126
+ class SaveBrowserSessionProfileCommand extends command(_ep0, _mw0, "SaveBrowserSessionProfile", SaveBrowserSessionProfile$) {
4611
4127
  }
4612
4128
 
4613
- class SearchRegistryRecordsCommand extends Command
4614
- .classBuilder()
4615
- .ep(commonParams)
4616
- .m(function (Command, cs, config, o) {
4617
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4618
- })
4619
- .s("AmazonBedrockAgentCore", "SearchRegistryRecords", {})
4620
- .n("BedrockAgentCoreClient", "SearchRegistryRecordsCommand")
4621
- .sc(SearchRegistryRecords$)
4622
- .build() {
4129
+ class SearchRegistryRecordsCommand extends command(_ep0, _mw0, "SearchRegistryRecords", SearchRegistryRecords$) {
4623
4130
  }
4624
4131
 
4625
- class StartBatchEvaluationCommand extends Command
4626
- .classBuilder()
4627
- .ep(commonParams)
4628
- .m(function (Command, cs, config, o) {
4629
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4630
- })
4631
- .s("AmazonBedrockAgentCore", "StartBatchEvaluation", {})
4632
- .n("BedrockAgentCoreClient", "StartBatchEvaluationCommand")
4633
- .sc(StartBatchEvaluation$)
4634
- .build() {
4132
+ class StartBatchEvaluationCommand extends command(_ep0, _mw0, "StartBatchEvaluation", StartBatchEvaluation$) {
4635
4133
  }
4636
4134
 
4637
- class StartBrowserSessionCommand extends Command
4638
- .classBuilder()
4639
- .ep(commonParams)
4640
- .m(function (Command, cs, config, o) {
4641
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4642
- })
4643
- .s("AmazonBedrockAgentCore", "StartBrowserSession", {})
4644
- .n("BedrockAgentCoreClient", "StartBrowserSessionCommand")
4645
- .sc(StartBrowserSession$)
4646
- .build() {
4135
+ class StartBrowserSessionCommand extends command(_ep0, _mw0, "StartBrowserSession", StartBrowserSession$) {
4647
4136
  }
4648
4137
 
4649
- class StartCodeInterpreterSessionCommand extends Command
4650
- .classBuilder()
4651
- .ep(commonParams)
4652
- .m(function (Command, cs, config, o) {
4653
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4654
- })
4655
- .s("AmazonBedrockAgentCore", "StartCodeInterpreterSession", {})
4656
- .n("BedrockAgentCoreClient", "StartCodeInterpreterSessionCommand")
4657
- .sc(StartCodeInterpreterSession$)
4658
- .build() {
4138
+ class StartCodeInterpreterSessionCommand extends command(_ep0, _mw0, "StartCodeInterpreterSession", StartCodeInterpreterSession$) {
4659
4139
  }
4660
4140
 
4661
- class StartMemoryExtractionJobCommand extends Command
4662
- .classBuilder()
4663
- .ep(commonParams)
4664
- .m(function (Command, cs, config, o) {
4665
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4666
- })
4667
- .s("AmazonBedrockAgentCore", "StartMemoryExtractionJob", {})
4668
- .n("BedrockAgentCoreClient", "StartMemoryExtractionJobCommand")
4669
- .sc(StartMemoryExtractionJob$)
4670
- .build() {
4141
+ class StartMemoryExtractionJobCommand extends command(_ep0, _mw0, "StartMemoryExtractionJob", StartMemoryExtractionJob$) {
4671
4142
  }
4672
4143
 
4673
- class StartRecommendationCommand extends Command
4674
- .classBuilder()
4675
- .ep(commonParams)
4676
- .m(function (Command, cs, config, o) {
4677
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4678
- })
4679
- .s("AmazonBedrockAgentCore", "StartRecommendation", {})
4680
- .n("BedrockAgentCoreClient", "StartRecommendationCommand")
4681
- .sc(StartRecommendation$)
4682
- .build() {
4144
+ class StartRecommendationCommand extends command(_ep0, _mw0, "StartRecommendation", StartRecommendation$) {
4683
4145
  }
4684
4146
 
4685
- class StopBatchEvaluationCommand extends Command
4686
- .classBuilder()
4687
- .ep(commonParams)
4688
- .m(function (Command, cs, config, o) {
4689
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4690
- })
4691
- .s("AmazonBedrockAgentCore", "StopBatchEvaluation", {})
4692
- .n("BedrockAgentCoreClient", "StopBatchEvaluationCommand")
4693
- .sc(StopBatchEvaluation$)
4694
- .build() {
4147
+ class StopBatchEvaluationCommand extends command(_ep0, _mw0, "StopBatchEvaluation", StopBatchEvaluation$) {
4695
4148
  }
4696
4149
 
4697
- class StopBrowserSessionCommand extends Command
4698
- .classBuilder()
4699
- .ep(commonParams)
4700
- .m(function (Command, cs, config, o) {
4701
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4702
- })
4703
- .s("AmazonBedrockAgentCore", "StopBrowserSession", {})
4704
- .n("BedrockAgentCoreClient", "StopBrowserSessionCommand")
4705
- .sc(StopBrowserSession$)
4706
- .build() {
4150
+ class StopBrowserSessionCommand extends command(_ep0, _mw0, "StopBrowserSession", StopBrowserSession$) {
4707
4151
  }
4708
4152
 
4709
- class StopCodeInterpreterSessionCommand extends Command
4710
- .classBuilder()
4711
- .ep(commonParams)
4712
- .m(function (Command, cs, config, o) {
4713
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4714
- })
4715
- .s("AmazonBedrockAgentCore", "StopCodeInterpreterSession", {})
4716
- .n("BedrockAgentCoreClient", "StopCodeInterpreterSessionCommand")
4717
- .sc(StopCodeInterpreterSession$)
4718
- .build() {
4153
+ class StopCodeInterpreterSessionCommand extends command(_ep0, _mw0, "StopCodeInterpreterSession", StopCodeInterpreterSession$) {
4719
4154
  }
4720
4155
 
4721
- class StopRuntimeSessionCommand extends Command
4722
- .classBuilder()
4723
- .ep(commonParams)
4724
- .m(function (Command, cs, config, o) {
4725
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4726
- })
4727
- .s("AmazonBedrockAgentCore", "StopRuntimeSession", {})
4728
- .n("BedrockAgentCoreClient", "StopRuntimeSessionCommand")
4729
- .sc(StopRuntimeSession$)
4730
- .build() {
4156
+ class StopRuntimeSessionCommand extends command(_ep0, _mw0, "StopRuntimeSession", StopRuntimeSession$) {
4731
4157
  }
4732
4158
 
4733
- class UpdateABTestCommand extends Command
4734
- .classBuilder()
4735
- .ep(commonParams)
4736
- .m(function (Command, cs, config, o) {
4737
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4738
- })
4739
- .s("AmazonBedrockAgentCore", "UpdateABTest", {})
4740
- .n("BedrockAgentCoreClient", "UpdateABTestCommand")
4741
- .sc(UpdateABTest$)
4742
- .build() {
4159
+ class UpdateABTestCommand extends command(_ep0, _mw0, "UpdateABTest", UpdateABTest$) {
4743
4160
  }
4744
4161
 
4745
- class UpdateBrowserStreamCommand extends Command
4746
- .classBuilder()
4747
- .ep(commonParams)
4748
- .m(function (Command, cs, config, o) {
4749
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4750
- })
4751
- .s("AmazonBedrockAgentCore", "UpdateBrowserStream", {})
4752
- .n("BedrockAgentCoreClient", "UpdateBrowserStreamCommand")
4753
- .sc(UpdateBrowserStream$)
4754
- .build() {
4162
+ class UpdateBrowserStreamCommand extends command(_ep0, _mw0, "UpdateBrowserStream", UpdateBrowserStream$) {
4755
4163
  }
4756
4164
 
4757
4165
  const paginateListABTests = createPaginator(BedrockAgentCoreClient, ListABTestsCommand, "nextToken", "nextToken", "maxResults");