@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
@@ -0,0 +1,126 @@
1
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import type { ListGatewayRateLimitsRequest, ListGatewayRateLimitsResponse } from "../models/models_0";
3
+ /**
4
+ * @public
5
+ */
6
+ export type { __MetadataBearer };
7
+ /**
8
+ * @public
9
+ *
10
+ * The input for {@link ListGatewayRateLimitsCommand}.
11
+ */
12
+ export interface ListGatewayRateLimitsCommandInput extends ListGatewayRateLimitsRequest {
13
+ }
14
+ /**
15
+ * @public
16
+ *
17
+ * The output of {@link ListGatewayRateLimitsCommand}.
18
+ */
19
+ export interface ListGatewayRateLimitsCommandOutput extends ListGatewayRateLimitsResponse, __MetadataBearer {
20
+ }
21
+ declare const ListGatewayRateLimitsCommand_base: {
22
+ new (input: ListGatewayRateLimitsCommandInput): import("@smithy/core/client").CommandImpl<ListGatewayRateLimitsCommandInput, ListGatewayRateLimitsCommandOutput, import("..").BedrockAgentCoreControlClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListGatewayRateLimitsCommandInput): import("@smithy/core/client").CommandImpl<ListGatewayRateLimitsCommandInput, ListGatewayRateLimitsCommandOutput, import("..").BedrockAgentCoreControlClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
25
+ };
26
+ /**
27
+ * <p>Lists all rate limits for a gateway. Results are paginated. Use the <code>nextToken</code> parameter to retrieve additional results.</p>
28
+ * @example
29
+ * Use a bare-bones client and the command you need to make an API call.
30
+ * ```javascript
31
+ * import { BedrockAgentCoreControlClient, ListGatewayRateLimitsCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
32
+ * // const { BedrockAgentCoreControlClient, ListGatewayRateLimitsCommand } = require("@aws-sdk/client-bedrock-agentcore-control"); // CommonJS import
33
+ * // import type { BedrockAgentCoreControlClientConfig } from "@aws-sdk/client-bedrock-agentcore-control";
34
+ * const config = {}; // type is BedrockAgentCoreControlClientConfig
35
+ * const client = new BedrockAgentCoreControlClient(config);
36
+ * const input = { // ListGatewayRateLimitsRequest
37
+ * gatewayIdentifier: "STRING_VALUE", // required
38
+ * maxResults: Number("int"),
39
+ * nextToken: "STRING_VALUE",
40
+ * };
41
+ * const command = new ListGatewayRateLimitsCommand(input);
42
+ * const response = await client.send(command);
43
+ * // { // ListGatewayRateLimitsResponse
44
+ * // rateLimits: [ // GatewayRateLimits // required
45
+ * // { // GatewayRateLimitDetail
46
+ * // rateLimitId: "STRING_VALUE", // required
47
+ * // gatewayIdentifier: "STRING_VALUE", // required
48
+ * // description: "STRING_VALUE",
49
+ * // dimensionKeys: [ // DimensionKeys // required
50
+ * // "STRING_VALUE",
51
+ * // ],
52
+ * // entries: [ // LimitEntries // required
53
+ * // { // LimitEntry
54
+ * // dimensions: { // Dimensions // required
55
+ * // "<keys>": "STRING_VALUE",
56
+ * // },
57
+ * // requests: [ // RateConfigs
58
+ * // { // RateConfig
59
+ * // rate: Number("double"), // required
60
+ * // period: "second" || "minute", // required
61
+ * // },
62
+ * // ],
63
+ * // tokens: [
64
+ * // {
65
+ * // rate: Number("double"), // required
66
+ * // period: "second" || "minute", // required
67
+ * // },
68
+ * // ],
69
+ * // connections: [
70
+ * // {
71
+ * // rate: Number("double"), // required
72
+ * // period: "second" || "minute", // required
73
+ * // },
74
+ * // ],
75
+ * // },
76
+ * // ],
77
+ * // status: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING", // required
78
+ * // createdAt: new Date("TIMESTAMP"), // required
79
+ * // updatedAt: new Date("TIMESTAMP"), // required
80
+ * // },
81
+ * // ],
82
+ * // nextToken: "STRING_VALUE",
83
+ * // };
84
+ *
85
+ * ```
86
+ *
87
+ * @param ListGatewayRateLimitsCommandInput - {@link ListGatewayRateLimitsCommandInput}
88
+ * @returns {@link ListGatewayRateLimitsCommandOutput}
89
+ * @see {@link ListGatewayRateLimitsCommandInput} for command's `input` shape.
90
+ * @see {@link ListGatewayRateLimitsCommandOutput} for command's `response` shape.
91
+ * @see {@link BedrockAgentCoreControlClientResolvedConfig | config} for BedrockAgentCoreControlClient's `config` shape.
92
+ *
93
+ * @throws {@link AccessDeniedException} (client fault)
94
+ * <p>This exception is thrown when a request is denied per access permissions</p>
95
+ *
96
+ * @throws {@link InternalServerException} (server fault)
97
+ * <p>This exception is thrown if there was an unexpected error during processing of request</p>
98
+ *
99
+ * @throws {@link ResourceNotFoundException} (client fault)
100
+ * <p>This exception is thrown when a resource referenced by the operation does not exist</p>
101
+ *
102
+ * @throws {@link ThrottlingException} (client fault)
103
+ * <p>This exception is thrown when the number of requests exceeds the limit</p>
104
+ *
105
+ * @throws {@link ValidationException} (client fault)
106
+ * <p>The input fails to satisfy the constraints specified by the service.</p>
107
+ *
108
+ * @throws {@link BedrockAgentCoreControlServiceException}
109
+ * <p>Base exception class for all service exceptions from BedrockAgentCoreControl service.</p>
110
+ *
111
+ *
112
+ * @public
113
+ */
114
+ export declare class ListGatewayRateLimitsCommand extends ListGatewayRateLimitsCommand_base {
115
+ /** @internal type navigation helper, not in runtime. */
116
+ protected static __types: {
117
+ api: {
118
+ input: ListGatewayRateLimitsRequest;
119
+ output: ListGatewayRateLimitsResponse;
120
+ };
121
+ sdk: {
122
+ input: ListGatewayRateLimitsCommandInput;
123
+ output: ListGatewayRateLimitsCommandOutput;
124
+ };
125
+ };
126
+ }
@@ -1,5 +1,5 @@
1
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import type { ListGatewayTargetsRequest, ListGatewayTargetsResponse } from "../models/models_0";
2
+ import type { ListGatewayTargetsRequest, ListGatewayTargetsResponse } from "../models/models_1";
3
3
  /**
4
4
  * @public
5
5
  */
