@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
@@ -2,17 +2,20 @@ import { type WaiterResult } from "@smithy/core/client";
2
2
  import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator, WaiterConfiguration } from "@smithy/types";
3
3
  import { BedrockAgentCoreControlClient } from "./BedrockAgentCoreControlClient";
4
4
  import { type AddDatasetExamplesCommandInput, type AddDatasetExamplesCommandOutput } from "./commands/AddDatasetExamplesCommand";
5
+ import { type BatchPutGatewayRateLimitsCommandInput, type BatchPutGatewayRateLimitsCommandOutput } from "./commands/BatchPutGatewayRateLimitsCommand";
5
6
  import { type CreateAgentRuntimeCommandInput, type CreateAgentRuntimeCommandOutput } from "./commands/CreateAgentRuntimeCommand";
6
7
  import { type CreateAgentRuntimeEndpointCommandInput, type CreateAgentRuntimeEndpointCommandOutput } from "./commands/CreateAgentRuntimeEndpointCommand";
7
8
  import { type CreateApiKeyCredentialProviderCommandInput, type CreateApiKeyCredentialProviderCommandOutput } from "./commands/CreateApiKeyCredentialProviderCommand";
8
9
  import { type CreateBrowserCommandInput, type CreateBrowserCommandOutput } from "./commands/CreateBrowserCommand";
9
10
  import { type CreateBrowserProfileCommandInput, type CreateBrowserProfileCommandOutput } from "./commands/CreateBrowserProfileCommand";
11
+ import { type CreateCapacityProviderCommandInput, type CreateCapacityProviderCommandOutput } from "./commands/CreateCapacityProviderCommand";
10
12
  import { type CreateCodeInterpreterCommandInput, type CreateCodeInterpreterCommandOutput } from "./commands/CreateCodeInterpreterCommand";
11
13
  import { type CreateConfigurationBundleCommandInput, type CreateConfigurationBundleCommandOutput } from "./commands/CreateConfigurationBundleCommand";
12
14
  import { type CreateDatasetCommandInput, type CreateDatasetCommandOutput } from "./commands/CreateDatasetCommand";
13
15
  import { type CreateDatasetVersionCommandInput, type CreateDatasetVersionCommandOutput } from "./commands/CreateDatasetVersionCommand";
14
16
  import { type CreateEvaluatorCommandInput, type CreateEvaluatorCommandOutput } from "./commands/CreateEvaluatorCommand";
15
17
  import { type CreateGatewayCommandInput, type CreateGatewayCommandOutput } from "./commands/CreateGatewayCommand";
18
+ import { type CreateGatewayRateLimitCommandInput, type CreateGatewayRateLimitCommandOutput } from "./commands/CreateGatewayRateLimitCommand";
16
19
  import { type CreateGatewayRuleCommandInput, type CreateGatewayRuleCommandOutput } from "./commands/CreateGatewayRuleCommand";
17
20
  import { type CreateGatewayTargetCommandInput, type CreateGatewayTargetCommandOutput } from "./commands/CreateGatewayTargetCommand";
18
21
  import { type CreateHarnessCommandInput, type CreateHarnessCommandOutput } from "./commands/CreateHarnessCommand";
