@aws-sdk/client-bedrock-agentcore 3.1043.0 → 3.1045.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/README.md +77 -0
- package/dist-cjs/index.js +217 -0
- package/dist-cjs/schemas/schemas_0.js +458 -33
- package/dist-es/BedrockAgentCore.js +26 -0
- package/dist-es/commands/CreatePaymentInstrumentCommand.js +16 -0
- package/dist-es/commands/CreatePaymentSessionCommand.js +16 -0
- package/dist-es/commands/DeletePaymentInstrumentCommand.js +16 -0
- package/dist-es/commands/DeletePaymentSessionCommand.js +16 -0
- package/dist-es/commands/GetPaymentInstrumentBalanceCommand.js +16 -0
- package/dist-es/commands/GetPaymentInstrumentCommand.js +16 -0
- package/dist-es/commands/GetPaymentSessionCommand.js +16 -0
- package/dist-es/commands/GetResourcePaymentTokenCommand.js +16 -0
- package/dist-es/commands/ListPaymentInstrumentsCommand.js +16 -0
- package/dist-es/commands/ListPaymentSessionsCommand.js +16 -0
- package/dist-es/commands/ProcessPaymentCommand.js +16 -0
- package/dist-es/commands/index.js +11 -0
- package/dist-es/models/enums.js +45 -0
- package/dist-es/pagination/ListPaymentInstrumentsPaginator.js +4 -0
- package/dist-es/pagination/ListPaymentSessionsPaginator.js +4 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/schemas/schemas_0.js +449 -25
- package/dist-types/BedrockAgentCore.d.ts +91 -0
- package/dist-types/BedrockAgentCoreClient.d.ts +13 -2
- package/dist-types/commands/CreatePaymentInstrumentCommand.d.ts +212 -0
- package/dist-types/commands/CreatePaymentSessionCommand.d.ts +122 -0
- package/dist-types/commands/DeletePaymentInstrumentCommand.d.ts +110 -0
- package/dist-types/commands/DeletePaymentSessionCommand.d.ts +105 -0
- package/dist-types/commands/GetPaymentInstrumentBalanceCommand.d.ts +102 -0
- package/dist-types/commands/GetPaymentInstrumentCommand.d.ts +155 -0
- package/dist-types/commands/GetPaymentSessionCommand.d.ts +112 -0
- package/dist-types/commands/GetResourcePaymentTokenCommand.d.ts +119 -0
- package/dist-types/commands/InvokeHarnessCommand.d.ts +1 -1
- package/dist-types/commands/ListPaymentInstrumentsCommand.d.ts +103 -0
- package/dist-types/commands/ListPaymentSessionsCommand.d.ts +100 -0
- package/dist-types/commands/ProcessPaymentCommand.d.ts +117 -0
- package/dist-types/commands/RetrieveMemoryRecordsCommand.d.ts +1 -1
- package/dist-types/commands/SearchRegistryRecordsCommand.d.ts +1 -2
- package/dist-types/commands/StartMemoryExtractionJobCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +11 -0
- package/dist-types/models/enums.d.ts +140 -0
- package/dist-types/models/models_0.d.ts +222 -154
- package/dist-types/models/models_1.d.ts +1321 -2
- package/dist-types/pagination/ListPaymentInstrumentsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListPaymentSessionsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/schemas/schemas_0.d.ts +59 -0
- package/dist-types/ts3.4/BedrockAgentCore.d.ts +201 -0
- package/dist-types/ts3.4/BedrockAgentCoreClient.d.ts +66 -0
- package/dist-types/ts3.4/commands/CreatePaymentInstrumentCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreatePaymentSessionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeletePaymentInstrumentCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeletePaymentSessionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetPaymentInstrumentBalanceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetPaymentInstrumentCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetPaymentSessionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetResourcePaymentTokenCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListPaymentInstrumentsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListPaymentSessionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ProcessPaymentCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/RetrieveMemoryRecordsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchRegistryRecordsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/StartMemoryExtractionJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +11 -0
- package/dist-types/ts3.4/models/enums.d.ts +62 -0
- package/dist-types/ts3.4/models/models_0.d.ts +84 -38
- package/dist-types/ts3.4/models/models_1.d.ts +423 -2
- package/dist-types/ts3.4/pagination/ListPaymentInstrumentsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListPaymentSessionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +59 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -223,6 +223,20 @@ CreateEvent
|
|
|
223
223
|
</details>
|
|
224
224
|
<details>
|
|
225
225
|
<summary>
|
|
226
|
+
CreatePaymentInstrument
|
|
227
|
+
</summary>
|
|
228
|
+
|
|
229
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agentcore/command/CreatePaymentInstrumentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore/Interface/CreatePaymentInstrumentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore/Interface/CreatePaymentInstrumentCommandOutput/)
|
|
230
|
+
</details>
|
|
231
|
+
<details>
|
|
232
|
+
<summary>
|
|
233
|
+
CreatePaymentSession
|
|
234
|
+
</summary>
|
|
235
|
+
|
|
236
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agentcore/command/CreatePaymentSessionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore/Interface/CreatePaymentSessionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore/Interface/CreatePaymentSessionCommandOutput/)
|
|
237
|
+
</details>
|
|
238
|
+
<details>
|
|
239
|
+
<summary>
|
|
226
240
|
DeleteABTest
|
|
227
241
|
</summary>
|
|
228
242
|
|
|
@@ -251,6 +265,20 @@ DeleteMemoryRecord
|
|
|
251
265
|
</details>
|
|
252
266
|
<details>
|
|
253
267
|
<summary>
|
|
268
|
+
DeletePaymentInstrument
|
|
269
|
+
</summary>
|
|
270
|
+
|
|
271
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agentcore/command/DeletePaymentInstrumentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore/Interface/DeletePaymentInstrumentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore/Interface/DeletePaymentInstrumentCommandOutput/)
|
|
272
|
+
</details>
|
|
273
|
+
<details>
|
|
274
|
+
<summary>
|
|
275
|
+
DeletePaymentSession
|
|
276
|
+
</summary>
|
|
277
|
+
|
|
278
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agentcore/command/DeletePaymentSessionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore/Interface/DeletePaymentSessionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore/Interface/DeletePaymentSessionCommandOutput/)
|
|
279
|
+
</details>
|
|
280
|
+
<details>
|
|
281
|
+
<summary>
|
|
254
282
|
DeleteRecommendation
|
|
255
283
|
</summary>
|
|
256
284
|
|
|
@@ -314,6 +342,27 @@ GetMemoryRecord
|
|
|
314
342
|
</details>
|
|
315
343
|
<details>
|
|
316
344
|
<summary>
|
|
345
|
+
GetPaymentInstrument
|
|
346
|
+
</summary>
|
|
347
|
+
|
|
348
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agentcore/command/GetPaymentInstrumentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore/Interface/GetPaymentInstrumentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore/Interface/GetPaymentInstrumentCommandOutput/)
|
|
349
|
+
</details>
|
|
350
|
+
<details>
|
|
351
|
+
<summary>
|
|
352
|
+
GetPaymentInstrumentBalance
|
|
353
|
+
</summary>
|
|
354
|
+
|
|
355
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agentcore/command/GetPaymentInstrumentBalanceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore/Interface/GetPaymentInstrumentBalanceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore/Interface/GetPaymentInstrumentBalanceCommandOutput/)
|
|
356
|
+
</details>
|
|
357
|
+
<details>
|
|
358
|
+
<summary>
|
|
359
|
+
GetPaymentSession
|
|
360
|
+
</summary>
|
|
361
|
+
|
|
362
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agentcore/command/GetPaymentSessionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore/Interface/GetPaymentSessionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore/Interface/GetPaymentSessionCommandOutput/)
|
|
363
|
+
</details>
|
|
364
|
+
<details>
|
|
365
|
+
<summary>
|
|
317
366
|
GetRecommendation
|
|
318
367
|
</summary>
|
|
319
368
|
|
|
@@ -335,6 +384,13 @@ GetResourceOauth2Token
|
|
|
335
384
|
</details>
|
|
336
385
|
<details>
|
|
337
386
|
<summary>
|
|
387
|
+
GetResourcePaymentToken
|
|
388
|
+
</summary>
|
|
389
|
+
|
|
390
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agentcore/command/GetResourcePaymentTokenCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore/Interface/GetResourcePaymentTokenCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore/Interface/GetResourcePaymentTokenCommandOutput/)
|
|
391
|
+
</details>
|
|
392
|
+
<details>
|
|
393
|
+
<summary>
|
|
338
394
|
GetWorkloadAccessToken
|
|
339
395
|
</summary>
|
|
340
396
|
|
|
@@ -447,6 +503,20 @@ ListMemoryRecords
|
|
|
447
503
|
</details>
|
|
448
504
|
<details>
|
|
449
505
|
<summary>
|
|
506
|
+
ListPaymentInstruments
|
|
507
|
+
</summary>
|
|
508
|
+
|
|
509
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agentcore/command/ListPaymentInstrumentsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore/Interface/ListPaymentInstrumentsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore/Interface/ListPaymentInstrumentsCommandOutput/)
|
|
510
|
+
</details>
|
|
511
|
+
<details>
|
|
512
|
+
<summary>
|
|
513
|
+
ListPaymentSessions
|
|
514
|
+
</summary>
|
|
515
|
+
|
|
516
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agentcore/command/ListPaymentSessionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore/Interface/ListPaymentSessionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore/Interface/ListPaymentSessionsCommandOutput/)
|
|
517
|
+
</details>
|
|
518
|
+
<details>
|
|
519
|
+
<summary>
|
|
450
520
|
ListRecommendations
|
|
451
521
|
</summary>
|
|
452
522
|
|
|
@@ -461,6 +531,13 @@ ListSessions
|
|
|
461
531
|
</details>
|
|
462
532
|
<details>
|
|
463
533
|
<summary>
|
|
534
|
+
ProcessPayment
|
|
535
|
+
</summary>
|
|
536
|
+
|
|
537
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agentcore/command/ProcessPaymentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore/Interface/ProcessPaymentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore/Interface/ProcessPaymentCommandOutput/)
|
|
538
|
+
</details>
|
|
539
|
+
<details>
|
|
540
|
+
<summary>
|
|
464
541
|
RetrieveMemoryRecords
|
|
465
542
|
</summary>
|
|
466
543
|
|
package/dist-cjs/index.js
CHANGED
|
@@ -187,6 +187,30 @@ class CreateEventCommand extends smithyClient.Command
|
|
|
187
187
|
.build() {
|
|
188
188
|
}
|
|
189
189
|
|
|
190
|
+
class CreatePaymentInstrumentCommand extends smithyClient.Command
|
|
191
|
+
.classBuilder()
|
|
192
|
+
.ep(commonParams)
|
|
193
|
+
.m(function (Command, cs, config, o) {
|
|
194
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
195
|
+
})
|
|
196
|
+
.s("AmazonBedrockAgentCore", "CreatePaymentInstrument", {})
|
|
197
|
+
.n("BedrockAgentCoreClient", "CreatePaymentInstrumentCommand")
|
|
198
|
+
.sc(schemas_0.CreatePaymentInstrument$)
|
|
199
|
+
.build() {
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
class CreatePaymentSessionCommand extends smithyClient.Command
|
|
203
|
+
.classBuilder()
|
|
204
|
+
.ep(commonParams)
|
|
205
|
+
.m(function (Command, cs, config, o) {
|
|
206
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
207
|
+
})
|
|
208
|
+
.s("AmazonBedrockAgentCore", "CreatePaymentSession", {})
|
|
209
|
+
.n("BedrockAgentCoreClient", "CreatePaymentSessionCommand")
|
|
210
|
+
.sc(schemas_0.CreatePaymentSession$)
|
|
211
|
+
.build() {
|
|
212
|
+
}
|
|
213
|
+
|
|
190
214
|
class DeleteABTestCommand extends smithyClient.Command
|
|
191
215
|
.classBuilder()
|
|
192
216
|
.ep(commonParams)
|
|
@@ -235,6 +259,30 @@ class DeleteMemoryRecordCommand extends smithyClient.Command
|
|
|
235
259
|
.build() {
|
|
236
260
|
}
|
|
237
261
|
|
|
262
|
+
class DeletePaymentInstrumentCommand extends smithyClient.Command
|
|
263
|
+
.classBuilder()
|
|
264
|
+
.ep(commonParams)
|
|
265
|
+
.m(function (Command, cs, config, o) {
|
|
266
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
267
|
+
})
|
|
268
|
+
.s("AmazonBedrockAgentCore", "DeletePaymentInstrument", {})
|
|
269
|
+
.n("BedrockAgentCoreClient", "DeletePaymentInstrumentCommand")
|
|
270
|
+
.sc(schemas_0.DeletePaymentInstrument$)
|
|
271
|
+
.build() {
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
class DeletePaymentSessionCommand extends smithyClient.Command
|
|
275
|
+
.classBuilder()
|
|
276
|
+
.ep(commonParams)
|
|
277
|
+
.m(function (Command, cs, config, o) {
|
|
278
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
279
|
+
})
|
|
280
|
+
.s("AmazonBedrockAgentCore", "DeletePaymentSession", {})
|
|
281
|
+
.n("BedrockAgentCoreClient", "DeletePaymentSessionCommand")
|
|
282
|
+
.sc(schemas_0.DeletePaymentSession$)
|
|
283
|
+
.build() {
|
|
284
|
+
}
|
|
285
|
+
|
|
238
286
|
class DeleteRecommendationCommand extends smithyClient.Command
|
|
239
287
|
.classBuilder()
|
|
240
288
|
.ep(commonParams)
|
|
@@ -343,6 +391,42 @@ class GetMemoryRecordCommand extends smithyClient.Command
|
|
|
343
391
|
.build() {
|
|
344
392
|
}
|
|
345
393
|
|
|
394
|
+
class GetPaymentInstrumentBalanceCommand extends smithyClient.Command
|
|
395
|
+
.classBuilder()
|
|
396
|
+
.ep(commonParams)
|
|
397
|
+
.m(function (Command, cs, config, o) {
|
|
398
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
399
|
+
})
|
|
400
|
+
.s("AmazonBedrockAgentCore", "GetPaymentInstrumentBalance", {})
|
|
401
|
+
.n("BedrockAgentCoreClient", "GetPaymentInstrumentBalanceCommand")
|
|
402
|
+
.sc(schemas_0.GetPaymentInstrumentBalance$)
|
|
403
|
+
.build() {
|
|
404
|
+
}
|
|
405
|
+
|
|
406
|
+
class GetPaymentInstrumentCommand extends smithyClient.Command
|
|
407
|
+
.classBuilder()
|
|
408
|
+
.ep(commonParams)
|
|
409
|
+
.m(function (Command, cs, config, o) {
|
|
410
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
411
|
+
})
|
|
412
|
+
.s("AmazonBedrockAgentCore", "GetPaymentInstrument", {})
|
|
413
|
+
.n("BedrockAgentCoreClient", "GetPaymentInstrumentCommand")
|
|
414
|
+
.sc(schemas_0.GetPaymentInstrument$)
|
|
415
|
+
.build() {
|
|
416
|
+
}
|
|
417
|
+
|
|
418
|
+
class GetPaymentSessionCommand extends smithyClient.Command
|
|
419
|
+
.classBuilder()
|
|
420
|
+
.ep(commonParams)
|
|
421
|
+
.m(function (Command, cs, config, o) {
|
|
422
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
423
|
+
})
|
|
424
|
+
.s("AmazonBedrockAgentCore", "GetPaymentSession", {})
|
|
425
|
+
.n("BedrockAgentCoreClient", "GetPaymentSessionCommand")
|
|
426
|
+
.sc(schemas_0.GetPaymentSession$)
|
|
427
|
+
.build() {
|
|
428
|
+
}
|
|
429
|
+
|
|
346
430
|
class GetRecommendationCommand extends smithyClient.Command
|
|
347
431
|
.classBuilder()
|
|
348
432
|
.ep(commonParams)
|
|
@@ -379,6 +463,18 @@ class GetResourceOauth2TokenCommand extends smithyClient.Command
|
|
|
379
463
|
.build() {
|
|
380
464
|
}
|
|
381
465
|
|
|
466
|
+
class GetResourcePaymentTokenCommand extends smithyClient.Command
|
|
467
|
+
.classBuilder()
|
|
468
|
+
.ep(commonParams)
|
|
469
|
+
.m(function (Command, cs, config, o) {
|
|
470
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
471
|
+
})
|
|
472
|
+
.s("AmazonBedrockAgentCore", "GetResourcePaymentToken", {})
|
|
473
|
+
.n("BedrockAgentCoreClient", "GetResourcePaymentTokenCommand")
|
|
474
|
+
.sc(schemas_0.GetResourcePaymentToken$)
|
|
475
|
+
.build() {
|
|
476
|
+
}
|
|
477
|
+
|
|
382
478
|
class GetWorkloadAccessTokenCommand extends smithyClient.Command
|
|
383
479
|
.classBuilder()
|
|
384
480
|
.ep(commonParams)
|
|
@@ -583,6 +679,30 @@ class ListMemoryRecordsCommand extends smithyClient.Command
|
|
|
583
679
|
.build() {
|
|
584
680
|
}
|
|
585
681
|
|
|
682
|
+
class ListPaymentInstrumentsCommand extends smithyClient.Command
|
|
683
|
+
.classBuilder()
|
|
684
|
+
.ep(commonParams)
|
|
685
|
+
.m(function (Command, cs, config, o) {
|
|
686
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
687
|
+
})
|
|
688
|
+
.s("AmazonBedrockAgentCore", "ListPaymentInstruments", {})
|
|
689
|
+
.n("BedrockAgentCoreClient", "ListPaymentInstrumentsCommand")
|
|
690
|
+
.sc(schemas_0.ListPaymentInstruments$)
|
|
691
|
+
.build() {
|
|
692
|
+
}
|
|
693
|
+
|
|
694
|
+
class ListPaymentSessionsCommand extends smithyClient.Command
|
|
695
|
+
.classBuilder()
|
|
696
|
+
.ep(commonParams)
|
|
697
|
+
.m(function (Command, cs, config, o) {
|
|
698
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
699
|
+
})
|
|
700
|
+
.s("AmazonBedrockAgentCore", "ListPaymentSessions", {})
|
|
701
|
+
.n("BedrockAgentCoreClient", "ListPaymentSessionsCommand")
|
|
702
|
+
.sc(schemas_0.ListPaymentSessions$)
|
|
703
|
+
.build() {
|
|
704
|
+
}
|
|
705
|
+
|
|
586
706
|
class ListRecommendationsCommand extends smithyClient.Command
|
|
587
707
|
.classBuilder()
|
|
588
708
|
.ep(commonParams)
|
|
@@ -607,6 +727,18 @@ class ListSessionsCommand extends smithyClient.Command
|
|
|
607
727
|
.build() {
|
|
608
728
|
}
|
|
609
729
|
|
|
730
|
+
class ProcessPaymentCommand extends smithyClient.Command
|
|
731
|
+
.classBuilder()
|
|
732
|
+
.ep(commonParams)
|
|
733
|
+
.m(function (Command, cs, config, o) {
|
|
734
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
735
|
+
})
|
|
736
|
+
.s("AmazonBedrockAgentCore", "ProcessPayment", {})
|
|
737
|
+
.n("BedrockAgentCoreClient", "ProcessPaymentCommand")
|
|
738
|
+
.sc(schemas_0.ProcessPayment$)
|
|
739
|
+
.build() {
|
|
740
|
+
}
|
|
741
|
+
|
|
610
742
|
class RetrieveMemoryRecordsCommand extends smithyClient.Command
|
|
611
743
|
.classBuilder()
|
|
612
744
|
.ep(commonParams)
|
|
@@ -787,6 +919,10 @@ const paginateListMemoryExtractionJobs = core.createPaginator(BedrockAgentCoreCl
|
|
|
787
919
|
|
|
788
920
|
const paginateListMemoryRecords = core.createPaginator(BedrockAgentCoreClient, ListMemoryRecordsCommand, "nextToken", "nextToken", "maxResults");
|
|
789
921
|
|
|
922
|
+
const paginateListPaymentInstruments = core.createPaginator(BedrockAgentCoreClient, ListPaymentInstrumentsCommand, "nextToken", "nextToken", "maxResults");
|
|
923
|
+
|
|
924
|
+
const paginateListPaymentSessions = core.createPaginator(BedrockAgentCoreClient, ListPaymentSessionsCommand, "nextToken", "nextToken", "maxResults");
|
|
925
|
+
|
|
790
926
|
const paginateListRecommendations = core.createPaginator(BedrockAgentCoreClient, ListRecommendationsCommand, "nextToken", "nextToken", "maxResults");
|
|
791
927
|
|
|
792
928
|
const paginateListSessions = core.createPaginator(BedrockAgentCoreClient, ListSessionsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -800,10 +936,14 @@ const commands = {
|
|
|
800
936
|
CompleteResourceTokenAuthCommand,
|
|
801
937
|
CreateABTestCommand,
|
|
802
938
|
CreateEventCommand,
|
|
939
|
+
CreatePaymentInstrumentCommand,
|
|
940
|
+
CreatePaymentSessionCommand,
|
|
803
941
|
DeleteABTestCommand,
|
|
804
942
|
DeleteBatchEvaluationCommand,
|
|
805
943
|
DeleteEventCommand,
|
|
806
944
|
DeleteMemoryRecordCommand,
|
|
945
|
+
DeletePaymentInstrumentCommand,
|
|
946
|
+
DeletePaymentSessionCommand,
|
|
807
947
|
DeleteRecommendationCommand,
|
|
808
948
|
EvaluateCommand,
|
|
809
949
|
GetABTestCommand,
|
|
@@ -813,9 +953,13 @@ const commands = {
|
|
|
813
953
|
GetCodeInterpreterSessionCommand,
|
|
814
954
|
GetEventCommand,
|
|
815
955
|
GetMemoryRecordCommand,
|
|
956
|
+
GetPaymentInstrumentCommand,
|
|
957
|
+
GetPaymentInstrumentBalanceCommand,
|
|
958
|
+
GetPaymentSessionCommand,
|
|
816
959
|
GetRecommendationCommand,
|
|
817
960
|
GetResourceApiKeyCommand,
|
|
818
961
|
GetResourceOauth2TokenCommand,
|
|
962
|
+
GetResourcePaymentTokenCommand,
|
|
819
963
|
GetWorkloadAccessTokenCommand,
|
|
820
964
|
GetWorkloadAccessTokenForJWTCommand,
|
|
821
965
|
GetWorkloadAccessTokenForUserIdCommand,
|
|
@@ -832,8 +976,11 @@ const commands = {
|
|
|
832
976
|
ListEventsCommand,
|
|
833
977
|
ListMemoryExtractionJobsCommand,
|
|
834
978
|
ListMemoryRecordsCommand,
|
|
979
|
+
ListPaymentInstrumentsCommand,
|
|
980
|
+
ListPaymentSessionsCommand,
|
|
835
981
|
ListRecommendationsCommand,
|
|
836
982
|
ListSessionsCommand,
|
|
983
|
+
ProcessPaymentCommand,
|
|
837
984
|
RetrieveMemoryRecordsCommand,
|
|
838
985
|
SaveBrowserSessionProfileCommand,
|
|
839
986
|
SearchRegistryRecordsCommand,
|
|
@@ -856,6 +1003,8 @@ const paginators = {
|
|
|
856
1003
|
paginateListEvents,
|
|
857
1004
|
paginateListMemoryExtractionJobs,
|
|
858
1005
|
paginateListMemoryRecords,
|
|
1006
|
+
paginateListPaymentInstruments,
|
|
1007
|
+
paginateListPaymentSessions,
|
|
859
1008
|
paginateListRecommendations,
|
|
860
1009
|
paginateListSessions,
|
|
861
1010
|
paginateRetrieveMemoryRecords,
|
|
@@ -959,6 +1108,13 @@ const SessionStatus = {
|
|
|
959
1108
|
FAILED: "FAILED",
|
|
960
1109
|
IN_PROGRESS: "IN_PROGRESS",
|
|
961
1110
|
};
|
|
1111
|
+
const PaymentHttpMethodType = {
|
|
1112
|
+
DELETE: "DELETE",
|
|
1113
|
+
GET: "GET",
|
|
1114
|
+
PATCH: "PATCH",
|
|
1115
|
+
POST: "POST",
|
|
1116
|
+
PUT: "PUT",
|
|
1117
|
+
};
|
|
962
1118
|
const ProgrammingLanguage = {
|
|
963
1119
|
JAVASCRIPT: "javascript",
|
|
964
1120
|
PYTHON: "python",
|
|
@@ -1013,6 +1169,7 @@ const HarnessConversationRole = {
|
|
|
1013
1169
|
const OAuthGrantType = {
|
|
1014
1170
|
AUTHORIZATION_CODE: "AUTHORIZATION_CODE",
|
|
1015
1171
|
CLIENT_CREDENTIALS: "CLIENT_CREDENTIALS",
|
|
1172
|
+
TOKEN_EXCHANGE: "TOKEN_EXCHANGE",
|
|
1016
1173
|
};
|
|
1017
1174
|
const HarnessToolType = {
|
|
1018
1175
|
AGENTCORE_BROWSER: "agentcore_browser",
|
|
@@ -1070,6 +1227,43 @@ const MemoryRecordOperatorType = {
|
|
|
1070
1227
|
const EventFilterCondition = {
|
|
1071
1228
|
HAS_EVENTS: "HAS_EVENTS",
|
|
1072
1229
|
};
|
|
1230
|
+
const CryptoWalletNetwork = {
|
|
1231
|
+
ETHEREUM: "ETHEREUM",
|
|
1232
|
+
SOLANA: "SOLANA",
|
|
1233
|
+
};
|
|
1234
|
+
const PaymentInstrumentType = {
|
|
1235
|
+
EMBEDDED_CRYPTO_WALLET: "EMBEDDED_CRYPTO_WALLET",
|
|
1236
|
+
};
|
|
1237
|
+
const PaymentInstrumentStatus = {
|
|
1238
|
+
ACTIVE: "ACTIVE",
|
|
1239
|
+
DELETED: "DELETED",
|
|
1240
|
+
FAILED: "FAILED",
|
|
1241
|
+
INITIATED: "INITIATED",
|
|
1242
|
+
};
|
|
1243
|
+
const BlockchainChainId = {
|
|
1244
|
+
BASE: "BASE",
|
|
1245
|
+
BASE_SEPOLIA: "BASE_SEPOLIA",
|
|
1246
|
+
ETHEREUM: "ETHEREUM",
|
|
1247
|
+
SOLANA: "SOLANA",
|
|
1248
|
+
SOLANA_DEVNET: "SOLANA_DEVNET",
|
|
1249
|
+
};
|
|
1250
|
+
const InstrumentBalanceToken = {
|
|
1251
|
+
USDC: "USDC",
|
|
1252
|
+
};
|
|
1253
|
+
const Currency = {
|
|
1254
|
+
USD: "USD",
|
|
1255
|
+
};
|
|
1256
|
+
const PaymentSessionStatus = {
|
|
1257
|
+
ACTIVE: "ACTIVE",
|
|
1258
|
+
DELETED: "DELETED",
|
|
1259
|
+
EXPIRED: "EXPIRED",
|
|
1260
|
+
};
|
|
1261
|
+
const PaymentType = {
|
|
1262
|
+
CRYPTO_X402: "CRYPTO_X402",
|
|
1263
|
+
};
|
|
1264
|
+
const PaymentStatus = {
|
|
1265
|
+
PROOF_GENERATED: "PROOF_GENERATED",
|
|
1266
|
+
};
|
|
1073
1267
|
const DescriptorType = {
|
|
1074
1268
|
A2A: "A2A",
|
|
1075
1269
|
AGENT_SKILLS: "AGENT_SKILLS",
|
|
@@ -1096,6 +1290,7 @@ exports.BatchEvaluationStatus = BatchEvaluationStatus;
|
|
|
1096
1290
|
exports.BatchUpdateMemoryRecordsCommand = BatchUpdateMemoryRecordsCommand;
|
|
1097
1291
|
exports.BedrockAgentCore = BedrockAgentCore;
|
|
1098
1292
|
exports.BedrockAgentCoreClient = BedrockAgentCoreClient;
|
|
1293
|
+
exports.BlockchainChainId = BlockchainChainId;
|
|
1099
1294
|
exports.BrowserActionStatus = BrowserActionStatus;
|
|
1100
1295
|
exports.BrowserEnterprisePolicyType = BrowserEnterprisePolicyType;
|
|
1101
1296
|
exports.BrowserSessionStatus = BrowserSessionStatus;
|
|
@@ -1106,10 +1301,16 @@ exports.CompleteResourceTokenAuthCommand = CompleteResourceTokenAuthCommand;
|
|
|
1106
1301
|
exports.ContentBlockType = ContentBlockType;
|
|
1107
1302
|
exports.CreateABTestCommand = CreateABTestCommand;
|
|
1108
1303
|
exports.CreateEventCommand = CreateEventCommand;
|
|
1304
|
+
exports.CreatePaymentInstrumentCommand = CreatePaymentInstrumentCommand;
|
|
1305
|
+
exports.CreatePaymentSessionCommand = CreatePaymentSessionCommand;
|
|
1306
|
+
exports.CryptoWalletNetwork = CryptoWalletNetwork;
|
|
1307
|
+
exports.Currency = Currency;
|
|
1109
1308
|
exports.DeleteABTestCommand = DeleteABTestCommand;
|
|
1110
1309
|
exports.DeleteBatchEvaluationCommand = DeleteBatchEvaluationCommand;
|
|
1111
1310
|
exports.DeleteEventCommand = DeleteEventCommand;
|
|
1112
1311
|
exports.DeleteMemoryRecordCommand = DeleteMemoryRecordCommand;
|
|
1312
|
+
exports.DeletePaymentInstrumentCommand = DeletePaymentInstrumentCommand;
|
|
1313
|
+
exports.DeletePaymentSessionCommand = DeletePaymentSessionCommand;
|
|
1113
1314
|
exports.DeleteRecommendationCommand = DeleteRecommendationCommand;
|
|
1114
1315
|
exports.DescriptorType = DescriptorType;
|
|
1115
1316
|
exports.EvaluateCommand = EvaluateCommand;
|
|
@@ -1122,9 +1323,13 @@ exports.GetBrowserSessionCommand = GetBrowserSessionCommand;
|
|
|
1122
1323
|
exports.GetCodeInterpreterSessionCommand = GetCodeInterpreterSessionCommand;
|
|
1123
1324
|
exports.GetEventCommand = GetEventCommand;
|
|
1124
1325
|
exports.GetMemoryRecordCommand = GetMemoryRecordCommand;
|
|
1326
|
+
exports.GetPaymentInstrumentBalanceCommand = GetPaymentInstrumentBalanceCommand;
|
|
1327
|
+
exports.GetPaymentInstrumentCommand = GetPaymentInstrumentCommand;
|
|
1328
|
+
exports.GetPaymentSessionCommand = GetPaymentSessionCommand;
|
|
1125
1329
|
exports.GetRecommendationCommand = GetRecommendationCommand;
|
|
1126
1330
|
exports.GetResourceApiKeyCommand = GetResourceApiKeyCommand;
|
|
1127
1331
|
exports.GetResourceOauth2TokenCommand = GetResourceOauth2TokenCommand;
|
|
1332
|
+
exports.GetResourcePaymentTokenCommand = GetResourcePaymentTokenCommand;
|
|
1128
1333
|
exports.GetWorkloadAccessTokenCommand = GetWorkloadAccessTokenCommand;
|
|
1129
1334
|
exports.GetWorkloadAccessTokenForJWTCommand = GetWorkloadAccessTokenForJWTCommand;
|
|
1130
1335
|
exports.GetWorkloadAccessTokenForUserIdCommand = GetWorkloadAccessTokenForUserIdCommand;
|
|
@@ -1133,6 +1338,7 @@ exports.HarnessStopReason = HarnessStopReason;
|
|
|
1133
1338
|
exports.HarnessToolType = HarnessToolType;
|
|
1134
1339
|
exports.HarnessToolUseStatus = HarnessToolUseStatus;
|
|
1135
1340
|
exports.HarnessToolUseType = HarnessToolUseType;
|
|
1341
|
+
exports.InstrumentBalanceToken = InstrumentBalanceToken;
|
|
1136
1342
|
exports.InvokeAgentRuntimeCommand = InvokeAgentRuntimeCommand;
|
|
1137
1343
|
exports.InvokeAgentRuntimeCommandCommand = InvokeAgentRuntimeCommandCommand;
|
|
1138
1344
|
exports.InvokeBrowserCommand = InvokeBrowserCommand;
|
|
@@ -1147,6 +1353,8 @@ exports.ListCodeInterpreterSessionsCommand = ListCodeInterpreterSessionsCommand;
|
|
|
1147
1353
|
exports.ListEventsCommand = ListEventsCommand;
|
|
1148
1354
|
exports.ListMemoryExtractionJobsCommand = ListMemoryExtractionJobsCommand;
|
|
1149
1355
|
exports.ListMemoryRecordsCommand = ListMemoryRecordsCommand;
|
|
1356
|
+
exports.ListPaymentInstrumentsCommand = ListPaymentInstrumentsCommand;
|
|
1357
|
+
exports.ListPaymentSessionsCommand = ListPaymentSessionsCommand;
|
|
1150
1358
|
exports.ListRecommendationsCommand = ListRecommendationsCommand;
|
|
1151
1359
|
exports.ListSessionsCommand = ListSessionsCommand;
|
|
1152
1360
|
exports.MemoryRecordOperatorType = MemoryRecordOperatorType;
|
|
@@ -1155,6 +1363,13 @@ exports.MouseButton = MouseButton;
|
|
|
1155
1363
|
exports.OAuthGrantType = OAuthGrantType;
|
|
1156
1364
|
exports.Oauth2FlowType = Oauth2FlowType;
|
|
1157
1365
|
exports.OperatorType = OperatorType;
|
|
1366
|
+
exports.PaymentHttpMethodType = PaymentHttpMethodType;
|
|
1367
|
+
exports.PaymentInstrumentStatus = PaymentInstrumentStatus;
|
|
1368
|
+
exports.PaymentInstrumentType = PaymentInstrumentType;
|
|
1369
|
+
exports.PaymentSessionStatus = PaymentSessionStatus;
|
|
1370
|
+
exports.PaymentStatus = PaymentStatus;
|
|
1371
|
+
exports.PaymentType = PaymentType;
|
|
1372
|
+
exports.ProcessPaymentCommand = ProcessPaymentCommand;
|
|
1158
1373
|
exports.ProgrammingLanguage = ProgrammingLanguage;
|
|
1159
1374
|
exports.RecommendationStatus = RecommendationStatus;
|
|
1160
1375
|
exports.RecommendationType = RecommendationType;
|
|
@@ -1186,6 +1401,8 @@ exports.paginateListBatchEvaluations = paginateListBatchEvaluations;
|
|
|
1186
1401
|
exports.paginateListEvents = paginateListEvents;
|
|
1187
1402
|
exports.paginateListMemoryExtractionJobs = paginateListMemoryExtractionJobs;
|
|
1188
1403
|
exports.paginateListMemoryRecords = paginateListMemoryRecords;
|
|
1404
|
+
exports.paginateListPaymentInstruments = paginateListPaymentInstruments;
|
|
1405
|
+
exports.paginateListPaymentSessions = paginateListPaymentSessions;
|
|
1189
1406
|
exports.paginateListRecommendations = paginateListRecommendations;
|
|
1190
1407
|
exports.paginateListSessions = paginateListSessions;
|
|
1191
1408
|
exports.paginateRetrieveMemoryRecords = paginateRetrieveMemoryRecords;
|