@@ -57,7 +57,7 @@ declare const ListGatewayTargetsCommand_base: {
57
57
  * // userId: "STRING_VALUE",
58
58
  * // },
59
59
  * // },
60
- * // targetType: "OPEN_API_SCHEMA" || "SMITHY_MODEL" || "MCP_SERVER" || "LAMBDA" || "API_GATEWAY" || "CONNECTOR" || "AGENTCORE_RUNTIME" || "PASSTHROUGH" || "PROVIDER",
60
+ * // targetType: "OPEN_API_SCHEMA" || "SMITHY_MODEL" || "MCP_SERVER" || "LAMBDA" || "API_GATEWAY" || "CONNECTOR" || "AGENTCORE_RUNTIME" || "PASSTHROUGH" || "PROVIDER" || "HTTP_CONNECTOR",
61
61
  * // listingMode: "DEFAULT" || "DYNAMIC",
62
62
  * // },
63
63
  * // ],
@@ -1,5 +1,5 @@
1
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import type { ListHarnessEndpointsRequest, ListHarnessEndpointsResponse } from "../models/models_0";
2
+ import type { ListHarnessEndpointsRequest, ListHarnessEndpointsResponse } from "../models/models_1";
3
3
  /**
4
4
  * @public
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import type { ListPoliciesRequest, ListPoliciesResponse } from "../models/models_1";
2
+ import type { ListPoliciesRequest, ListPoliciesResponse } from "../models/models_2";
3
3
  /**
4
4
  * @public
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import type { ListPolicyGenerationAssetsRequest, ListPolicyGenerationAssetsResponse } from "../models/models_1";
2
+ import type { ListPolicyGenerationAssetsRequest, ListPolicyGenerationAssetsResponse } from "../models/models_2";
3
3
  /**
4
4
  * @public
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import type { ListPolicyGenerationSummariesRequest, ListPolicyGenerationSummariesResponse } from "../models/models_1";
2
+ import type { ListPolicyGenerationSummariesRequest, ListPolicyGenerationSummariesResponse } from "../models/models_2";
3
3
  /**
4
4
  * @public
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import type { ListPolicyGenerationsRequest, ListPolicyGenerationsResponse } from "../models/models_1";
2
+ import type { ListPolicyGenerationsRequest, ListPolicyGenerationsResponse } from "../models/models_2";
3
3
  /**
4
4
  * @public
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import type { ListPolicySummariesRequest, ListPolicySummariesResponse } from "../models/models_1";
2
+ import type { ListPolicySummariesRequest, ListPolicySummariesResponse } from "../models/models_2";
3
3
  /**
4
4
  * @public
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import type { PutResourcePolicyRequest, PutResourcePolicyResponse } from "../models/models_1";
2
+ import type { PutResourcePolicyRequest, PutResourcePolicyResponse } from "../models/models_2";
3
3
  /**
4
4
  * @public
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import type { StartPolicyGenerationRequest, StartPolicyGenerationResponse } from "../models/models_1";
2
+ import type { StartPolicyGenerationRequest, StartPolicyGenerationResponse } from "../models/models_2";
3
3
  /**
4
4
  * @public
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import type { SynchronizeGatewayTargetsRequest } from "../models/models_0";
2
+ import type { SynchronizeGatewayTargetsRequest } from "../models/models_1";
3
3
  import type { SynchronizeGatewayTargetsResponse } from "../models/models_2";
4
4
  /**
5
5
  * @public
@@ -191,6 +191,14 @@ declare const SynchronizeGatewayTargetsCommand_base: {
191
191
  * // timeout: Number("int"),
192
192
  * // },
193
193
  * // },
194
+ * // connector: { // HttpConnectorTargetConfiguration
195
+ * // source: { // HttpConnectorSource
196
+ * // connectorId: "STRING_VALUE", // required
197
+ * // },
198
+ * // parameters: { // HttpConnectorParameters
199
+ * // "<keys>": "STRING_VALUE",
200
+ * // },
201
+ * // },
194
202
  * // },
195
203
  * // inference: { // InferenceTargetConfiguration Union: only one key present
196
204
  * // connector: { // InferenceConnectorTargetConfiguration
@@ -183,8 +183,15 @@ declare const UpdateAgentRuntimeCommand_base: {
183
183
  * accessPointArn: "STRING_VALUE", // required
184
184
  * mountPath: "STRING_VALUE", // required
185
185
  * },
186
+ * capacityProviderVolume: { // CapacityProviderVolumeConfiguration
187
+ * volumeName: "STRING_VALUE", // required
188
+ * mountPath: "STRING_VALUE", // required
189
+ * },
186
190
  * },
187
191
  * ],
192
+ * capacityProviderConfiguration: { // CapacityProviderConfiguration
193
+ * capacityProviderArn: "STRING_VALUE",
194
+ * },
188
195
  * clientToken: "STRING_VALUE",
189
196
  * };
190
197
  * const command = new UpdateAgentRuntimeCommand(input);
@@ -0,0 +1,101 @@
1
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import type { UpdateCapacityProviderInput, UpdateCapacityProviderOutput } from "../models/models_0";
3
+ /**
4
+ * @public
5
+ */
6
+ export type { __MetadataBearer };
7
+ /**
8
+ * @public
9
+ *
10
+ * The input for {@link UpdateCapacityProviderCommand}.
11
+ */
12
+ export interface UpdateCapacityProviderCommandInput extends UpdateCapacityProviderInput {
13
+ }
14
+ /**
15
+ * @public
16
+ *
17
+ * The output of {@link UpdateCapacityProviderCommand}.
18
+ */
19
+ export interface UpdateCapacityProviderCommandOutput extends UpdateCapacityProviderOutput, __MetadataBearer {
20
+ }
21
+ declare const UpdateCapacityProviderCommand_base: {
22
+ new (input: UpdateCapacityProviderCommandInput): import("@smithy/core/client").CommandImpl<UpdateCapacityProviderCommandInput, UpdateCapacityProviderCommandOutput, import("..").BedrockAgentCoreControlClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateCapacityProviderCommandInput): import("@smithy/core/client").CommandImpl<UpdateCapacityProviderCommandInput, UpdateCapacityProviderCommandOutput, import("..").BedrockAgentCoreControlClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
25
+ };
26
+ /**
27
+ * <p>Updates a capacity provider. Only the description can be changed. To change other configuration, such as instance types, networking, or storage, create a new capacity provider.</p>
28
+ * @example
29
+ * Use a bare-bones client and the command you need to make an API call.
30
+ * ```javascript
31
+ * import { BedrockAgentCoreControlClient, UpdateCapacityProviderCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
32
+ * // const { BedrockAgentCoreControlClient, UpdateCapacityProviderCommand } = require("@aws-sdk/client-bedrock-agentcore-control"); // CommonJS import
33
+ * // import type { BedrockAgentCoreControlClientConfig } from "@aws-sdk/client-bedrock-agentcore-control";
34
+ * const config = {}; // type is BedrockAgentCoreControlClientConfig
35
+ * const client = new BedrockAgentCoreControlClient(config);
36
+ * const input = { // UpdateCapacityProviderInput
37
+ * capacityProviderId: "STRING_VALUE", // required
38
+ * description: { // UpdatedDescription
39
+ * optionalValue: "STRING_VALUE",
40
+ * },
41
+ * clientToken: "STRING_VALUE",
42
+ * };
43
+ * const command = new UpdateCapacityProviderCommand(input);
44
+ * const response = await client.send(command);
45
+ * // { // UpdateCapacityProviderOutput
46
+ * // capacityProviderId: "STRING_VALUE", // required
47
+ * // capacityProviderArn: "STRING_VALUE", // required
48
+ * // name: "STRING_VALUE", // required
49
+ * // status: "CREATING" || "CREATE_FAILED" || "UPDATING" || "UPDATE_FAILED" || "READY" || "DELETING" || "DELETE_FAILED", // required
50
+ * // createdAt: new Date("TIMESTAMP"), // required
51
+ * // lastUpdatedAt: new Date("TIMESTAMP"), // required
52
+ * // };
53
+ *
54
+ * ```
55
+ *
56
+ * @param UpdateCapacityProviderCommandInput - {@link UpdateCapacityProviderCommandInput}
57
+ * @returns {@link UpdateCapacityProviderCommandOutput}
58
+ * @see {@link UpdateCapacityProviderCommandInput} for command's `input` shape.
59
+ * @see {@link UpdateCapacityProviderCommandOutput} for command's `response` shape.
60
+ * @see {@link BedrockAgentCoreControlClientResolvedConfig | config} for BedrockAgentCoreControlClient's `config` shape.
61
+ *
62
+ * @throws {@link AccessDeniedException} (client fault)
63
+ * <p>This exception is thrown when a request is denied per access permissions</p>
64
+ *
65
+ * @throws {@link ConflictException} (client fault)
66
+ * <p>This exception is thrown when there is a conflict performing an operation</p>
67
+ *
68
+ * @throws {@link InternalServerException} (server fault)
69
+ * <p>This exception is thrown if there was an unexpected error during processing of request</p>
70
+ *
71
+ * @throws {@link ResourceNotFoundException} (client fault)
72
+ * <p>This exception is thrown when a resource referenced by the operation does not exist</p>
73
+ *
74
+ * @throws {@link RetryableConflictException} (client fault)
75
+ * <p>The operation failed because of a conflicting request. Retry the request.</p>
76
+ *
77
+ * @throws {@link ThrottlingException} (client fault)
78
+ * <p>This exception is thrown when the number of requests exceeds the limit</p>
79
+ *
80
+ * @throws {@link ValidationException} (client fault)
81
+ * <p>The input fails to satisfy the constraints specified by the service.</p>
82
+ *
83
+ * @throws {@link BedrockAgentCoreControlServiceException}
84
+ * <p>Base exception class for all service exceptions from BedrockAgentCoreControl service.</p>
85
+ *
86
+ *
87
+ * @public
88
+ */
89
+ export declare class UpdateCapacityProviderCommand extends UpdateCapacityProviderCommand_base {
90
+ /** @internal type navigation helper, not in runtime. */
91
+ protected static __types: {
92
+ api: {
93
+ input: UpdateCapacityProviderInput;
94
+ output: UpdateCapacityProviderOutput;
95
+ };
96
+ sdk: {
97
+ input: UpdateCapacityProviderCommandInput;
98
+ output: UpdateCapacityProviderCommandOutput;
99
+ };
100
+ };
101
+ }
@@ -0,0 +1,149 @@
1
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import type { UpdateGatewayRateLimitRequest, UpdateGatewayRateLimitResponse } from "../models/models_0";
3
+ /**
4
+ * @public
5
+ */
6
+ export type { __MetadataBearer };
7
+ /**
8
+ * @public
9
+ *
10
+ * The input for {@link UpdateGatewayRateLimitCommand}.
11
+ */
12
+ export interface UpdateGatewayRateLimitCommandInput extends UpdateGatewayRateLimitRequest {
13
+ }
14
+ /**
15
+ * @public
16
+ *
17
+ * The output of {@link UpdateGatewayRateLimitCommand}.
18
+ */
19
+ export interface UpdateGatewayRateLimitCommandOutput extends UpdateGatewayRateLimitResponse, __MetadataBearer {
20
+ }
21
+ declare const UpdateGatewayRateLimitCommand_base: {
22
+ new (input: UpdateGatewayRateLimitCommandInput): import("@smithy/core/client").CommandImpl<UpdateGatewayRateLimitCommandInput, UpdateGatewayRateLimitCommandOutput, import("..").BedrockAgentCoreControlClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateGatewayRateLimitCommandInput): import("@smithy/core/client").CommandImpl<UpdateGatewayRateLimitCommandInput, UpdateGatewayRateLimitCommandOutput, import("..").BedrockAgentCoreControlClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
25
+ };
26
+ /**
27
+ * <p>Updates the entries of a gateway rate limit. The dimension keys are immutable after creation.</p>
28
+ * @example
29
+ * Use a bare-bones client and the command you need to make an API call.
30
+ * ```javascript
31
+ * import { BedrockAgentCoreControlClient, UpdateGatewayRateLimitCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
32
+ * // const { BedrockAgentCoreControlClient, UpdateGatewayRateLimitCommand } = require("@aws-sdk/client-bedrock-agentcore-control"); // CommonJS import
33
+ * // import type { BedrockAgentCoreControlClientConfig } from "@aws-sdk/client-bedrock-agentcore-control";
34
+ * const config = {}; // type is BedrockAgentCoreControlClientConfig
35
+ * const client = new BedrockAgentCoreControlClient(config);
36
+ * const input = { // UpdateGatewayRateLimitRequest
37
+ * gatewayIdentifier: "STRING_VALUE", // required
38
+ * rateLimitId: "STRING_VALUE", // required
39
+ * description: "STRING_VALUE",
40
+ * entries: [ // LimitEntries // required
41
+ * { // LimitEntry
42
+ * dimensions: { // Dimensions // required
43
+ * "<keys>": "STRING_VALUE",
44
+ * },
45
+ * requests: [ // RateConfigs
46
+ * { // RateConfig
47
+ * rate: Number("double"), // required
48
+ * period: "second" || "minute", // required
49
+ * },
50
+ * ],
51
+ * tokens: [
52
+ * {
53
+ * rate: Number("double"), // required
54
+ * period: "second" || "minute", // required
55
+ * },
56
+ * ],
57
+ * connections: [
58
+ * {
59
+ * rate: Number("double"), // required
60
+ * period: "second" || "minute", // required
61
+ * },
62
+ * ],
63
+ * },
64
+ * ],
65
+ * };
66
+ * const command = new UpdateGatewayRateLimitCommand(input);
67
+ * const response = await client.send(command);
68
+ * // { // UpdateGatewayRateLimitResponse
69
+ * // rateLimitId: "STRING_VALUE", // required
70
+ * // gatewayIdentifier: "STRING_VALUE", // required
71
+ * // description: "STRING_VALUE",
72
+ * // dimensionKeys: [ // DimensionKeys // required
73
+ * // "STRING_VALUE",
74
+ * // ],
75
+ * // entries: [ // LimitEntries // required
76
+ * // { // LimitEntry
77
+ * // dimensions: { // Dimensions // required
78
+ * // "<keys>": "STRING_VALUE",
79
+ * // },
80
+ * // requests: [ // RateConfigs
81
+ * // { // RateConfig
82
+ * // rate: Number("double"), // required
83
+ * // period: "second" || "minute", // required
84
+ * // },
85
+ * // ],
86
+ * // tokens: [
87
+ * // {
88
+ * // rate: Number("double"), // required
89
+ * // period: "second" || "minute", // required
90
+ * // },
91
+ * // ],
92
+ * // connections: [
93
+ * // {
94
+ * // rate: Number("double"), // required
95
+ * // period: "second" || "minute", // required
96
+ * // },
97
+ * // ],
98
+ * // },
99
+ * // ],
100
+ * // status: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING", // required
101
+ * // createdAt: new Date("TIMESTAMP"), // required
102
+ * // updatedAt: new Date("TIMESTAMP"), // required
103
+ * // };
104
+ *
105
+ * ```
106
+ *
107
+ * @param UpdateGatewayRateLimitCommandInput - {@link UpdateGatewayRateLimitCommandInput}
108
+ * @returns {@link UpdateGatewayRateLimitCommandOutput}
109
+ * @see {@link UpdateGatewayRateLimitCommandInput} for command's `input` shape.
110
+ * @see {@link UpdateGatewayRateLimitCommandOutput} for command's `response` shape.
111
+ * @see {@link BedrockAgentCoreControlClientResolvedConfig | config} for BedrockAgentCoreControlClient's `config` shape.
112
+ *
113
+ * @throws {@link AccessDeniedException} (client fault)
114
+ * <p>This exception is thrown when a request is denied per access permissions</p>
115
+ *
116
+ * @throws {@link ConflictException} (client fault)
117
+ * <p>This exception is thrown when there is a conflict performing an operation</p>
118
+ *
119
+ * @throws {@link InternalServerException} (server fault)
120
+ * <p>This exception is thrown if there was an unexpected error during processing of request</p>
121
+ *
122
+ * @throws {@link ResourceNotFoundException} (client fault)
123
+ * <p>This exception is thrown when a resource referenced by the operation does not exist</p>
124
+ *
125
+ * @throws {@link ThrottlingException} (client fault)
126
+ * <p>This exception is thrown when the number of requests exceeds the limit</p>
127
+ *
128
+ * @throws {@link ValidationException} (client fault)
129
+ * <p>The input fails to satisfy the constraints specified by the service.</p>
130
+ *
131
+ * @throws {@link BedrockAgentCoreControlServiceException}
132
+ * <p>Base exception class for all service exceptions from BedrockAgentCoreControl service.</p>
133
+ *
134
+ *
135
+ * @public
136
+ */
137
+ export declare class UpdateGatewayRateLimitCommand extends UpdateGatewayRateLimitCommand_base {
138
+ /** @internal type navigation helper, not in runtime. */
139
+ protected static __types: {
140
+ api: {
141
+ input: UpdateGatewayRateLimitRequest;
142
+ output: UpdateGatewayRateLimitResponse;
143
+ };
144
+ sdk: {
145
+ input: UpdateGatewayRateLimitCommandInput;
146
+ output: UpdateGatewayRateLimitCommandOutput;
147
+ };
148
+ };
149
+ }
@@ -174,6 +174,14 @@ declare const UpdateGatewayTargetCommand_base: {
174
174
  * timeout: Number("int"),
175
175
  * },