@@ -33,12 +36,14 @@ import { type DeleteAgentRuntimeEndpointCommandInput, type DeleteAgentRuntimeEnd
33
36
  import { type DeleteApiKeyCredentialProviderCommandInput, type DeleteApiKeyCredentialProviderCommandOutput } from "./commands/DeleteApiKeyCredentialProviderCommand";
34
37
  import { type DeleteBrowserCommandInput, type DeleteBrowserCommandOutput } from "./commands/DeleteBrowserCommand";
35
38
  import { type DeleteBrowserProfileCommandInput, type DeleteBrowserProfileCommandOutput } from "./commands/DeleteBrowserProfileCommand";
39
+ import { type DeleteCapacityProviderCommandInput, type DeleteCapacityProviderCommandOutput } from "./commands/DeleteCapacityProviderCommand";
36
40
  import { type DeleteCodeInterpreterCommandInput, type DeleteCodeInterpreterCommandOutput } from "./commands/DeleteCodeInterpreterCommand";
37
41
  import { type DeleteConfigurationBundleCommandInput, type DeleteConfigurationBundleCommandOutput } from "./commands/DeleteConfigurationBundleCommand";
38
42
  import { type DeleteDatasetCommandInput, type DeleteDatasetCommandOutput } from "./commands/DeleteDatasetCommand";
39
43
  import { type DeleteDatasetExamplesCommandInput, type DeleteDatasetExamplesCommandOutput } from "./commands/DeleteDatasetExamplesCommand";
40
44
  import { type DeleteEvaluatorCommandInput, type DeleteEvaluatorCommandOutput } from "./commands/DeleteEvaluatorCommand";
41
45
  import { type DeleteGatewayCommandInput, type DeleteGatewayCommandOutput } from "./commands/DeleteGatewayCommand";
46
+ import { type DeleteGatewayRateLimitCommandInput, type DeleteGatewayRateLimitCommandOutput } from "./commands/DeleteGatewayRateLimitCommand";
42
47
  import { type DeleteGatewayRuleCommandInput, type DeleteGatewayRuleCommandOutput } from "./commands/DeleteGatewayRuleCommand";
43
48
  import { type DeleteGatewayTargetCommandInput, type DeleteGatewayTargetCommandOutput } from "./commands/DeleteGatewayTargetCommand";
44
49
  import { type DeleteHarnessCommandInput, type DeleteHarnessCommandOutput } from "./commands/DeleteHarnessCommand";
@@ -60,12 +65,14 @@ import { type GetAgentRuntimeEndpointCommandInput, type GetAgentRuntimeEndpointC
60
65
  import { type GetApiKeyCredentialProviderCommandInput, type GetApiKeyCredentialProviderCommandOutput } from "./commands/GetApiKeyCredentialProviderCommand";
61
66
  import { type GetBrowserCommandInput, type GetBrowserCommandOutput } from "./commands/GetBrowserCommand";
62
67
  import { type GetBrowserProfileCommandInput, type GetBrowserProfileCommandOutput } from "./commands/GetBrowserProfileCommand";
68
+ import { type GetCapacityProviderCommandInput, type GetCapacityProviderCommandOutput } from "./commands/GetCapacityProviderCommand";
63
69
  import { type GetCodeInterpreterCommandInput, type GetCodeInterpreterCommandOutput } from "./commands/GetCodeInterpreterCommand";
64
70
  import { type GetConfigurationBundleCommandInput, type GetConfigurationBundleCommandOutput } from "./commands/GetConfigurationBundleCommand";
65
71
  import { type GetConfigurationBundleVersionCommandInput, type GetConfigurationBundleVersionCommandOutput } from "./commands/GetConfigurationBundleVersionCommand";
66
72
  import { type GetDatasetCommandInput, type GetDatasetCommandOutput } from "./commands/GetDatasetCommand";
67
73
  import { type GetEvaluatorCommandInput, type GetEvaluatorCommandOutput } from "./commands/GetEvaluatorCommand";
68
74
  import { type GetGatewayCommandInput, type GetGatewayCommandOutput } from "./commands/GetGatewayCommand";
75
+ import { type GetGatewayRateLimitCommandInput, type GetGatewayRateLimitCommandOutput } from "./commands/GetGatewayRateLimitCommand";
69
76
  import { type GetGatewayRuleCommandInput, type GetGatewayRuleCommandOutput } from "./commands/GetGatewayRuleCommand";
70
77
  import { type GetGatewayTargetCommandInput, type GetGatewayTargetCommandOutput } from "./commands/GetGatewayTargetCommand";
71
78
  import { type GetHarnessCommandInput, type GetHarnessCommandOutput } from "./commands/GetHarnessCommand";
@@ -89,10 +96,12 @@ import { type GetTokenVaultCommandInput, type GetTokenVaultCommandOutput } from
89
96
  import { type GetWorkloadIdentityCommandInput, type GetWorkloadIdentityCommandOutput } from "./commands/GetWorkloadIdentityCommand";
90
97
  import { type ListAgentRuntimeEndpointsCommandInput, type ListAgentRuntimeEndpointsCommandOutput } from "./commands/ListAgentRuntimeEndpointsCommand";
91
98
  import { type ListAgentRuntimesCommandInput, type ListAgentRuntimesCommandOutput } from "./commands/ListAgentRuntimesCommand";
99
+ import { type ListAgentRuntimeVersionsByCapacityProviderCommandInput, type ListAgentRuntimeVersionsByCapacityProviderCommandOutput } from "./commands/ListAgentRuntimeVersionsByCapacityProviderCommand";
92
100
  import { type ListAgentRuntimeVersionsCommandInput, type ListAgentRuntimeVersionsCommandOutput } from "./commands/ListAgentRuntimeVersionsCommand";
93
101
  import { type ListApiKeyCredentialProvidersCommandInput, type ListApiKeyCredentialProvidersCommandOutput } from "./commands/ListApiKeyCredentialProvidersCommand";
94
102
  import { type ListBrowserProfilesCommandInput, type ListBrowserProfilesCommandOutput } from "./commands/ListBrowserProfilesCommand";
95
103
  import { type ListBrowsersCommandInput, type ListBrowsersCommandOutput } from "./commands/ListBrowsersCommand";
104
+ import { type ListCapacityProvidersCommandInput, type ListCapacityProvidersCommandOutput } from "./commands/ListCapacityProvidersCommand";
96
105
  import { type ListCodeInterpretersCommandInput, type ListCodeInterpretersCommandOutput } from "./commands/ListCodeInterpretersCommand";
97
106
  import { type ListConfigurationBundlesCommandInput, type ListConfigurationBundlesCommandOutput } from "./commands/ListConfigurationBundlesCommand";
98
107
  import { type ListConfigurationBundleVersionsCommandInput, type ListConfigurationBundleVersionsCommandOutput } from "./commands/ListConfigurationBundleVersionsCommand";
@@ -100,6 +109,7 @@ import { type ListDatasetExamplesCommandInput, type ListDatasetExamplesCommandOu
100
109
  import { type ListDatasetsCommandInput, type ListDatasetsCommandOutput } from "./commands/ListDatasetsCommand";
101
110
  import { type ListDatasetVersionsCommandInput, type ListDatasetVersionsCommandOutput } from "./commands/ListDatasetVersionsCommand";
102
111
  import { type ListEvaluatorsCommandInput, type ListEvaluatorsCommandOutput } from "./commands/ListEvaluatorsCommand";
112
+ import { type ListGatewayRateLimitsCommandInput, type ListGatewayRateLimitsCommandOutput } from "./commands/ListGatewayRateLimitsCommand";
103
113
  import { type ListGatewayRulesCommandInput, type ListGatewayRulesCommandOutput } from "./commands/ListGatewayRulesCommand";
104
114
  import { type ListGatewaysCommandInput, type ListGatewaysCommandOutput } from "./commands/ListGatewaysCommand";
105
115
  import { type ListGatewayTargetsCommandInput, type ListGatewayTargetsCommandOutput } from "./commands/ListGatewayTargetsCommand";
@@ -133,11 +143,13 @@ import { type UntagResourceCommandInput, type UntagResourceCommandOutput } from
133
143
  import { type UpdateAgentRuntimeCommandInput, type UpdateAgentRuntimeCommandOutput } from "./commands/UpdateAgentRuntimeCommand";
134
144
  import { type UpdateAgentRuntimeEndpointCommandInput, type UpdateAgentRuntimeEndpointCommandOutput } from "./commands/UpdateAgentRuntimeEndpointCommand";
135
145
  import { type UpdateApiKeyCredentialProviderCommandInput, type UpdateApiKeyCredentialProviderCommandOutput } from "./commands/UpdateApiKeyCredentialProviderCommand";
146
+ import { type UpdateCapacityProviderCommandInput, type UpdateCapacityProviderCommandOutput } from "./commands/UpdateCapacityProviderCommand";
136
147
  import { type UpdateConfigurationBundleCommandInput, type UpdateConfigurationBundleCommandOutput } from "./commands/UpdateConfigurationBundleCommand";
137
148
  import { type UpdateDatasetCommandInput, type UpdateDatasetCommandOutput } from "./commands/UpdateDatasetCommand";
138
149
  import { type UpdateDatasetExamplesCommandInput, type UpdateDatasetExamplesCommandOutput } from "./commands/UpdateDatasetExamplesCommand";
139
150
  import { type UpdateEvaluatorCommandInput, type UpdateEvaluatorCommandOutput } from "./commands/UpdateEvaluatorCommand";
140
151
  import { type UpdateGatewayCommandInput, type UpdateGatewayCommandOutput } from "./commands/UpdateGatewayCommand";
152
+ import { type UpdateGatewayRateLimitCommandInput, type UpdateGatewayRateLimitCommandOutput } from "./commands/UpdateGatewayRateLimitCommand";
141
153
  import { type UpdateGatewayRuleCommandInput, type UpdateGatewayRuleCommandOutput } from "./commands/UpdateGatewayRuleCommand";
142
154
  import { type UpdateGatewayTargetCommandInput, type UpdateGatewayTargetCommandOutput } from "./commands/UpdateGatewayTargetCommand";
143
155
  import { type UpdateHarnessCommandInput, type UpdateHarnessCommandOutput } from "./commands/UpdateHarnessCommand";
@@ -162,6 +174,12 @@ export interface BedrockAgentCoreControl {
162
174
  addDatasetExamples(args: AddDatasetExamplesCommandInput, options?: __HttpHandlerOptions): Promise<AddDatasetExamplesCommandOutput>;
163
175
  addDatasetExamples(args: AddDatasetExamplesCommandInput, cb: (err: any, data?: AddDatasetExamplesCommandOutput) => void): void;
164
176
  addDatasetExamples(args: AddDatasetExamplesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddDatasetExamplesCommandOutput) => void): void;
177
+ /**
178
+ * @see {@link BatchPutGatewayRateLimitsCommand}
179
+ */
180
+ batchPutGatewayRateLimits(args: BatchPutGatewayRateLimitsCommandInput, options?: __HttpHandlerOptions): Promise<BatchPutGatewayRateLimitsCommandOutput>;
181
+ batchPutGatewayRateLimits(args: BatchPutGatewayRateLimitsCommandInput, cb: (err: any, data?: BatchPutGatewayRateLimitsCommandOutput) => void): void;
182
+ batchPutGatewayRateLimits(args: BatchPutGatewayRateLimitsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchPutGatewayRateLimitsCommandOutput) => void): void;
165
183
  /**
166
184
  * @see {@link CreateAgentRuntimeCommand}
167
185
  */
@@ -192,6 +210,12 @@ export interface BedrockAgentCoreControl {
192
210
  createBrowserProfile(args: CreateBrowserProfileCommandInput, options?: __HttpHandlerOptions): Promise<CreateBrowserProfileCommandOutput>;
193
211
  createBrowserProfile(args: CreateBrowserProfileCommandInput, cb: (err: any, data?: CreateBrowserProfileCommandOutput) => void): void;
194
212
  createBrowserProfile(args: CreateBrowserProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateBrowserProfileCommandOutput) => void): void;
213
+ /**
214
+ * @see {@link CreateCapacityProviderCommand}
215
+ */
216
+ createCapacityProvider(args: CreateCapacityProviderCommandInput, options?: __HttpHandlerOptions): Promise<CreateCapacityProviderCommandOutput>;
217
+ createCapacityProvider(args: CreateCapacityProviderCommandInput, cb: (err: any, data?: CreateCapacityProviderCommandOutput) => void): void;
218
+ createCapacityProvider(args: CreateCapacityProviderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCapacityProviderCommandOutput) => void): void;
195
219
  /**
196
220
  * @see {@link CreateCodeInterpreterCommand}
197
221
  */
@@ -228,6 +252,12 @@ export interface BedrockAgentCoreControl {
228
252
  createGateway(args: CreateGatewayCommandInput, options?: __HttpHandlerOptions): Promise<CreateGatewayCommandOutput>;
229
253
  createGateway(args: CreateGatewayCommandInput, cb: (err: any, data?: CreateGatewayCommandOutput) => void): void;
230
254
  createGateway(args: CreateGatewayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateGatewayCommandOutput) => void): void;
255
+ /**
256
+ * @see {@link CreateGatewayRateLimitCommand}
257
+ */
258
+ createGatewayRateLimit(args: CreateGatewayRateLimitCommandInput, options?: __HttpHandlerOptions): Promise<CreateGatewayRateLimitCommandOutput>;
259
+ createGatewayRateLimit(args: CreateGatewayRateLimitCommandInput, cb: (err: any, data?: CreateGatewayRateLimitCommandOutput) => void): void;
260
+ createGatewayRateLimit(args: CreateGatewayRateLimitCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateGatewayRateLimitCommandOutput) => void): void;
231
261
  /**
232
262
  * @see {@link CreateGatewayRuleCommand}
233
263
  */
@@ -348,6 +378,12 @@ export interface BedrockAgentCoreControl {
348
378
  deleteBrowserProfile(args: DeleteBrowserProfileCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBrowserProfileCommandOutput>;
349
379
  deleteBrowserProfile(args: DeleteBrowserProfileCommandInput, cb: (err: any, data?: DeleteBrowserProfileCommandOutput) => void): void;
350
380
  deleteBrowserProfile(args: DeleteBrowserProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBrowserProfileCommandOutput) => void): void;
381
+ /**
382
+ * @see {@link DeleteCapacityProviderCommand}
383
+ */
384
+ deleteCapacityProvider(args: DeleteCapacityProviderCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCapacityProviderCommandOutput>;
385
+ deleteCapacityProvider(args: DeleteCapacityProviderCommandInput, cb: (err: any, data?: DeleteCapacityProviderCommandOutput) => void): void;
386
+ deleteCapacityProvider(args: DeleteCapacityProviderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCapacityProviderCommandOutput) => void): void;
351
387
  /**
352
388
  * @see {@link DeleteCodeInterpreterCommand}
353
389
  */
@@ -384,6 +420,12 @@ export interface BedrockAgentCoreControl {
384
420
  deleteGateway(args: DeleteGatewayCommandInput, options?: __HttpHandlerOptions): Promise<DeleteGatewayCommandOutput>;
385
421
  deleteGateway(args: DeleteGatewayCommandInput, cb: (err: any, data?: DeleteGatewayCommandOutput) => void): void;
386
422
  deleteGateway(args: DeleteGatewayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteGatewayCommandOutput) => void): void;
423
+ /**
424
+ * @see {@link DeleteGatewayRateLimitCommand}
425
+ */
426
+ deleteGatewayRateLimit(args: DeleteGatewayRateLimitCommandInput, options?: __HttpHandlerOptions): Promise<DeleteGatewayRateLimitCommandOutput>;
427
+ deleteGatewayRateLimit(args: DeleteGatewayRateLimitCommandInput, cb: (err: any, data?: DeleteGatewayRateLimitCommandOutput) => void): void;
428
+ deleteGatewayRateLimit(args: DeleteGatewayRateLimitCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteGatewayRateLimitCommandOutput) => void): void;
387
429
  /**
388
430
  * @see {@link DeleteGatewayRuleCommand}
389
431
  */
@@ -510,6 +552,12 @@ export interface BedrockAgentCoreControl {
510
552
  getBrowserProfile(args: GetBrowserProfileCommandInput, options?: __HttpHandlerOptions): Promise<GetBrowserProfileCommandOutput>;
511
553
  getBrowserProfile(args: GetBrowserProfileCommandInput, cb: (err: any, data?: GetBrowserProfileCommandOutput) => void): void;
512
554
  getBrowserProfile(args: GetBrowserProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBrowserProfileCommandOutput) => void): void;
