@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.
Files changed (99) hide show
  1. package/README.md +84 -0
  2. package/dist-cjs/index.js +239 -0
  3. package/dist-cjs/schemas/schemas_0.js +674 -138
  4. package/dist-es/BedrockAgentCoreControl.js +30 -0
  5. package/dist-es/commands/CreateConfigurationBundleCommand.js +16 -0
  6. package/dist-es/commands/CreateGatewayRuleCommand.js +16 -0
  7. package/dist-es/commands/DeleteConfigurationBundleCommand.js +16 -0
  8. package/dist-es/commands/DeleteGatewayRuleCommand.js +16 -0
  9. package/dist-es/commands/GetConfigurationBundleCommand.js +16 -0
  10. package/dist-es/commands/GetConfigurationBundleVersionCommand.js +16 -0
  11. package/dist-es/commands/GetGatewayRuleCommand.js +16 -0
  12. package/dist-es/commands/ListConfigurationBundleVersionsCommand.js +16 -0
  13. package/dist-es/commands/ListConfigurationBundlesCommand.js +16 -0
  14. package/dist-es/commands/ListGatewayRulesCommand.js +16 -0
  15. package/dist-es/commands/UpdateConfigurationBundleCommand.js +16 -0
  16. package/dist-es/commands/UpdateGatewayRuleCommand.js +16 -0
  17. package/dist-es/commands/index.js +12 -0
  18. package/dist-es/models/enums.js +50 -0
  19. package/dist-es/pagination/ListConfigurationBundleVersionsPaginator.js +4 -0
  20. package/dist-es/pagination/ListConfigurationBundlesPaginator.js +4 -0
  21. package/dist-es/pagination/ListGatewayRulesPaginator.js +4 -0
  22. package/dist-es/pagination/index.js +3 -0
  23. package/dist-es/schemas/schemas_0.js +660 -126
  24. package/dist-types/BedrockAgentCoreControl.d.ts +106 -0
  25. package/dist-types/BedrockAgentCoreControlClient.d.ts +14 -2
  26. package/dist-types/commands/CreateConfigurationBundleCommand.d.ts +111 -0
  27. package/dist-types/commands/CreateEvaluatorCommand.d.ts +1 -0
  28. package/dist-types/commands/CreateGatewayCommand.d.ts +4 -4
  29. package/dist-types/commands/CreateGatewayRuleCommand.d.ts +232 -0
  30. package/dist-types/commands/CreateGatewayTargetCommand.d.ts +19 -6
  31. package/dist-types/commands/CreateHarnessCommand.d.ts +2 -2
  32. package/dist-types/commands/CreateMemoryCommand.d.ts +233 -1
  33. package/dist-types/commands/CreateOauth2CredentialProviderCommand.d.ts +22 -2
  34. package/dist-types/commands/DeleteConfigurationBundleCommand.d.ts +93 -0
  35. package/dist-types/commands/DeleteGatewayRuleCommand.d.ts +94 -0
  36. package/dist-types/commands/DeleteHarnessCommand.d.ts +1 -1
  37. package/dist-types/commands/DeleteMemoryCommand.d.ts +1 -1
  38. package/dist-types/commands/GetConfigurationBundleCommand.d.ts +112 -0
  39. package/dist-types/commands/GetConfigurationBundleVersionCommand.d.ts +112 -0
  40. package/dist-types/commands/GetEvaluatorCommand.d.ts +2 -0
  41. package/dist-types/commands/GetGatewayCommand.d.ts +2 -2
  42. package/dist-types/commands/GetGatewayRuleCommand.d.ts +162 -0
  43. package/dist-types/commands/GetGatewayTargetCommand.d.ts +10 -3
  44. package/dist-types/commands/GetHarnessCommand.d.ts +1 -1
  45. package/dist-types/commands/GetMemoryCommand.d.ts +70 -1
  46. package/dist-types/commands/GetOauth2CredentialProviderCommand.d.ts +10 -0
  47. package/dist-types/commands/ListConfigurationBundleVersionsCommand.d.ts +115 -0
  48. package/dist-types/commands/ListConfigurationBundlesCommand.d.ts +95 -0
  49. package/dist-types/commands/ListEvaluatorsCommand.d.ts +1 -0
  50. package/dist-types/commands/ListGatewayRulesCommand.d.ts +168 -0
  51. package/dist-types/commands/ListGatewaysCommand.d.ts +2 -2
  52. package/dist-types/commands/ListMemoriesCommand.d.ts +1 -1
  53. package/dist-types/commands/SynchronizeGatewayTargetsCommand.d.ts +10 -3
  54. package/dist-types/commands/UpdateConfigurationBundleCommand.d.ts +112 -0
  55. package/dist-types/commands/UpdateEvaluatorCommand.d.ts +1 -0
  56. package/dist-types/commands/UpdateGatewayCommand.d.ts +4 -4
  57. package/dist-types/commands/UpdateGatewayRuleCommand.d.ts +230 -0
  58. package/dist-types/commands/UpdateGatewayTargetCommand.d.ts +19 -6
  59. package/dist-types/commands/UpdateHarnessCommand.d.ts +2 -2
  60. package/dist-types/commands/UpdateMemoryCommand.d.ts +236 -1
  61. package/dist-types/commands/UpdateOauth2CredentialProviderCommand.d.ts +22 -2
  62. package/dist-types/commands/index.d.ts +12 -0
  63. package/dist-types/models/enums.d.ts +130 -0
  64. package/dist-types/models/models_0.d.ts +2979 -3024
  65. package/dist-types/models/models_1.d.ts +1742 -4
  66. package/dist-types/pagination/ListConfigurationBundleVersionsPaginator.d.ts +7 -0
  67. package/dist-types/pagination/ListConfigurationBundlesPaginator.d.ts +7 -0
  68. package/dist-types/pagination/ListGatewayRulesPaginator.d.ts +7 -0
  69. package/dist-types/pagination/index.d.ts +3 -0
  70. package/dist-types/schemas/schemas_0.d.ts +72 -0
  71. package/dist-types/ts3.4/BedrockAgentCoreControl.d.ts +226 -0
  72. package/dist-types/ts3.4/BedrockAgentCoreControlClient.d.ts +72 -0
  73. package/dist-types/ts3.4/commands/CreateConfigurationBundleCommand.d.ts +51 -0
  74. package/dist-types/ts3.4/commands/CreateGatewayRuleCommand.d.ts +51 -0
  75. package/dist-types/ts3.4/commands/CreateMemoryCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/DeleteConfigurationBundleCommand.d.ts +51 -0
  77. package/dist-types/ts3.4/commands/DeleteGatewayRuleCommand.d.ts +51 -0
  78. package/dist-types/ts3.4/commands/DeleteMemoryCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/GetConfigurationBundleCommand.d.ts +51 -0
  80. package/dist-types/ts3.4/commands/GetConfigurationBundleVersionCommand.d.ts +51 -0
  81. package/dist-types/ts3.4/commands/GetGatewayRuleCommand.d.ts +50 -0
  82. package/dist-types/ts3.4/commands/GetMemoryCommand.d.ts +1 -1
  83. package/dist-types/ts3.4/commands/ListConfigurationBundleVersionsCommand.d.ts +51 -0
  84. package/dist-types/ts3.4/commands/ListConfigurationBundlesCommand.d.ts +51 -0
  85. package/dist-types/ts3.4/commands/ListGatewayRulesCommand.d.ts +50 -0
  86. package/dist-types/ts3.4/commands/ListMemoriesCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/UpdateConfigurationBundleCommand.d.ts +51 -0
  88. package/dist-types/ts3.4/commands/UpdateGatewayRuleCommand.d.ts +51 -0
  89. package/dist-types/ts3.4/commands/UpdateMemoryCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/index.d.ts +12 -0
  91. package/dist-types/ts3.4/models/enums.d.ts +67 -0
  92. package/dist-types/ts3.4/models/models_0.d.ts +495 -674
  93. package/dist-types/ts3.4/models/models_1.d.ts +718 -7
  94. package/dist-types/ts3.4/pagination/ListConfigurationBundleVersionsPaginator.d.ts +11 -0
  95. package/dist-types/ts3.4/pagination/ListConfigurationBundlesPaginator.d.ts +11 -0
  96. package/dist-types/ts3.4/pagination/ListGatewayRulesPaginator.d.ts +11 -0
  97. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  98. package/dist-types/ts3.4/schemas/schemas_0.d.ts +72 -0
  99. package/package.json +7 -7
