@aws-sdk/client-bedrock-agentcore-control 3.1103.0 → 3.1105.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 (135) hide show
  1. package/README.md +84 -0
  2. package/dist-cjs/index.js +745 -91
  3. package/dist-es/BedrockAgentCoreControl.js +30 -0
  4. package/dist-es/commands/BatchPutGatewayRateLimitsCommand.js +4 -0
  5. package/dist-es/commands/CreateCapacityProviderCommand.js +4 -0
  6. package/dist-es/commands/CreateGatewayRateLimitCommand.js +4 -0
  7. package/dist-es/commands/DeleteCapacityProviderCommand.js +4 -0
  8. package/dist-es/commands/DeleteGatewayRateLimitCommand.js +4 -0
  9. package/dist-es/commands/GetCapacityProviderCommand.js +4 -0
  10. package/dist-es/commands/GetGatewayRateLimitCommand.js +4 -0
  11. package/dist-es/commands/ListAgentRuntimeVersionsByCapacityProviderCommand.js +4 -0
  12. package/dist-es/commands/ListCapacityProvidersCommand.js +4 -0
  13. package/dist-es/commands/ListGatewayRateLimitsCommand.js +4 -0
  14. package/dist-es/commands/UpdateCapacityProviderCommand.js +4 -0
  15. package/dist-es/commands/UpdateGatewayRateLimitCommand.js +4 -0
  16. package/dist-es/commands/index.js +12 -0
  17. package/dist-es/models/enums.js +48 -0
  18. package/dist-es/models/errors.js +13 -0
  19. package/dist-es/pagination/ListAgentRuntimeVersionsByCapacityProviderPaginator.js +4 -0
  20. package/dist-es/pagination/ListCapacityProvidersPaginator.js +4 -0
  21. package/dist-es/pagination/ListGatewayRateLimitsPaginator.js +4 -0
  22. package/dist-es/pagination/index.js +3 -0
  23. package/dist-es/schemas/schemas_0.js +546 -91
  24. package/dist-types/BedrockAgentCoreControl.d.ts +106 -0
  25. package/dist-types/BedrockAgentCoreControlClient.d.ts +14 -2
  26. package/dist-types/commands/BatchPutGatewayRateLimitsCommand.d.ts +164 -0
  27. package/dist-types/commands/CreateAgentRuntimeCommand.d.ts +7 -0
  28. package/dist-types/commands/CreateCapacityProviderCommand.d.ts +189 -0
  29. package/dist-types/commands/CreateGatewayRateLimitCommand.d.ts +156 -0
  30. package/dist-types/commands/CreateGatewayTargetCommand.d.ts +16 -0
  31. package/dist-types/commands/CreateHarnessCommand.d.ts +8 -0
  32. package/dist-types/commands/CreateHarnessEndpointCommand.d.ts +1 -1
  33. package/dist-types/commands/CreatePolicyCommand.d.ts +1 -1
  34. package/dist-types/commands/DeleteAgentRuntimeCommand.d.ts +3 -1
  35. package/dist-types/commands/DeleteAgentRuntimeEndpointCommand.d.ts +1 -1
  36. package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +94 -0
  37. package/dist-types/commands/DeleteGatewayRateLimitCommand.d.ts +91 -0
  38. package/dist-types/commands/DeleteGatewayTargetCommand.d.ts +1 -1
  39. package/dist-types/commands/DeleteHarnessCommand.d.ts +4 -0
  40. package/dist-types/commands/DeleteHarnessEndpointCommand.d.ts +1 -1
  41. package/dist-types/commands/DeletePolicyCommand.d.ts +1 -1
  42. package/dist-types/commands/GetAgentRuntimeCommand.d.ts +7 -0
  43. package/dist-types/commands/GetCapacityProviderCommand.d.ts +180 -0
  44. package/dist-types/commands/GetGatewayRateLimitCommand.d.ts +120 -0
  45. package/dist-types/commands/GetGatewayTargetCommand.d.ts +9 -1
  46. package/dist-types/commands/GetHarnessCommand.d.ts +4 -0
  47. package/dist-types/commands/GetHarnessEndpointCommand.d.ts +1 -1
  48. package/dist-types/commands/GetPolicyCommand.d.ts +1 -1
  49. package/dist-types/commands/GetPolicyGenerationCommand.d.ts +2 -1
  50. package/dist-types/commands/GetPolicyGenerationSummaryCommand.d.ts +1 -1
  51. package/dist-types/commands/GetPolicySummaryCommand.d.ts +1 -1
  52. package/dist-types/commands/GetResourcePolicyCommand.d.ts +1 -1
  53. package/dist-types/commands/GetTokenVaultCommand.d.ts +1 -1
  54. package/dist-types/commands/ListAgentRuntimeVersionsByCapacityProviderCommand.d.ts +92 -0
  55. package/dist-types/commands/ListCapacityProvidersCommand.d.ts +93 -0
  56. package/dist-types/commands/ListGatewayRateLimitsCommand.d.ts +126 -0
  57. package/dist-types/commands/ListGatewayTargetsCommand.d.ts +2 -2
  58. package/dist-types/commands/ListHarnessEndpointsCommand.d.ts +1 -1
  59. package/dist-types/commands/ListPoliciesCommand.d.ts +1 -1
  60. package/dist-types/commands/ListPolicyGenerationAssetsCommand.d.ts +1 -1
  61. package/dist-types/commands/ListPolicyGenerationSummariesCommand.d.ts +1 -1
  62. package/dist-types/commands/ListPolicyGenerationsCommand.d.ts +1 -1
  63. package/dist-types/commands/ListPolicySummariesCommand.d.ts +1 -1
  64. package/dist-types/commands/PutResourcePolicyCommand.d.ts +1 -1
  65. package/dist-types/commands/StartPolicyGenerationCommand.d.ts +1 -1
  66. package/dist-types/commands/SynchronizeGatewayTargetsCommand.d.ts +9 -1
  67. package/dist-types/commands/UpdateAgentRuntimeCommand.d.ts +7 -0
  68. package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +101 -0
  69. package/dist-types/commands/UpdateGatewayRateLimitCommand.d.ts +149 -0
  70. package/dist-types/commands/UpdateGatewayTargetCommand.d.ts +16 -0
  71. package/dist-types/commands/UpdateHarnessCommand.d.ts +8 -0
  72. package/dist-types/commands/UpdateHarnessEndpointCommand.d.ts +1 -1
  73. package/dist-types/commands/UpdatePolicyCommand.d.ts +1 -1
  74. package/dist-types/commands/index.d.ts +12 -0
  75. package/dist-types/models/enums.d.ts +112 -0
  76. package/dist-types/models/errors.d.ts +13 -0
  77. package/dist-types/models/models_0.d.ts +2529 -2373
  78. package/dist-types/models/models_1.d.ts +4418 -4735
  79. package/dist-types/models/models_2.d.ts +1467 -3
  80. package/dist-types/pagination/ListAgentRuntimeVersionsByCapacityProviderPaginator.d.ts +7 -0
  81. package/dist-types/pagination/ListCapacityProvidersPaginator.d.ts +7 -0
  82. package/dist-types/pagination/ListGatewayRateLimitsPaginator.d.ts +7 -0
  83. package/dist-types/pagination/index.d.ts +3 -0
  84. package/dist-types/schemas/schemas_0.d.ts +63 -0
  85. package/dist-types/ts3.4/BedrockAgentCoreControl.d.ts +226 -0
  86. package/dist-types/ts3.4/BedrockAgentCoreControlClient.d.ts +72 -0
  87. package/dist-types/ts3.4/commands/BatchPutGatewayRateLimitsCommand.d.ts +42 -0
  88. package/dist-types/ts3.4/commands/CreateCapacityProviderCommand.d.ts +39 -0
  89. package/dist-types/ts3.4/commands/CreateGatewayRateLimitCommand.d.ts +39 -0
  90. package/dist-types/ts3.4/commands/CreateHarnessEndpointCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/DeleteCapacityProviderCommand.d.ts +39 -0
  93. package/dist-types/ts3.4/commands/DeleteGatewayRateLimitCommand.d.ts +39 -0
  94. package/dist-types/ts3.4/commands/DeleteGatewayTargetCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/DeleteHarnessEndpointCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/GetCapacityProviderCommand.d.ts +39 -0
  98. package/dist-types/ts3.4/commands/GetGatewayRateLimitCommand.d.ts +39 -0
  99. package/dist-types/ts3.4/commands/GetGatewayTargetCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/GetHarnessEndpointCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/GetPolicyGenerationCommand.d.ts +2 -1
  103. package/dist-types/ts3.4/commands/GetPolicyGenerationSummaryCommand.d.ts +1 -1
  104. package/dist-types/ts3.4/commands/GetPolicySummaryCommand.d.ts +1 -1
  105. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +1 -1
  106. package/dist-types/ts3.4/commands/GetTokenVaultCommand.d.ts +1 -1
  107. package/dist-types/ts3.4/commands/ListAgentRuntimeVersionsByCapacityProviderCommand.d.ts +42 -0
  108. package/dist-types/ts3.4/commands/ListCapacityProvidersCommand.d.ts +39 -0
  109. package/dist-types/ts3.4/commands/ListGatewayRateLimitsCommand.d.ts +39 -0
  110. package/dist-types/ts3.4/commands/ListGatewayTargetsCommand.d.ts +1 -1
  111. package/dist-types/ts3.4/commands/ListHarnessEndpointsCommand.d.ts +1 -1
  112. package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +1 -1
  113. package/dist-types/ts3.4/commands/ListPolicyGenerationAssetsCommand.d.ts +1 -1
  114. package/dist-types/ts3.4/commands/ListPolicyGenerationSummariesCommand.d.ts +1 -1
  115. package/dist-types/ts3.4/commands/ListPolicyGenerationsCommand.d.ts +1 -1
  116. package/dist-types/ts3.4/commands/ListPolicySummariesCommand.d.ts +1 -1
  117. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +1 -1
  118. package/dist-types/ts3.4/commands/StartPolicyGenerationCommand.d.ts +1 -1
  119. package/dist-types/ts3.4/commands/SynchronizeGatewayTargetsCommand.d.ts +1 -1
  120. package/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +39 -0
  121. package/dist-types/ts3.4/commands/UpdateGatewayRateLimitCommand.d.ts +39 -0
  122. package/dist-types/ts3.4/commands/UpdateHarnessEndpointCommand.d.ts +1 -1
  123. package/dist-types/ts3.4/commands/UpdatePolicyCommand.d.ts +1 -1
  124. package/dist-types/ts3.4/commands/index.d.ts +12 -0
  125. package/dist-types/ts3.4/models/enums.d.ts +60 -0
  126. package/dist-types/ts3.4/models/errors.d.ts +6 -0
  127. package/dist-types/ts3.4/models/models_0.d.ts +363 -369
  128. package/dist-types/ts3.4/models/models_1.d.ts +371 -410
  129. package/dist-types/ts3.4/models/models_2.d.ts +410 -13
  130. package/dist-types/ts3.4/pagination/ListAgentRuntimeVersionsByCapacityProviderPaginator.d.ts +11 -0
  131. package/dist-types/ts3.4/pagination/ListCapacityProvidersPaginator.d.ts +11 -0
  132. package/dist-types/ts3.4/pagination/ListGatewayRateLimitsPaginator.d.ts +11 -0
  133. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  134. package/dist-types/ts3.4/schemas/schemas_0.d.ts +63 -0
  135. package/package.json +1 -1