555
+ /**
556
+ * @see {@link GetCapacityProviderCommand}
557
+ */
558
+ getCapacityProvider(args: GetCapacityProviderCommandInput, options?: __HttpHandlerOptions): Promise<GetCapacityProviderCommandOutput>;
559
+ getCapacityProvider(args: GetCapacityProviderCommandInput, cb: (err: any, data?: GetCapacityProviderCommandOutput) => void): void;
560
+ getCapacityProvider(args: GetCapacityProviderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCapacityProviderCommandOutput) => void): void;
513
561
  /**
514
562
  * @see {@link GetCodeInterpreterCommand}
515
563
  */
@@ -546,6 +594,12 @@ export interface BedrockAgentCoreControl {
546
594
  getGateway(args: GetGatewayCommandInput, options?: __HttpHandlerOptions): Promise<GetGatewayCommandOutput>;
547
595
  getGateway(args: GetGatewayCommandInput, cb: (err: any, data?: GetGatewayCommandOutput) => void): void;
548
596
  getGateway(args: GetGatewayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetGatewayCommandOutput) => void): void;
597
+ /**
598
+ * @see {@link GetGatewayRateLimitCommand}
599
+ */
600
+ getGatewayRateLimit(args: GetGatewayRateLimitCommandInput, options?: __HttpHandlerOptions): Promise<GetGatewayRateLimitCommandOutput>;
601
+ getGatewayRateLimit(args: GetGatewayRateLimitCommandInput, cb: (err: any, data?: GetGatewayRateLimitCommandOutput) => void): void;
602
+ getGatewayRateLimit(args: GetGatewayRateLimitCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetGatewayRateLimitCommandOutput) => void): void;
549
603
  /**
550
604
  * @see {@link GetGatewayRuleCommand}
551
605
  */
@@ -692,6 +746,12 @@ export interface BedrockAgentCoreControl {
692
746
  listAgentRuntimeVersions(args: ListAgentRuntimeVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListAgentRuntimeVersionsCommandOutput>;
693
747
  listAgentRuntimeVersions(args: ListAgentRuntimeVersionsCommandInput, cb: (err: any, data?: ListAgentRuntimeVersionsCommandOutput) => void): void;
694
748
  listAgentRuntimeVersions(args: ListAgentRuntimeVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAgentRuntimeVersionsCommandOutput) => void): void;
749
+ /**
750
+ * @see {@link ListAgentRuntimeVersionsByCapacityProviderCommand}
751
+ */
752
+ listAgentRuntimeVersionsByCapacityProvider(args: ListAgentRuntimeVersionsByCapacityProviderCommandInput, options?: __HttpHandlerOptions): Promise<ListAgentRuntimeVersionsByCapacityProviderCommandOutput>;
753
+ listAgentRuntimeVersionsByCapacityProvider(args: ListAgentRuntimeVersionsByCapacityProviderCommandInput, cb: (err: any, data?: ListAgentRuntimeVersionsByCapacityProviderCommandOutput) => void): void;
754
+ listAgentRuntimeVersionsByCapacityProvider(args: ListAgentRuntimeVersionsByCapacityProviderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAgentRuntimeVersionsByCapacityProviderCommandOutput) => void): void;
695
755
  /**
696
756
  * @see {@link ListApiKeyCredentialProvidersCommand}
697
757
  */
@@ -713,6 +773,13 @@ export interface BedrockAgentCoreControl {
713
773
  listBrowsers(args: ListBrowsersCommandInput, options?: __HttpHandlerOptions): Promise<ListBrowsersCommandOutput>;
714
774
  listBrowsers(args: ListBrowsersCommandInput, cb: (err: any, data?: ListBrowsersCommandOutput) => void): void;
715
775
  listBrowsers(args: ListBrowsersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBrowsersCommandOutput) => void): void;
776
+ /**
777
+ * @see {@link ListCapacityProvidersCommand}
778
+ */
779
+ listCapacityProviders(): Promise<ListCapacityProvidersCommandOutput>;
780
+ listCapacityProviders(args: ListCapacityProvidersCommandInput, options?: __HttpHandlerOptions): Promise<ListCapacityProvidersCommandOutput>;
781
+ listCapacityProviders(args: ListCapacityProvidersCommandInput, cb: (err: any, data?: ListCapacityProvidersCommandOutput) => void): void;
782
+ listCapacityProviders(args: ListCapacityProvidersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCapacityProvidersCommandOutput) => void): void;
716
783
  /**
717
784
  * @see {@link ListCodeInterpretersCommand}
718
785
  */
@@ -759,6 +826,12 @@ export interface BedrockAgentCoreControl {
759
826
  listEvaluators(args: ListEvaluatorsCommandInput, options?: __HttpHandlerOptions): Promise<ListEvaluatorsCommandOutput>;
760
827
  listEvaluators(args: ListEvaluatorsCommandInput, cb: (err: any, data?: ListEvaluatorsCommandOutput) => void): void;
761
828
  listEvaluators(args: ListEvaluatorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEvaluatorsCommandOutput) => void): void;
829
+ /**
830
+ * @see {@link ListGatewayRateLimitsCommand}
831
+ */
832
+ listGatewayRateLimits(args: ListGatewayRateLimitsCommandInput, options?: __HttpHandlerOptions): Promise<ListGatewayRateLimitsCommandOutput>;
833
+ listGatewayRateLimits(args: ListGatewayRateLimitsCommandInput, cb: (err: any, data?: ListGatewayRateLimitsCommandOutput) => void): void;
834
+ listGatewayRateLimits(args: ListGatewayRateLimitsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListGatewayRateLimitsCommandOutput) => void): void;
762
835
  /**
763
836
  * @see {@link ListGatewayRulesCommand}
764
837
  */
@@ -968,6 +1041,12 @@ export interface BedrockAgentCoreControl {
968
1041
  updateApiKeyCredentialProvider(args: UpdateApiKeyCredentialProviderCommandInput, options?: __HttpHandlerOptions): Promise<UpdateApiKeyCredentialProviderCommandOutput>;
969
1042
  updateApiKeyCredentialProvider(args: UpdateApiKeyCredentialProviderCommandInput, cb: (err: any, data?: UpdateApiKeyCredentialProviderCommandOutput) => void): void;
970
1043
  updateApiKeyCredentialProvider(args: UpdateApiKeyCredentialProviderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateApiKeyCredentialProviderCommandOutput) => void): void;
1044
+ /**
1045
+ * @see {@link UpdateCapacityProviderCommand}
1046
+ */
1047
+ updateCapacityProvider(args: UpdateCapacityProviderCommandInput, options?: __HttpHandlerOptions): Promise<UpdateCapacityProviderCommandOutput>;
1048
+ updateCapacityProvider(args: UpdateCapacityProviderCommandInput, cb: (err: any, data?: UpdateCapacityProviderCommandOutput) => void): void;
1049
+ updateCapacityProvider(args: UpdateCapacityProviderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCapacityProviderCommandOutput) => void): void;
971
1050
  /**
972
1051
  * @see {@link UpdateConfigurationBundleCommand}
973
1052
  */
@@ -998,6 +1077,12 @@ export interface BedrockAgentCoreControl {
998
1077
  updateGateway(args: UpdateGatewayCommandInput, options?: __HttpHandlerOptions): Promise<UpdateGatewayCommandOutput>;
999
1078
  updateGateway(args: UpdateGatewayCommandInput, cb: (err: any, data?: UpdateGatewayCommandOutput) => void): void;
1000
1079
  updateGateway(args: UpdateGatewayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateGatewayCommandOutput) => void): void;
1080
+ /**
1081
+ * @see {@link UpdateGatewayRateLimitCommand}
1082
+ */
1083
+ updateGatewayRateLimit(args: UpdateGatewayRateLimitCommandInput, options?: __HttpHandlerOptions): Promise<UpdateGatewayRateLimitCommandOutput>;
1084
+ updateGatewayRateLimit(args: UpdateGatewayRateLimitCommandInput, cb: (err: any, data?: UpdateGatewayRateLimitCommandOutput) => void): void;
1085
+ updateGatewayRateLimit(args: UpdateGatewayRateLimitCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateGatewayRateLimitCommandOutput) => void): void;
1001
1086
  /**
1002
1087
  * @see {@link UpdateGatewayRuleCommand}
1003
1088
  */
