@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,10 @@
1
+ export declare const ActorTokenContentType: {
2
+ readonly AWS_IAM_ID_TOKEN_JWT: "AWS_IAM_ID_TOKEN_JWT";
3
+ readonly M2M: "M2M";
4
+ readonly NONE: "NONE";
5
+ };
6
+ export type ActorTokenContentType =
7
+ (typeof ActorTokenContentType)[keyof typeof ActorTokenContentType];
1
8
  export declare const AgentRuntimeEndpointStatus: {
2
9
  readonly CREATE_FAILED: "CREATE_FAILED";
3
10
  readonly CREATING: "CREATING";
@@ -120,6 +127,17 @@ export declare const CodeInterpreterStatus: {
120
127
  };
121
128
  export type CodeInterpreterStatus =
122
129
  (typeof CodeInterpreterStatus)[keyof typeof CodeInterpreterStatus];
130
+ export declare const ConfigurationBundleStatus: {
131
+ readonly ACTIVE: "ACTIVE";
132
+ readonly CREATE_FAILED: "CREATE_FAILED";
133
+ readonly CREATING: "CREATING";
134
+ readonly DELETE_FAILED: "DELETE_FAILED";
135
+ readonly DELETING: "DELETING";
136
+ readonly UPDATE_FAILED: "UPDATE_FAILED";
137
+ readonly UPDATING: "UPDATING";
138
+ };
139
+ export type ConfigurationBundleStatus =
140
+ (typeof ConfigurationBundleStatus)[keyof typeof ConfigurationBundleStatus];
123
141
  export declare const EvaluatorLevel: {
124
142
  readonly SESSION: "SESSION";
125
143
  readonly TOOL_CALL: "TOOL_CALL";
@@ -137,6 +155,11 @@ export declare const EvaluatorStatus: {
137
155
  };
138
156
  export type EvaluatorStatus =
139
157
  (typeof EvaluatorStatus)[keyof typeof EvaluatorStatus];
158
+ export declare const IncludedData: {
159
+ readonly ALL_DATA: "ALL_DATA";
160
+ readonly METADATA_ONLY: "METADATA_ONLY";
161
+ };
162
+ export type IncludedData = (typeof IncludedData)[keyof typeof IncludedData];
140
163
  export declare const EvaluatorType: {
141
164
  readonly BUILTIN: "Builtin";
142
165
  readonly CODE: "CustomCode";
@@ -144,6 +167,7 @@ export declare const EvaluatorType: {
144
167
  };
145
168
  export type EvaluatorType = (typeof EvaluatorType)[keyof typeof EvaluatorType];
146
169
  export declare const AuthorizerType: {
170
+ readonly AUTHENTICATE_ONLY: "AUTHENTICATE_ONLY";
147
171
  readonly AWS_IAM: "AWS_IAM";
148
172
  readonly CUSTOM_JWT: "CUSTOM_JWT";
149
173
  readonly NONE: "NONE";
@@ -185,6 +209,20 @@ export declare const GatewayStatus: {
185
209
  readonly UPDATING: "UPDATING";
186
210
  };
187
211
  export type GatewayStatus = (typeof GatewayStatus)[keyof typeof GatewayStatus];
212
+ export declare const PrincipalMatchOperator: {
213
+ readonly StringEquals: "StringEquals";
214
+ readonly StringLike: "StringLike";
215
+ };
216
+ export type PrincipalMatchOperator =
217
+ (typeof PrincipalMatchOperator)[keyof typeof PrincipalMatchOperator];
218
+ export declare const GatewayRuleStatus: {
219
+ readonly ACTIVE: "ACTIVE";
220
+ readonly CREATING: "CREATING";
221
+ readonly DELETING: "DELETING";
222
+ readonly UPDATING: "UPDATING";
223
+ };
224
+ export type GatewayRuleStatus =
225
+ (typeof GatewayRuleStatus)[keyof typeof GatewayRuleStatus];
188
226
  export declare const ApiKeyCredentialLocation: {
189
227
  readonly HEADER: "HEADER";
190
228
  readonly QUERY_PARAMETER: "QUERY_PARAMETER";
@@ -194,12 +232,15 @@ export type ApiKeyCredentialLocation =
194
232
  export declare const OAuthGrantType: {
195
233
  readonly AUTHORIZATION_CODE: "AUTHORIZATION_CODE";
196
234
  readonly CLIENT_CREDENTIALS: "CLIENT_CREDENTIALS";
235
+ readonly TOKEN_EXCHANGE: "TOKEN_EXCHANGE";
197
236
  };
198
237
  export type OAuthGrantType =
199
238
  (typeof OAuthGrantType)[keyof typeof OAuthGrantType];
200
239
  export declare const CredentialProviderType: {
201
240
  readonly API_KEY: "API_KEY";
241
+ readonly CALLER_IAM_CREDENTIALS: "CALLER_IAM_CREDENTIALS";
202
242
  readonly GATEWAY_IAM_ROLE: "GATEWAY_IAM_ROLE";
243
+ readonly JWT_PASSTHROUGH: "JWT_PASSTHROUGH";
203
244
  readonly OAUTH: "OAUTH";
204
245
  };
205
246
  export type CredentialProviderType =
@@ -228,6 +269,12 @@ export declare const ListingMode: {
228
269
  readonly DYNAMIC: "DYNAMIC";
229
270
  };
230
271
  export type ListingMode = (typeof ListingMode)[keyof typeof ListingMode];
272
+ export declare const TargetProtocolType: {
273
+ readonly HTTP: "HTTP";
274
+ readonly MCP: "MCP";
275
+ };
276
+ export type TargetProtocolType =
277
+ (typeof TargetProtocolType)[keyof typeof TargetProtocolType];
231
278
  export declare const TargetStatus: {
232
279
  readonly CREATE_PENDING_AUTH: "CREATE_PENDING_AUTH";
233
280
  readonly CREATING: "CREATING";
@@ -273,6 +320,13 @@ export declare const HarnessStatus: {
273
320
  readonly UPDATING: "UPDATING";
274
321
  };
275
322
  export type HarnessStatus = (typeof HarnessStatus)[keyof typeof HarnessStatus];
323
+ export declare const MetadataValueType: {
324
+ readonly NUMBER: "NUMBER";
325
+ readonly STRING: "STRING";
326
+ readonly STRINGLIST: "STRINGLIST";
327
+ };
328
+ export type MetadataValueType =
329
+ (typeof MetadataValueType)[keyof typeof MetadataValueType];
276
330
  export declare const ContentLevel: {
277
331
  readonly FULL_CONTENT: "FULL_CONTENT";
278
332
  readonly METADATA_ONLY: "METADATA_ONLY";
@@ -348,6 +402,19 @@ export declare const CredentialProviderVendorType: {
348
402
  };
349
403
  export type CredentialProviderVendorType =
350
404
  (typeof CredentialProviderVendorType)[keyof typeof CredentialProviderVendorType];
405
+ export declare const ClientAuthenticationMethodType: {
406
+ readonly AWS_IAM_ID_TOKEN_JWT: "AWS_IAM_ID_TOKEN_JWT";
407
+ readonly CLIENT_SECRET_BASIC: "CLIENT_SECRET_BASIC";
408
+ readonly CLIENT_SECRET_POST: "CLIENT_SECRET_POST";
409
+ };
410
+ export type ClientAuthenticationMethodType =
411
+ (typeof ClientAuthenticationMethodType)[keyof typeof ClientAuthenticationMethodType];
412
+ export declare const OnBehalfOfTokenExchangeGrantTypeType: {
413
+ readonly JWT_AUTHORIZATION_GRANT: "JWT_AUTHORIZATION_GRANT";
414
+ readonly TOKEN_EXCHANGE: "TOKEN_EXCHANGE";
415
+ };
416
+ export type OnBehalfOfTokenExchangeGrantTypeType =
417
+ (typeof OnBehalfOfTokenExchangeGrantTypeType)[keyof typeof OnBehalfOfTokenExchangeGrantTypeType];
351
418
  export declare const Status: {
352
419
  readonly CREATE_FAILED: "CREATE_FAILED";
353
420
  readonly CREATING: "CREATING";