@@ -1,3 +1,16 @@
1
+ /**
2
+ * @public
3
+ * @enum
4
+ */
5
+ export declare const ActorTokenContentType: {
6
+ readonly AWS_IAM_ID_TOKEN_JWT: "AWS_IAM_ID_TOKEN_JWT";
7
+ readonly M2M: "M2M";
8
+ readonly NONE: "NONE";
9
+ };
10
+ /**
11
+ * @public
12
+ */
13
+ export type ActorTokenContentType = (typeof ActorTokenContentType)[keyof typeof ActorTokenContentType];
1
14
  /**
2
15
  * @public
3
16
  * @enum
@@ -219,6 +232,23 @@ export declare const CodeInterpreterStatus: {
219
232
  * @public
220
233
  */
221
234
  export type CodeInterpreterStatus = (typeof CodeInterpreterStatus)[keyof typeof CodeInterpreterStatus];
235
+ /**
236
+ * @public
237
+ * @enum
238
+ */
239
+ export declare const ConfigurationBundleStatus: {
240
+ readonly ACTIVE: "ACTIVE";
241
+ readonly CREATE_FAILED: "CREATE_FAILED";
242
+ readonly CREATING: "CREATING";
243
+ readonly DELETE_FAILED: "DELETE_FAILED";
244
+ readonly DELETING: "DELETING";
245
+ readonly UPDATE_FAILED: "UPDATE_FAILED";
246
+ readonly UPDATING: "UPDATING";
247
+ };
248
+ /**
249
+ * @public
250
+ */
251
+ export type ConfigurationBundleStatus = (typeof ConfigurationBundleStatus)[keyof typeof ConfigurationBundleStatus];
222
252
  /**
223
253
  * @public
224
254
  * @enum
@@ -248,6 +278,18 @@ export declare const EvaluatorStatus: {
248
278
  * @public
249
279
  */
