@aws-sdk/client-bedrock-agentcore-control 3.1038.0 → 3.1040.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 +84 -0
- package/dist-cjs/index.js +239 -0
- package/dist-cjs/schemas/schemas_0.js +674 -138
- package/dist-es/BedrockAgentCoreControl.js +30 -0
- package/dist-es/commands/CreateConfigurationBundleCommand.js +16 -0
- package/dist-es/commands/CreateGatewayRuleCommand.js +16 -0
- package/dist-es/commands/DeleteConfigurationBundleCommand.js +16 -0
- package/dist-es/commands/DeleteGatewayRuleCommand.js +16 -0
- package/dist-es/commands/GetConfigurationBundleCommand.js +16 -0
- package/dist-es/commands/GetConfigurationBundleVersionCommand.js +16 -0
- package/dist-es/commands/GetGatewayRuleCommand.js +16 -0
- package/dist-es/commands/ListConfigurationBundleVersionsCommand.js +16 -0
- package/dist-es/commands/ListConfigurationBundlesCommand.js +16 -0
- package/dist-es/commands/ListGatewayRulesCommand.js +16 -0
- package/dist-es/commands/UpdateConfigurationBundleCommand.js +16 -0
- package/dist-es/commands/UpdateGatewayRuleCommand.js +16 -0
- package/dist-es/commands/index.js +12 -0
- package/dist-es/models/enums.js +50 -0
- package/dist-es/pagination/ListConfigurationBundleVersionsPaginator.js +4 -0
- package/dist-es/pagination/ListConfigurationBundlesPaginator.js +4 -0
- package/dist-es/pagination/ListGatewayRulesPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/schemas/schemas_0.js +660 -126
- package/dist-types/BedrockAgentCoreControl.d.ts +106 -0
- package/dist-types/BedrockAgentCoreControlClient.d.ts +14 -2
- package/dist-types/commands/CreateConfigurationBundleCommand.d.ts +111 -0
- package/dist-types/commands/CreateEvaluatorCommand.d.ts +1 -0
- package/dist-types/commands/CreateGatewayCommand.d.ts +4 -4
- package/dist-types/commands/CreateGatewayRuleCommand.d.ts +232 -0
- package/dist-types/commands/CreateGatewayTargetCommand.d.ts +19 -6
- package/dist-types/commands/CreateHarnessCommand.d.ts +2 -2
- package/dist-types/commands/CreateMemoryCommand.d.ts +233 -1
- package/dist-types/commands/CreateOauth2CredentialProviderCommand.d.ts +22 -2
- package/dist-types/commands/DeleteConfigurationBundleCommand.d.ts +93 -0
- package/dist-types/commands/DeleteGatewayRuleCommand.d.ts +94 -0
- package/dist-types/commands/DeleteHarnessCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMemoryCommand.d.ts +1 -1
- package/dist-types/commands/GetConfigurationBundleCommand.d.ts +112 -0
- package/dist-types/commands/GetConfigurationBundleVersionCommand.d.ts +112 -0
- package/dist-types/commands/GetEvaluatorCommand.d.ts +2 -0
- package/dist-types/commands/GetGatewayCommand.d.ts +2 -2
- package/dist-types/commands/GetGatewayRuleCommand.d.ts +162 -0
- package/dist-types/commands/GetGatewayTargetCommand.d.ts +10 -3
- package/dist-types/commands/GetHarnessCommand.d.ts +1 -1
- package/dist-types/commands/GetMemoryCommand.d.ts +70 -1
- package/dist-types/commands/GetOauth2CredentialProviderCommand.d.ts +10 -0
- package/dist-types/commands/ListConfigurationBundleVersionsCommand.d.ts +115 -0
- package/dist-types/commands/ListConfigurationBundlesCommand.d.ts +95 -0
- package/dist-types/commands/ListEvaluatorsCommand.d.ts +1 -0
- package/dist-types/commands/ListGatewayRulesCommand.d.ts +168 -0
- package/dist-types/commands/ListGatewaysCommand.d.ts +2 -2
- package/dist-types/commands/ListMemoriesCommand.d.ts +1 -1
- package/dist-types/commands/SynchronizeGatewayTargetsCommand.d.ts +10 -3
- package/dist-types/commands/UpdateConfigurationBundleCommand.d.ts +112 -0
- package/dist-types/commands/UpdateEvaluatorCommand.d.ts +1 -0
- package/dist-types/commands/UpdateGatewayCommand.d.ts +4 -4
- package/dist-types/commands/UpdateGatewayRuleCommand.d.ts +230 -0
- package/dist-types/commands/UpdateGatewayTargetCommand.d.ts +19 -6
- package/dist-types/commands/UpdateHarnessCommand.d.ts +2 -2
- package/dist-types/commands/UpdateMemoryCommand.d.ts +236 -1
- package/dist-types/commands/UpdateOauth2CredentialProviderCommand.d.ts +22 -2
- package/dist-types/commands/index.d.ts +12 -0
- package/dist-types/models/enums.d.ts +130 -0
- package/dist-types/models/models_0.d.ts +2979 -3024
- package/dist-types/models/models_1.d.ts +1742 -4
- package/dist-types/pagination/ListConfigurationBundleVersionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListConfigurationBundlesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListGatewayRulesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/schemas/schemas_0.d.ts +72 -0
- package/dist-types/ts3.4/BedrockAgentCoreControl.d.ts +226 -0
- package/dist-types/ts3.4/BedrockAgentCoreControlClient.d.ts +72 -0
- package/dist-types/ts3.4/commands/CreateConfigurationBundleCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateGatewayRuleCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateMemoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteConfigurationBundleCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteGatewayRuleCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteMemoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetConfigurationBundleCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetConfigurationBundleVersionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetGatewayRuleCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetMemoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListConfigurationBundleVersionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListConfigurationBundlesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListGatewayRulesCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListMemoriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateConfigurationBundleCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateGatewayRuleCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateMemoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +12 -0
- package/dist-types/ts3.4/models/enums.d.ts +67 -0
- package/dist-types/ts3.4/models/models_0.d.ts +495 -674
- package/dist-types/ts3.4/models/models_1.d.ts +718 -7
- package/dist-types/ts3.4/pagination/ListConfigurationBundleVersionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListConfigurationBundlesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListGatewayRulesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +72 -0
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -223,6 +223,13 @@ CreateCodeInterpreter
|
|
|
223
223
|
</details>
|
|
224
224
|
<details>
|
|
225
225
|
<summary>
|
|
226
|
+
CreateConfigurationBundle
|
|
227
|
+
</summary>
|
|
228
|
+
|
|
229
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agentcore-control/command/CreateConfigurationBundleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/CreateConfigurationBundleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/CreateConfigurationBundleCommandOutput/)
|
|
230
|
+
</details>
|
|
231
|
+
<details>
|
|
232
|
+
<summary>
|
|
226
233
|
CreateEvaluator
|
|
227
234
|
</summary>
|
|
228
235
|
|
|
@@ -237,6 +244,13 @@ CreateGateway
|
|
|
237
244
|
</details>
|
|
238
245
|
<details>
|
|
239
246
|
<summary>
|
|
247
|
+
CreateGatewayRule
|
|
248
|
+
</summary>
|
|
249
|
+
|
|
250
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agentcore-control/command/CreateGatewayRuleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/CreateGatewayRuleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/CreateGatewayRuleCommandOutput/)
|
|
251
|
+
</details>
|
|
252
|
+
<details>
|
|
253
|
+
<summary>
|
|
240
254
|
CreateGatewayTarget
|
|
241
255
|
</summary>
|
|
242
256
|
|
|
@@ -349,6 +363,13 @@ DeleteCodeInterpreter
|
|
|
349
363
|
</details>
|
|
350
364
|
<details>
|
|
351
365
|
<summary>
|
|
366
|
+
DeleteConfigurationBundle
|
|
367
|
+
</summary>
|
|
368
|
+
|
|
369
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agentcore-control/command/DeleteConfigurationBundleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/DeleteConfigurationBundleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/DeleteConfigurationBundleCommandOutput/)
|
|
370
|
+
</details>
|
|
371
|
+
<details>
|
|
372
|
+
<summary>
|
|
352
373
|
DeleteEvaluator
|
|
353
374
|
</summary>
|
|
354
375
|
|
|
@@ -363,6 +384,13 @@ DeleteGateway
|
|
|
363
384
|
</details>
|
|
364
385
|
<details>
|
|
365
386
|
<summary>
|
|
387
|
+
DeleteGatewayRule
|
|
388
|
+
</summary>
|
|
389
|
+
|
|
390
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agentcore-control/command/DeleteGatewayRuleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/DeleteGatewayRuleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/DeleteGatewayRuleCommandOutput/)
|
|
391
|
+
</details>
|
|
392
|
+
<details>
|
|
393
|
+
<summary>
|
|
366
394
|
DeleteGatewayTarget
|
|
367
395
|
</summary>
|
|
368
396
|
|
|
@@ -482,6 +510,20 @@ GetCodeInterpreter
|
|
|
482
510
|
</details>
|
|
483
511
|
<details>
|
|
484
512
|
<summary>
|
|
513
|
+
GetConfigurationBundle
|
|
514
|
+
</summary>
|
|
515
|
+
|
|
516
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agentcore-control/command/GetConfigurationBundleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/GetConfigurationBundleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/GetConfigurationBundleCommandOutput/)
|
|
517
|
+
</details>
|
|
518
|
+
<details>
|
|
519
|
+
<summary>
|
|
520
|
+
GetConfigurationBundleVersion
|
|
521
|
+
</summary>
|
|
522
|
+
|
|
523
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agentcore-control/command/GetConfigurationBundleVersionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/GetConfigurationBundleVersionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/GetConfigurationBundleVersionCommandOutput/)
|
|
524
|
+
</details>
|
|
525
|
+
<details>
|
|
526
|
+
<summary>
|
|
485
527
|
GetEvaluator
|
|
486
528
|
</summary>
|
|
487
529
|
|
|
@@ -496,6 +538,13 @@ GetGateway
|
|
|
496
538
|
</details>
|
|
497
539
|
<details>
|
|
498
540
|
<summary>
|
|
541
|
+
GetGatewayRule
|
|
542
|
+
</summary>
|
|
543
|
+
|
|
544
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agentcore-control/command/GetGatewayRuleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/GetGatewayRuleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/GetGatewayRuleCommandOutput/)
|
|
545
|
+
</details>
|
|
546
|
+
<details>
|
|
547
|
+
<summary>
|
|
499
548
|
GetGatewayTarget
|
|
500
549
|
</summary>
|
|
501
550
|
|
|
@@ -636,6 +685,20 @@ ListCodeInterpreters
|
|
|
636
685
|
</details>
|
|
637
686
|
<details>
|
|
638
687
|
<summary>
|
|
688
|
+
ListConfigurationBundles
|
|
689
|
+
</summary>
|
|
690
|
+
|
|
691
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agentcore-control/command/ListConfigurationBundlesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/ListConfigurationBundlesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/ListConfigurationBundlesCommandOutput/)
|
|
692
|
+
</details>
|
|
693
|
+
<details>
|
|
694
|
+
<summary>
|
|
695
|
+
ListConfigurationBundleVersions
|
|
696
|
+
</summary>
|
|
697
|
+
|
|
698
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agentcore-control/command/ListConfigurationBundleVersionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/ListConfigurationBundleVersionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/ListConfigurationBundleVersionsCommandOutput/)
|
|
699
|
+
</details>
|
|
700
|
+
<details>
|
|
701
|
+
<summary>
|
|
639
702
|
ListEvaluators
|
|
640
703
|
</summary>
|
|
641
704
|
|
|
@@ -643,6 +706,13 @@ ListEvaluators
|
|
|
643
706
|
</details>
|
|
644
707
|
<details>
|
|
645
708
|
<summary>
|
|
709
|
+
ListGatewayRules
|
|
710
|
+
</summary>
|
|
711
|
+
|
|
712
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agentcore-control/command/ListGatewayRulesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/ListGatewayRulesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/ListGatewayRulesCommandOutput/)
|
|
713
|
+
</details>
|
|
714
|
+
<details>
|
|
715
|
+
<summary>
|
|
646
716
|
ListGateways
|
|
647
717
|
</summary>
|
|
648
718
|
|
|
@@ -811,6 +881,13 @@ UpdateApiKeyCredentialProvider
|
|
|
811
881
|
</details>
|
|
812
882
|
<details>
|
|
813
883
|
<summary>
|
|
884
|
+
UpdateConfigurationBundle
|
|
885
|
+
</summary>
|
|
886
|
+
|
|
887
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agentcore-control/command/UpdateConfigurationBundleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/UpdateConfigurationBundleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/UpdateConfigurationBundleCommandOutput/)
|
|
888
|
+
</details>
|
|
889
|
+
<details>
|
|
890
|
+
<summary>
|
|
814
891
|
UpdateEvaluator
|
|
815
892
|
</summary>
|
|
816
893
|
|
|
@@ -825,6 +902,13 @@ UpdateGateway
|
|
|
825
902
|
</details>
|
|
826
903
|
<details>
|
|
827
904
|
<summary>
|
|
905
|
+
UpdateGatewayRule
|
|
906
|
+
</summary>
|
|
907
|
+
|
|
908
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agentcore-control/command/UpdateGatewayRuleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/UpdateGatewayRuleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/UpdateGatewayRuleCommandOutput/)
|
|
909
|
+
</details>
|
|
910
|
+
<details>
|
|
911
|
+
<summary>
|
|
828
912
|
UpdateGatewayTarget
|
|
829
913
|
</summary>
|
|
830
914
|
|
package/dist-cjs/index.js
CHANGED
|
@@ -186,6 +186,18 @@ class CreateCodeInterpreterCommand extends smithyClient.Command
|
|
|
186
186
|
.build() {
|
|
187
187
|
}
|
|
188
188
|
|
|
189
|
+
class CreateConfigurationBundleCommand extends smithyClient.Command
|
|
190
|
+
.classBuilder()
|
|
191
|
+
.ep(commonParams)
|
|
192
|
+
.m(function (Command, cs, config, o) {
|
|
193
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
194
|
+
})
|
|
195
|
+
.s("AmazonBedrockAgentCoreControl", "CreateConfigurationBundle", {})
|
|
196
|
+
.n("BedrockAgentCoreControlClient", "CreateConfigurationBundleCommand")
|
|
197
|
+
.sc(schemas_0.CreateConfigurationBundle$)
|
|
198
|
+
.build() {
|
|
199
|
+
}
|
|
200
|
+
|
|
189
201
|
class CreateEvaluatorCommand extends smithyClient.Command
|
|
190
202
|
.classBuilder()
|
|
191
203
|
.ep(commonParams)
|
|
@@ -210,6 +222,18 @@ class CreateGatewayCommand extends smithyClient.Command
|
|
|
210
222
|
.build() {
|
|
211
223
|
}
|
|
212
224
|
|
|
225
|
+
class CreateGatewayRuleCommand extends smithyClient.Command
|
|
226
|
+
.classBuilder()
|
|
227
|
+
.ep(commonParams)
|
|
228
|
+
.m(function (Command, cs, config, o) {
|
|
229
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
230
|
+
})
|
|
231
|
+
.s("AmazonBedrockAgentCoreControl", "CreateGatewayRule", {})
|
|
232
|
+
.n("BedrockAgentCoreControlClient", "CreateGatewayRuleCommand")
|
|
233
|
+
.sc(schemas_0.CreateGatewayRule$)
|
|
234
|
+
.build() {
|
|
235
|
+
}
|
|
236
|
+
|
|
213
237
|
class CreateGatewayTargetCommand extends smithyClient.Command
|
|
214
238
|
.classBuilder()
|
|
215
239
|
.ep(commonParams)
|
|
@@ -402,6 +426,18 @@ class DeleteCodeInterpreterCommand extends smithyClient.Command
|
|
|
402
426
|
.build() {
|
|
403
427
|
}
|
|
404
428
|
|
|
429
|
+
class DeleteConfigurationBundleCommand extends smithyClient.Command
|
|
430
|
+
.classBuilder()
|
|
431
|
+
.ep(commonParams)
|
|
432
|
+
.m(function (Command, cs, config, o) {
|
|
433
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
434
|
+
})
|
|
435
|
+
.s("AmazonBedrockAgentCoreControl", "DeleteConfigurationBundle", {})
|
|
436
|
+
.n("BedrockAgentCoreControlClient", "DeleteConfigurationBundleCommand")
|
|
437
|
+
.sc(schemas_0.DeleteConfigurationBundle$)
|
|
438
|
+
.build() {
|
|
439
|
+
}
|
|
440
|
+
|
|
405
441
|
class DeleteEvaluatorCommand extends smithyClient.Command
|
|
406
442
|
.classBuilder()
|
|
407
443
|
.ep(commonParams)
|
|
@@ -426,6 +462,18 @@ class DeleteGatewayCommand extends smithyClient.Command
|
|
|
426
462
|
.build() {
|
|
427
463
|
}
|
|
428
464
|
|
|
465
|
+
class DeleteGatewayRuleCommand extends smithyClient.Command
|
|
466
|
+
.classBuilder()
|
|
467
|
+
.ep(commonParams)
|
|
468
|
+
.m(function (Command, cs, config, o) {
|
|
469
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
470
|
+
})
|
|
471
|
+
.s("AmazonBedrockAgentCoreControl", "DeleteGatewayRule", {})
|
|
472
|
+
.n("BedrockAgentCoreControlClient", "DeleteGatewayRuleCommand")
|
|
473
|
+
.sc(schemas_0.DeleteGatewayRule$)
|
|
474
|
+
.build() {
|
|
475
|
+
}
|
|
476
|
+
|
|
429
477
|
class DeleteGatewayTargetCommand extends smithyClient.Command
|
|
430
478
|
.classBuilder()
|
|
431
479
|
.ep(commonParams)
|
|
@@ -630,6 +678,30 @@ class GetCodeInterpreterCommand extends smithyClient.Command
|
|
|
630
678
|
.build() {
|
|
631
679
|
}
|
|
632
680
|
|
|
681
|
+
class GetConfigurationBundleCommand extends smithyClient.Command
|
|
682
|
+
.classBuilder()
|
|
683
|
+
.ep(commonParams)
|
|
684
|
+
.m(function (Command, cs, config, o) {
|
|
685
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
686
|
+
})
|
|
687
|
+
.s("AmazonBedrockAgentCoreControl", "GetConfigurationBundle", {})
|
|
688
|
+
.n("BedrockAgentCoreControlClient", "GetConfigurationBundleCommand")
|
|
689
|
+
.sc(schemas_0.GetConfigurationBundle$)
|
|
690
|
+
.build() {
|
|
691
|
+
}
|
|
692
|
+
|
|
693
|
+
class GetConfigurationBundleVersionCommand extends smithyClient.Command
|
|
694
|
+
.classBuilder()
|
|
695
|
+
.ep(commonParams)
|
|
696
|
+
.m(function (Command, cs, config, o) {
|
|
697
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
698
|
+
})
|
|
699
|
+
.s("AmazonBedrockAgentCoreControl", "GetConfigurationBundleVersion", {})
|
|
700
|
+
.n("BedrockAgentCoreControlClient", "GetConfigurationBundleVersionCommand")
|
|
701
|
+
.sc(schemas_0.GetConfigurationBundleVersion$)
|
|
702
|
+
.build() {
|
|
703
|
+
}
|
|
704
|
+
|
|
633
705
|
class GetEvaluatorCommand extends smithyClient.Command
|
|
634
706
|
.classBuilder()
|
|
635
707
|
.ep(commonParams)
|
|
@@ -654,6 +726,18 @@ class GetGatewayCommand extends smithyClient.Command
|
|
|
654
726
|
.build() {
|
|
655
727
|
}
|
|
656
728
|
|
|
729
|
+
class GetGatewayRuleCommand extends smithyClient.Command
|
|
730
|
+
.classBuilder()
|
|
731
|
+
.ep(commonParams)
|
|
732
|
+
.m(function (Command, cs, config, o) {
|
|
733
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
734
|
+
})
|
|
735
|
+
.s("AmazonBedrockAgentCoreControl", "GetGatewayRule", {})
|
|
736
|
+
.n("BedrockAgentCoreControlClient", "GetGatewayRuleCommand")
|
|
737
|
+
.sc(schemas_0.GetGatewayRule$)
|
|
738
|
+
.build() {
|
|
739
|
+
}
|
|
740
|
+
|
|
657
741
|
class GetGatewayTargetCommand extends smithyClient.Command
|
|
658
742
|
.classBuilder()
|
|
659
743
|
.ep(commonParams)
|
|
@@ -894,6 +978,30 @@ class ListCodeInterpretersCommand extends smithyClient.Command
|
|
|
894
978
|
.build() {
|
|
895
979
|
}
|
|
896
980
|
|
|
981
|
+
class ListConfigurationBundlesCommand extends smithyClient.Command
|
|
982
|
+
.classBuilder()
|
|
983
|
+
.ep(commonParams)
|
|
984
|
+
.m(function (Command, cs, config, o) {
|
|
985
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
986
|
+
})
|
|
987
|
+
.s("AmazonBedrockAgentCoreControl", "ListConfigurationBundles", {})
|
|
988
|
+
.n("BedrockAgentCoreControlClient", "ListConfigurationBundlesCommand")
|
|
989
|
+
.sc(schemas_0.ListConfigurationBundles$)
|
|
990
|
+
.build() {
|
|
991
|
+
}
|
|
992
|
+
|
|
993
|
+
class ListConfigurationBundleVersionsCommand extends smithyClient.Command
|
|
994
|
+
.classBuilder()
|
|
995
|
+
.ep(commonParams)
|
|
996
|
+
.m(function (Command, cs, config, o) {
|
|
997
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
998
|
+
})
|
|
999
|
+
.s("AmazonBedrockAgentCoreControl", "ListConfigurationBundleVersions", {})
|
|
1000
|
+
.n("BedrockAgentCoreControlClient", "ListConfigurationBundleVersionsCommand")
|
|
1001
|
+
.sc(schemas_0.ListConfigurationBundleVersions$)
|
|
1002
|
+
.build() {
|
|
1003
|
+
}
|
|
1004
|
+
|
|
897
1005
|
class ListEvaluatorsCommand extends smithyClient.Command
|
|
898
1006
|
.classBuilder()
|
|
899
1007
|
.ep(commonParams)
|
|
@@ -906,6 +1014,18 @@ class ListEvaluatorsCommand extends smithyClient.Command
|
|
|
906
1014
|
.build() {
|
|
907
1015
|
}
|
|
908
1016
|
|
|
1017
|
+
class ListGatewayRulesCommand extends smithyClient.Command
|
|
1018
|
+
.classBuilder()
|
|
1019
|
+
.ep(commonParams)
|
|
1020
|
+
.m(function (Command, cs, config, o) {
|
|
1021
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1022
|
+
})
|
|
1023
|
+
.s("AmazonBedrockAgentCoreControl", "ListGatewayRules", {})
|
|
1024
|
+
.n("BedrockAgentCoreControlClient", "ListGatewayRulesCommand")
|
|
1025
|
+
.sc(schemas_0.ListGatewayRules$)
|
|
1026
|
+
.build() {
|
|
1027
|
+
}
|
|
1028
|
+
|
|
909
1029
|
class ListGatewaysCommand extends smithyClient.Command
|
|
910
1030
|
.classBuilder()
|
|
911
1031
|
.ep(commonParams)
|
|
@@ -1194,6 +1314,18 @@ class UpdateApiKeyCredentialProviderCommand extends smithyClient.Command
|
|
|
1194
1314
|
.build() {
|
|
1195
1315
|
}
|
|
1196
1316
|
|
|
1317
|
+
class UpdateConfigurationBundleCommand extends smithyClient.Command
|
|
1318
|
+
.classBuilder()
|
|
1319
|
+
.ep(commonParams)
|
|
1320
|
+
.m(function (Command, cs, config, o) {
|
|
1321
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1322
|
+
})
|
|
1323
|
+
.s("AmazonBedrockAgentCoreControl", "UpdateConfigurationBundle", {})
|
|
1324
|
+
.n("BedrockAgentCoreControlClient", "UpdateConfigurationBundleCommand")
|
|
1325
|
+
.sc(schemas_0.UpdateConfigurationBundle$)
|
|
1326
|
+
.build() {
|
|
1327
|
+
}
|
|
1328
|
+
|
|
1197
1329
|
class UpdateEvaluatorCommand extends smithyClient.Command
|
|
1198
1330
|
.classBuilder()
|
|
1199
1331
|
.ep(commonParams)
|
|
@@ -1218,6 +1350,18 @@ class UpdateGatewayCommand extends smithyClient.Command
|
|
|
1218
1350
|
.build() {
|
|
1219
1351
|
}
|
|
1220
1352
|
|
|
1353
|
+
class UpdateGatewayRuleCommand extends smithyClient.Command
|
|
1354
|
+
.classBuilder()
|
|
1355
|
+
.ep(commonParams)
|
|
1356
|
+
.m(function (Command, cs, config, o) {
|
|
1357
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1358
|
+
})
|
|
1359
|
+
.s("AmazonBedrockAgentCoreControl", "UpdateGatewayRule", {})
|
|
1360
|
+
.n("BedrockAgentCoreControlClient", "UpdateGatewayRuleCommand")
|
|
1361
|
+
.sc(schemas_0.UpdateGatewayRule$)
|
|
1362
|
+
.build() {
|
|
1363
|
+
}
|
|
1364
|
+
|
|
1221
1365
|
class UpdateGatewayTargetCommand extends smithyClient.Command
|
|
1222
1366
|
.classBuilder()
|
|
1223
1367
|
.ep(commonParams)
|
|
@@ -1364,8 +1508,14 @@ const paginateListBrowsers = core.createPaginator(BedrockAgentCoreControlClient,
|
|
|
1364
1508
|
|
|
1365
1509
|
const paginateListCodeInterpreters = core.createPaginator(BedrockAgentCoreControlClient, ListCodeInterpretersCommand, "nextToken", "nextToken", "maxResults");
|
|
1366
1510
|
|
|
1511
|
+
const paginateListConfigurationBundles = core.createPaginator(BedrockAgentCoreControlClient, ListConfigurationBundlesCommand, "nextToken", "nextToken", "maxResults");
|
|
1512
|
+
|
|
1513
|
+
const paginateListConfigurationBundleVersions = core.createPaginator(BedrockAgentCoreControlClient, ListConfigurationBundleVersionsCommand, "nextToken", "nextToken", "maxResults");
|
|
1514
|
+
|
|
1367
1515
|
const paginateListEvaluators = core.createPaginator(BedrockAgentCoreControlClient, ListEvaluatorsCommand, "nextToken", "nextToken", "maxResults");
|
|
1368
1516
|
|
|
1517
|
+
const paginateListGatewayRules = core.createPaginator(BedrockAgentCoreControlClient, ListGatewayRulesCommand, "nextToken", "nextToken", "maxResults");
|
|
1518
|
+
|
|
1369
1519
|
const paginateListGateways = core.createPaginator(BedrockAgentCoreControlClient, ListGatewaysCommand, "nextToken", "nextToken", "maxResults");
|
|
1370
1520
|
|
|
1371
1521
|
const paginateListGatewayTargets = core.createPaginator(BedrockAgentCoreControlClient, ListGatewayTargetsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -1702,8 +1852,10 @@ const commands = {
|
|
|
1702
1852
|
CreateBrowserCommand,
|
|
1703
1853
|
CreateBrowserProfileCommand,
|
|
1704
1854
|
CreateCodeInterpreterCommand,
|
|
1855
|
+
CreateConfigurationBundleCommand,
|
|
1705
1856
|
CreateEvaluatorCommand,
|
|
1706
1857
|
CreateGatewayCommand,
|
|
1858
|
+
CreateGatewayRuleCommand,
|
|
1707
1859
|
CreateGatewayTargetCommand,
|
|
1708
1860
|
CreateHarnessCommand,
|
|
1709
1861
|
CreateMemoryCommand,
|
|
@@ -1720,8 +1872,10 @@ const commands = {
|
|
|
1720
1872
|
DeleteBrowserCommand,
|
|
1721
1873
|
DeleteBrowserProfileCommand,
|
|
1722
1874
|
DeleteCodeInterpreterCommand,
|
|
1875
|
+
DeleteConfigurationBundleCommand,
|
|
1723
1876
|
DeleteEvaluatorCommand,
|
|
1724
1877
|
DeleteGatewayCommand,
|
|
1878
|
+
DeleteGatewayRuleCommand,
|
|
1725
1879
|
DeleteGatewayTargetCommand,
|
|
1726
1880
|
DeleteHarnessCommand,
|
|
1727
1881
|
DeleteMemoryCommand,
|
|
@@ -1739,8 +1893,11 @@ const commands = {
|
|
|
1739
1893
|
GetBrowserCommand,
|
|
1740
1894
|
GetBrowserProfileCommand,
|
|
1741
1895
|
GetCodeInterpreterCommand,
|
|
1896
|
+
GetConfigurationBundleCommand,
|
|
1897
|
+
GetConfigurationBundleVersionCommand,
|
|
1742
1898
|
GetEvaluatorCommand,
|
|
1743
1899
|
GetGatewayCommand,
|
|
1900
|
+
GetGatewayRuleCommand,
|
|
1744
1901
|
GetGatewayTargetCommand,
|
|
1745
1902
|
GetHarnessCommand,
|
|
1746
1903
|
GetMemoryCommand,
|
|
@@ -1761,7 +1918,10 @@ const commands = {
|
|
|
1761
1918
|
ListBrowserProfilesCommand,
|
|
1762
1919
|
ListBrowsersCommand,
|
|
1763
1920
|
ListCodeInterpretersCommand,
|
|
1921
|
+
ListConfigurationBundlesCommand,
|
|
1922
|
+
ListConfigurationBundleVersionsCommand,
|
|
1764
1923
|
ListEvaluatorsCommand,
|
|
1924
|
+
ListGatewayRulesCommand,
|
|
1765
1925
|
ListGatewaysCommand,
|
|
1766
1926
|
ListGatewayTargetsCommand,
|
|
1767
1927
|
ListHarnessesCommand,
|
|
@@ -1786,8 +1946,10 @@ const commands = {
|
|
|
1786
1946
|
UpdateAgentRuntimeCommand,
|
|
1787
1947
|
UpdateAgentRuntimeEndpointCommand,
|
|
1788
1948
|
UpdateApiKeyCredentialProviderCommand,
|
|
1949
|
+
UpdateConfigurationBundleCommand,
|
|
1789
1950
|
UpdateEvaluatorCommand,
|
|
1790
1951
|
UpdateGatewayCommand,
|
|
1952
|
+
UpdateGatewayRuleCommand,
|
|
1791
1953
|
UpdateGatewayTargetCommand,
|
|
1792
1954
|
UpdateHarnessCommand,
|
|
1793
1955
|
UpdateMemoryCommand,
|
|
@@ -1808,7 +1970,10 @@ const paginators = {
|
|
|
1808
1970
|
paginateListBrowserProfiles,
|
|
1809
1971
|
paginateListBrowsers,
|
|
1810
1972
|
paginateListCodeInterpreters,
|
|
1973
|
+
paginateListConfigurationBundles,
|
|
1974
|
+
paginateListConfigurationBundleVersions,
|
|
1811
1975
|
paginateListEvaluators,
|
|
1976
|
+
paginateListGatewayRules,
|
|
1812
1977
|
paginateListGateways,
|
|
1813
1978
|
paginateListGatewayTargets,
|
|
1814
1979
|
paginateListHarnesses,
|
|
@@ -1835,6 +2000,11 @@ class BedrockAgentCoreControl extends BedrockAgentCoreControlClient {
|
|
|
1835
2000
|
}
|
|
1836
2001
|
smithyClient.createAggregatedClient(commands, BedrockAgentCoreControl, { paginators, waiters });
|
|
1837
2002
|
|
|
2003
|
+
const ActorTokenContentType = {
|
|
2004
|
+
AWS_IAM_ID_TOKEN_JWT: "AWS_IAM_ID_TOKEN_JWT",
|
|
2005
|
+
M2M: "M2M",
|
|
2006
|
+
NONE: "NONE",
|
|
2007
|
+
};
|
|
1838
2008
|
const AgentRuntimeEndpointStatus = {
|
|
1839
2009
|
CREATE_FAILED: "CREATE_FAILED",
|
|
1840
2010
|
CREATING: "CREATING",
|
|
@@ -1928,6 +2098,15 @@ const CodeInterpreterStatus = {
|
|
|
1928
2098
|
DELETING: "DELETING",
|
|
1929
2099
|
READY: "READY",
|
|
1930
2100
|
};
|
|
2101
|
+
const ConfigurationBundleStatus = {
|
|
2102
|
+
ACTIVE: "ACTIVE",
|
|
2103
|
+
CREATE_FAILED: "CREATE_FAILED",
|
|
2104
|
+
CREATING: "CREATING",
|
|
2105
|
+
DELETE_FAILED: "DELETE_FAILED",
|
|
2106
|
+
DELETING: "DELETING",
|
|
2107
|
+
UPDATE_FAILED: "UPDATE_FAILED",
|
|
2108
|
+
UPDATING: "UPDATING",
|
|
2109
|
+
};
|
|
1931
2110
|
const EvaluatorLevel = {
|
|
1932
2111
|
SESSION: "SESSION",
|
|
1933
2112
|
TOOL_CALL: "TOOL_CALL",
|
|
@@ -1941,12 +2120,17 @@ const EvaluatorStatus = {
|
|
|
1941
2120
|
UPDATE_FAILED: "UPDATE_FAILED",
|
|
1942
2121
|
UPDATING: "UPDATING",
|
|
1943
2122
|
};
|
|
2123
|
+
const IncludedData = {
|
|
2124
|
+
ALL_DATA: "ALL_DATA",
|
|
2125
|
+
METADATA_ONLY: "METADATA_ONLY",
|
|
2126
|
+
};
|
|
1944
2127
|
const EvaluatorType = {
|
|
1945
2128
|
BUILTIN: "Builtin",
|
|
1946
2129
|
CODE: "CustomCode",
|
|
1947
2130
|
CUSTOM: "Custom",
|
|
1948
2131
|
};
|
|
1949
2132
|
const AuthorizerType = {
|
|
2133
|
+
AUTHENTICATE_ONLY: "AUTHENTICATE_ONLY",
|
|
1950
2134
|
AWS_IAM: "AWS_IAM",
|
|
1951
2135
|
CUSTOM_JWT: "CUSTOM_JWT",
|
|
1952
2136
|
NONE: "NONE",
|
|
@@ -1976,6 +2160,16 @@ const GatewayStatus = {
|
|
|
1976
2160
|
UPDATE_UNSUCCESSFUL: "UPDATE_UNSUCCESSFUL",
|
|
1977
2161
|
UPDATING: "UPDATING",
|
|
1978
2162
|
};
|
|
2163
|
+
const PrincipalMatchOperator = {
|
|
2164
|
+
StringEquals: "StringEquals",
|
|
2165
|
+
StringLike: "StringLike",
|
|
2166
|
+
};
|
|
2167
|
+
const GatewayRuleStatus = {
|
|
2168
|
+
ACTIVE: "ACTIVE",
|
|
2169
|
+
CREATING: "CREATING",
|
|
2170
|
+
DELETING: "DELETING",
|
|
2171
|
+
UPDATING: "UPDATING",
|
|
2172
|
+
};
|
|
1979
2173
|
const ApiKeyCredentialLocation = {
|
|
1980
2174
|
HEADER: "HEADER",
|
|
1981
2175
|
QUERY_PARAMETER: "QUERY_PARAMETER",
|
|
@@ -1983,10 +2177,13 @@ const ApiKeyCredentialLocation = {
|
|
|
1983
2177
|
const OAuthGrantType = {
|
|
1984
2178
|
AUTHORIZATION_CODE: "AUTHORIZATION_CODE",
|
|
1985
2179
|
CLIENT_CREDENTIALS: "CLIENT_CREDENTIALS",
|
|
2180
|
+
TOKEN_EXCHANGE: "TOKEN_EXCHANGE",
|
|
1986
2181
|
};
|
|
1987
2182
|
const CredentialProviderType = {
|
|
1988
2183
|
API_KEY: "API_KEY",
|
|
2184
|
+
CALLER_IAM_CREDENTIALS: "CALLER_IAM_CREDENTIALS",
|
|
1989
2185
|
GATEWAY_IAM_ROLE: "GATEWAY_IAM_ROLE",
|
|
2186
|
+
JWT_PASSTHROUGH: "JWT_PASSTHROUGH",
|
|
1990
2187
|
OAUTH: "OAUTH",
|
|
1991
2188
|
};
|
|
1992
2189
|
const RestApiMethod = {
|
|
@@ -2010,6 +2207,10 @@ const ListingMode = {
|
|
|
2010
2207
|
DEFAULT: "DEFAULT",
|
|
2011
2208
|
DYNAMIC: "DYNAMIC",
|
|
2012
2209
|
};
|
|
2210
|
+
const TargetProtocolType = {
|
|
2211
|
+
HTTP: "HTTP",
|
|
2212
|
+
MCP: "MCP",
|
|
2213
|
+
};
|
|
2013
2214
|
const TargetStatus = {
|
|
2014
2215
|
CREATE_PENDING_AUTH: "CREATE_PENDING_AUTH",
|
|
2015
2216
|
CREATING: "CREATING",
|
|
@@ -2048,6 +2249,11 @@ const HarnessStatus = {
|
|
|
2048
2249
|
UPDATE_FAILED: "UPDATE_FAILED",
|
|
2049
2250
|
UPDATING: "UPDATING",
|
|
2050
2251
|
};
|
|
2252
|
+
const MetadataValueType = {
|
|
2253
|
+
NUMBER: "NUMBER",
|
|
2254
|
+
STRING: "STRING",
|
|
2255
|
+
STRINGLIST: "STRINGLIST",
|
|
2256
|
+
};
|
|
2051
2257
|
const ContentLevel = {
|
|
2052
2258
|
FULL_CONTENT: "FULL_CONTENT",
|
|
2053
2259
|
METADATA_ONLY: "METADATA_ONLY",
|
|
@@ -2112,6 +2318,15 @@ const CredentialProviderVendorType = {
|
|
|
2112
2318
|
YandexOauth2: "YandexOauth2",
|
|
2113
2319
|
ZoomOauth2: "ZoomOauth2",
|
|
2114
2320
|
};
|
|
2321
|
+
const ClientAuthenticationMethodType = {
|
|
2322
|
+
AWS_IAM_ID_TOKEN_JWT: "AWS_IAM_ID_TOKEN_JWT",
|
|
2323
|
+
CLIENT_SECRET_BASIC: "CLIENT_SECRET_BASIC",
|
|
2324
|
+
CLIENT_SECRET_POST: "CLIENT_SECRET_POST",
|
|
2325
|
+
};
|
|
2326
|
+
const OnBehalfOfTokenExchangeGrantTypeType = {
|
|
2327
|
+
JWT_AUTHORIZATION_GRANT: "JWT_AUTHORIZATION_GRANT",
|
|
2328
|
+
TOKEN_EXCHANGE: "TOKEN_EXCHANGE",
|
|
2329
|
+
};
|
|
2115
2330
|
const Status = {
|
|
2116
2331
|
CREATE_FAILED: "CREATE_FAILED",
|
|
2117
2332
|
CREATING: "CREATING",
|
|
@@ -2225,6 +2440,7 @@ const RegistryStatus = {
|
|
|
2225
2440
|
exports.$Command = smithyClient.Command;
|
|
2226
2441
|
exports.__Client = smithyClient.Client;
|
|
2227
2442
|
exports.BedrockAgentCoreControlServiceException = BedrockAgentCoreControlServiceException.BedrockAgentCoreControlServiceException;
|
|
2443
|
+
exports.ActorTokenContentType = ActorTokenContentType;
|
|
2228
2444
|
exports.AgentManagedRuntimeType = AgentManagedRuntimeType;
|
|
2229
2445
|
exports.AgentRuntimeEndpointStatus = AgentRuntimeEndpointStatus;
|
|
2230
2446
|
exports.AgentRuntimeStatus = AgentRuntimeStatus;
|
|
@@ -2237,8 +2453,10 @@ exports.BrowserNetworkMode = BrowserNetworkMode;
|
|
|
2237
2453
|
exports.BrowserProfileStatus = BrowserProfileStatus;
|
|
2238
2454
|
exports.BrowserStatus = BrowserStatus;
|
|
2239
2455
|
exports.ClaimMatchOperatorType = ClaimMatchOperatorType;
|
|
2456
|
+
exports.ClientAuthenticationMethodType = ClientAuthenticationMethodType;
|
|
2240
2457
|
exports.CodeInterpreterNetworkMode = CodeInterpreterNetworkMode;
|
|
2241
2458
|
exports.CodeInterpreterStatus = CodeInterpreterStatus;
|
|
2459
|
+
exports.ConfigurationBundleStatus = ConfigurationBundleStatus;
|
|
2242
2460
|
exports.ContentLevel = ContentLevel;
|
|
2243
2461
|
exports.ContentType = ContentType;
|
|
2244
2462
|
exports.CreateAgentRuntimeCommand = CreateAgentRuntimeCommand;
|
|
@@ -2247,8 +2465,10 @@ exports.CreateApiKeyCredentialProviderCommand = CreateApiKeyCredentialProviderCo
|
|
|
2247
2465
|
exports.CreateBrowserCommand = CreateBrowserCommand;
|
|
2248
2466
|
exports.CreateBrowserProfileCommand = CreateBrowserProfileCommand;
|
|
2249
2467
|
exports.CreateCodeInterpreterCommand = CreateCodeInterpreterCommand;
|
|
2468
|
+
exports.CreateConfigurationBundleCommand = CreateConfigurationBundleCommand;
|
|
2250
2469
|
exports.CreateEvaluatorCommand = CreateEvaluatorCommand;
|
|
2251
2470
|
exports.CreateGatewayCommand = CreateGatewayCommand;
|
|
2471
|
+
exports.CreateGatewayRuleCommand = CreateGatewayRuleCommand;
|
|
2252
2472
|
exports.CreateGatewayTargetCommand = CreateGatewayTargetCommand;
|
|
2253
2473
|
exports.CreateHarnessCommand = CreateHarnessCommand;
|
|
2254
2474
|
exports.CreateMemoryCommand = CreateMemoryCommand;
|
|
@@ -2267,8 +2487,10 @@ exports.DeleteApiKeyCredentialProviderCommand = DeleteApiKeyCredentialProviderCo
|
|
|
2267
2487
|
exports.DeleteBrowserCommand = DeleteBrowserCommand;
|
|
2268
2488
|
exports.DeleteBrowserProfileCommand = DeleteBrowserProfileCommand;
|
|
2269
2489
|
exports.DeleteCodeInterpreterCommand = DeleteCodeInterpreterCommand;
|
|
2490
|
+
exports.DeleteConfigurationBundleCommand = DeleteConfigurationBundleCommand;
|
|
2270
2491
|
exports.DeleteEvaluatorCommand = DeleteEvaluatorCommand;
|
|
2271
2492
|
exports.DeleteGatewayCommand = DeleteGatewayCommand;
|
|
2493
|
+
exports.DeleteGatewayRuleCommand = DeleteGatewayRuleCommand;
|
|
2272
2494
|
exports.DeleteGatewayTargetCommand = DeleteGatewayTargetCommand;
|
|
2273
2495
|
exports.DeleteHarnessCommand = DeleteHarnessCommand;
|
|
2274
2496
|
exports.DeleteMemoryCommand = DeleteMemoryCommand;
|
|
@@ -2291,6 +2513,7 @@ exports.FindingType = FindingType;
|
|
|
2291
2513
|
exports.GatewayInterceptionPoint = GatewayInterceptionPoint;
|
|
2292
2514
|
exports.GatewayPolicyEngineMode = GatewayPolicyEngineMode;
|
|
2293
2515
|
exports.GatewayProtocolType = GatewayProtocolType;
|
|
2516
|
+
exports.GatewayRuleStatus = GatewayRuleStatus;
|
|
2294
2517
|
exports.GatewayStatus = GatewayStatus;
|
|
2295
2518
|
exports.GetAgentRuntimeCommand = GetAgentRuntimeCommand;
|
|
2296
2519
|
exports.GetAgentRuntimeEndpointCommand = GetAgentRuntimeEndpointCommand;
|
|
@@ -2298,8 +2521,11 @@ exports.GetApiKeyCredentialProviderCommand = GetApiKeyCredentialProviderCommand;
|
|
|
2298
2521
|
exports.GetBrowserCommand = GetBrowserCommand;
|
|
2299
2522
|
exports.GetBrowserProfileCommand = GetBrowserProfileCommand;
|
|
2300
2523
|
exports.GetCodeInterpreterCommand = GetCodeInterpreterCommand;
|
|
2524
|
+
exports.GetConfigurationBundleCommand = GetConfigurationBundleCommand;
|
|
2525
|
+
exports.GetConfigurationBundleVersionCommand = GetConfigurationBundleVersionCommand;
|
|
2301
2526
|
exports.GetEvaluatorCommand = GetEvaluatorCommand;
|
|
2302
2527
|
exports.GetGatewayCommand = GetGatewayCommand;
|
|
2528
|
+
exports.GetGatewayRuleCommand = GetGatewayRuleCommand;
|
|
2303
2529
|
exports.GetGatewayTargetCommand = GetGatewayTargetCommand;
|
|
2304
2530
|
exports.GetHarnessCommand = GetHarnessCommand;
|
|
2305
2531
|
exports.GetMemoryCommand = GetMemoryCommand;
|
|
@@ -2317,6 +2543,7 @@ exports.HarnessStatus = HarnessStatus;
|
|
|
2317
2543
|
exports.HarnessToolType = HarnessToolType;
|
|
2318
2544
|
exports.HarnessTruncationStrategy = HarnessTruncationStrategy;
|
|
2319
2545
|
exports.InboundTokenClaimValueType = InboundTokenClaimValueType;
|
|
2546
|
+
exports.IncludedData = IncludedData;
|
|
2320
2547
|
exports.KeyType = KeyType;
|
|
2321
2548
|
exports.ListAgentRuntimeEndpointsCommand = ListAgentRuntimeEndpointsCommand;
|
|
2322
2549
|
exports.ListAgentRuntimeVersionsCommand = ListAgentRuntimeVersionsCommand;
|
|
@@ -2325,7 +2552,10 @@ exports.ListApiKeyCredentialProvidersCommand = ListApiKeyCredentialProvidersComm
|
|
|
2325
2552
|
exports.ListBrowserProfilesCommand = ListBrowserProfilesCommand;
|
|
2326
2553
|
exports.ListBrowsersCommand = ListBrowsersCommand;
|
|
2327
2554
|
exports.ListCodeInterpretersCommand = ListCodeInterpretersCommand;
|
|
2555
|
+
exports.ListConfigurationBundleVersionsCommand = ListConfigurationBundleVersionsCommand;
|
|
2556
|
+
exports.ListConfigurationBundlesCommand = ListConfigurationBundlesCommand;
|
|
2328
2557
|
exports.ListEvaluatorsCommand = ListEvaluatorsCommand;
|
|
2558
|
+
exports.ListGatewayRulesCommand = ListGatewayRulesCommand;
|
|
2329
2559
|
exports.ListGatewayTargetsCommand = ListGatewayTargetsCommand;
|
|
2330
2560
|
exports.ListGatewaysCommand = ListGatewaysCommand;
|
|
2331
2561
|
exports.ListHarnessesCommand = ListHarnessesCommand;
|
|
@@ -2345,8 +2575,10 @@ exports.MemoryStatus = MemoryStatus;
|
|
|
2345
2575
|
exports.MemoryStrategyStatus = MemoryStrategyStatus;
|
|
2346
2576
|
exports.MemoryStrategyType = MemoryStrategyType;
|
|
2347
2577
|
exports.MemoryView = MemoryView;
|
|
2578
|
+
exports.MetadataValueType = MetadataValueType;
|
|
2348
2579
|
exports.NetworkMode = NetworkMode;
|
|
2349
2580
|
exports.OAuthGrantType = OAuthGrantType;
|
|
2581
|
+
exports.OnBehalfOfTokenExchangeGrantTypeType = OnBehalfOfTokenExchangeGrantTypeType;
|
|
2350
2582
|
exports.OnlineEvaluationConfigStatus = OnlineEvaluationConfigStatus;
|
|
2351
2583
|
exports.OnlineEvaluationExecutionStatus = OnlineEvaluationExecutionStatus;
|
|
2352
2584
|
exports.OverrideType = OverrideType;
|
|
@@ -2354,6 +2586,7 @@ exports.PolicyEngineStatus = PolicyEngineStatus;
|
|
|
2354
2586
|
exports.PolicyGenerationStatus = PolicyGenerationStatus;
|
|
2355
2587
|
exports.PolicyStatus = PolicyStatus;
|
|
2356
2588
|
exports.PolicyValidationMode = PolicyValidationMode;
|
|
2589
|
+
exports.PrincipalMatchOperator = PrincipalMatchOperator;
|
|
2357
2590
|
exports.PutResourcePolicyCommand = PutResourcePolicyCommand;
|
|
2358
2591
|
exports.RegistryAuthorizerType = RegistryAuthorizerType;
|
|
2359
2592
|
exports.RegistryRecordCredentialProviderType = RegistryRecordCredentialProviderType;
|
|
@@ -2372,13 +2605,16 @@ exports.SubmitRegistryRecordForApprovalCommand = SubmitRegistryRecordForApproval
|
|
|
2372
2605
|
exports.SynchronizationType = SynchronizationType;
|
|
2373
2606
|
exports.SynchronizeGatewayTargetsCommand = SynchronizeGatewayTargetsCommand;
|
|
2374
2607
|
exports.TagResourceCommand = TagResourceCommand;
|
|
2608
|
+
exports.TargetProtocolType = TargetProtocolType;
|
|
2375
2609
|
exports.TargetStatus = TargetStatus;
|
|
2376
2610
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
2377
2611
|
exports.UpdateAgentRuntimeCommand = UpdateAgentRuntimeCommand;
|
|
2378
2612
|
exports.UpdateAgentRuntimeEndpointCommand = UpdateAgentRuntimeEndpointCommand;
|
|
2379
2613
|
exports.UpdateApiKeyCredentialProviderCommand = UpdateApiKeyCredentialProviderCommand;
|
|
2614
|
+
exports.UpdateConfigurationBundleCommand = UpdateConfigurationBundleCommand;
|
|
2380
2615
|
exports.UpdateEvaluatorCommand = UpdateEvaluatorCommand;
|
|
2381
2616
|
exports.UpdateGatewayCommand = UpdateGatewayCommand;
|
|
2617
|
+
exports.UpdateGatewayRuleCommand = UpdateGatewayRuleCommand;
|
|
2382
2618
|
exports.UpdateGatewayTargetCommand = UpdateGatewayTargetCommand;
|
|
2383
2619
|
exports.UpdateHarnessCommand = UpdateHarnessCommand;
|
|
2384
2620
|
exports.UpdateMemoryCommand = UpdateMemoryCommand;
|
|
@@ -2398,7 +2634,10 @@ exports.paginateListApiKeyCredentialProviders = paginateListApiKeyCredentialProv
|
|
|
2398
2634
|
exports.paginateListBrowserProfiles = paginateListBrowserProfiles;
|
|
2399
2635
|
exports.paginateListBrowsers = paginateListBrowsers;
|
|
2400
2636
|
exports.paginateListCodeInterpreters = paginateListCodeInterpreters;
|
|
2637
|
+
exports.paginateListConfigurationBundleVersions = paginateListConfigurationBundleVersions;
|
|
2638
|
+
exports.paginateListConfigurationBundles = paginateListConfigurationBundles;
|
|
2401
2639
|
exports.paginateListEvaluators = paginateListEvaluators;
|
|
2640
|
+
exports.paginateListGatewayRules = paginateListGatewayRules;
|
|
2402
2641
|
exports.paginateListGatewayTargets = paginateListGatewayTargets;
|
|
2403
2642
|
exports.paginateListGateways = paginateListGateways;
|
|
2404
2643
|
exports.paginateListHarnesses = paginateListHarnesses;
|