176
176
  * },
177
+ * connector: { // HttpConnectorTargetConfiguration
178
+ * source: { // HttpConnectorSource
179
+ * connectorId: "STRING_VALUE", // required
180
+ * },
181
+ * parameters: { // HttpConnectorParameters
182
+ * "<keys>": "STRING_VALUE",
183
+ * },
184
+ * },
177
185
  * },
178
186
  * inference: { // InferenceTargetConfiguration Union: only one key present
179
187
  * connector: { // InferenceConnectorTargetConfiguration
@@ -411,6 +419,14 @@ declare const UpdateGatewayTargetCommand_base: {
411
419
  * // timeout: Number("int"),
412
420
  * // },
413
421
  * // },
422
+ * // connector: { // HttpConnectorTargetConfiguration
423
+ * // source: { // HttpConnectorSource
424
+ * // connectorId: "STRING_VALUE", // required
425
+ * // },
426
+ * // parameters: { // HttpConnectorParameters
427
+ * // "<keys>": "STRING_VALUE",
428
+ * // },
429
+ * // },
414
430
  * // },
415
431
  * // inference: { // InferenceTargetConfiguration Union: only one key present
416
432
  * // connector: { // InferenceConnectorTargetConfiguration
@@ -68,6 +68,10 @@ declare const UpdateHarnessCommand_base: {
68
68
  * accessPointArn: "STRING_VALUE", // required
69
69
  * mountPath: "STRING_VALUE", // required
70
70
  * },
71
+ * capacityProviderVolume: { // CapacityProviderVolumeConfiguration
72
+ * volumeName: "STRING_VALUE", // required
73
+ * mountPath: "STRING_VALUE", // required
74
+ * },
71
75
  * },
72
76
  * ],
73
77
  * },