250
280
  export type EvaluatorStatus = (typeof EvaluatorStatus)[keyof typeof EvaluatorStatus];
281
+ /**
282
+ * @public
283
+ * @enum
284
+ */
285
+ export declare const IncludedData: {
286
+ readonly ALL_DATA: "ALL_DATA";
287
+ readonly METADATA_ONLY: "METADATA_ONLY";
288
+ };
289
+ /**
290
+ * @public
291
+ */
292
+ export type IncludedData = (typeof IncludedData)[keyof typeof IncludedData];
251
293
  /**
252
294
  * @public
253
295
  * @enum
@@ -266,6 +308,7 @@ export type EvaluatorType = (typeof EvaluatorType)[keyof typeof EvaluatorType];
266
308
  * @enum
267
309
  */
268
310
  export declare const AuthorizerType: {
311
+ readonly AUTHENTICATE_ONLY: "AUTHENTICATE_ONLY";
269
312
  readonly AWS_IAM: "AWS_IAM";
270
313
  readonly CUSTOM_JWT: "CUSTOM_JWT";
271
314
  readonly NONE: "NONE";
@@ -347,6 +390,32 @@ export declare const GatewayStatus: {
347
390
  * @public
348
391
  */
349
392
  export type GatewayStatus = (typeof GatewayStatus)[keyof typeof GatewayStatus];
393
+ /**
394
+ * @public
395
+ * @enum
396
+ */
397
+ export declare const PrincipalMatchOperator: {
398
+ readonly StringEquals: "StringEquals";
399
+ readonly StringLike: "StringLike";
400
+ };
401
+ /**
402
+ * @public
403
+ */
404
+ export type PrincipalMatchOperator = (typeof PrincipalMatchOperator)[keyof typeof PrincipalMatchOperator];
405
+ /**
406
+ * @public
407
+ * @enum
408
+ */
409
+ export declare const GatewayRuleStatus: {
410
+ readonly ACTIVE: "ACTIVE";
411
+ readonly CREATING: "CREATING";
412
+ readonly DELETING: "DELETING";
413
+ readonly UPDATING: "UPDATING";
414
+ };
415
+ /**
416
+ * @public
417
+ */
418
+ export type GatewayRuleStatus = (typeof GatewayRuleStatus)[keyof typeof GatewayRuleStatus];
350
419
  /**
351
420
  * @public
352
421
  * @enum
@@ -366,6 +435,7 @@ export type ApiKeyCredentialLocation = (typeof ApiKeyCredentialLocation)[keyof t
366
435
  export declare const OAuthGrantType: {
367
436
  readonly AUTHORIZATION_CODE: "AUTHORIZATION_CODE";
368
437
  readonly CLIENT_CREDENTIALS: "CLIENT_CREDENTIALS";
438
+ readonly TOKEN_EXCHANGE: "TOKEN_EXCHANGE";
369
439
  };
370
440
  /**
371
441
  * @public
@@ -377,7 +447,9 @@ export type OAuthGrantType = (typeof OAuthGrantType)[keyof typeof OAuthGrantType
377
447
  */
378
448
  export declare const CredentialProviderType: {
379
449
  readonly API_KEY: "API_KEY";
450
+ readonly CALLER_IAM_CREDENTIALS: "CALLER_IAM_CREDENTIALS";
380
451
  readonly GATEWAY_IAM_ROLE: "GATEWAY_IAM_ROLE";
452
+ readonly JWT_PASSTHROUGH: "JWT_PASSTHROUGH";
381
453
  readonly OAUTH: "OAUTH";
382
454
  };
383
455
  /**
@@ -429,6 +501,18 @@ export declare const ListingMode: {
429
501
  * @public
430
502
  */
431
503
  export type ListingMode = (typeof ListingMode)[keyof typeof ListingMode];
504
+ /**
505
+ * @public
506
+ * @enum
507
+ */
508
+ export declare const TargetProtocolType: {
509
+ readonly HTTP: "HTTP";
510
+ readonly MCP: "MCP";
511
+ };
512
+ /**
513
+ * @public
514
+ */
515
+ export type TargetProtocolType = (typeof TargetProtocolType)[keyof typeof TargetProtocolType];
432
516
  /**
433
517
  * @public
434
518
  * @enum
@@ -507,6 +591,19 @@ export declare const HarnessStatus: {
507
591
  * @public
508
592
  */
509
593
  export type HarnessStatus = (typeof HarnessStatus)[keyof typeof HarnessStatus];
594
+ /**
595
+ * @public
596
+ * @enum
597
+ */
598
+ export declare const MetadataValueType: {
599
+ readonly NUMBER: "NUMBER";
600
+ readonly STRING: "STRING";
601
+ readonly STRINGLIST: "STRINGLIST";
602
+ };
603
+ /**
604
+ * @public
605
+ */
606
+ export type MetadataValueType = (typeof MetadataValueType)[keyof typeof MetadataValueType];
510
607
  /**
511
608
  * @public
512
609
  * @enum
@@ -635,6 +732,39 @@ export declare const CredentialProviderVendorType: {
635
732
  * @public
636
733
  */
637
734
  export type CredentialProviderVendorType = (typeof CredentialProviderVendorType)[keyof typeof CredentialProviderVendorType];
735
+ /**
736
+ * @public
737
+ * @enum
738
+ */
739
+ export declare const ClientAuthenticationMethodType: {
740
+ readonly AWS_IAM_ID_TOKEN_JWT: "AWS_IAM_ID_TOKEN_JWT";
741
+ readonly CLIENT_SECRET_BASIC: "CLIENT_SECRET_BASIC";
742
+ readonly CLIENT_SECRET_POST: "CLIENT_SECRET_POST";
743
+ };
744
+ /**
745
+ * @public
746
+ */
747
+ export type ClientAuthenticationMethodType = (typeof ClientAuthenticationMethodType)[keyof typeof ClientAuthenticationMethodType];
748
+ /**
749
+ * @public
750
+ * @enum
751
+ */
752
+ export declare const OnBehalfOfTokenExchangeGrantTypeType: {
753
+ /**
754
+ * RFC 7523 - Adopted by Microsoft Entra ID
755
+ * grant type = urn:ietf:params:oauth:grant-type:jwt-bearer
756
+ */
757
+ readonly JWT_AUTHORIZATION_GRANT: "JWT_AUTHORIZATION_GRANT";
758
+ /**
759
+ * RFC 8693 - Adopted by majority of IDPs supporting OBO
760
+ * grant type = urn:ietf:params:oauth:grant-type:token-exchange
761
+ */
762
+ readonly TOKEN_EXCHANGE: "TOKEN_EXCHANGE";
763
+ };
764
+ /**
765
+ * @public
766
+ */
767
+ export type OnBehalfOfTokenExchangeGrantTypeType = (typeof OnBehalfOfTokenExchangeGrantTypeType)[keyof typeof OnBehalfOfTokenExchangeGrantTypeType];
638
768
  /**
639
769
  * @public
640
770
  * @enum