@effect-aws/client-bedrock-agentcore-control 1.11.2 → 1.11.3

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.
@@ -35,6 +35,7 @@ const Instance = __importStar(require("./BedrockAgentCoreControlClientInstance.j
35
35
  const BedrockAgentCoreControlServiceConfig = __importStar(require("./BedrockAgentCoreControlServiceConfig.js"));
36
36
  const Errors_js_1 = require("./Errors.js");
37
37
  const commands = {
38
+ AddDatasetExamplesCommand: client_bedrock_agentcore_control_1.AddDatasetExamplesCommand,
38
39
  CreateAgentRuntimeCommand: client_bedrock_agentcore_control_1.CreateAgentRuntimeCommand,
39
40
  CreateAgentRuntimeEndpointCommand: client_bedrock_agentcore_control_1.CreateAgentRuntimeEndpointCommand,
40
41
  CreateApiKeyCredentialProviderCommand: client_bedrock_agentcore_control_1.CreateApiKeyCredentialProviderCommand,
@@ -42,11 +43,14 @@ const commands = {
42
43
  CreateBrowserProfileCommand: client_bedrock_agentcore_control_1.CreateBrowserProfileCommand,
43
44
  CreateCodeInterpreterCommand: client_bedrock_agentcore_control_1.CreateCodeInterpreterCommand,
44
45
  CreateConfigurationBundleCommand: client_bedrock_agentcore_control_1.CreateConfigurationBundleCommand,
46
+ CreateDatasetCommand: client_bedrock_agentcore_control_1.CreateDatasetCommand,
47
+ CreateDatasetVersionCommand: client_bedrock_agentcore_control_1.CreateDatasetVersionCommand,
45
48
  CreateEvaluatorCommand: client_bedrock_agentcore_control_1.CreateEvaluatorCommand,
46
49
  CreateGatewayCommand: client_bedrock_agentcore_control_1.CreateGatewayCommand,
47
50
  CreateGatewayRuleCommand: client_bedrock_agentcore_control_1.CreateGatewayRuleCommand,
48
51
  CreateGatewayTargetCommand: client_bedrock_agentcore_control_1.CreateGatewayTargetCommand,
49
52
  CreateHarnessCommand: client_bedrock_agentcore_control_1.CreateHarnessCommand,
53
+ CreateHarnessEndpointCommand: client_bedrock_agentcore_control_1.CreateHarnessEndpointCommand,
50
54
  CreateMemoryCommand: client_bedrock_agentcore_control_1.CreateMemoryCommand,
51
55
  CreateOauth2CredentialProviderCommand: client_bedrock_agentcore_control_1.CreateOauth2CredentialProviderCommand,
52
56
  CreateOnlineEvaluationConfigCommand: client_bedrock_agentcore_control_1.CreateOnlineEvaluationConfigCommand,
@@ -65,11 +69,14 @@ const commands = {
65
69
  DeleteBrowserProfileCommand: client_bedrock_agentcore_control_1.DeleteBrowserProfileCommand,
66
70
  DeleteCodeInterpreterCommand: client_bedrock_agentcore_control_1.DeleteCodeInterpreterCommand,
67
71
  DeleteConfigurationBundleCommand: client_bedrock_agentcore_control_1.DeleteConfigurationBundleCommand,
72
+ DeleteDatasetCommand: client_bedrock_agentcore_control_1.DeleteDatasetCommand,
73
+ DeleteDatasetExamplesCommand: client_bedrock_agentcore_control_1.DeleteDatasetExamplesCommand,
68
74
  DeleteEvaluatorCommand: client_bedrock_agentcore_control_1.DeleteEvaluatorCommand,
69
75
  DeleteGatewayCommand: client_bedrock_agentcore_control_1.DeleteGatewayCommand,
70
76
  DeleteGatewayRuleCommand: client_bedrock_agentcore_control_1.DeleteGatewayRuleCommand,
71
77
  DeleteGatewayTargetCommand: client_bedrock_agentcore_control_1.DeleteGatewayTargetCommand,
72
78
  DeleteHarnessCommand: client_bedrock_agentcore_control_1.DeleteHarnessCommand,
79
+ DeleteHarnessEndpointCommand: client_bedrock_agentcore_control_1.DeleteHarnessEndpointCommand,
73
80
  DeleteMemoryCommand: client_bedrock_agentcore_control_1.DeleteMemoryCommand,
74
81
  DeleteOauth2CredentialProviderCommand: client_bedrock_agentcore_control_1.DeleteOauth2CredentialProviderCommand,
75
82
  DeleteOnlineEvaluationConfigCommand: client_bedrock_agentcore_control_1.DeleteOnlineEvaluationConfigCommand,
@@ -90,11 +97,13 @@ const commands = {
90
97
  GetCodeInterpreterCommand: client_bedrock_agentcore_control_1.GetCodeInterpreterCommand,
91
98
  GetConfigurationBundleCommand: client_bedrock_agentcore_control_1.GetConfigurationBundleCommand,
92
99
  GetConfigurationBundleVersionCommand: client_bedrock_agentcore_control_1.GetConfigurationBundleVersionCommand,
100
+ GetDatasetCommand: client_bedrock_agentcore_control_1.GetDatasetCommand,
93
101
  GetEvaluatorCommand: client_bedrock_agentcore_control_1.GetEvaluatorCommand,
94
102
  GetGatewayCommand: client_bedrock_agentcore_control_1.GetGatewayCommand,
95
103
  GetGatewayRuleCommand: client_bedrock_agentcore_control_1.GetGatewayRuleCommand,
96
104
  GetGatewayTargetCommand: client_bedrock_agentcore_control_1.GetGatewayTargetCommand,
97
105
  GetHarnessCommand: client_bedrock_agentcore_control_1.GetHarnessCommand,
106
+ GetHarnessEndpointCommand: client_bedrock_agentcore_control_1.GetHarnessEndpointCommand,
98
107
  GetMemoryCommand: client_bedrock_agentcore_control_1.GetMemoryCommand,
99
108
  GetOauth2CredentialProviderCommand: client_bedrock_agentcore_control_1.GetOauth2CredentialProviderCommand,
100
109
  GetOnlineEvaluationConfigCommand: client_bedrock_agentcore_control_1.GetOnlineEvaluationConfigCommand,
@@ -103,7 +112,10 @@ const commands = {
103
112
  GetPaymentManagerCommand: client_bedrock_agentcore_control_1.GetPaymentManagerCommand,
104
113
  GetPolicyCommand: client_bedrock_agentcore_control_1.GetPolicyCommand,
105
114
  GetPolicyEngineCommand: client_bedrock_agentcore_control_1.GetPolicyEngineCommand,
115
+ GetPolicyEngineSummaryCommand: client_bedrock_agentcore_control_1.GetPolicyEngineSummaryCommand,
106
116
  GetPolicyGenerationCommand: client_bedrock_agentcore_control_1.GetPolicyGenerationCommand,
117
+ GetPolicyGenerationSummaryCommand: client_bedrock_agentcore_control_1.GetPolicyGenerationSummaryCommand,
118
+ GetPolicySummaryCommand: client_bedrock_agentcore_control_1.GetPolicySummaryCommand,
107
119
  GetRegistryCommand: client_bedrock_agentcore_control_1.GetRegistryCommand,
108
120
  GetRegistryRecordCommand: client_bedrock_agentcore_control_1.GetRegistryRecordCommand,
109
121
  GetResourcePolicyCommand: client_bedrock_agentcore_control_1.GetResourcePolicyCommand,
@@ -118,10 +130,15 @@ const commands = {
118
130
  ListCodeInterpretersCommand: client_bedrock_agentcore_control_1.ListCodeInterpretersCommand,
119
131
  ListConfigurationBundleVersionsCommand: client_bedrock_agentcore_control_1.ListConfigurationBundleVersionsCommand,
120
132
  ListConfigurationBundlesCommand: client_bedrock_agentcore_control_1.ListConfigurationBundlesCommand,
133
+ ListDatasetExamplesCommand: client_bedrock_agentcore_control_1.ListDatasetExamplesCommand,
134
+ ListDatasetVersionsCommand: client_bedrock_agentcore_control_1.ListDatasetVersionsCommand,
135
+ ListDatasetsCommand: client_bedrock_agentcore_control_1.ListDatasetsCommand,
121
136
  ListEvaluatorsCommand: client_bedrock_agentcore_control_1.ListEvaluatorsCommand,
122
137
  ListGatewayRulesCommand: client_bedrock_agentcore_control_1.ListGatewayRulesCommand,
123
138
  ListGatewayTargetsCommand: client_bedrock_agentcore_control_1.ListGatewayTargetsCommand,
124
139
  ListGatewaysCommand: client_bedrock_agentcore_control_1.ListGatewaysCommand,
140
+ ListHarnessEndpointsCommand: client_bedrock_agentcore_control_1.ListHarnessEndpointsCommand,
141
+ ListHarnessVersionsCommand: client_bedrock_agentcore_control_1.ListHarnessVersionsCommand,
125
142
  ListHarnessesCommand: client_bedrock_agentcore_control_1.ListHarnessesCommand,
126
143
  ListMemoriesCommand: client_bedrock_agentcore_control_1.ListMemoriesCommand,
127
144
  ListOauth2CredentialProvidersCommand: client_bedrock_agentcore_control_1.ListOauth2CredentialProvidersCommand,
@@ -130,9 +147,12 @@ const commands = {
130
147
  ListPaymentCredentialProvidersCommand: client_bedrock_agentcore_control_1.ListPaymentCredentialProvidersCommand,
131
148
  ListPaymentManagersCommand: client_bedrock_agentcore_control_1.ListPaymentManagersCommand,
132
149
  ListPoliciesCommand: client_bedrock_agentcore_control_1.ListPoliciesCommand,
150
+ ListPolicyEngineSummariesCommand: client_bedrock_agentcore_control_1.ListPolicyEngineSummariesCommand,
133
151
  ListPolicyEnginesCommand: client_bedrock_agentcore_control_1.ListPolicyEnginesCommand,
134
152
  ListPolicyGenerationAssetsCommand: client_bedrock_agentcore_control_1.ListPolicyGenerationAssetsCommand,
153
+ ListPolicyGenerationSummariesCommand: client_bedrock_agentcore_control_1.ListPolicyGenerationSummariesCommand,
135
154
  ListPolicyGenerationsCommand: client_bedrock_agentcore_control_1.ListPolicyGenerationsCommand,
155
+ ListPolicySummariesCommand: client_bedrock_agentcore_control_1.ListPolicySummariesCommand,
136
156
  ListRegistriesCommand: client_bedrock_agentcore_control_1.ListRegistriesCommand,
137
157
  ListRegistryRecordsCommand: client_bedrock_agentcore_control_1.ListRegistryRecordsCommand,
138
158
  ListTagsForResourceCommand: client_bedrock_agentcore_control_1.ListTagsForResourceCommand,
@@ -148,11 +168,14 @@ const commands = {
148
168
  UpdateAgentRuntimeEndpointCommand: client_bedrock_agentcore_control_1.UpdateAgentRuntimeEndpointCommand,
149
169
  UpdateApiKeyCredentialProviderCommand: client_bedrock_agentcore_control_1.UpdateApiKeyCredentialProviderCommand,
150
170
  UpdateConfigurationBundleCommand: client_bedrock_agentcore_control_1.UpdateConfigurationBundleCommand,
171
+ UpdateDatasetCommand: client_bedrock_agentcore_control_1.UpdateDatasetCommand,
172
+ UpdateDatasetExamplesCommand: client_bedrock_agentcore_control_1.UpdateDatasetExamplesCommand,
151
173
  UpdateEvaluatorCommand: client_bedrock_agentcore_control_1.UpdateEvaluatorCommand,
152
174
  UpdateGatewayCommand: client_bedrock_agentcore_control_1.UpdateGatewayCommand,
153
175
  UpdateGatewayRuleCommand: client_bedrock_agentcore_control_1.UpdateGatewayRuleCommand,
154
176
  UpdateGatewayTargetCommand: client_bedrock_agentcore_control_1.UpdateGatewayTargetCommand,
155
177
  UpdateHarnessCommand: client_bedrock_agentcore_control_1.UpdateHarnessCommand,
178
+ UpdateHarnessEndpointCommand: client_bedrock_agentcore_control_1.UpdateHarnessEndpointCommand,
156
179
  UpdateMemoryCommand: client_bedrock_agentcore_control_1.UpdateMemoryCommand,
157
180
  UpdateOauth2CredentialProviderCommand: client_bedrock_agentcore_control_1.UpdateOauth2CredentialProviderCommand,
158
181
  UpdateOnlineEvaluationConfigCommand: client_bedrock_agentcore_control_1.UpdateOnlineEvaluationConfigCommand,
@@ -176,10 +199,15 @@ const paginators = {
176
199
  paginateListCodeInterpreters: client_bedrock_agentcore_control_1.paginateListCodeInterpreters,
177
200
  paginateListConfigurationBundleVersions: client_bedrock_agentcore_control_1.paginateListConfigurationBundleVersions,
178
201
  paginateListConfigurationBundles: client_bedrock_agentcore_control_1.paginateListConfigurationBundles,
202
+ paginateListDatasetExamples: client_bedrock_agentcore_control_1.paginateListDatasetExamples,
203
+ paginateListDatasetVersions: client_bedrock_agentcore_control_1.paginateListDatasetVersions,
204
+ paginateListDatasets: client_bedrock_agentcore_control_1.paginateListDatasets,
179
205
  paginateListEvaluators: client_bedrock_agentcore_control_1.paginateListEvaluators,
180
206
  paginateListGatewayRules: client_bedrock_agentcore_control_1.paginateListGatewayRules,
181
207
  paginateListGatewayTargets: client_bedrock_agentcore_control_1.paginateListGatewayTargets,
182
208
  paginateListGateways: client_bedrock_agentcore_control_1.paginateListGateways,
209
+ paginateListHarnessEndpoints: client_bedrock_agentcore_control_1.paginateListHarnessEndpoints,
210
+ paginateListHarnessVersions: client_bedrock_agentcore_control_1.paginateListHarnessVersions,
183
211
  paginateListHarnesses: client_bedrock_agentcore_control_1.paginateListHarnesses,
184
212
  paginateListMemories: client_bedrock_agentcore_control_1.paginateListMemories,
185
213
  paginateListOauth2CredentialProviders: client_bedrock_agentcore_control_1.paginateListOauth2CredentialProviders,
@@ -188,9 +216,12 @@ const paginators = {
188
216
  paginateListPaymentCredentialProviders: client_bedrock_agentcore_control_1.paginateListPaymentCredentialProviders,
189
217
  paginateListPaymentManagers: client_bedrock_agentcore_control_1.paginateListPaymentManagers,
190
218
  paginateListPolicies: client_bedrock_agentcore_control_1.paginateListPolicies,
219
+ paginateListPolicyEngineSummaries: client_bedrock_agentcore_control_1.paginateListPolicyEngineSummaries,
191
220
  paginateListPolicyEngines: client_bedrock_agentcore_control_1.paginateListPolicyEngines,
192
221
  paginateListPolicyGenerationAssets: client_bedrock_agentcore_control_1.paginateListPolicyGenerationAssets,
222
+ paginateListPolicyGenerationSummaries: client_bedrock_agentcore_control_1.paginateListPolicyGenerationSummaries,
193
223
  paginateListPolicyGenerations: client_bedrock_agentcore_control_1.paginateListPolicyGenerations,
224
+ paginateListPolicySummaries: client_bedrock_agentcore_control_1.paginateListPolicySummaries,
194
225
  paginateListRegistries: client_bedrock_agentcore_control_1.paginateListRegistries,
195
226
  paginateListRegistryRecords: client_bedrock_agentcore_control_1.paginateListRegistryRecords,
196
227
  paginateListWorkloadIdentities: client_bedrock_agentcore_control_1.paginateListWorkloadIdentities,
@@ -1 +1 @@
1
- {"version":3,"file":"BedrockAgentCoreControlService.js","sourceRoot":"","sources":["../../src/BedrockAgentCoreControlService.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"BedrockAgentCoreControlService.js","sourceRoot":"","sources":["../../src/BedrockAgentCoreControlService.ts"],"names":[],"mappings":"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"}
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @since 1.0.0
3
3
  */
4
- import { type BedrockAgentCoreControlClient, type BedrockAgentCoreControlClientConfig, type CreateAgentRuntimeCommandInput, type CreateAgentRuntimeCommandOutput, type CreateAgentRuntimeEndpointCommandInput, type CreateAgentRuntimeEndpointCommandOutput, type CreateApiKeyCredentialProviderCommandInput, type CreateApiKeyCredentialProviderCommandOutput, type CreateBrowserCommandInput, type CreateBrowserCommandOutput, type CreateBrowserProfileCommandInput, type CreateBrowserProfileCommandOutput, type CreateCodeInterpreterCommandInput, type CreateCodeInterpreterCommandOutput, type CreateConfigurationBundleCommandInput, type CreateConfigurationBundleCommandOutput, type CreateEvaluatorCommandInput, type CreateEvaluatorCommandOutput, type CreateGatewayCommandInput, type CreateGatewayCommandOutput, type CreateGatewayRuleCommandInput, type CreateGatewayRuleCommandOutput, type CreateGatewayTargetCommandInput, type CreateGatewayTargetCommandOutput, type CreateHarnessCommandInput, type CreateHarnessCommandOutput, type CreateMemoryCommandInput, type CreateMemoryCommandOutput, type CreateOauth2CredentialProviderCommandInput, type CreateOauth2CredentialProviderCommandOutput, type CreateOnlineEvaluationConfigCommandInput, type CreateOnlineEvaluationConfigCommandOutput, type CreatePaymentConnectorCommandInput, type CreatePaymentConnectorCommandOutput, type CreatePaymentCredentialProviderCommandInput, type CreatePaymentCredentialProviderCommandOutput, type CreatePaymentManagerCommandInput, type CreatePaymentManagerCommandOutput, type CreatePolicyCommandInput, type CreatePolicyCommandOutput, type CreatePolicyEngineCommandInput, type CreatePolicyEngineCommandOutput, type CreateRegistryCommandInput, type CreateRegistryCommandOutput, type CreateRegistryRecordCommandInput, type CreateRegistryRecordCommandOutput, type CreateWorkloadIdentityCommandInput, type CreateWorkloadIdentityCommandOutput, type DeleteAgentRuntimeCommandInput, type DeleteAgentRuntimeCommandOutput, type DeleteAgentRuntimeEndpointCommandInput, type DeleteAgentRuntimeEndpointCommandOutput, type DeleteApiKeyCredentialProviderCommandInput, type DeleteApiKeyCredentialProviderCommandOutput, type DeleteBrowserCommandInput, type DeleteBrowserCommandOutput, type DeleteBrowserProfileCommandInput, type DeleteBrowserProfileCommandOutput, type DeleteCodeInterpreterCommandInput, type DeleteCodeInterpreterCommandOutput, type DeleteConfigurationBundleCommandInput, type DeleteConfigurationBundleCommandOutput, type DeleteEvaluatorCommandInput, type DeleteEvaluatorCommandOutput, type DeleteGatewayCommandInput, type DeleteGatewayCommandOutput, type DeleteGatewayRuleCommandInput, type DeleteGatewayRuleCommandOutput, type DeleteGatewayTargetCommandInput, type DeleteGatewayTargetCommandOutput, type DeleteHarnessCommandInput, type DeleteHarnessCommandOutput, type DeleteMemoryCommandInput, type DeleteMemoryCommandOutput, type DeleteOauth2CredentialProviderCommandInput, type DeleteOauth2CredentialProviderCommandOutput, type DeleteOnlineEvaluationConfigCommandInput, type DeleteOnlineEvaluationConfigCommandOutput, type DeletePaymentConnectorCommandInput, type DeletePaymentConnectorCommandOutput, type DeletePaymentCredentialProviderCommandInput, type DeletePaymentCredentialProviderCommandOutput, type DeletePaymentManagerCommandInput, type DeletePaymentManagerCommandOutput, type DeletePolicyCommandInput, type DeletePolicyCommandOutput, type DeletePolicyEngineCommandInput, type DeletePolicyEngineCommandOutput, type DeleteRegistryCommandInput, type DeleteRegistryCommandOutput, type DeleteRegistryRecordCommandInput, type DeleteRegistryRecordCommandOutput, type DeleteResourcePolicyCommandInput, type DeleteResourcePolicyCommandOutput, type DeleteWorkloadIdentityCommandInput, type DeleteWorkloadIdentityCommandOutput, type GetAgentRuntimeCommandInput, type GetAgentRuntimeCommandOutput, type GetAgentRuntimeEndpointCommandInput, type GetAgentRuntimeEndpointCommandOutput, type GetApiKeyCredentialProviderCommandInput, type GetApiKeyCredentialProviderCommandOutput, type GetBrowserCommandInput, type GetBrowserCommandOutput, type GetBrowserProfileCommandInput, type GetBrowserProfileCommandOutput, type GetCodeInterpreterCommandInput, type GetCodeInterpreterCommandOutput, type GetConfigurationBundleCommandInput, type GetConfigurationBundleCommandOutput, type GetConfigurationBundleVersionCommandInput, type GetConfigurationBundleVersionCommandOutput, type GetEvaluatorCommandInput, type GetEvaluatorCommandOutput, type GetGatewayCommandInput, type GetGatewayCommandOutput, type GetGatewayRuleCommandInput, type GetGatewayRuleCommandOutput, type GetGatewayTargetCommandInput, type GetGatewayTargetCommandOutput, type GetHarnessCommandInput, type GetHarnessCommandOutput, type GetMemoryCommandInput, type GetMemoryCommandOutput, type GetOauth2CredentialProviderCommandInput, type GetOauth2CredentialProviderCommandOutput, type GetOnlineEvaluationConfigCommandInput, type GetOnlineEvaluationConfigCommandOutput, type GetPaymentConnectorCommandInput, type GetPaymentConnectorCommandOutput, type GetPaymentCredentialProviderCommandInput, type GetPaymentCredentialProviderCommandOutput, type GetPaymentManagerCommandInput, type GetPaymentManagerCommandOutput, type GetPolicyCommandInput, type GetPolicyCommandOutput, type GetPolicyEngineCommandInput, type GetPolicyEngineCommandOutput, type GetPolicyGenerationCommandInput, type GetPolicyGenerationCommandOutput, type GetRegistryCommandInput, type GetRegistryCommandOutput, type GetRegistryRecordCommandInput, type GetRegistryRecordCommandOutput, type GetResourcePolicyCommandInput, type GetResourcePolicyCommandOutput, type GetTokenVaultCommandInput, type GetTokenVaultCommandOutput, type GetWorkloadIdentityCommandInput, type GetWorkloadIdentityCommandOutput, type ListAgentRuntimeEndpointsCommandInput, type ListAgentRuntimeEndpointsCommandOutput, type ListAgentRuntimesCommandInput, type ListAgentRuntimesCommandOutput, type ListAgentRuntimeVersionsCommandInput, type ListAgentRuntimeVersionsCommandOutput, type ListApiKeyCredentialProvidersCommandInput, type ListApiKeyCredentialProvidersCommandOutput, type ListBrowserProfilesCommandInput, type ListBrowserProfilesCommandOutput, type ListBrowsersCommandInput, type ListBrowsersCommandOutput, type ListCodeInterpretersCommandInput, type ListCodeInterpretersCommandOutput, type ListConfigurationBundlesCommandInput, type ListConfigurationBundlesCommandOutput, type ListConfigurationBundleVersionsCommandInput, type ListConfigurationBundleVersionsCommandOutput, type ListEvaluatorsCommandInput, type ListEvaluatorsCommandOutput, type ListGatewayRulesCommandInput, type ListGatewayRulesCommandOutput, type ListGatewaysCommandInput, type ListGatewaysCommandOutput, type ListGatewayTargetsCommandInput, type ListGatewayTargetsCommandOutput, type ListHarnessesCommandInput, type ListHarnessesCommandOutput, type ListMemoriesCommandInput, type ListMemoriesCommandOutput, type ListOauth2CredentialProvidersCommandInput, type ListOauth2CredentialProvidersCommandOutput, type ListOnlineEvaluationConfigsCommandInput, type ListOnlineEvaluationConfigsCommandOutput, type ListPaymentConnectorsCommandInput, type ListPaymentConnectorsCommandOutput, type ListPaymentCredentialProvidersCommandInput, type ListPaymentCredentialProvidersCommandOutput, type ListPaymentManagersCommandInput, type ListPaymentManagersCommandOutput, type ListPoliciesCommandInput, type ListPoliciesCommandOutput, type ListPolicyEnginesCommandInput, type ListPolicyEnginesCommandOutput, type ListPolicyGenerationAssetsCommandInput, type ListPolicyGenerationAssetsCommandOutput, type ListPolicyGenerationsCommandInput, type ListPolicyGenerationsCommandOutput, type ListRegistriesCommandInput, type ListRegistriesCommandOutput, type ListRegistryRecordsCommandInput, type ListRegistryRecordsCommandOutput, type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput, type ListWorkloadIdentitiesCommandInput, type ListWorkloadIdentitiesCommandOutput, type PutResourcePolicyCommandInput, type PutResourcePolicyCommandOutput, type SetTokenVaultCMKCommandInput, type SetTokenVaultCMKCommandOutput, type StartPolicyGenerationCommandInput, type StartPolicyGenerationCommandOutput, type SubmitRegistryRecordForApprovalCommandInput, type SubmitRegistryRecordForApprovalCommandOutput, type SynchronizeGatewayTargetsCommandInput, type SynchronizeGatewayTargetsCommandOutput, type TagResourceCommandInput, type TagResourceCommandOutput, type UntagResourceCommandInput, type UntagResourceCommandOutput, type UpdateAgentRuntimeCommandInput, type UpdateAgentRuntimeCommandOutput, type UpdateAgentRuntimeEndpointCommandInput, type UpdateAgentRuntimeEndpointCommandOutput, type UpdateApiKeyCredentialProviderCommandInput, type UpdateApiKeyCredentialProviderCommandOutput, type UpdateConfigurationBundleCommandInput, type UpdateConfigurationBundleCommandOutput, type UpdateEvaluatorCommandInput, type UpdateEvaluatorCommandOutput, type UpdateGatewayCommandInput, type UpdateGatewayCommandOutput, type UpdateGatewayRuleCommandInput, type UpdateGatewayRuleCommandOutput, type UpdateGatewayTargetCommandInput, type UpdateGatewayTargetCommandOutput, type UpdateHarnessCommandInput, type UpdateHarnessCommandOutput, type UpdateMemoryCommandInput, type UpdateMemoryCommandOutput, type UpdateOauth2CredentialProviderCommandInput, type UpdateOauth2CredentialProviderCommandOutput, type UpdateOnlineEvaluationConfigCommandInput, type UpdateOnlineEvaluationConfigCommandOutput, type UpdatePaymentConnectorCommandInput, type UpdatePaymentConnectorCommandOutput, type UpdatePaymentCredentialProviderCommandInput, type UpdatePaymentCredentialProviderCommandOutput, type UpdatePaymentManagerCommandInput, type UpdatePaymentManagerCommandOutput, type UpdatePolicyCommandInput, type UpdatePolicyCommandOutput, type UpdatePolicyEngineCommandInput, type UpdatePolicyEngineCommandOutput, type UpdateRegistryCommandInput, type UpdateRegistryCommandOutput, type UpdateRegistryRecordCommandInput, type UpdateRegistryRecordCommandOutput, type UpdateRegistryRecordStatusCommandInput, type UpdateRegistryRecordStatusCommandOutput, type UpdateWorkloadIdentityCommandInput, type UpdateWorkloadIdentityCommandOutput } from "@aws-sdk/client-bedrock-agentcore-control";
4
+ import { type AddDatasetExamplesCommandInput, type AddDatasetExamplesCommandOutput, type BedrockAgentCoreControlClient, type BedrockAgentCoreControlClientConfig, type CreateAgentRuntimeCommandInput, type CreateAgentRuntimeCommandOutput, type CreateAgentRuntimeEndpointCommandInput, type CreateAgentRuntimeEndpointCommandOutput, type CreateApiKeyCredentialProviderCommandInput, type CreateApiKeyCredentialProviderCommandOutput, type CreateBrowserCommandInput, type CreateBrowserCommandOutput, type CreateBrowserProfileCommandInput, type CreateBrowserProfileCommandOutput, type CreateCodeInterpreterCommandInput, type CreateCodeInterpreterCommandOutput, type CreateConfigurationBundleCommandInput, type CreateConfigurationBundleCommandOutput, type CreateDatasetCommandInput, type CreateDatasetCommandOutput, type CreateDatasetVersionCommandInput, type CreateDatasetVersionCommandOutput, type CreateEvaluatorCommandInput, type CreateEvaluatorCommandOutput, type CreateGatewayCommandInput, type CreateGatewayCommandOutput, type CreateGatewayRuleCommandInput, type CreateGatewayRuleCommandOutput, type CreateGatewayTargetCommandInput, type CreateGatewayTargetCommandOutput, type CreateHarnessCommandInput, type CreateHarnessCommandOutput, type CreateHarnessEndpointCommandInput, type CreateHarnessEndpointCommandOutput, type CreateMemoryCommandInput, type CreateMemoryCommandOutput, type CreateOauth2CredentialProviderCommandInput, type CreateOauth2CredentialProviderCommandOutput, type CreateOnlineEvaluationConfigCommandInput, type CreateOnlineEvaluationConfigCommandOutput, type CreatePaymentConnectorCommandInput, type CreatePaymentConnectorCommandOutput, type CreatePaymentCredentialProviderCommandInput, type CreatePaymentCredentialProviderCommandOutput, type CreatePaymentManagerCommandInput, type CreatePaymentManagerCommandOutput, type CreatePolicyCommandInput, type CreatePolicyCommandOutput, type CreatePolicyEngineCommandInput, type CreatePolicyEngineCommandOutput, type CreateRegistryCommandInput, type CreateRegistryCommandOutput, type CreateRegistryRecordCommandInput, type CreateRegistryRecordCommandOutput, type CreateWorkloadIdentityCommandInput, type CreateWorkloadIdentityCommandOutput, type DeleteAgentRuntimeCommandInput, type DeleteAgentRuntimeCommandOutput, type DeleteAgentRuntimeEndpointCommandInput, type DeleteAgentRuntimeEndpointCommandOutput, type DeleteApiKeyCredentialProviderCommandInput, type DeleteApiKeyCredentialProviderCommandOutput, type DeleteBrowserCommandInput, type DeleteBrowserCommandOutput, type DeleteBrowserProfileCommandInput, type DeleteBrowserProfileCommandOutput, type DeleteCodeInterpreterCommandInput, type DeleteCodeInterpreterCommandOutput, type DeleteConfigurationBundleCommandInput, type DeleteConfigurationBundleCommandOutput, type DeleteDatasetCommandInput, type DeleteDatasetCommandOutput, type DeleteDatasetExamplesCommandInput, type DeleteDatasetExamplesCommandOutput, type DeleteEvaluatorCommandInput, type DeleteEvaluatorCommandOutput, type DeleteGatewayCommandInput, type DeleteGatewayCommandOutput, type DeleteGatewayRuleCommandInput, type DeleteGatewayRuleCommandOutput, type DeleteGatewayTargetCommandInput, type DeleteGatewayTargetCommandOutput, type DeleteHarnessCommandInput, type DeleteHarnessCommandOutput, type DeleteHarnessEndpointCommandInput, type DeleteHarnessEndpointCommandOutput, type DeleteMemoryCommandInput, type DeleteMemoryCommandOutput, type DeleteOauth2CredentialProviderCommandInput, type DeleteOauth2CredentialProviderCommandOutput, type DeleteOnlineEvaluationConfigCommandInput, type DeleteOnlineEvaluationConfigCommandOutput, type DeletePaymentConnectorCommandInput, type DeletePaymentConnectorCommandOutput, type DeletePaymentCredentialProviderCommandInput, type DeletePaymentCredentialProviderCommandOutput, type DeletePaymentManagerCommandInput, type DeletePaymentManagerCommandOutput, type DeletePolicyCommandInput, type DeletePolicyCommandOutput, type DeletePolicyEngineCommandInput, type DeletePolicyEngineCommandOutput, type DeleteRegistryCommandInput, type DeleteRegistryCommandOutput, type DeleteRegistryRecordCommandInput, type DeleteRegistryRecordCommandOutput, type DeleteResourcePolicyCommandInput, type DeleteResourcePolicyCommandOutput, type DeleteWorkloadIdentityCommandInput, type DeleteWorkloadIdentityCommandOutput, type GetAgentRuntimeCommandInput, type GetAgentRuntimeCommandOutput, type GetAgentRuntimeEndpointCommandInput, type GetAgentRuntimeEndpointCommandOutput, type GetApiKeyCredentialProviderCommandInput, type GetApiKeyCredentialProviderCommandOutput, type GetBrowserCommandInput, type GetBrowserCommandOutput, type GetBrowserProfileCommandInput, type GetBrowserProfileCommandOutput, type GetCodeInterpreterCommandInput, type GetCodeInterpreterCommandOutput, type GetConfigurationBundleCommandInput, type GetConfigurationBundleCommandOutput, type GetConfigurationBundleVersionCommandInput, type GetConfigurationBundleVersionCommandOutput, type GetDatasetCommandInput, type GetDatasetCommandOutput, type GetEvaluatorCommandInput, type GetEvaluatorCommandOutput, type GetGatewayCommandInput, type GetGatewayCommandOutput, type GetGatewayRuleCommandInput, type GetGatewayRuleCommandOutput, type GetGatewayTargetCommandInput, type GetGatewayTargetCommandOutput, type GetHarnessCommandInput, type GetHarnessCommandOutput, type GetHarnessEndpointCommandInput, type GetHarnessEndpointCommandOutput, type GetMemoryCommandInput, type GetMemoryCommandOutput, type GetOauth2CredentialProviderCommandInput, type GetOauth2CredentialProviderCommandOutput, type GetOnlineEvaluationConfigCommandInput, type GetOnlineEvaluationConfigCommandOutput, type GetPaymentConnectorCommandInput, type GetPaymentConnectorCommandOutput, type GetPaymentCredentialProviderCommandInput, type GetPaymentCredentialProviderCommandOutput, type GetPaymentManagerCommandInput, type GetPaymentManagerCommandOutput, type GetPolicyCommandInput, type GetPolicyCommandOutput, type GetPolicyEngineCommandInput, type GetPolicyEngineCommandOutput, type GetPolicyEngineSummaryCommandInput, type GetPolicyEngineSummaryCommandOutput, type GetPolicyGenerationCommandInput, type GetPolicyGenerationCommandOutput, type GetPolicyGenerationSummaryCommandInput, type GetPolicyGenerationSummaryCommandOutput, type GetPolicySummaryCommandInput, type GetPolicySummaryCommandOutput, type GetRegistryCommandInput, type GetRegistryCommandOutput, type GetRegistryRecordCommandInput, type GetRegistryRecordCommandOutput, type GetResourcePolicyCommandInput, type GetResourcePolicyCommandOutput, type GetTokenVaultCommandInput, type GetTokenVaultCommandOutput, type GetWorkloadIdentityCommandInput, type GetWorkloadIdentityCommandOutput, type ListAgentRuntimeEndpointsCommandInput, type ListAgentRuntimeEndpointsCommandOutput, type ListAgentRuntimesCommandInput, type ListAgentRuntimesCommandOutput, type ListAgentRuntimeVersionsCommandInput, type ListAgentRuntimeVersionsCommandOutput, type ListApiKeyCredentialProvidersCommandInput, type ListApiKeyCredentialProvidersCommandOutput, type ListBrowserProfilesCommandInput, type ListBrowserProfilesCommandOutput, type ListBrowsersCommandInput, type ListBrowsersCommandOutput, type ListCodeInterpretersCommandInput, type ListCodeInterpretersCommandOutput, type ListConfigurationBundlesCommandInput, type ListConfigurationBundlesCommandOutput, type ListConfigurationBundleVersionsCommandInput, type ListConfigurationBundleVersionsCommandOutput, type ListDatasetExamplesCommandInput, type ListDatasetExamplesCommandOutput, type ListDatasetsCommandInput, type ListDatasetsCommandOutput, type ListDatasetVersionsCommandInput, type ListDatasetVersionsCommandOutput, type ListEvaluatorsCommandInput, type ListEvaluatorsCommandOutput, type ListGatewayRulesCommandInput, type ListGatewayRulesCommandOutput, type ListGatewaysCommandInput, type ListGatewaysCommandOutput, type ListGatewayTargetsCommandInput, type ListGatewayTargetsCommandOutput, type ListHarnessEndpointsCommandInput, type ListHarnessEndpointsCommandOutput, type ListHarnessesCommandInput, type ListHarnessesCommandOutput, type ListHarnessVersionsCommandInput, type ListHarnessVersionsCommandOutput, type ListMemoriesCommandInput, type ListMemoriesCommandOutput, type ListOauth2CredentialProvidersCommandInput, type ListOauth2CredentialProvidersCommandOutput, type ListOnlineEvaluationConfigsCommandInput, type ListOnlineEvaluationConfigsCommandOutput, type ListPaymentConnectorsCommandInput, type ListPaymentConnectorsCommandOutput, type ListPaymentCredentialProvidersCommandInput, type ListPaymentCredentialProvidersCommandOutput, type ListPaymentManagersCommandInput, type ListPaymentManagersCommandOutput, type ListPoliciesCommandInput, type ListPoliciesCommandOutput, type ListPolicyEnginesCommandInput, type ListPolicyEnginesCommandOutput, type ListPolicyEngineSummariesCommandInput, type ListPolicyEngineSummariesCommandOutput, type ListPolicyGenerationAssetsCommandInput, type ListPolicyGenerationAssetsCommandOutput, type ListPolicyGenerationsCommandInput, type ListPolicyGenerationsCommandOutput, type ListPolicyGenerationSummariesCommandInput, type ListPolicyGenerationSummariesCommandOutput, type ListPolicySummariesCommandInput, type ListPolicySummariesCommandOutput, type ListRegistriesCommandInput, type ListRegistriesCommandOutput, type ListRegistryRecordsCommandInput, type ListRegistryRecordsCommandOutput, type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput, type ListWorkloadIdentitiesCommandInput, type ListWorkloadIdentitiesCommandOutput, type PutResourcePolicyCommandInput, type PutResourcePolicyCommandOutput, type SetTokenVaultCMKCommandInput, type SetTokenVaultCMKCommandOutput, type StartPolicyGenerationCommandInput, type StartPolicyGenerationCommandOutput, type SubmitRegistryRecordForApprovalCommandInput, type SubmitRegistryRecordForApprovalCommandOutput, type SynchronizeGatewayTargetsCommandInput, type SynchronizeGatewayTargetsCommandOutput, type TagResourceCommandInput, type TagResourceCommandOutput, type UntagResourceCommandInput, type UntagResourceCommandOutput, type UpdateAgentRuntimeCommandInput, type UpdateAgentRuntimeCommandOutput, type UpdateAgentRuntimeEndpointCommandInput, type UpdateAgentRuntimeEndpointCommandOutput, type UpdateApiKeyCredentialProviderCommandInput, type UpdateApiKeyCredentialProviderCommandOutput, type UpdateConfigurationBundleCommandInput, type UpdateConfigurationBundleCommandOutput, type UpdateDatasetCommandInput, type UpdateDatasetCommandOutput, type UpdateDatasetExamplesCommandInput, type UpdateDatasetExamplesCommandOutput, type UpdateEvaluatorCommandInput, type UpdateEvaluatorCommandOutput, type UpdateGatewayCommandInput, type UpdateGatewayCommandOutput, type UpdateGatewayRuleCommandInput, type UpdateGatewayRuleCommandOutput, type UpdateGatewayTargetCommandInput, type UpdateGatewayTargetCommandOutput, type UpdateHarnessCommandInput, type UpdateHarnessCommandOutput, type UpdateHarnessEndpointCommandInput, type UpdateHarnessEndpointCommandOutput, type UpdateMemoryCommandInput, type UpdateMemoryCommandOutput, type UpdateOauth2CredentialProviderCommandInput, type UpdateOauth2CredentialProviderCommandOutput, type UpdateOnlineEvaluationConfigCommandInput, type UpdateOnlineEvaluationConfigCommandOutput, type UpdatePaymentConnectorCommandInput, type UpdatePaymentConnectorCommandOutput, type UpdatePaymentCredentialProviderCommandInput, type UpdatePaymentCredentialProviderCommandOutput, type UpdatePaymentManagerCommandInput, type UpdatePaymentManagerCommandOutput, type UpdatePolicyCommandInput, type UpdatePolicyCommandOutput, type UpdatePolicyEngineCommandInput, type UpdatePolicyEngineCommandOutput, type UpdateRegistryCommandInput, type UpdateRegistryCommandOutput, type UpdateRegistryRecordCommandInput, type UpdateRegistryRecordCommandOutput, type UpdateRegistryRecordStatusCommandInput, type UpdateRegistryRecordStatusCommandOutput, type UpdateWorkloadIdentityCommandInput, type UpdateWorkloadIdentityCommandOutput } from "@aws-sdk/client-bedrock-agentcore-control";
5
5
  import type * as ServiceLogger from "@effect-aws/commons/ServiceLogger";
6
6
  import type { HttpHandlerOptions } from "@effect-aws/commons/Types";
7
7
  import type * as Cause from "effect/Cause";
@@ -12,6 +12,10 @@ import * as Instance from "./BedrockAgentCoreControlClientInstance.js";
12
12
  import type { AccessDeniedError, ConcurrentModificationError, ConflictError, DecryptionError, EncryptionError, InternalServerError, ResourceLimitExceededError, ResourceNotFoundError, SdkError, ServiceError, ServiceQuotaExceededError, ThrottledError, ThrottlingError, UnauthorizedError, ValidationError } from "./Errors.js";
13
13
  interface BedrockAgentCoreControlService$ {
14
14
  readonly _: unique symbol;
15
+ /**
16
+ * @see {@link AddDatasetExamplesCommand}
17
+ */
18
+ addDatasetExamples(args: AddDatasetExamplesCommandInput, options?: HttpHandlerOptions): Effect.Effect<AddDatasetExamplesCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
15
19
  /**
16
20
  * @see {@link CreateAgentRuntimeCommand}
17
21
  */
@@ -40,6 +44,14 @@ interface BedrockAgentCoreControlService$ {
40
44
  * @see {@link CreateConfigurationBundleCommand}
41
45
  */
42
46
  createConfigurationBundle(args: CreateConfigurationBundleCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateConfigurationBundleCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
47
+ /**
48
+ * @see {@link CreateDatasetCommand}
49
+ */
50
+ createDataset(args: CreateDatasetCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateDatasetCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
51
+ /**
52
+ * @see {@link CreateDatasetVersionCommand}
53
+ */
54
+ createDatasetVersion(args: CreateDatasetVersionCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateDatasetVersionCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
43
55
  /**
44
56
  * @see {@link CreateEvaluatorCommand}
45
57
  */
@@ -60,6 +72,10 @@ interface BedrockAgentCoreControlService$ {
60
72
  * @see {@link CreateHarnessCommand}
61
73
  */
62
74
  createHarness(args: CreateHarnessCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateHarnessCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
75
+ /**
76
+ * @see {@link CreateHarnessEndpointCommand}
77
+ */
78
+ createHarnessEndpoint(args: CreateHarnessEndpointCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateHarnessEndpointCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
63
79
  /**
64
80
  * @see {@link CreateMemoryCommand}
65
81
  */
@@ -132,6 +148,14 @@ interface BedrockAgentCoreControlService$ {
132
148
  * @see {@link DeleteConfigurationBundleCommand}
133
149
  */
134
150
  deleteConfigurationBundle(args: DeleteConfigurationBundleCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteConfigurationBundleCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
151
+ /**
152
+ * @see {@link DeleteDatasetCommand}
153
+ */
154
+ deleteDataset(args: DeleteDatasetCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteDatasetCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
155
+ /**
156
+ * @see {@link DeleteDatasetExamplesCommand}
157
+ */
158
+ deleteDatasetExamples(args: DeleteDatasetExamplesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteDatasetExamplesCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
135
159
  /**
136
160
  * @see {@link DeleteEvaluatorCommand}
137
161
  */
@@ -152,6 +176,10 @@ interface BedrockAgentCoreControlService$ {
152
176
  * @see {@link DeleteHarnessCommand}
153
177
  */
154
178
  deleteHarness(args: DeleteHarnessCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteHarnessCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
179
+ /**
180
+ * @see {@link DeleteHarnessEndpointCommand}
181
+ */
182
+ deleteHarnessEndpoint(args: DeleteHarnessEndpointCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteHarnessEndpointCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
155
183
  /**
156
184
  * @see {@link DeleteMemoryCommand}
157
185
  */
@@ -232,6 +260,10 @@ interface BedrockAgentCoreControlService$ {
232
260
  * @see {@link GetConfigurationBundleVersionCommand}
233
261
  */
234
262
  getConfigurationBundleVersion(args: GetConfigurationBundleVersionCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetConfigurationBundleVersionCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
263
+ /**
264
+ * @see {@link GetDatasetCommand}
265
+ */
266
+ getDataset(args: GetDatasetCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetDatasetCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
235
267
  /**
236
268
  * @see {@link GetEvaluatorCommand}
237
269
  */
@@ -252,6 +284,10 @@ interface BedrockAgentCoreControlService$ {
252
284
  * @see {@link GetHarnessCommand}
253
285
  */
254
286
  getHarness(args: GetHarnessCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetHarnessCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
287
+ /**
288
+ * @see {@link GetHarnessEndpointCommand}
289
+ */
290
+ getHarnessEndpoint(args: GetHarnessEndpointCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetHarnessEndpointCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
255
291
  /**
256
292
  * @see {@link GetMemoryCommand}
257
293
  */
@@ -284,10 +320,22 @@ interface BedrockAgentCoreControlService$ {
284
320
  * @see {@link GetPolicyEngineCommand}
285
321
  */
286
322
  getPolicyEngine(args: GetPolicyEngineCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetPolicyEngineCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
323
+ /**
324
+ * @see {@link GetPolicyEngineSummaryCommand}
325
+ */
326
+ getPolicyEngineSummary(args: GetPolicyEngineSummaryCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetPolicyEngineSummaryCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
287
327
  /**
288
328
  * @see {@link GetPolicyGenerationCommand}
289
329
  */
290
330
  getPolicyGeneration(args: GetPolicyGenerationCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetPolicyGenerationCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
331
+ /**
332
+ * @see {@link GetPolicyGenerationSummaryCommand}
333
+ */
334
+ getPolicyGenerationSummary(args: GetPolicyGenerationSummaryCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetPolicyGenerationSummaryCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
335
+ /**
336
+ * @see {@link GetPolicySummaryCommand}
337
+ */
338
+ getPolicySummary(args: GetPolicySummaryCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetPolicySummaryCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
291
339
  /**
292
340
  * @see {@link GetRegistryCommand}
293
341
  */
@@ -353,6 +401,21 @@ interface BedrockAgentCoreControlService$ {
353
401
  */
354
402
  listConfigurationBundles(args: ListConfigurationBundlesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListConfigurationBundlesCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
355
403
  listConfigurationBundlesStream(args: ListConfigurationBundlesCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListConfigurationBundlesCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
404
+ /**
405
+ * @see {@link ListDatasetExamplesCommand}
406
+ */
407
+ listDatasetExamples(args: ListDatasetExamplesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListDatasetExamplesCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
408
+ listDatasetExamplesStream(args: ListDatasetExamplesCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListDatasetExamplesCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
409
+ /**
410
+ * @see {@link ListDatasetVersionsCommand}
411
+ */
412
+ listDatasetVersions(args: ListDatasetVersionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListDatasetVersionsCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
413
+ listDatasetVersionsStream(args: ListDatasetVersionsCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListDatasetVersionsCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
414
+ /**
415
+ * @see {@link ListDatasetsCommand}
416
+ */
417
+ listDatasets(args: ListDatasetsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListDatasetsCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
418
+ listDatasetsStream(args: ListDatasetsCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListDatasetsCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
356
419
  /**
357
420
  * @see {@link ListEvaluatorsCommand}
358
421
  */
@@ -366,13 +429,23 @@ interface BedrockAgentCoreControlService$ {
366
429
  /**
367
430
  * @see {@link ListGatewayTargetsCommand}
368
431
  */
369
- listGatewayTargets(args: ListGatewayTargetsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListGatewayTargetsCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
370
- listGatewayTargetsStream(args: ListGatewayTargetsCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListGatewayTargetsCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
432
+ listGatewayTargets(args: ListGatewayTargetsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListGatewayTargetsCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
433
+ listGatewayTargetsStream(args: ListGatewayTargetsCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListGatewayTargetsCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
371
434
  /**
372
435
  * @see {@link ListGatewaysCommand}
373
436
  */
374
437
  listGateways(args: ListGatewaysCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListGatewaysCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
375
438
  listGatewaysStream(args: ListGatewaysCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListGatewaysCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
439
+ /**
440
+ * @see {@link ListHarnessEndpointsCommand}
441
+ */
442
+ listHarnessEndpoints(args: ListHarnessEndpointsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListHarnessEndpointsCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
443
+ listHarnessEndpointsStream(args: ListHarnessEndpointsCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListHarnessEndpointsCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
444
+ /**
445
+ * @see {@link ListHarnessVersionsCommand}
446
+ */
447
+ listHarnessVersions(args: ListHarnessVersionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListHarnessVersionsCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
448
+ listHarnessVersionsStream(args: ListHarnessVersionsCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListHarnessVersionsCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
376
449
  /**
377
450
  * @see {@link ListHarnessesCommand}
378
451
  */
@@ -413,6 +486,11 @@ interface BedrockAgentCoreControlService$ {
413
486
  */
414
487
  listPolicies(args: ListPoliciesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListPoliciesCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
415
488
  listPoliciesStream(args: ListPoliciesCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListPoliciesCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
489
+ /**
490
+ * @see {@link ListPolicyEngineSummariesCommand}
491
+ */
492
+ listPolicyEngineSummaries(args: ListPolicyEngineSummariesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListPolicyEngineSummariesCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
493
+ listPolicyEngineSummariesStream(args: ListPolicyEngineSummariesCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListPolicyEngineSummariesCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
416
494
  /**
417
495
  * @see {@link ListPolicyEnginesCommand}
418
496
  */
@@ -423,11 +501,21 @@ interface BedrockAgentCoreControlService$ {
423
501
  */
424
502
  listPolicyGenerationAssets(args: ListPolicyGenerationAssetsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListPolicyGenerationAssetsCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
425
503
  listPolicyGenerationAssetsStream(args: ListPolicyGenerationAssetsCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListPolicyGenerationAssetsCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
504
+ /**
505
+ * @see {@link ListPolicyGenerationSummariesCommand}
506
+ */
507
+ listPolicyGenerationSummaries(args: ListPolicyGenerationSummariesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListPolicyGenerationSummariesCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
508
+ listPolicyGenerationSummariesStream(args: ListPolicyGenerationSummariesCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListPolicyGenerationSummariesCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
426
509
  /**
427
510
  * @see {@link ListPolicyGenerationsCommand}
428
511
  */
429
512
  listPolicyGenerations(args: ListPolicyGenerationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListPolicyGenerationsCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
430
513
  listPolicyGenerationsStream(args: ListPolicyGenerationsCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListPolicyGenerationsCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
514
+ /**
515
+ * @see {@link ListPolicySummariesCommand}
516
+ */
517
+ listPolicySummaries(args: ListPolicySummariesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListPolicySummariesCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
518
+ listPolicySummariesStream(args: ListPolicySummariesCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListPolicySummariesCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
431
519
  /**
432
520
  * @see {@link ListRegistriesCommand}
433
521
  */
@@ -491,6 +579,14 @@ interface BedrockAgentCoreControlService$ {
491
579
  * @see {@link UpdateConfigurationBundleCommand}
492
580
  */
493
581
  updateConfigurationBundle(args: UpdateConfigurationBundleCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateConfigurationBundleCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
582
+ /**
583
+ * @see {@link UpdateDatasetCommand}
584
+ */
585
+ updateDataset(args: UpdateDatasetCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateDatasetCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
586
+ /**
587
+ * @see {@link UpdateDatasetExamplesCommand}
588
+ */
589
+ updateDatasetExamples(args: UpdateDatasetExamplesCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateDatasetExamplesCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
494
590
  /**
495
591
  * @see {@link UpdateEvaluatorCommand}
496
592
  */
@@ -511,6 +607,10 @@ interface BedrockAgentCoreControlService$ {
511
607
  * @see {@link UpdateHarnessCommand}
512
608
  */
513
609
  updateHarness(args: UpdateHarnessCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateHarnessCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
610
+ /**
611
+ * @see {@link UpdateHarnessEndpointCommand}
612
+ */
613
+ updateHarnessEndpoint(args: UpdateHarnessEndpointCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateHarnessEndpointCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
514
614
  /**
515
615
  * @see {@link UpdateMemoryCommand}
516
616
  */
@@ -538,7 +638,7 @@ interface BedrockAgentCoreControlService$ {
538
638
  /**
539
639
  * @see {@link UpdatePolicyCommand}
540
640
  */
541
- updatePolicy(args: UpdatePolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdatePolicyCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
641
+ updatePolicy(args: UpdatePolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdatePolicyCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
542
642
  /**
543
643
  * @see {@link UpdatePolicyEngineCommand}
544
644
  */