@@ -486,6 +490,10 @@ declare const UpdateHarnessCommand_base: {
486
490
  * // accessPointArn: "STRING_VALUE", // required
487
491
  * // mountPath: "STRING_VALUE", // required
488
492
  * // },
493
+ * // capacityProviderVolume: { // CapacityProviderVolumeConfiguration
494
+ * // volumeName: "STRING_VALUE", // required
495
+ * // mountPath: "STRING_VALUE", // required
496
+ * // },
489
497
  * // },
490
498
  * // ],
491
499
  * // },
@@ -1,5 +1,5 @@
1
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import type { UpdateHarnessEndpointRequest, UpdateHarnessEndpointResponse } from "../models/models_0";
2
+ import type { UpdateHarnessEndpointRequest, UpdateHarnessEndpointResponse } from "../models/models_1";
3
3
  /**
4
4
  * @public
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import type { UpdatePolicyRequest, UpdatePolicyResponse } from "../models/models_1";
2
+ import type { UpdatePolicyRequest, UpdatePolicyResponse } from "../models/models_2";
3
3
  /**
4
4
  * @public
5
5
  */
@@ -1,15 +1,18 @@
1
1
  export * from "./AddDatasetExamplesCommand";
2
+ export * from "./BatchPutGatewayRateLimitsCommand";
2
3
  export * from "./CreateAgentRuntimeCommand";
3
4
  export * from "./CreateAgentRuntimeEndpointCommand";
4
5
  export * from "./CreateApiKeyCredentialProviderCommand";
5
6
  export * from "./CreateBrowserCommand";
6
7
  export * from "./CreateBrowserProfileCommand";
8
+ export * from "./CreateCapacityProviderCommand";
7
9
  export * from "./CreateCodeInterpreterCommand";
8
10
  export * from "./CreateConfigurationBundleCommand";
9
11
  export * from "./CreateDatasetCommand";
10
12
  export * from "./CreateDatasetVersionCommand";
11
13
  export * from "./CreateEvaluatorCommand";
12
14
  export * from "./CreateGatewayCommand";
15
+ export * from "./CreateGatewayRateLimitCommand";
13
16
  export * from "./CreateGatewayRuleCommand";
14
17
  export * from "./CreateGatewayTargetCommand";
15
18
  export * from "./CreateHarnessCommand";
@@ -30,12 +33,14 @@ export * from "./DeleteAgentRuntimeEndpointCommand";
30
33
  export * from "./DeleteApiKeyCredentialProviderCommand";
31
34
  export * from "./DeleteBrowserCommand";
32
35
  export * from "./DeleteBrowserProfileCommand";
36
+ export * from "./DeleteCapacityProviderCommand";
33
37
  export * from "./DeleteCodeInterpreterCommand";
34
38
  export * from "./DeleteConfigurationBundleCommand";
35
39
  export * from "./DeleteDatasetCommand";
36
40
  export * from "./DeleteDatasetExamplesCommand";
37
41
  export * from "./DeleteEvaluatorCommand";
38
42
  export * from "./DeleteGatewayCommand";
43
+ export * from "./DeleteGatewayRateLimitCommand";
39
44
  export * from "./DeleteGatewayRuleCommand";
40
45
  export * from "./DeleteGatewayTargetCommand";
41
46
  export * from "./DeleteHarnessCommand";
@@ -57,12 +62,14 @@ export * from "./GetAgentRuntimeEndpointCommand";
57
62
  export * from "./GetApiKeyCredentialProviderCommand";
58
63
  export * from "./GetBrowserCommand";
59
64
  export * from "./GetBrowserProfileCommand";
65
+ export * from "./GetCapacityProviderCommand";
60
66
  export * from "./GetCodeInterpreterCommand";
61
67
  export * from "./GetConfigurationBundleCommand";
62
68
  export * from "./GetConfigurationBundleVersionCommand";
63
69
  export * from "./GetDatasetCommand";
64
70
  export * from "./GetEvaluatorCommand";
65
71
  export * from "./GetGatewayCommand";
72
+ export * from "./GetGatewayRateLimitCommand";
66
73
  export * from "./GetGatewayRuleCommand";
67
74
  export * from "./GetGatewayTargetCommand";
68
75
  export * from "./GetHarnessCommand";
@@ -85,11 +92,13 @@ export * from "./GetResourcePolicyCommand";
85
92
  export * from "./GetTokenVaultCommand";
86
93
  export * from "./GetWorkloadIdentityCommand";
87
94
  export * from "./ListAgentRuntimeEndpointsCommand";
95
+ export * from "./ListAgentRuntimeVersionsByCapacityProviderCommand";
88
96
  export * from "./ListAgentRuntimeVersionsCommand";
89
97
  export * from "./ListAgentRuntimesCommand";
90
98
  export * from "./ListApiKeyCredentialProvidersCommand";
91
99
  export * from "./ListBrowserProfilesCommand";
92
100
  export * from "./ListBrowsersCommand";
101
+ export * from "./ListCapacityProvidersCommand";
93
102
  export * from "./ListCodeInterpretersCommand";
94
103
  export * from "./ListConfigurationBundleVersionsCommand";
95
104
  export * from "./ListConfigurationBundlesCommand";
@@ -97,6 +106,7 @@ export * from "./ListDatasetExamplesCommand";
97
106
  export * from "./ListDatasetVersionsCommand";
98
107
  export * from "./ListDatasetsCommand";
99
108
  export * from "./ListEvaluatorsCommand";
109
+ export * from "./ListGatewayRateLimitsCommand";
100
110
  export * from "./ListGatewayRulesCommand";
101
111
  export * from "./ListGatewayTargetsCommand";
102
112
  export * from "./ListGatewaysCommand";
@@ -130,11 +140,13 @@ export * from "./UntagResourceCommand";
130
140
  export * from "./UpdateAgentRuntimeCommand";
131
141
  export * from "./UpdateAgentRuntimeEndpointCommand";
132
142
  export * from "./UpdateApiKeyCredentialProviderCommand";
143
+ export * from "./UpdateCapacityProviderCommand";
133
144
  export * from "./UpdateConfigurationBundleCommand";
134
145
  export * from "./UpdateDatasetCommand";
135
146
  export * from "./UpdateDatasetExamplesCommand";
136
147
  export * from "./UpdateEvaluatorCommand";
137
148
  export * from "./UpdateGatewayCommand";
149
+ export * from "./UpdateGatewayRateLimitCommand";
138
150
  export * from "./UpdateGatewayRuleCommand";
139
151
  export * from "./UpdateGatewayTargetCommand";
140
152
  export * from "./UpdateHarnessCommand";