@@ -1115,6 +1200,13 @@ export interface BedrockAgentCoreControl {
1115
1200
  * @returns AsyncIterable of {@link ListAgentRuntimeVersionsCommandOutput}.
1116
1201
  */
1117
1202
  paginateListAgentRuntimeVersions(args: ListAgentRuntimeVersionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAgentRuntimeVersionsCommandOutput>;
1203
+ /**
1204
+ * @see {@link ListAgentRuntimeVersionsByCapacityProviderCommand}
1205
+ * @param args - command input.
1206
+ * @param paginationConfig - optional pagination config.
1207
+ * @returns AsyncIterable of {@link ListAgentRuntimeVersionsByCapacityProviderCommandOutput}.
1208
+ */
1209
+ paginateListAgentRuntimeVersionsByCapacityProvider(args: ListAgentRuntimeVersionsByCapacityProviderCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAgentRuntimeVersionsByCapacityProviderCommandOutput>;
1118
1210
  /**
1119
1211
  * @see {@link ListApiKeyCredentialProvidersCommand}
1120
1212
  * @param args - command input.
@@ -1136,6 +1228,13 @@ export interface BedrockAgentCoreControl {
1136
1228
  * @returns AsyncIterable of {@link ListBrowsersCommandOutput}.
1137
1229
  */
1138
1230
  paginateListBrowsers(args?: ListBrowsersCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListBrowsersCommandOutput>;
1231
+ /**
1232
+ * @see {@link ListCapacityProvidersCommand}
1233
+ * @param args - command input.
1234
+ * @param paginationConfig - optional pagination config.
1235
+ * @returns AsyncIterable of {@link ListCapacityProvidersCommandOutput}.
1236
+ */
1237
+ paginateListCapacityProviders(args?: ListCapacityProvidersCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListCapacityProvidersCommandOutput>;
1139
1238
  /**
1140
1239
  * @see {@link ListCodeInterpretersCommand}
1141
1240
  * @param args - command input.
@@ -1185,6 +1284,13 @@ export interface BedrockAgentCoreControl {
1185
1284
  * @returns AsyncIterable of {@link ListEvaluatorsCommandOutput}.
1186
1285
  */
1187
1286
  paginateListEvaluators(args?: ListEvaluatorsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListEvaluatorsCommandOutput>;
1287
+ /**
1288
+ * @see {@link ListGatewayRateLimitsCommand}
1289
+ * @param args - command input.
1290
+ * @param paginationConfig - optional pagination config.
1291
+ * @returns AsyncIterable of {@link ListGatewayRateLimitsCommandOutput}.
1292
+ */
1293
+ paginateListGatewayRateLimits(args: ListGatewayRateLimitsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListGatewayRateLimitsCommandOutput>;
1188
1294
  /**
1189
1295
  * @see {@link ListGatewayRulesCommand}
1190
1296
  * @param args - command input.
@@ -7,17 +7,20 @@ import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/core/re
7
7
  import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
8
8
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
9
9
  import type { AddDatasetExamplesCommandInput, AddDatasetExamplesCommandOutput } from "./commands/AddDatasetExamplesCommand";
10
+ import type { BatchPutGatewayRateLimitsCommandInput, BatchPutGatewayRateLimitsCommandOutput } from "./commands/BatchPutGatewayRateLimitsCommand";
10
11
  import type { CreateAgentRuntimeCommandInput, CreateAgentRuntimeCommandOutput } from "./commands/CreateAgentRuntimeCommand";
11
12
  import type { CreateAgentRuntimeEndpointCommandInput, CreateAgentRuntimeEndpointCommandOutput } from "./commands/CreateAgentRuntimeEndpointCommand";
12
13
  import type { CreateApiKeyCredentialProviderCommandInput, CreateApiKeyCredentialProviderCommandOutput } from "./commands/CreateApiKeyCredentialProviderCommand";
13
14
  import type { CreateBrowserCommandInput, CreateBrowserCommandOutput } from "./commands/CreateBrowserCommand";
14
15
  import type { CreateBrowserProfileCommandInput, CreateBrowserProfileCommandOutput } from "./commands/CreateBrowserProfileCommand";
16
+ import type { CreateCapacityProviderCommandInput, CreateCapacityProviderCommandOutput } from "./commands/CreateCapacityProviderCommand";
15
17
  import type { CreateCodeInterpreterCommandInput, CreateCodeInterpreterCommandOutput } from "./commands/CreateCodeInterpreterCommand";
16
18
  import type { CreateConfigurationBundleCommandInput, CreateConfigurationBundleCommandOutput } from "./commands/CreateConfigurationBundleCommand";
17
19
  import type { CreateDatasetCommandInput, CreateDatasetCommandOutput } from "./commands/CreateDatasetCommand";
18
20
  import type { CreateDatasetVersionCommandInput, CreateDatasetVersionCommandOutput } from "./commands/CreateDatasetVersionCommand";
19
21
  import type { CreateEvaluatorCommandInput, CreateEvaluatorCommandOutput } from "./commands/CreateEvaluatorCommand";
20
22
  import type { CreateGatewayCommandInput, CreateGatewayCommandOutput } from "./commands/CreateGatewayCommand";
23
+ import type { CreateGatewayRateLimitCommandInput, CreateGatewayRateLimitCommandOutput } from "./commands/CreateGatewayRateLimitCommand";
21
24
  import type { CreateGatewayRuleCommandInput, CreateGatewayRuleCommandOutput } from "./commands/CreateGatewayRuleCommand";
22
25
  import type { CreateGatewayTargetCommandInput, CreateGatewayTargetCommandOutput } from "./commands/CreateGatewayTargetCommand";
23
26
  import type { CreateHarnessCommandInput, CreateHarnessCommandOutput } from "./commands/CreateHarnessCommand";
@@ -38,12 +41,14 @@ import type { DeleteAgentRuntimeEndpointCommandInput, DeleteAgentRuntimeEndpoint
38
41
  import type { DeleteApiKeyCredentialProviderCommandInput, DeleteApiKeyCredentialProviderCommandOutput } from "./commands/DeleteApiKeyCredentialProviderCommand";
39
42
  import type { DeleteBrowserCommandInput, DeleteBrowserCommandOutput } from "./commands/DeleteBrowserCommand";
40
43
  import type { DeleteBrowserProfileCommandInput, DeleteBrowserProfileCommandOutput } from "./commands/DeleteBrowserProfileCommand";
44
+ import type { DeleteCapacityProviderCommandInput, DeleteCapacityProviderCommandOutput } from "./commands/DeleteCapacityProviderCommand";
41
45
  import type { DeleteCodeInterpreterCommandInput, DeleteCodeInterpreterCommandOutput } from "./commands/DeleteCodeInterpreterCommand";
42
46
  import type { DeleteConfigurationBundleCommandInput, DeleteConfigurationBundleCommandOutput } from "./commands/DeleteConfigurationBundleCommand";
43
47
  import type { DeleteDatasetCommandInput, DeleteDatasetCommandOutput } from "./commands/DeleteDatasetCommand";
44
48
  import type { DeleteDatasetExamplesCommandInput, DeleteDatasetExamplesCommandOutput } from "./commands/DeleteDatasetExamplesCommand";
45
49
  import type { DeleteEvaluatorCommandInput, DeleteEvaluatorCommandOutput } from "./commands/DeleteEvaluatorCommand";
46
50
  import type { DeleteGatewayCommandInput, DeleteGatewayCommandOutput } from "./commands/DeleteGatewayCommand";
51
+ import type { DeleteGatewayRateLimitCommandInput, DeleteGatewayRateLimitCommandOutput } from "./commands/DeleteGatewayRateLimitCommand";
47
52
  import type { DeleteGatewayRuleCommandInput, DeleteGatewayRuleCommandOutput } from "./commands/DeleteGatewayRuleCommand";
48
53
  import type { DeleteGatewayTargetCommandInput, DeleteGatewayTargetCommandOutput } from "./commands/DeleteGatewayTargetCommand";
49
54
  import type { DeleteHarnessCommandInput, DeleteHarnessCommandOutput } from "./commands/DeleteHarnessCommand";
@@ -65,12 +70,14 @@ import type { GetAgentRuntimeEndpointCommandInput, GetAgentRuntimeEndpointComman
65
70
  import type { GetApiKeyCredentialProviderCommandInput, GetApiKeyCredentialProviderCommandOutput } from "./commands/GetApiKeyCredentialProviderCommand";
66
71
  import type { GetBrowserCommandInput, GetBrowserCommandOutput } from "./commands/GetBrowserCommand";
67
72
  import type { GetBrowserProfileCommandInput, GetBrowserProfileCommandOutput } from "./commands/GetBrowserProfileCommand";
73
+ import type { GetCapacityProviderCommandInput, GetCapacityProviderCommandOutput } from "./commands/GetCapacityProviderCommand";
68
74
  import type { GetCodeInterpreterCommandInput, GetCodeInterpreterCommandOutput } from "./commands/GetCodeInterpreterCommand";
69
75
  import type { GetConfigurationBundleCommandInput, GetConfigurationBundleCommandOutput } from "./commands/GetConfigurationBundleCommand";
70
76
  import type { GetConfigurationBundleVersionCommandInput, GetConfigurationBundleVersionCommandOutput } from "./commands/GetConfigurationBundleVersionCommand";
71
77
  import type { GetDatasetCommandInput, GetDatasetCommandOutput } from "./commands/GetDatasetCommand";
72
78
  import type { GetEvaluatorCommandInput, GetEvaluatorCommandOutput } from "./commands/GetEvaluatorCommand";
73
79
  import type { GetGatewayCommandInput, GetGatewayCommandOutput } from "./commands/GetGatewayCommand";
80
+ import type { GetGatewayRateLimitCommandInput, GetGatewayRateLimitCommandOutput } from "./commands/GetGatewayRateLimitCommand";
74
81
  import type { GetGatewayRuleCommandInput, GetGatewayRuleCommandOutput } from "./commands/GetGatewayRuleCommand";
75
82
  import type { GetGatewayTargetCommandInput, GetGatewayTargetCommandOutput } from "./commands/GetGatewayTargetCommand";
76
83
  import type { GetHarnessCommandInput, GetHarnessCommandOutput } from "./commands/GetHarnessCommand";
@@ -94,10 +101,12 @@ import type { GetTokenVaultCommandInput, GetTokenVaultCommandOutput } from "./co
94
101
  import type { GetWorkloadIdentityCommandInput, GetWorkloadIdentityCommandOutput } from "./commands/GetWorkloadIdentityCommand";
95
102
  import type { ListAgentRuntimeEndpointsCommandInput, ListAgentRuntimeEndpointsCommandOutput } from "./commands/ListAgentRuntimeEndpointsCommand";
96
103
  import type { ListAgentRuntimesCommandInput, ListAgentRuntimesCommandOutput } from "./commands/ListAgentRuntimesCommand";
104
+ import type { ListAgentRuntimeVersionsByCapacityProviderCommandInput, ListAgentRuntimeVersionsByCapacityProviderCommandOutput } from "./commands/ListAgentRuntimeVersionsByCapacityProviderCommand";
97
105
  import type { ListAgentRuntimeVersionsCommandInput, ListAgentRuntimeVersionsCommandOutput } from "./commands/ListAgentRuntimeVersionsCommand";
98
106
  import type { ListApiKeyCredentialProvidersCommandInput, ListApiKeyCredentialProvidersCommandOutput } from "./commands/ListApiKeyCredentialProvidersCommand";
99
107
  import type { ListBrowserProfilesCommandInput, ListBrowserProfilesCommandOutput } from "./commands/ListBrowserProfilesCommand";
100
108
  import type { ListBrowsersCommandInput, ListBrowsersCommandOutput } from "./commands/ListBrowsersCommand";
109
+ import type { ListCapacityProvidersCommandInput, ListCapacityProvidersCommandOutput } from "./commands/ListCapacityProvidersCommand";
101
110
  import type { ListCodeInterpretersCommandInput, ListCodeInterpretersCommandOutput } from "./commands/ListCodeInterpretersCommand";
102
111
  import type { ListConfigurationBundlesCommandInput, ListConfigurationBundlesCommandOutput } from "./commands/ListConfigurationBundlesCommand";
103
112
  import type { ListConfigurationBundleVersionsCommandInput, ListConfigurationBundleVersionsCommandOutput } from "./commands/ListConfigurationBundleVersionsCommand";
@@ -105,6 +114,7 @@ import type { ListDatasetExamplesCommandInput, ListDatasetExamplesCommandOutput
105
114
  import type { ListDatasetsCommandInput, ListDatasetsCommandOutput } from "./commands/ListDatasetsCommand";
106
115
  import type { ListDatasetVersionsCommandInput, ListDatasetVersionsCommandOutput } from "./commands/ListDatasetVersionsCommand";
107
116
  import type { ListEvaluatorsCommandInput, ListEvaluatorsCommandOutput } from "./commands/ListEvaluatorsCommand";
117
+ import type { ListGatewayRateLimitsCommandInput, ListGatewayRateLimitsCommandOutput } from "./commands/ListGatewayRateLimitsCommand";
108
118
  import type { ListGatewayRulesCommandInput, ListGatewayRulesCommandOutput } from "./commands/ListGatewayRulesCommand";
109
119
  import type { ListGatewaysCommandInput, ListGatewaysCommandOutput } from "./commands/ListGatewaysCommand";
110
120
  import type { ListGatewayTargetsCommandInput, ListGatewayTargetsCommandOutput } from "./commands/ListGatewayTargetsCommand";
@@ -138,11 +148,13 @@ import type { UntagResourceCommandInput, UntagResourceCommandOutput } from "./co
138
148
  import type { UpdateAgentRuntimeCommandInput, UpdateAgentRuntimeCommandOutput } from "./commands/UpdateAgentRuntimeCommand";
139
149
  import type { UpdateAgentRuntimeEndpointCommandInput, UpdateAgentRuntimeEndpointCommandOutput } from "./commands/UpdateAgentRuntimeEndpointCommand";
140
150
  import type { UpdateApiKeyCredentialProviderCommandInput, UpdateApiKeyCredentialProviderCommandOutput } from "./commands/UpdateApiKeyCredentialProviderCommand";
151
+ import type { UpdateCapacityProviderCommandInput, UpdateCapacityProviderCommandOutput } from "./commands/UpdateCapacityProviderCommand";
141
152
  import type { UpdateConfigurationBundleCommandInput, UpdateConfigurationBundleCommandOutput } from "./commands/UpdateConfigurationBundleCommand";
142
153
  import type { UpdateDatasetCommandInput, UpdateDatasetCommandOutput } from "./commands/UpdateDatasetCommand";
143
154
  import type { UpdateDatasetExamplesCommandInput, UpdateDatasetExamplesCommandOutput } from "./commands/UpdateDatasetExamplesCommand";
144
155
  import type { UpdateEvaluatorCommandInput, UpdateEvaluatorCommandOutput } from "./commands/UpdateEvaluatorCommand";
145
156
  import type { UpdateGatewayCommandInput, UpdateGatewayCommandOutput } from "./commands/UpdateGatewayCommand";
157
+ import type { UpdateGatewayRateLimitCommandInput, UpdateGatewayRateLimitCommandOutput } from "./commands/UpdateGatewayRateLimitCommand";
146
158
  import type { UpdateGatewayRuleCommandInput, UpdateGatewayRuleCommandOutput } from "./commands/UpdateGatewayRuleCommand";
147
159
  import type { UpdateGatewayTargetCommandInput, UpdateGatewayTargetCommandOutput } from "./commands/UpdateGatewayTargetCommand";
148
160
  import type { UpdateHarnessCommandInput, UpdateHarnessCommandOutput } from "./commands/UpdateHarnessCommand";
@@ -165,11 +177,11 @@ export { __Client };
165
177
  /**
166
178
  * @public
167
179
  */
168
- export type ServiceInputTypes = AddDatasetExamplesCommandInput | CreateAgentRuntimeCommandInput | CreateAgentRuntimeEndpointCommandInput | CreateApiKeyCredentialProviderCommandInput | CreateBrowserCommandInput | CreateBrowserProfileCommandInput | CreateCodeInterpreterCommandInput | CreateConfigurationBundleCommandInput | CreateDatasetCommandInput | CreateDatasetVersionCommandInput | CreateEvaluatorCommandInput | CreateGatewayCommandInput | CreateGatewayRuleCommandInput | CreateGatewayTargetCommandInput | CreateHarnessCommandInput | CreateHarnessEndpointCommandInput | CreateMemoryCommandInput | CreateOauth2CredentialProviderCommandInput | CreateOnlineEvaluationConfigCommandInput | CreatePaymentConnectorCommandInput | CreatePaymentCredentialProviderCommandInput | CreatePaymentManagerCommandInput | CreatePolicyCommandInput | CreatePolicyEngineCommandInput | CreateRegistryCommandInput | CreateRegistryRecordCommandInput | CreateWorkloadIdentityCommandInput | DeleteAgentRuntimeCommandInput | DeleteAgentRuntimeEndpointCommandInput | DeleteApiKeyCredentialProviderCommandInput | DeleteBrowserCommandInput | DeleteBrowserProfileCommandInput | DeleteCodeInterpreterCommandInput | DeleteConfigurationBundleCommandInput | DeleteDatasetCommandInput | DeleteDatasetExamplesCommandInput | DeleteEvaluatorCommandInput | DeleteGatewayCommandInput | DeleteGatewayRuleCommandInput | DeleteGatewayTargetCommandInput | DeleteHarnessCommandInput | DeleteHarnessEndpointCommandInput | DeleteMemoryCommandInput | DeleteOauth2CredentialProviderCommandInput | DeleteOnlineEvaluationConfigCommandInput | DeletePaymentConnectorCommandInput | DeletePaymentCredentialProviderCommandInput | DeletePaymentManagerCommandInput | DeletePolicyCommandInput | DeletePolicyEngineCommandInput | DeleteRegistryCommandInput | DeleteRegistryRecordCommandInput | DeleteResourcePolicyCommandInput | DeleteWorkloadIdentityCommandInput | GetAgentRuntimeCommandInput | GetAgentRuntimeEndpointCommandInput | GetApiKeyCredentialProviderCommandInput | GetBrowserCommandInput | GetBrowserProfileCommandInput | GetCodeInterpreterCommandInput | GetConfigurationBundleCommandInput | GetConfigurationBundleVersionCommandInput | GetDatasetCommandInput | GetEvaluatorCommandInput | GetGatewayCommandInput | GetGatewayRuleCommandInput | GetGatewayTargetCommandInput | GetHarnessCommandInput | GetHarnessEndpointCommandInput | GetMemoryCommandInput | GetOauth2CredentialProviderCommandInput | GetOnlineEvaluationConfigCommandInput | GetPaymentConnectorCommandInput | GetPaymentCredentialProviderCommandInput | GetPaymentManagerCommandInput | GetPolicyCommandInput | GetPolicyEngineCommandInput | GetPolicyEngineSummaryCommandInput | GetPolicyGenerationCommandInput | GetPolicyGenerationSummaryCommandInput | GetPolicySummaryCommandInput | GetRegistryCommandInput | GetRegistryRecordCommandInput | GetResourcePolicyCommandInput | GetTokenVaultCommandInput | GetWorkloadIdentityCommandInput | ListAgentRuntimeEndpointsCommandInput | ListAgentRuntimeVersionsCommandInput | ListAgentRuntimesCommandInput | ListApiKeyCredentialProvidersCommandInput | ListBrowserProfilesCommandInput | ListBrowsersCommandInput | ListCodeInterpretersCommandInput | ListConfigurationBundleVersionsCommandInput | ListConfigurationBundlesCommandInput | ListDatasetExamplesCommandInput | ListDatasetVersionsCommandInput | ListDatasetsCommandInput | ListEvaluatorsCommandInput | ListGatewayRulesCommandInput | ListGatewayTargetsCommandInput | ListGatewaysCommandInput | ListHarnessEndpointsCommandInput | ListHarnessVersionsCommandInput | ListHarnessesCommandInput | ListMemoriesCommandInput | ListOauth2CredentialProvidersCommandInput | ListOnlineEvaluationConfigsCommandInput | ListPaymentConnectorsCommandInput | ListPaymentCredentialProvidersCommandInput | ListPaymentManagersCommandInput | ListPoliciesCommandInput | ListPolicyEngineSummariesCommandInput | ListPolicyEnginesCommandInput | ListPolicyGenerationAssetsCommandInput | ListPolicyGenerationSummariesCommandInput | ListPolicyGenerationsCommandInput | ListPolicySummariesCommandInput | ListRegistriesCommandInput | ListRegistryRecordsCommandInput | ListTagsForResourceCommandInput | ListWorkloadIdentitiesCommandInput | PutResourcePolicyCommandInput | SetTokenVaultCMKCommandInput | StartPolicyGenerationCommandInput | SubmitRegistryRecordForApprovalCommandInput | SynchronizeGatewayTargetsCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAgentRuntimeCommandInput | UpdateAgentRuntimeEndpointCommandInput | UpdateApiKeyCredentialProviderCommandInput | UpdateConfigurationBundleCommandInput | UpdateDatasetCommandInput | UpdateDatasetExamplesCommandInput | UpdateEvaluatorCommandInput | UpdateGatewayCommandInput | UpdateGatewayRuleCommandInput | UpdateGatewayTargetCommandInput | UpdateHarnessCommandInput | UpdateHarnessEndpointCommandInput | UpdateMemoryCommandInput | UpdateOauth2CredentialProviderCommandInput | UpdateOnlineEvaluationConfigCommandInput | UpdatePaymentConnectorCommandInput | UpdatePaymentCredentialProviderCommandInput | UpdatePaymentManagerCommandInput | UpdatePolicyCommandInput | UpdatePolicyEngineCommandInput | UpdateRegistryCommandInput | UpdateRegistryRecordCommandInput | UpdateRegistryRecordStatusCommandInput | UpdateWorkloadIdentityCommandInput;
180
+ export type ServiceInputTypes = AddDatasetExamplesCommandInput | BatchPutGatewayRateLimitsCommandInput | CreateAgentRuntimeCommandInput | CreateAgentRuntimeEndpointCommandInput | CreateApiKeyCredentialProviderCommandInput | CreateBrowserCommandInput | CreateBrowserProfileCommandInput | CreateCapacityProviderCommandInput | CreateCodeInterpreterCommandInput | CreateConfigurationBundleCommandInput | CreateDatasetCommandInput | CreateDatasetVersionCommandInput | CreateEvaluatorCommandInput | CreateGatewayCommandInput | CreateGatewayRateLimitCommandInput | CreateGatewayRuleCommandInput | CreateGatewayTargetCommandInput | CreateHarnessCommandInput | CreateHarnessEndpointCommandInput | CreateMemoryCommandInput | CreateOauth2CredentialProviderCommandInput | CreateOnlineEvaluationConfigCommandInput | CreatePaymentConnectorCommandInput | CreatePaymentCredentialProviderCommandInput | CreatePaymentManagerCommandInput | CreatePolicyCommandInput | CreatePolicyEngineCommandInput | CreateRegistryCommandInput | CreateRegistryRecordCommandInput | CreateWorkloadIdentityCommandInput | DeleteAgentRuntimeCommandInput | DeleteAgentRuntimeEndpointCommandInput | DeleteApiKeyCredentialProviderCommandInput | DeleteBrowserCommandInput | DeleteBrowserProfileCommandInput | DeleteCapacityProviderCommandInput | DeleteCodeInterpreterCommandInput | DeleteConfigurationBundleCommandInput | DeleteDatasetCommandInput | DeleteDatasetExamplesCommandInput | DeleteEvaluatorCommandInput | DeleteGatewayCommandInput | DeleteGatewayRateLimitCommandInput | DeleteGatewayRuleCommandInput | DeleteGatewayTargetCommandInput | DeleteHarnessCommandInput | DeleteHarnessEndpointCommandInput | DeleteMemoryCommandInput | DeleteOauth2CredentialProviderCommandInput | DeleteOnlineEvaluationConfigCommandInput | DeletePaymentConnectorCommandInput | DeletePaymentCredentialProviderCommandInput | DeletePaymentManagerCommandInput | DeletePolicyCommandInput | DeletePolicyEngineCommandInput | DeleteRegistryCommandInput | DeleteRegistryRecordCommandInput | DeleteResourcePolicyCommandInput | DeleteWorkloadIdentityCommandInput | GetAgentRuntimeCommandInput | GetAgentRuntimeEndpointCommandInput | GetApiKeyCredentialProviderCommandInput | GetBrowserCommandInput | GetBrowserProfileCommandInput | GetCapacityProviderCommandInput | GetCodeInterpreterCommandInput | GetConfigurationBundleCommandInput | GetConfigurationBundleVersionCommandInput | GetDatasetCommandInput | GetEvaluatorCommandInput | GetGatewayCommandInput | GetGatewayRateLimitCommandInput | GetGatewayRuleCommandInput | GetGatewayTargetCommandInput | GetHarnessCommandInput | GetHarnessEndpointCommandInput | GetMemoryCommandInput | GetOauth2CredentialProviderCommandInput | GetOnlineEvaluationConfigCommandInput | GetPaymentConnectorCommandInput | GetPaymentCredentialProviderCommandInput | GetPaymentManagerCommandInput | GetPolicyCommandInput | GetPolicyEngineCommandInput | GetPolicyEngineSummaryCommandInput | GetPolicyGenerationCommandInput | GetPolicyGenerationSummaryCommandInput | GetPolicySummaryCommandInput | GetRegistryCommandInput | GetRegistryRecordCommandInput | GetResourcePolicyCommandInput | GetTokenVaultCommandInput | GetWorkloadIdentityCommandInput | ListAgentRuntimeEndpointsCommandInput | ListAgentRuntimeVersionsByCapacityProviderCommandInput | ListAgentRuntimeVersionsCommandInput | ListAgentRuntimesCommandInput | ListApiKeyCredentialProvidersCommandInput | ListBrowserProfilesCommandInput | ListBrowsersCommandInput | ListCapacityProvidersCommandInput | ListCodeInterpretersCommandInput | ListConfigurationBundleVersionsCommandInput | ListConfigurationBundlesCommandInput | ListDatasetExamplesCommandInput | ListDatasetVersionsCommandInput | ListDatasetsCommandInput | ListEvaluatorsCommandInput | ListGatewayRateLimitsCommandInput | ListGatewayRulesCommandInput | ListGatewayTargetsCommandInput | ListGatewaysCommandInput | ListHarnessEndpointsCommandInput | ListHarnessVersionsCommandInput | ListHarnessesCommandInput | ListMemoriesCommandInput | ListOauth2CredentialProvidersCommandInput | ListOnlineEvaluationConfigsCommandInput | ListPaymentConnectorsCommandInput | ListPaymentCredentialProvidersCommandInput | ListPaymentManagersCommandInput | ListPoliciesCommandInput | ListPolicyEngineSummariesCommandInput | ListPolicyEnginesCommandInput | ListPolicyGenerationAssetsCommandInput | ListPolicyGenerationSummariesCommandInput | ListPolicyGenerationsCommandInput | ListPolicySummariesCommandInput | ListRegistriesCommandInput | ListRegistryRecordsCommandInput | ListTagsForResourceCommandInput | ListWorkloadIdentitiesCommandInput | PutResourcePolicyCommandInput | SetTokenVaultCMKCommandInput | StartPolicyGenerationCommandInput | SubmitRegistryRecordForApprovalCommandInput | SynchronizeGatewayTargetsCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAgentRuntimeCommandInput | UpdateAgentRuntimeEndpointCommandInput | UpdateApiKeyCredentialProviderCommandInput | UpdateCapacityProviderCommandInput | UpdateConfigurationBundleCommandInput | UpdateDatasetCommandInput | UpdateDatasetExamplesCommandInput | UpdateEvaluatorCommandInput | UpdateGatewayCommandInput | UpdateGatewayRateLimitCommandInput | UpdateGatewayRuleCommandInput | UpdateGatewayTargetCommandInput | UpdateHarnessCommandInput | UpdateHarnessEndpointCommandInput | UpdateMemoryCommandInput | UpdateOauth2CredentialProviderCommandInput | UpdateOnlineEvaluationConfigCommandInput | UpdatePaymentConnectorCommandInput | UpdatePaymentCredentialProviderCommandInput | UpdatePaymentManagerCommandInput | UpdatePolicyCommandInput | UpdatePolicyEngineCommandInput | UpdateRegistryCommandInput | UpdateRegistryRecordCommandInput | UpdateRegistryRecordStatusCommandInput | UpdateWorkloadIdentityCommandInput;
169
181
  /**
170
182
  * @public
171
183
  */
172
- export type ServiceOutputTypes = AddDatasetExamplesCommandOutput | CreateAgentRuntimeCommandOutput | CreateAgentRuntimeEndpointCommandOutput | CreateApiKeyCredentialProviderCommandOutput | CreateBrowserCommandOutput | CreateBrowserProfileCommandOutput | CreateCodeInterpreterCommandOutput | CreateConfigurationBundleCommandOutput | CreateDatasetCommandOutput | CreateDatasetVersionCommandOutput | CreateEvaluatorCommandOutput | CreateGatewayCommandOutput | CreateGatewayRuleCommandOutput | CreateGatewayTargetCommandOutput | CreateHarnessCommandOutput | CreateHarnessEndpointCommandOutput | CreateMemoryCommandOutput | CreateOauth2CredentialProviderCommandOutput | CreateOnlineEvaluationConfigCommandOutput | CreatePaymentConnectorCommandOutput | CreatePaymentCredentialProviderCommandOutput | CreatePaymentManagerCommandOutput | CreatePolicyCommandOutput | CreatePolicyEngineCommandOutput | CreateRegistryCommandOutput | CreateRegistryRecordCommandOutput | CreateWorkloadIdentityCommandOutput | DeleteAgentRuntimeCommandOutput | DeleteAgentRuntimeEndpointCommandOutput | DeleteApiKeyCredentialProviderCommandOutput | DeleteBrowserCommandOutput | DeleteBrowserProfileCommandOutput | DeleteCodeInterpreterCommandOutput | DeleteConfigurationBundleCommandOutput | DeleteDatasetCommandOutput | DeleteDatasetExamplesCommandOutput | DeleteEvaluatorCommandOutput | DeleteGatewayCommandOutput | DeleteGatewayRuleCommandOutput | DeleteGatewayTargetCommandOutput | DeleteHarnessCommandOutput | DeleteHarnessEndpointCommandOutput | DeleteMemoryCommandOutput | DeleteOauth2CredentialProviderCommandOutput | DeleteOnlineEvaluationConfigCommandOutput | DeletePaymentConnectorCommandOutput | DeletePaymentCredentialProviderCommandOutput | DeletePaymentManagerCommandOutput | DeletePolicyCommandOutput | DeletePolicyEngineCommandOutput | DeleteRegistryCommandOutput | DeleteRegistryRecordCommandOutput | DeleteResourcePolicyCommandOutput | DeleteWorkloadIdentityCommandOutput | GetAgentRuntimeCommandOutput | GetAgentRuntimeEndpointCommandOutput | GetApiKeyCredentialProviderCommandOutput | GetBrowserCommandOutput | GetBrowserProfileCommandOutput | GetCodeInterpreterCommandOutput | GetConfigurationBundleCommandOutput | GetConfigurationBundleVersionCommandOutput | GetDatasetCommandOutput | GetEvaluatorCommandOutput | GetGatewayCommandOutput | GetGatewayRuleCommandOutput | GetGatewayTargetCommandOutput | GetHarnessCommandOutput | GetHarnessEndpointCommandOutput | GetMemoryCommandOutput | GetOauth2CredentialProviderCommandOutput | GetOnlineEvaluationConfigCommandOutput | GetPaymentConnectorCommandOutput | GetPaymentCredentialProviderCommandOutput | GetPaymentManagerCommandOutput | GetPolicyCommandOutput | GetPolicyEngineCommandOutput | GetPolicyEngineSummaryCommandOutput | GetPolicyGenerationCommandOutput | GetPolicyGenerationSummaryCommandOutput | GetPolicySummaryCommandOutput | GetRegistryCommandOutput | GetRegistryRecordCommandOutput | GetResourcePolicyCommandOutput | GetTokenVaultCommandOutput | GetWorkloadIdentityCommandOutput | ListAgentRuntimeEndpointsCommandOutput | ListAgentRuntimeVersionsCommandOutput | ListAgentRuntimesCommandOutput | ListApiKeyCredentialProvidersCommandOutput | ListBrowserProfilesCommandOutput | ListBrowsersCommandOutput | ListCodeInterpretersCommandOutput | ListConfigurationBundleVersionsCommandOutput | ListConfigurationBundlesCommandOutput | ListDatasetExamplesCommandOutput | ListDatasetVersionsCommandOutput | ListDatasetsCommandOutput | ListEvaluatorsCommandOutput | ListGatewayRulesCommandOutput | ListGatewayTargetsCommandOutput | ListGatewaysCommandOutput | ListHarnessEndpointsCommandOutput | ListHarnessVersionsCommandOutput | ListHarnessesCommandOutput | ListMemoriesCommandOutput | ListOauth2CredentialProvidersCommandOutput | ListOnlineEvaluationConfigsCommandOutput | ListPaymentConnectorsCommandOutput | ListPaymentCredentialProvidersCommandOutput | ListPaymentManagersCommandOutput | ListPoliciesCommandOutput | ListPolicyEngineSummariesCommandOutput | ListPolicyEnginesCommandOutput | ListPolicyGenerationAssetsCommandOutput | ListPolicyGenerationSummariesCommandOutput | ListPolicyGenerationsCommandOutput | ListPolicySummariesCommandOutput | ListRegistriesCommandOutput | ListRegistryRecordsCommandOutput | ListTagsForResourceCommandOutput | ListWorkloadIdentitiesCommandOutput | PutResourcePolicyCommandOutput | SetTokenVaultCMKCommandOutput | StartPolicyGenerationCommandOutput | SubmitRegistryRecordForApprovalCommandOutput | SynchronizeGatewayTargetsCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAgentRuntimeCommandOutput | UpdateAgentRuntimeEndpointCommandOutput | UpdateApiKeyCredentialProviderCommandOutput | UpdateConfigurationBundleCommandOutput | UpdateDatasetCommandOutput | UpdateDatasetExamplesCommandOutput | UpdateEvaluatorCommandOutput | UpdateGatewayCommandOutput | UpdateGatewayRuleCommandOutput | UpdateGatewayTargetCommandOutput | UpdateHarnessCommandOutput | UpdateHarnessEndpointCommandOutput | UpdateMemoryCommandOutput | UpdateOauth2CredentialProviderCommandOutput | UpdateOnlineEvaluationConfigCommandOutput | UpdatePaymentConnectorCommandOutput | UpdatePaymentCredentialProviderCommandOutput | UpdatePaymentManagerCommandOutput | UpdatePolicyCommandOutput | UpdatePolicyEngineCommandOutput | UpdateRegistryCommandOutput | UpdateRegistryRecordCommandOutput | UpdateRegistryRecordStatusCommandOutput | UpdateWorkloadIdentityCommandOutput;
184
+ export type ServiceOutputTypes = AddDatasetExamplesCommandOutput | BatchPutGatewayRateLimitsCommandOutput | CreateAgentRuntimeCommandOutput | CreateAgentRuntimeEndpointCommandOutput | CreateApiKeyCredentialProviderCommandOutput | CreateBrowserCommandOutput | CreateBrowserProfileCommandOutput | CreateCapacityProviderCommandOutput | CreateCodeInterpreterCommandOutput | CreateConfigurationBundleCommandOutput | CreateDatasetCommandOutput | CreateDatasetVersionCommandOutput | CreateEvaluatorCommandOutput | CreateGatewayCommandOutput | CreateGatewayRateLimitCommandOutput | CreateGatewayRuleCommandOutput | CreateGatewayTargetCommandOutput | CreateHarnessCommandOutput | CreateHarnessEndpointCommandOutput | CreateMemoryCommandOutput | CreateOauth2CredentialProviderCommandOutput | CreateOnlineEvaluationConfigCommandOutput | CreatePaymentConnectorCommandOutput | CreatePaymentCredentialProviderCommandOutput | CreatePaymentManagerCommandOutput | CreatePolicyCommandOutput | CreatePolicyEngineCommandOutput | CreateRegistryCommandOutput | CreateRegistryRecordCommandOutput | CreateWorkloadIdentityCommandOutput | DeleteAgentRuntimeCommandOutput | DeleteAgentRuntimeEndpointCommandOutput | DeleteApiKeyCredentialProviderCommandOutput | DeleteBrowserCommandOutput | DeleteBrowserProfileCommandOutput | DeleteCapacityProviderCommandOutput | DeleteCodeInterpreterCommandOutput | DeleteConfigurationBundleCommandOutput | DeleteDatasetCommandOutput | DeleteDatasetExamplesCommandOutput | DeleteEvaluatorCommandOutput | DeleteGatewayCommandOutput | DeleteGatewayRateLimitCommandOutput | DeleteGatewayRuleCommandOutput | DeleteGatewayTargetCommandOutput | DeleteHarnessCommandOutput | DeleteHarnessEndpointCommandOutput | DeleteMemoryCommandOutput | DeleteOauth2CredentialProviderCommandOutput | DeleteOnlineEvaluationConfigCommandOutput | DeletePaymentConnectorCommandOutput | DeletePaymentCredentialProviderCommandOutput | DeletePaymentManagerCommandOutput | DeletePolicyCommandOutput | DeletePolicyEngineCommandOutput | DeleteRegistryCommandOutput | DeleteRegistryRecordCommandOutput | DeleteResourcePolicyCommandOutput | DeleteWorkloadIdentityCommandOutput | GetAgentRuntimeCommandOutput | GetAgentRuntimeEndpointCommandOutput | GetApiKeyCredentialProviderCommandOutput | GetBrowserCommandOutput | GetBrowserProfileCommandOutput | GetCapacityProviderCommandOutput | GetCodeInterpreterCommandOutput | GetConfigurationBundleCommandOutput | GetConfigurationBundleVersionCommandOutput | GetDatasetCommandOutput | GetEvaluatorCommandOutput | GetGatewayCommandOutput | GetGatewayRateLimitCommandOutput | GetGatewayRuleCommandOutput | GetGatewayTargetCommandOutput | GetHarnessCommandOutput | GetHarnessEndpointCommandOutput | GetMemoryCommandOutput | GetOauth2CredentialProviderCommandOutput | GetOnlineEvaluationConfigCommandOutput | GetPaymentConnectorCommandOutput | GetPaymentCredentialProviderCommandOutput | GetPaymentManagerCommandOutput | GetPolicyCommandOutput | GetPolicyEngineCommandOutput | GetPolicyEngineSummaryCommandOutput | GetPolicyGenerationCommandOutput | GetPolicyGenerationSummaryCommandOutput | GetPolicySummaryCommandOutput | GetRegistryCommandOutput | GetRegistryRecordCommandOutput | GetResourcePolicyCommandOutput | GetTokenVaultCommandOutput | GetWorkloadIdentityCommandOutput | ListAgentRuntimeEndpointsCommandOutput | ListAgentRuntimeVersionsByCapacityProviderCommandOutput | ListAgentRuntimeVersionsCommandOutput | ListAgentRuntimesCommandOutput | ListApiKeyCredentialProvidersCommandOutput | ListBrowserProfilesCommandOutput | ListBrowsersCommandOutput | ListCapacityProvidersCommandOutput | ListCodeInterpretersCommandOutput | ListConfigurationBundleVersionsCommandOutput | ListConfigurationBundlesCommandOutput | ListDatasetExamplesCommandOutput | ListDatasetVersionsCommandOutput | ListDatasetsCommandOutput | ListEvaluatorsCommandOutput | ListGatewayRateLimitsCommandOutput | ListGatewayRulesCommandOutput | ListGatewayTargetsCommandOutput | ListGatewaysCommandOutput | ListHarnessEndpointsCommandOutput | ListHarnessVersionsCommandOutput | ListHarnessesCommandOutput | ListMemoriesCommandOutput | ListOauth2CredentialProvidersCommandOutput | ListOnlineEvaluationConfigsCommandOutput | ListPaymentConnectorsCommandOutput | ListPaymentCredentialProvidersCommandOutput | ListPaymentManagersCommandOutput | ListPoliciesCommandOutput | ListPolicyEngineSummariesCommandOutput | ListPolicyEnginesCommandOutput | ListPolicyGenerationAssetsCommandOutput | ListPolicyGenerationSummariesCommandOutput | ListPolicyGenerationsCommandOutput | ListPolicySummariesCommandOutput | ListRegistriesCommandOutput | ListRegistryRecordsCommandOutput | ListTagsForResourceCommandOutput | ListWorkloadIdentitiesCommandOutput | PutResourcePolicyCommandOutput | SetTokenVaultCMKCommandOutput | StartPolicyGenerationCommandOutput | SubmitRegistryRecordForApprovalCommandOutput | SynchronizeGatewayTargetsCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAgentRuntimeCommandOutput | UpdateAgentRuntimeEndpointCommandOutput | UpdateApiKeyCredentialProviderCommandOutput | UpdateCapacityProviderCommandOutput | UpdateConfigurationBundleCommandOutput | UpdateDatasetCommandOutput | UpdateDatasetExamplesCommandOutput | UpdateEvaluatorCommandOutput | UpdateGatewayCommandOutput | UpdateGatewayRateLimitCommandOutput | UpdateGatewayRuleCommandOutput | UpdateGatewayTargetCommandOutput | UpdateHarnessCommandOutput | UpdateHarnessEndpointCommandOutput | UpdateMemoryCommandOutput | UpdateOauth2CredentialProviderCommandOutput | UpdateOnlineEvaluationConfigCommandOutput | UpdatePaymentConnectorCommandOutput | UpdatePaymentCredentialProviderCommandOutput | UpdatePaymentManagerCommandOutput | UpdatePolicyCommandOutput | UpdatePolicyEngineCommandOutput | UpdateRegistryCommandOutput | UpdateRegistryRecordCommandOutput | UpdateRegistryRecordStatusCommandOutput | UpdateWorkloadIdentityCommandOutput;
173
185
  /**
174
186
  * @public
175
187
  */
@@ -0,0 +1,164 @@
1
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import type { BatchPutGatewayRateLimitsRequest, BatchPutGatewayRateLimitsResponse } from "../models/models_0";
3
+ /**
4
+ * @public
5
+ */
6
+ export type { __MetadataBearer };
7
+ /**
8
+ * @public
9
+ *
10
+ * The input for {@link BatchPutGatewayRateLimitsCommand}.
11
+ */
12
+ export interface BatchPutGatewayRateLimitsCommandInput extends BatchPutGatewayRateLimitsRequest {
13
+ }
14
+ /**
15
+ * @public
16
+ *
17
+ * The output of {@link BatchPutGatewayRateLimitsCommand}.
18
+ */
19
+ export interface BatchPutGatewayRateLimitsCommandOutput extends BatchPutGatewayRateLimitsResponse, __MetadataBearer {
20
+ }
21
+ declare const BatchPutGatewayRateLimitsCommand_base: {
22
+ new (input: BatchPutGatewayRateLimitsCommandInput): import("@smithy/core/client").CommandImpl<BatchPutGatewayRateLimitsCommandInput, BatchPutGatewayRateLimitsCommandOutput, import("..").BedrockAgentCoreControlClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: BatchPutGatewayRateLimitsCommandInput): import("@smithy/core/client").CommandImpl<BatchPutGatewayRateLimitsCommandInput, BatchPutGatewayRateLimitsCommandOutput, import("..").BedrockAgentCoreControlClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
25
+ };
26
+ /**
27
+ * <p>Atomically creates or updates multiple rate limits for a gateway. The operation updates existing limits with matching keys and creates new limits for new keys. If the operation fails, the service applies no changes. Retry the request after resolving the issue.</p>
28
+ * @example
29
+ * Use a bare-bones client and the command you need to make an API call.
30
+ * ```javascript
31
+ * import { BedrockAgentCoreControlClient, BatchPutGatewayRateLimitsCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
32
+ * // const { BedrockAgentCoreControlClient, BatchPutGatewayRateLimitsCommand } = 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 = { // BatchPutGatewayRateLimitsRequest
37
+ * gatewayIdentifier: "STRING_VALUE", // required
38
+ * clientToken: "STRING_VALUE",
39
+ * rateLimits: [ // BatchPutLimitEntries // required
40
+ * { // BatchPutLimitEntry
41
+ * rateLimitId: "STRING_VALUE",
42
+ * description: "STRING_VALUE",
43
+ * dimensionKeys: [ // DimensionKeys // required
44
+ * "STRING_VALUE",
45
+ * ],
46
+ * entries: [ // LimitEntries // required
47
+ * { // LimitEntry
48
+ * dimensions: { // Dimensions // required
49
+ * "<keys>": "STRING_VALUE",
50
+ * },
51
+ * requests: [ // RateConfigs
52
+ * { // RateConfig
53
+ * rate: Number("double"), // required
54
+ * period: "second" || "minute", // required
55
+ * },
56
+ * ],
57
+ * tokens: [
58
+ * {
59
+ * rate: Number("double"), // required
60
+ * period: "second" || "minute", // required
61
+ * },
62
+ * ],
63
+ * connections: [
64
+ * {
65
+ * rate: Number("double"), // required
66
+ * period: "second" || "minute", // required
67
+ * },
68
+ * ],
69
+ * },
70
+ * ],
71
+ * },
72
+ * ],
73
+ * };
74
+ * const command = new BatchPutGatewayRateLimitsCommand(input);
75
+ * const response = await client.send(command);
76
+ * // { // BatchPutGatewayRateLimitsResponse
77
+ * // rateLimits: [ // GatewayRateLimits // required
78
+ * // { // GatewayRateLimitDetail
79
+ * // rateLimitId: "STRING_VALUE", // required
80
+ * // gatewayIdentifier: "STRING_VALUE", // required
81
+ * // description: "STRING_VALUE",
82
+ * // dimensionKeys: [ // DimensionKeys // required
83
+ * // "STRING_VALUE",
84
+ * // ],
85
+ * // entries: [ // LimitEntries // required
86
+ * // { // LimitEntry
87
+ * // dimensions: { // Dimensions // required
88
+ * // "<keys>": "STRING_VALUE",
89
+ * // },
90
+ * // requests: [ // RateConfigs
91
+ * // { // RateConfig
92
+ * // rate: Number("double"), // required
93
+ * // period: "second" || "minute", // required
94
+ * // },
95
+ * // ],
96
+ * // tokens: [
97
+ * // {
98
+ * // rate: Number("double"), // required
99
+ * // period: "second" || "minute", // required
100
+ * // },
101
+ * // ],
102
+ * // connections: [
103
+ * // {
104
+ * // rate: Number("double"), // required
105
+ * // period: "second" || "minute", // required
106
+ * // },
107
+ * // ],
108
+ * // },
109
+ * // ],
110
+ * // status: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING", // required
111
+ * // createdAt: new Date("TIMESTAMP"), // required
112
+ * // updatedAt: new Date("TIMESTAMP"), // required
113
+ * // },
114
+ * // ],
115
+ * // };
116
+ *
117
+ * ```
118
+ *
119
+ * @param BatchPutGatewayRateLimitsCommandInput - {@link BatchPutGatewayRateLimitsCommandInput}
120
+ * @returns {@link BatchPutGatewayRateLimitsCommandOutput}
121
+ * @see {@link BatchPutGatewayRateLimitsCommandInput} for command's `input` shape.
122
+ * @see {@link BatchPutGatewayRateLimitsCommandOutput} for command's `response` shape.
123
+ * @see {@link BedrockAgentCoreControlClientResolvedConfig | config} for BedrockAgentCoreControlClient's `config` shape.
124
+ *
125
+ * @throws {@link AccessDeniedException} (client fault)
126
+ * <p>This exception is thrown when a request is denied per access permissions</p>
127
+ *
128
+ * @throws {@link ConflictException} (client fault)
129
+ * <p>This exception is thrown when there is a conflict performing an operation</p>
130
+ *
131
+ * @throws {@link InternalServerException} (server fault)
132
+ * <p>This exception is thrown if there was an unexpected error during processing of request</p>
133
+ *
134
+ * @throws {@link ResourceNotFoundException} (client fault)
135
+ * <p>This exception is thrown when a resource referenced by the operation does not exist</p>
136
+ *
137
+ * @throws {@link ServiceQuotaExceededException} (client fault)
138
+ * <p>This exception is thrown when a request is made beyond the service quota</p>
139
+ *
140
+ * @throws {@link ThrottlingException} (client fault)
141
+ * <p>This exception is thrown when the number of requests exceeds the limit</p>
142
+ *
143
+ * @throws {@link ValidationException} (client fault)
144
+ * <p>The input fails to satisfy the constraints specified by the service.</p>
145
+ *
146
+ * @throws {@link BedrockAgentCoreControlServiceException}
147
+ * <p>Base exception class for all service exceptions from BedrockAgentCoreControl service.</p>
148
+ *
149
+ *
150
+ * @public
151
+ */
152
+ export declare class BatchPutGatewayRateLimitsCommand extends BatchPutGatewayRateLimitsCommand_base {
153
+ /** @internal type navigation helper, not in runtime. */
154
+ protected static __types: {
155
+ api: {
156
+ input: BatchPutGatewayRateLimitsRequest;
157
+ output: BatchPutGatewayRateLimitsResponse;
158
+ };
159
+ sdk: {
160
+ input: BatchPutGatewayRateLimitsCommandInput;
161
+ output: BatchPutGatewayRateLimitsCommandOutput;
162
+ };
163
+ };
164
+ }
@@ -181,8 +181,15 @@ declare const CreateAgentRuntimeCommand_base: {
181
181
  * accessPointArn: "STRING_VALUE", // required
182
182
  * mountPath: "STRING_VALUE", // required
183
183
  * },
184
+ * capacityProviderVolume: { // CapacityProviderVolumeConfiguration
185
+ * volumeName: "STRING_VALUE", // required
186
+ * mountPath: "STRING_VALUE", // required
187
+ * },
184
188
  * },
185
189
  * ],
190
+ * capacityProviderConfiguration: { // CapacityProviderConfiguration
191
+ * capacityProviderArn: "STRING_VALUE",
192
+ * },
186
193
  * tags: "<TagsMap>",
187
194
  * };
188
195
  * const command = new CreateAgentRuntimeCommand(input);