@@ -253,6 +253,91 @@ export declare const ResourceType: {
253
253
  * @public
254
254
  */
255
255
  export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
256
+ /**
257
+ * @public
258
+ * @enum
259
+ */
260
+ export declare const CapacityReservationPreference: {
261
+ readonly CAPACITY_RESERVATIONS_ONLY: "capacity-reservations-only";
262
+ readonly NONE: "none";
263
+ readonly OPEN: "open";
264
+ };
265
+ /**
266
+ * @public
267
+ */
268
+ export type CapacityReservationPreference = (typeof CapacityReservationPreference)[keyof typeof CapacityReservationPreference];
269
+ /**
270
+ * @public
271
+ * @enum
272
+ */
273
+ export declare const EbsVolumeType: {
274
+ readonly GP2: "gp2";
275
+ readonly GP3: "gp3";
276
+ readonly IO1: "io1";
277
+ readonly IO2: "io2";
278
+ readonly SC1: "sc1";
279
+ readonly ST1: "st1";
280
+ readonly STANDARD: "standard";
281
+ };
282
+ /**
283
+ * @public
284
+ */
285
+ export type EbsVolumeType = (typeof EbsVolumeType)[keyof typeof EbsVolumeType];
286
+ /**
287
+ * @public
288
+ * @enum
289
+ */
290
+ export declare const Monitoring: {
291
+ readonly BASIC: "BASIC";
292
+ readonly DETAILED: "DETAILED";
293
+ };
294
+ /**
295
+ * @public
296
+ */
297
+ export type Monitoring = (typeof Monitoring)[keyof typeof Monitoring];
298
+ /**
299
+ * @public
300
+ * @enum
301
+ */
302
+ export declare const OperatingSystem: {
303
+ readonly LINUX_ARM64: "LINUX_ARM64";
304
+ readonly LINUX_X86_64: "LINUX_X86_64";
305
+ };
306
+ /**
307
+ * @public
308
+ */
309
+ export type OperatingSystem = (typeof OperatingSystem)[keyof typeof OperatingSystem];
310
+ /**
311
+ * @public
312
+ * @enum
313
+ */
314
+ export declare const CapacityProviderStatus: {
315
+ readonly CREATE_FAILED: "CREATE_FAILED";
316
+ readonly CREATING: "CREATING";
317
+ readonly DELETE_FAILED: "DELETE_FAILED";
318
+ readonly DELETING: "DELETING";
319
+ readonly READY: "READY";
320
+ readonly UPDATE_FAILED: "UPDATE_FAILED";
321
+ readonly UPDATING: "UPDATING";
322
+ };
323
+ /**
324
+ * @public
325
+ */
326
+ export type CapacityProviderStatus = (typeof CapacityProviderStatus)[keyof typeof CapacityProviderStatus];
327
+ /**
328
+ * @public
329
+ * @enum
330
+ */
331
+ export declare const CapacityProviderStatusCode: {
332
+ readonly INTERNAL_SERVER_EXCEPTION: "INTERNAL_SERVER_EXCEPTION";
333
+ readonly QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
334
+ readonly THROTTLED: "THROTTLED";
335
+ readonly VALIDATION_ERROR: "VALIDATION_ERROR";
336
+ };
337
+ /**
338
+ * @public
339
+ */
340
+ export type CapacityProviderStatusCode = (typeof CapacityProviderStatusCode)[keyof typeof CapacityProviderStatusCode];
256
341
  /**
257
342
  * @public
258
343
  * @enum
@@ -389,6 +474,32 @@ export declare const EvaluatorType: {
389
474
  * @public
390
475
  */
391
476
  export type EvaluatorType = (typeof EvaluatorType)[keyof typeof EvaluatorType];
477
+ /**
478
+ * @public
479
+ * @enum
480
+ */
481
+ export declare const Period: {
482
+ readonly MINUTE: "minute";
483
+ readonly SECOND: "second";
484
+ };
485
+ /**
486
+ * @public
487
+ */
488
+ export type Period = (typeof Period)[keyof typeof Period];
489
+ /**
490
+ * @public
491
+ * @enum
492
+ */
493
+ export declare const GatewayRateLimitStatus: {
494
+ readonly ACTIVE: "ACTIVE";
495
+ readonly CREATING: "CREATING";
496
+ readonly DELETING: "DELETING";
497
+ readonly UPDATING: "UPDATING";
498
+ };
499
+ /**
500
+ * @public
501
+ */
502
+ export type GatewayRateLimitStatus = (typeof GatewayRateLimitStatus)[keyof typeof GatewayRateLimitStatus];
392
503
  /**
393
504
  * @public
394
505
  * @enum
@@ -665,6 +776,7 @@ export declare const TargetType: {
665
776
  readonly AGENTCORE_RUNTIME: "AGENTCORE_RUNTIME";
666
777
  readonly API_GATEWAY: "API_GATEWAY";
667
778
  readonly CONNECTOR: "CONNECTOR";
779
+ readonly HTTP_CONNECTOR: "HTTP_CONNECTOR";
668
780
  readonly LAMBDA: "LAMBDA";
669
781
  readonly MCP_SERVER: "MCP_SERVER";
670
782
  readonly OPEN_API_SCHEMA: "OPEN_API_SCHEMA";
@@ -136,6 +136,19 @@ export declare class UnauthorizedException extends __BaseException {
136
136
  */
137
137
  constructor(opts: __ExceptionOptionType<UnauthorizedException, __BaseException>);
138
138
  }
139
+ /**
140
+ * <p>The operation failed because of a conflicting request. Retry the request.</p>
141
+ * @public
142
+ */
143
+ export declare class RetryableConflictException extends __BaseException {
144
+ readonly name: "RetryableConflictException";
145
+ readonly $fault: "client";
146
+ $retryable: {};
147
+ /**
148
+ * @internal
149
+ */
150
+ constructor(opts: __ExceptionOptionType<RetryableConflictException, __BaseException>);
151
+ }
139
152
  /**
140
153
  * <p>An internal error occurred.</p>
141
154
  * @public