@aws-sdk/client-bedrock-agentcore-control 3.1070.0 → 3.1071.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.
- package/README.md +42 -0
- package/dist-cjs/index.js +143 -1
- package/dist-cjs/schemas/schemas_0.js +475 -94
- package/dist-es/BedrockAgentCoreControl.js +16 -0
- package/dist-es/commands/CreateHarnessEndpointCommand.js +16 -0
- package/dist-es/commands/DeleteHarnessEndpointCommand.js +16 -0
- package/dist-es/commands/GetHarnessEndpointCommand.js +16 -0
- package/dist-es/commands/ListHarnessEndpointsCommand.js +16 -0
- package/dist-es/commands/ListHarnessVersionsCommand.js +16 -0
- package/dist-es/commands/UpdateHarnessEndpointCommand.js +16 -0
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/enums.js +43 -0
- package/dist-es/pagination/ListHarnessEndpointsPaginator.js +4 -0
- package/dist-es/pagination/ListHarnessVersionsPaginator.js +4 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/schemas/schemas_0.js +435 -94
- package/dist-types/BedrockAgentCoreControl.d.ts +56 -0
- package/dist-types/BedrockAgentCoreControlClient.d.ts +8 -2
- package/dist-types/commands/CreateAgentRuntimeCommand.d.ts +10 -0
- package/dist-types/commands/CreateGatewayCommand.d.ts +43 -0
- package/dist-types/commands/CreateGatewayTargetCommand.d.ts +139 -1
- package/dist-types/commands/CreateHarnessCommand.d.ts +51 -2
- package/dist-types/commands/CreateHarnessEndpointCommand.d.ts +116 -0
- package/dist-types/commands/CreateMemoryCommand.d.ts +1 -0
- package/dist-types/commands/CreatePaymentManagerCommand.d.ts +20 -0
- package/dist-types/commands/CreatePolicyCommand.d.ts +8 -0
- package/dist-types/commands/CreateRegistryCommand.d.ts +11 -1
- package/dist-types/commands/DeleteHarnessCommand.d.ts +27 -1
- package/dist-types/commands/DeleteHarnessEndpointCommand.d.ts +108 -0
- package/dist-types/commands/DeletePolicyCommand.d.ts +4 -0
- package/dist-types/commands/DeleteRegistryCommand.d.ts +1 -1
- package/dist-types/commands/GetAgentRuntimeCommand.d.ts +10 -0
- package/dist-types/commands/GetGatewayCommand.d.ts +26 -0
- package/dist-types/commands/GetGatewayTargetCommand.d.ts +69 -0
- package/dist-types/commands/GetHarnessCommand.d.ts +28 -2
- package/dist-types/commands/GetHarnessEndpointCommand.d.ts +104 -0
- package/dist-types/commands/GetMemoryCommand.d.ts +1 -0
- package/dist-types/commands/GetPaymentManagerCommand.d.ts +10 -0
- package/dist-types/commands/GetPolicyCommand.d.ts +4 -0
- package/dist-types/commands/GetPolicySummaryCommand.d.ts +1 -0
- package/dist-types/commands/GetRegistryCommand.d.ts +11 -1
- package/dist-types/commands/ListGatewayTargetsCommand.d.ts +12 -0
- package/dist-types/commands/ListHarnessEndpointsCommand.d.ts +108 -0
- package/dist-types/commands/ListHarnessVersionsCommand.d.ts +105 -0
- package/dist-types/commands/ListHarnessesCommand.d.ts +3 -2
- package/dist-types/commands/ListMemoriesCommand.d.ts +1 -0
- package/dist-types/commands/ListPoliciesCommand.d.ts +4 -0
- package/dist-types/commands/ListPolicyGenerationAssetsCommand.d.ts +3 -0
- package/dist-types/commands/ListPolicySummariesCommand.d.ts +1 -0
- package/dist-types/commands/ListRegistriesCommand.d.ts +1 -1
- package/dist-types/commands/ListRegistryRecordsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/SetTokenVaultCMKCommand.d.ts +1 -1
- package/dist-types/commands/SubmitRegistryRecordForApprovalCommand.d.ts +1 -1
- package/dist-types/commands/SynchronizeGatewayTargetsCommand.d.ts +69 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAgentRuntimeCommand.d.ts +10 -0
- package/dist-types/commands/UpdateGatewayCommand.d.ts +51 -0
- package/dist-types/commands/UpdateGatewayTargetCommand.d.ts +139 -1
- package/dist-types/commands/UpdateHarnessCommand.d.ts +51 -2
- package/dist-types/commands/UpdateHarnessEndpointCommand.d.ts +113 -0
- package/dist-types/commands/UpdateMemoryCommand.d.ts +1 -0
- package/dist-types/commands/UpdatePaymentManagerCommand.d.ts +10 -0
- package/dist-types/commands/UpdatePolicyCommand.d.ts +8 -0
- package/dist-types/commands/UpdateRegistryCommand.d.ts +21 -1
- package/dist-types/commands/UpdateRegistryRecordCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRegistryRecordStatusCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/enums.d.ts +99 -0
- package/dist-types/models/models_0.d.ts +904 -1144
- package/dist-types/models/models_1.d.ts +4595 -4209
- package/dist-types/models/models_2.d.ts +883 -6
- package/dist-types/pagination/ListHarnessEndpointsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListHarnessVersionsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/schemas/schemas_0.d.ts +46 -0
- package/dist-types/ts3.4/BedrockAgentCoreControl.d.ts +116 -0
- package/dist-types/ts3.4/BedrockAgentCoreControlClient.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateHarnessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateHarnessEndpointCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/CreateRegistryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteHarnessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteHarnessEndpointCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DeleteRegistryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetHarnessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetHarnessEndpointCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/GetRegistryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListHarnessEndpointsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListHarnessVersionsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListHarnessesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListRegistriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListRegistryRecordsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SetTokenVaultCMKCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SubmitRegistryRecordForApprovalCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateHarnessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateHarnessEndpointCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/UpdateRegistryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRegistryRecordCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRegistryRecordStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/models/enums.d.ts +56 -0
- package/dist-types/ts3.4/models/models_0.d.ts +269 -402
- package/dist-types/ts3.4/models/models_1.d.ts +447 -211
- package/dist-types/ts3.4/models/models_2.d.ts +262 -3
- package/dist-types/ts3.4/pagination/ListHarnessEndpointsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListHarnessVersionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +46 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -286,6 +286,13 @@ CreateHarness
|
|
|
286
286
|
</details>
|
|
287
287
|
<details>
|
|
288
288
|
<summary>
|
|
289
|
+
CreateHarnessEndpoint
|
|
290
|
+
</summary>
|
|
291
|
+
|
|
292
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agentcore-control/command/CreateHarnessEndpointCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/CreateHarnessEndpointCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/CreateHarnessEndpointCommandOutput/)
|
|
293
|
+
</details>
|
|
294
|
+
<details>
|
|
295
|
+
<summary>
|
|
289
296
|
CreateMemory
|
|
290
297
|
</summary>
|
|
291
298
|
|
|
@@ -461,6 +468,13 @@ DeleteHarness
|
|
|
461
468
|
</details>
|
|
462
469
|
<details>
|
|
463
470
|
<summary>
|
|
471
|
+
DeleteHarnessEndpoint
|
|
472
|
+
</summary>
|
|
473
|
+
|
|
474
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agentcore-control/command/DeleteHarnessEndpointCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/DeleteHarnessEndpointCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/DeleteHarnessEndpointCommandOutput/)
|
|
475
|
+
</details>
|
|
476
|
+
<details>
|
|
477
|
+
<summary>
|
|
464
478
|
DeleteMemory
|
|
465
479
|
</summary>
|
|
466
480
|
|
|
@@ -643,6 +657,13 @@ GetHarness
|
|
|
643
657
|
</details>
|
|
644
658
|
<details>
|
|
645
659
|
<summary>
|
|
660
|
+
GetHarnessEndpoint
|
|
661
|
+
</summary>
|
|
662
|
+
|
|
663
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agentcore-control/command/GetHarnessEndpointCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/GetHarnessEndpointCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/GetHarnessEndpointCommandOutput/)
|
|
664
|
+
</details>
|
|
665
|
+
<details>
|
|
666
|
+
<summary>
|
|
646
667
|
GetMemory
|
|
647
668
|
</summary>
|
|
648
669
|
|
|
@@ -874,6 +895,13 @@ ListGatewayTargets
|
|
|
874
895
|
</details>
|
|
875
896
|
<details>
|
|
876
897
|
<summary>
|
|
898
|
+
ListHarnessEndpoints
|
|
899
|
+
</summary>
|
|
900
|
+
|
|
901
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agentcore-control/command/ListHarnessEndpointsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/ListHarnessEndpointsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/ListHarnessEndpointsCommandOutput/)
|
|
902
|
+
</details>
|
|
903
|
+
<details>
|
|
904
|
+
<summary>
|
|
877
905
|
ListHarnesses
|
|
878
906
|
</summary>
|
|
879
907
|
|
|
@@ -881,6 +909,13 @@ ListHarnesses
|
|
|
881
909
|
</details>
|
|
882
910
|
<details>
|
|
883
911
|
<summary>
|
|
912
|
+
ListHarnessVersions
|
|
913
|
+
</summary>
|
|
914
|
+
|
|
915
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agentcore-control/command/ListHarnessVersionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/ListHarnessVersionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/ListHarnessVersionsCommandOutput/)
|
|
916
|
+
</details>
|
|
917
|
+
<details>
|
|
918
|
+
<summary>
|
|
884
919
|
ListMemories
|
|
885
920
|
</summary>
|
|
886
921
|
|
|
@@ -1126,6 +1161,13 @@ UpdateHarness
|
|
|
1126
1161
|
</details>
|
|
1127
1162
|
<details>
|
|
1128
1163
|
<summary>
|
|
1164
|
+
UpdateHarnessEndpoint
|
|
1165
|
+
</summary>
|
|
1166
|
+
|
|
1167
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agentcore-control/command/UpdateHarnessEndpointCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/UpdateHarnessEndpointCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/UpdateHarnessEndpointCommandOutput/)
|
|
1168
|
+
</details>
|
|
1169
|
+
<details>
|
|
1170
|
+
<summary>
|
|
1129
1171
|
UpdateMemory
|
|
1130
1172
|
</summary>
|
|
1131
1173
|
|
package/dist-cjs/index.js
CHANGED
|
@@ -11,7 +11,7 @@ const { resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
|
|
|
11
11
|
const { getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
12
12
|
const { resolveHttpAuthSchemeConfig, defaultBedrockAgentCoreControlHttpAuthSchemeParametersProvider } = require("./auth/httpAuthSchemeProvider");
|
|
13
13
|
const { getRuntimeConfig } = require("./runtimeConfig");
|
|
14
|
-
const { AddDatasetExamples$, CreateAgentRuntime$, CreateAgentRuntimeEndpoint$, CreateApiKeyCredentialProvider$, CreateBrowser$, CreateBrowserProfile$, CreateCodeInterpreter$, CreateConfigurationBundle$, CreateDataset$, CreateDatasetVersion$, CreateEvaluator$, CreateGateway$, CreateGatewayRule$, CreateGatewayTarget$, CreateHarness$, CreateMemory$, CreateOauth2CredentialProvider$, CreateOnlineEvaluationConfig$, CreatePaymentConnector$, CreatePaymentCredentialProvider$, CreatePaymentManager$, CreatePolicy$, CreatePolicyEngine$, CreateRegistry$, CreateRegistryRecord$, CreateWorkloadIdentity$, DeleteAgentRuntime$, DeleteAgentRuntimeEndpoint$, DeleteApiKeyCredentialProvider$, DeleteBrowser$, DeleteBrowserProfile$, DeleteCodeInterpreter$, DeleteConfigurationBundle$, DeleteDataset$, DeleteDatasetExamples$, DeleteEvaluator$, DeleteGateway$, DeleteGatewayRule$, DeleteGatewayTarget$, DeleteHarness$, DeleteMemory$, DeleteOauth2CredentialProvider$, DeleteOnlineEvaluationConfig$, DeletePaymentConnector$, DeletePaymentCredentialProvider$, DeletePaymentManager$, DeletePolicy$, DeletePolicyEngine$, DeleteRegistry$, DeleteRegistryRecord$, DeleteResourcePolicy$, DeleteWorkloadIdentity$, GetAgentRuntime$, GetAgentRuntimeEndpoint$, GetApiKeyCredentialProvider$, GetBrowser$, GetBrowserProfile$, GetCodeInterpreter$, GetConfigurationBundle$, GetConfigurationBundleVersion$, GetDataset$, GetEvaluator$, GetGateway$, GetGatewayRule$, GetGatewayTarget$, GetHarness$, GetMemory$, GetOauth2CredentialProvider$, GetOnlineEvaluationConfig$, GetPaymentConnector$, GetPaymentCredentialProvider$, GetPaymentManager$, GetPolicy$, GetPolicyEngine$, GetPolicyEngineSummary$, GetPolicyGeneration$, GetPolicyGenerationSummary$, GetPolicySummary$, GetRegistry$, GetRegistryRecord$, GetResourcePolicy$, GetTokenVault$, GetWorkloadIdentity$, ListAgentRuntimeEndpoints$, ListAgentRuntimes$, ListAgentRuntimeVersions$, ListApiKeyCredentialProviders$, ListBrowserProfiles$, ListBrowsers$, ListCodeInterpreters$, ListConfigurationBundles$, ListConfigurationBundleVersions$, ListDatasetExamples$, ListDatasets$, ListDatasetVersions$, ListEvaluators$, ListGatewayRules$, ListGateways$, ListGatewayTargets$, ListHarnesses$, ListMemories$, ListOauth2CredentialProviders$, ListOnlineEvaluationConfigs$, ListPaymentConnectors$, ListPaymentCredentialProviders$, ListPaymentManagers$, ListPolicies$, ListPolicyEngines$, ListPolicyEngineSummaries$, ListPolicyGenerationAssets$, ListPolicyGenerations$, ListPolicyGenerationSummaries$, ListPolicySummaries$, ListRegistries$, ListRegistryRecords$, ListTagsForResource$, ListWorkloadIdentities$, PutResourcePolicy$, SetTokenVaultCMK$, StartPolicyGeneration$, SubmitRegistryRecordForApproval$, SynchronizeGatewayTargets$, TagResource$, UntagResource$, UpdateAgentRuntime$, UpdateAgentRuntimeEndpoint$, UpdateApiKeyCredentialProvider$, UpdateConfigurationBundle$, UpdateDataset$, UpdateDatasetExamples$, UpdateEvaluator$, UpdateGateway$, UpdateGatewayRule$, UpdateGatewayTarget$, UpdateHarness$, UpdateMemory$, UpdateOauth2CredentialProvider$, UpdateOnlineEvaluationConfig$, UpdatePaymentConnector$, UpdatePaymentCredentialProvider$, UpdatePaymentManager$, UpdatePolicy$, UpdatePolicyEngine$, UpdateRegistry$, UpdateRegistryRecord$, UpdateRegistryRecordStatus$, UpdateWorkloadIdentity$ } = require("./schemas/schemas_0");
|
|
14
|
+
const { AddDatasetExamples$, CreateAgentRuntime$, CreateAgentRuntimeEndpoint$, CreateApiKeyCredentialProvider$, CreateBrowser$, CreateBrowserProfile$, CreateCodeInterpreter$, CreateConfigurationBundle$, CreateDataset$, CreateDatasetVersion$, CreateEvaluator$, CreateGateway$, CreateGatewayRule$, CreateGatewayTarget$, CreateHarness$, CreateHarnessEndpoint$, CreateMemory$, CreateOauth2CredentialProvider$, CreateOnlineEvaluationConfig$, CreatePaymentConnector$, CreatePaymentCredentialProvider$, CreatePaymentManager$, CreatePolicy$, CreatePolicyEngine$, CreateRegistry$, CreateRegistryRecord$, CreateWorkloadIdentity$, DeleteAgentRuntime$, DeleteAgentRuntimeEndpoint$, DeleteApiKeyCredentialProvider$, DeleteBrowser$, DeleteBrowserProfile$, DeleteCodeInterpreter$, DeleteConfigurationBundle$, DeleteDataset$, DeleteDatasetExamples$, DeleteEvaluator$, DeleteGateway$, DeleteGatewayRule$, DeleteGatewayTarget$, DeleteHarness$, DeleteHarnessEndpoint$, DeleteMemory$, DeleteOauth2CredentialProvider$, DeleteOnlineEvaluationConfig$, DeletePaymentConnector$, DeletePaymentCredentialProvider$, DeletePaymentManager$, DeletePolicy$, DeletePolicyEngine$, DeleteRegistry$, DeleteRegistryRecord$, DeleteResourcePolicy$, DeleteWorkloadIdentity$, GetAgentRuntime$, GetAgentRuntimeEndpoint$, GetApiKeyCredentialProvider$, GetBrowser$, GetBrowserProfile$, GetCodeInterpreter$, GetConfigurationBundle$, GetConfigurationBundleVersion$, GetDataset$, GetEvaluator$, GetGateway$, GetGatewayRule$, GetGatewayTarget$, GetHarness$, GetHarnessEndpoint$, GetMemory$, GetOauth2CredentialProvider$, GetOnlineEvaluationConfig$, GetPaymentConnector$, GetPaymentCredentialProvider$, GetPaymentManager$, GetPolicy$, GetPolicyEngine$, GetPolicyEngineSummary$, GetPolicyGeneration$, GetPolicyGenerationSummary$, GetPolicySummary$, GetRegistry$, GetRegistryRecord$, GetResourcePolicy$, GetTokenVault$, GetWorkloadIdentity$, ListAgentRuntimeEndpoints$, ListAgentRuntimes$, ListAgentRuntimeVersions$, ListApiKeyCredentialProviders$, ListBrowserProfiles$, ListBrowsers$, ListCodeInterpreters$, ListConfigurationBundles$, ListConfigurationBundleVersions$, ListDatasetExamples$, ListDatasets$, ListDatasetVersions$, ListEvaluators$, ListGatewayRules$, ListGateways$, ListGatewayTargets$, ListHarnessEndpoints$, ListHarnesses$, ListHarnessVersions$, ListMemories$, ListOauth2CredentialProviders$, ListOnlineEvaluationConfigs$, ListPaymentConnectors$, ListPaymentCredentialProviders$, ListPaymentManagers$, ListPolicies$, ListPolicyEngines$, ListPolicyEngineSummaries$, ListPolicyGenerationAssets$, ListPolicyGenerations$, ListPolicyGenerationSummaries$, ListPolicySummaries$, ListRegistries$, ListRegistryRecords$, ListTagsForResource$, ListWorkloadIdentities$, PutResourcePolicy$, SetTokenVaultCMK$, StartPolicyGeneration$, SubmitRegistryRecordForApproval$, SynchronizeGatewayTargets$, TagResource$, UntagResource$, UpdateAgentRuntime$, UpdateAgentRuntimeEndpoint$, UpdateApiKeyCredentialProvider$, UpdateConfigurationBundle$, UpdateDataset$, UpdateDatasetExamples$, UpdateEvaluator$, UpdateGateway$, UpdateGatewayRule$, UpdateGatewayTarget$, UpdateHarness$, UpdateHarnessEndpoint$, UpdateMemory$, UpdateOauth2CredentialProvider$, UpdateOnlineEvaluationConfig$, UpdatePaymentConnector$, UpdatePaymentCredentialProvider$, UpdatePaymentManager$, UpdatePolicy$, UpdatePolicyEngine$, UpdateRegistry$, UpdateRegistryRecord$, UpdateRegistryRecordStatus$, UpdateWorkloadIdentity$ } = require("./schemas/schemas_0");
|
|
15
15
|
__exportStar(require("./schemas/schemas_0"), exports);
|
|
16
16
|
__exportStar(require("./models/errors"), exports);
|
|
17
17
|
const { BedrockAgentCoreControlServiceException } = require("./models/BedrockAgentCoreControlServiceException");
|
|
@@ -291,6 +291,18 @@ class CreateHarnessCommand extends Command
|
|
|
291
291
|
.build() {
|
|
292
292
|
}
|
|
293
293
|
|
|
294
|
+
class CreateHarnessEndpointCommand extends Command
|
|
295
|
+
.classBuilder()
|
|
296
|
+
.ep(commonParams)
|
|
297
|
+
.m(function (Command, cs, config, o) {
|
|
298
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
299
|
+
})
|
|
300
|
+
.s("AmazonBedrockAgentCoreControl", "CreateHarnessEndpoint", {})
|
|
301
|
+
.n("BedrockAgentCoreControlClient", "CreateHarnessEndpointCommand")
|
|
302
|
+
.sc(CreateHarnessEndpoint$)
|
|
303
|
+
.build() {
|
|
304
|
+
}
|
|
305
|
+
|
|
294
306
|
class CreateMemoryCommand extends Command
|
|
295
307
|
.classBuilder()
|
|
296
308
|
.ep(commonParams)
|
|
@@ -591,6 +603,18 @@ class DeleteHarnessCommand extends Command
|
|
|
591
603
|
.build() {
|
|
592
604
|
}
|
|
593
605
|
|
|
606
|
+
class DeleteHarnessEndpointCommand extends Command
|
|
607
|
+
.classBuilder()
|
|
608
|
+
.ep(commonParams)
|
|
609
|
+
.m(function (Command, cs, config, o) {
|
|
610
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
611
|
+
})
|
|
612
|
+
.s("AmazonBedrockAgentCoreControl", "DeleteHarnessEndpoint", {})
|
|
613
|
+
.n("BedrockAgentCoreControlClient", "DeleteHarnessEndpointCommand")
|
|
614
|
+
.sc(DeleteHarnessEndpoint$)
|
|
615
|
+
.build() {
|
|
616
|
+
}
|
|
617
|
+
|
|
594
618
|
class DeleteMemoryCommand extends Command
|
|
595
619
|
.classBuilder()
|
|
596
620
|
.ep(commonParams)
|
|
@@ -903,6 +927,18 @@ class GetHarnessCommand extends Command
|
|
|
903
927
|
.build() {
|
|
904
928
|
}
|
|
905
929
|
|
|
930
|
+
class GetHarnessEndpointCommand extends Command
|
|
931
|
+
.classBuilder()
|
|
932
|
+
.ep(commonParams)
|
|
933
|
+
.m(function (Command, cs, config, o) {
|
|
934
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
935
|
+
})
|
|
936
|
+
.s("AmazonBedrockAgentCoreControl", "GetHarnessEndpoint", {})
|
|
937
|
+
.n("BedrockAgentCoreControlClient", "GetHarnessEndpointCommand")
|
|
938
|
+
.sc(GetHarnessEndpoint$)
|
|
939
|
+
.build() {
|
|
940
|
+
}
|
|
941
|
+
|
|
906
942
|
class GetMemoryCommand extends Command
|
|
907
943
|
.classBuilder()
|
|
908
944
|
.ep(commonParams)
|
|
@@ -1299,6 +1335,18 @@ class ListGatewayTargetsCommand extends Command
|
|
|
1299
1335
|
.build() {
|
|
1300
1336
|
}
|
|
1301
1337
|
|
|
1338
|
+
class ListHarnessEndpointsCommand extends Command
|
|
1339
|
+
.classBuilder()
|
|
1340
|
+
.ep(commonParams)
|
|
1341
|
+
.m(function (Command, cs, config, o) {
|
|
1342
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1343
|
+
})
|
|
1344
|
+
.s("AmazonBedrockAgentCoreControl", "ListHarnessEndpoints", {})
|
|
1345
|
+
.n("BedrockAgentCoreControlClient", "ListHarnessEndpointsCommand")
|
|
1346
|
+
.sc(ListHarnessEndpoints$)
|
|
1347
|
+
.build() {
|
|
1348
|
+
}
|
|
1349
|
+
|
|
1302
1350
|
class ListHarnessesCommand extends Command
|
|
1303
1351
|
.classBuilder()
|
|
1304
1352
|
.ep(commonParams)
|
|
@@ -1311,6 +1359,18 @@ class ListHarnessesCommand extends Command
|
|
|
1311
1359
|
.build() {
|
|
1312
1360
|
}
|
|
1313
1361
|
|
|
1362
|
+
class ListHarnessVersionsCommand extends Command
|
|
1363
|
+
.classBuilder()
|
|
1364
|
+
.ep(commonParams)
|
|
1365
|
+
.m(function (Command, cs, config, o) {
|
|
1366
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1367
|
+
})
|
|
1368
|
+
.s("AmazonBedrockAgentCoreControl", "ListHarnessVersions", {})
|
|
1369
|
+
.n("BedrockAgentCoreControlClient", "ListHarnessVersionsCommand")
|
|
1370
|
+
.sc(ListHarnessVersions$)
|
|
1371
|
+
.build() {
|
|
1372
|
+
}
|
|
1373
|
+
|
|
1314
1374
|
class ListMemoriesCommand extends Command
|
|
1315
1375
|
.classBuilder()
|
|
1316
1376
|
.ep(commonParams)
|
|
@@ -1731,6 +1791,18 @@ class UpdateHarnessCommand extends Command
|
|
|
1731
1791
|
.build() {
|
|
1732
1792
|
}
|
|
1733
1793
|
|
|
1794
|
+
class UpdateHarnessEndpointCommand extends Command
|
|
1795
|
+
.classBuilder()
|
|
1796
|
+
.ep(commonParams)
|
|
1797
|
+
.m(function (Command, cs, config, o) {
|
|
1798
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1799
|
+
})
|
|
1800
|
+
.s("AmazonBedrockAgentCoreControl", "UpdateHarnessEndpoint", {})
|
|
1801
|
+
.n("BedrockAgentCoreControlClient", "UpdateHarnessEndpointCommand")
|
|
1802
|
+
.sc(UpdateHarnessEndpoint$)
|
|
1803
|
+
.build() {
|
|
1804
|
+
}
|
|
1805
|
+
|
|
1734
1806
|
class UpdateMemoryCommand extends Command
|
|
1735
1807
|
.classBuilder()
|
|
1736
1808
|
.ep(commonParams)
|
|
@@ -1907,8 +1979,12 @@ const paginateListGateways = createPaginator(BedrockAgentCoreControlClient, List
|
|
|
1907
1979
|
|
|
1908
1980
|
const paginateListGatewayTargets = createPaginator(BedrockAgentCoreControlClient, ListGatewayTargetsCommand, "nextToken", "nextToken", "maxResults");
|
|
1909
1981
|
|
|
1982
|
+
const paginateListHarnessEndpoints = createPaginator(BedrockAgentCoreControlClient, ListHarnessEndpointsCommand, "nextToken", "nextToken", "maxResults");
|
|
1983
|
+
|
|
1910
1984
|
const paginateListHarnesses = createPaginator(BedrockAgentCoreControlClient, ListHarnessesCommand, "nextToken", "nextToken", "maxResults");
|
|
1911
1985
|
|
|
1986
|
+
const paginateListHarnessVersions = createPaginator(BedrockAgentCoreControlClient, ListHarnessVersionsCommand, "nextToken", "nextToken", "maxResults");
|
|
1987
|
+
|
|
1912
1988
|
const paginateListMemories = createPaginator(BedrockAgentCoreControlClient, ListMemoriesCommand, "nextToken", "nextToken", "maxResults");
|
|
1913
1989
|
|
|
1914
1990
|
const paginateListOauth2CredentialProviders = createPaginator(BedrockAgentCoreControlClient, ListOauth2CredentialProvidersCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -2260,6 +2336,7 @@ const commands = {
|
|
|
2260
2336
|
CreateGatewayRuleCommand,
|
|
2261
2337
|
CreateGatewayTargetCommand,
|
|
2262
2338
|
CreateHarnessCommand,
|
|
2339
|
+
CreateHarnessEndpointCommand,
|
|
2263
2340
|
CreateMemoryCommand,
|
|
2264
2341
|
CreateOauth2CredentialProviderCommand,
|
|
2265
2342
|
CreateOnlineEvaluationConfigCommand,
|
|
@@ -2285,6 +2362,7 @@ const commands = {
|
|
|
2285
2362
|
DeleteGatewayRuleCommand,
|
|
2286
2363
|
DeleteGatewayTargetCommand,
|
|
2287
2364
|
DeleteHarnessCommand,
|
|
2365
|
+
DeleteHarnessEndpointCommand,
|
|
2288
2366
|
DeleteMemoryCommand,
|
|
2289
2367
|
DeleteOauth2CredentialProviderCommand,
|
|
2290
2368
|
DeleteOnlineEvaluationConfigCommand,
|
|
@@ -2311,6 +2389,7 @@ const commands = {
|
|
|
2311
2389
|
GetGatewayRuleCommand,
|
|
2312
2390
|
GetGatewayTargetCommand,
|
|
2313
2391
|
GetHarnessCommand,
|
|
2392
|
+
GetHarnessEndpointCommand,
|
|
2314
2393
|
GetMemoryCommand,
|
|
2315
2394
|
GetOauth2CredentialProviderCommand,
|
|
2316
2395
|
GetOnlineEvaluationConfigCommand,
|
|
@@ -2344,7 +2423,9 @@ const commands = {
|
|
|
2344
2423
|
ListGatewayRulesCommand,
|
|
2345
2424
|
ListGatewaysCommand,
|
|
2346
2425
|
ListGatewayTargetsCommand,
|
|
2426
|
+
ListHarnessEndpointsCommand,
|
|
2347
2427
|
ListHarnessesCommand,
|
|
2428
|
+
ListHarnessVersionsCommand,
|
|
2348
2429
|
ListMemoriesCommand,
|
|
2349
2430
|
ListOauth2CredentialProvidersCommand,
|
|
2350
2431
|
ListOnlineEvaluationConfigsCommand,
|
|
@@ -2380,6 +2461,7 @@ const commands = {
|
|
|
2380
2461
|
UpdateGatewayRuleCommand,
|
|
2381
2462
|
UpdateGatewayTargetCommand,
|
|
2382
2463
|
UpdateHarnessCommand,
|
|
2464
|
+
UpdateHarnessEndpointCommand,
|
|
2383
2465
|
UpdateMemoryCommand,
|
|
2384
2466
|
UpdateOauth2CredentialProviderCommand,
|
|
2385
2467
|
UpdateOnlineEvaluationConfigCommand,
|
|
@@ -2410,7 +2492,9 @@ const paginators = {
|
|
|
2410
2492
|
paginateListGatewayRules,
|
|
2411
2493
|
paginateListGateways,
|
|
2412
2494
|
paginateListGatewayTargets,
|
|
2495
|
+
paginateListHarnessEndpoints,
|
|
2413
2496
|
paginateListHarnesses,
|
|
2497
|
+
paginateListHarnessVersions,
|
|
2414
2498
|
paginateListMemories,
|
|
2415
2499
|
paginateListOauth2CredentialProviders,
|
|
2416
2500
|
paginateListOnlineEvaluationConfigs,
|
|
@@ -2599,6 +2683,9 @@ const AuthorizerType = {
|
|
|
2599
2683
|
const ExceptionLevel = {
|
|
2600
2684
|
DEBUG: "DEBUG",
|
|
2601
2685
|
};
|
|
2686
|
+
const InterceptorPayloadExclusion = {
|
|
2687
|
+
RESPONSE_BODY: "RESPONSE_BODY",
|
|
2688
|
+
};
|
|
2602
2689
|
const GatewayInterceptionPoint = {
|
|
2603
2690
|
REQUEST: "REQUEST",
|
|
2604
2691
|
RESPONSE: "RESPONSE",
|
|
@@ -2621,6 +2708,10 @@ const GatewayStatus = {
|
|
|
2621
2708
|
UPDATE_UNSUCCESSFUL: "UPDATE_UNSUCCESSFUL",
|
|
2622
2709
|
UPDATING: "UPDATING",
|
|
2623
2710
|
};
|
|
2711
|
+
const WafFailureMode = {
|
|
2712
|
+
FAIL_CLOSE: "FAIL_CLOSE",
|
|
2713
|
+
FAIL_OPEN: "FAIL_OPEN",
|
|
2714
|
+
};
|
|
2624
2715
|
const PrincipalMatchOperator = {
|
|
2625
2716
|
StringEquals: "StringEquals",
|
|
2626
2717
|
StringLike: "StringLike",
|
|
@@ -2647,6 +2738,12 @@ const CredentialProviderType = {
|
|
|
2647
2738
|
JWT_PASSTHROUGH: "JWT_PASSTHROUGH",
|
|
2648
2739
|
OAUTH: "OAUTH",
|
|
2649
2740
|
};
|
|
2741
|
+
const PassthroughProtocolType = {
|
|
2742
|
+
A2A: "A2A",
|
|
2743
|
+
CUSTOM: "CUSTOM",
|
|
2744
|
+
INFERENCE: "INFERENCE",
|
|
2745
|
+
MCP: "MCP",
|
|
2746
|
+
};
|
|
2650
2747
|
const RestApiMethod = {
|
|
2651
2748
|
DELETE: "DELETE",
|
|
2652
2749
|
GET: "GET",
|
|
@@ -2685,10 +2782,36 @@ const TargetStatus = {
|
|
|
2685
2782
|
UPDATE_UNSUCCESSFUL: "UPDATE_UNSUCCESSFUL",
|
|
2686
2783
|
UPDATING: "UPDATING",
|
|
2687
2784
|
};
|
|
2785
|
+
const TargetType = {
|
|
2786
|
+
AGENTCORE_RUNTIME: "AGENTCORE_RUNTIME",
|
|
2787
|
+
API_GATEWAY: "API_GATEWAY",
|
|
2788
|
+
CONNECTOR: "CONNECTOR",
|
|
2789
|
+
LAMBDA: "LAMBDA",
|
|
2790
|
+
MCP_SERVER: "MCP_SERVER",
|
|
2791
|
+
OPEN_API_SCHEMA: "OPEN_API_SCHEMA",
|
|
2792
|
+
PASSTHROUGH: "PASSTHROUGH",
|
|
2793
|
+
PROVIDER: "PROVIDER",
|
|
2794
|
+
SMITHY_MODEL: "SMITHY_MODEL",
|
|
2795
|
+
};
|
|
2688
2796
|
const KeyType = {
|
|
2689
2797
|
CustomerManagedKey: "CustomerManagedKey",
|
|
2690
2798
|
ServiceManagedKey: "ServiceManagedKey",
|
|
2691
2799
|
};
|
|
2800
|
+
const HarnessEndpointStatus = {
|
|
2801
|
+
CREATE_FAILED: "CREATE_FAILED",
|
|
2802
|
+
CREATING: "CREATING",
|
|
2803
|
+
DELETE_FAILED: "DELETE_FAILED",
|
|
2804
|
+
DELETING: "DELETING",
|
|
2805
|
+
READY: "READY",
|
|
2806
|
+
UPDATE_FAILED: "UPDATE_FAILED",
|
|
2807
|
+
UPDATING: "UPDATING",
|
|
2808
|
+
};
|
|
2809
|
+
const HarnessManagedMemoryStrategyType = {
|
|
2810
|
+
EPISODIC: "EPISODIC",
|
|
2811
|
+
SEMANTIC: "SEMANTIC",
|
|
2812
|
+
SUMMARIZATION: "SUMMARIZATION",
|
|
2813
|
+
USER_PREFERENCE: "USER_PREFERENCE",
|
|
2814
|
+
};
|
|
2692
2815
|
const HarnessBedrockApiFormat = {
|
|
2693
2816
|
CHAT_COMPLETIONS: "chat_completions",
|
|
2694
2817
|
CONVERSE_STREAM: "converse_stream",
|
|
@@ -2893,6 +3016,10 @@ const FindingType = {
|
|
|
2893
3016
|
NOT_TRANSLATABLE: "NOT_TRANSLATABLE",
|
|
2894
3017
|
VALID: "VALID",
|
|
2895
3018
|
};
|
|
3019
|
+
const EnforcementMode = {
|
|
3020
|
+
ACTIVE: "ACTIVE",
|
|
3021
|
+
LOG_ONLY: "LOG_ONLY",
|
|
3022
|
+
};
|
|
2896
3023
|
const PolicyValidationMode = {
|
|
2897
3024
|
FAIL_ON_ANY_FINDINGS: "FAIL_ON_ANY_FINDINGS",
|
|
2898
3025
|
IGNORE_ALL_FINDINGS: "IGNORE_ALL_FINDINGS",
|
|
@@ -2982,6 +3109,7 @@ exports.CreateGatewayCommand = CreateGatewayCommand;
|
|
|
2982
3109
|
exports.CreateGatewayRuleCommand = CreateGatewayRuleCommand;
|
|
2983
3110
|
exports.CreateGatewayTargetCommand = CreateGatewayTargetCommand;
|
|
2984
3111
|
exports.CreateHarnessCommand = CreateHarnessCommand;
|
|
3112
|
+
exports.CreateHarnessEndpointCommand = CreateHarnessEndpointCommand;
|
|
2985
3113
|
exports.CreateMemoryCommand = CreateMemoryCommand;
|
|
2986
3114
|
exports.CreateOauth2CredentialProviderCommand = CreateOauth2CredentialProviderCommand;
|
|
2987
3115
|
exports.CreateOnlineEvaluationConfigCommand = CreateOnlineEvaluationConfigCommand;
|
|
@@ -3011,6 +3139,7 @@ exports.DeleteGatewayCommand = DeleteGatewayCommand;
|
|
|
3011
3139
|
exports.DeleteGatewayRuleCommand = DeleteGatewayRuleCommand;
|
|
3012
3140
|
exports.DeleteGatewayTargetCommand = DeleteGatewayTargetCommand;
|
|
3013
3141
|
exports.DeleteHarnessCommand = DeleteHarnessCommand;
|
|
3142
|
+
exports.DeleteHarnessEndpointCommand = DeleteHarnessEndpointCommand;
|
|
3014
3143
|
exports.DeleteMemoryCommand = DeleteMemoryCommand;
|
|
3015
3144
|
exports.DeleteOauth2CredentialProviderCommand = DeleteOauth2CredentialProviderCommand;
|
|
3016
3145
|
exports.DeleteOnlineEvaluationConfigCommand = DeleteOnlineEvaluationConfigCommand;
|
|
@@ -3026,6 +3155,7 @@ exports.DeleteWorkloadIdentityCommand = DeleteWorkloadIdentityCommand;
|
|
|
3026
3155
|
exports.DescriptorType = DescriptorType;
|
|
3027
3156
|
exports.DraftStatus = DraftStatus;
|
|
3028
3157
|
exports.EndpointIpAddressType = EndpointIpAddressType;
|
|
3158
|
+
exports.EnforcementMode = EnforcementMode;
|
|
3029
3159
|
exports.EvaluatorLevel = EvaluatorLevel;
|
|
3030
3160
|
exports.EvaluatorStatus = EvaluatorStatus;
|
|
3031
3161
|
exports.EvaluatorType = EvaluatorType;
|
|
@@ -3052,6 +3182,7 @@ exports.GetGatewayCommand = GetGatewayCommand;
|
|
|
3052
3182
|
exports.GetGatewayRuleCommand = GetGatewayRuleCommand;
|
|
3053
3183
|
exports.GetGatewayTargetCommand = GetGatewayTargetCommand;
|
|
3054
3184
|
exports.GetHarnessCommand = GetHarnessCommand;
|
|
3185
|
+
exports.GetHarnessEndpointCommand = GetHarnessEndpointCommand;
|
|
3055
3186
|
exports.GetMemoryCommand = GetMemoryCommand;
|
|
3056
3187
|
exports.GetOauth2CredentialProviderCommand = GetOauth2CredentialProviderCommand;
|
|
3057
3188
|
exports.GetOnlineEvaluationConfigCommand = GetOnlineEvaluationConfigCommand;
|
|
@@ -3070,12 +3201,15 @@ exports.GetResourcePolicyCommand = GetResourcePolicyCommand;
|
|
|
3070
3201
|
exports.GetTokenVaultCommand = GetTokenVaultCommand;
|
|
3071
3202
|
exports.GetWorkloadIdentityCommand = GetWorkloadIdentityCommand;
|
|
3072
3203
|
exports.HarnessBedrockApiFormat = HarnessBedrockApiFormat;
|
|
3204
|
+
exports.HarnessEndpointStatus = HarnessEndpointStatus;
|
|
3205
|
+
exports.HarnessManagedMemoryStrategyType = HarnessManagedMemoryStrategyType;
|
|
3073
3206
|
exports.HarnessOpenAiApiFormat = HarnessOpenAiApiFormat;
|
|
3074
3207
|
exports.HarnessStatus = HarnessStatus;
|
|
3075
3208
|
exports.HarnessToolType = HarnessToolType;
|
|
3076
3209
|
exports.HarnessTruncationStrategy = HarnessTruncationStrategy;
|
|
3077
3210
|
exports.InboundTokenClaimValueType = InboundTokenClaimValueType;
|
|
3078
3211
|
exports.IncludedData = IncludedData;
|
|
3212
|
+
exports.InterceptorPayloadExclusion = InterceptorPayloadExclusion;
|
|
3079
3213
|
exports.KeyType = KeyType;
|
|
3080
3214
|
exports.ListAgentRuntimeEndpointsCommand = ListAgentRuntimeEndpointsCommand;
|
|
3081
3215
|
exports.ListAgentRuntimeVersionsCommand = ListAgentRuntimeVersionsCommand;
|
|
@@ -3093,6 +3227,8 @@ exports.ListEvaluatorsCommand = ListEvaluatorsCommand;
|
|
|
3093
3227
|
exports.ListGatewayRulesCommand = ListGatewayRulesCommand;
|
|
3094
3228
|
exports.ListGatewayTargetsCommand = ListGatewayTargetsCommand;
|
|
3095
3229
|
exports.ListGatewaysCommand = ListGatewaysCommand;
|
|
3230
|
+
exports.ListHarnessEndpointsCommand = ListHarnessEndpointsCommand;
|
|
3231
|
+
exports.ListHarnessVersionsCommand = ListHarnessVersionsCommand;
|
|
3096
3232
|
exports.ListHarnessesCommand = ListHarnessesCommand;
|
|
3097
3233
|
exports.ListMemoriesCommand = ListMemoriesCommand;
|
|
3098
3234
|
exports.ListOauth2CredentialProvidersCommand = ListOauth2CredentialProvidersCommand;
|
|
@@ -3123,6 +3259,7 @@ exports.OnBehalfOfTokenExchangeGrantTypeType = OnBehalfOfTokenExchangeGrantTypeT
|
|
|
3123
3259
|
exports.OnlineEvaluationConfigStatus = OnlineEvaluationConfigStatus;
|
|
3124
3260
|
exports.OnlineEvaluationExecutionStatus = OnlineEvaluationExecutionStatus;
|
|
3125
3261
|
exports.OverrideType = OverrideType;
|
|
3262
|
+
exports.PassthroughProtocolType = PassthroughProtocolType;
|
|
3126
3263
|
exports.PaymentConnectorStatus = PaymentConnectorStatus;
|
|
3127
3264
|
exports.PaymentConnectorType = PaymentConnectorType;
|
|
3128
3265
|
exports.PaymentCredentialProviderVendorType = PaymentCredentialProviderVendorType;
|
|
@@ -3154,6 +3291,7 @@ exports.SynchronizeGatewayTargetsCommand = SynchronizeGatewayTargetsCommand;
|
|
|
3154
3291
|
exports.TagResourceCommand = TagResourceCommand;
|
|
3155
3292
|
exports.TargetProtocolType = TargetProtocolType;
|
|
3156
3293
|
exports.TargetStatus = TargetStatus;
|
|
3294
|
+
exports.TargetType = TargetType;
|
|
3157
3295
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
3158
3296
|
exports.UpdateAgentRuntimeCommand = UpdateAgentRuntimeCommand;
|
|
3159
3297
|
exports.UpdateAgentRuntimeEndpointCommand = UpdateAgentRuntimeEndpointCommand;
|
|
@@ -3166,6 +3304,7 @@ exports.UpdateGatewayCommand = UpdateGatewayCommand;
|
|
|
3166
3304
|
exports.UpdateGatewayRuleCommand = UpdateGatewayRuleCommand;
|
|
3167
3305
|
exports.UpdateGatewayTargetCommand = UpdateGatewayTargetCommand;
|
|
3168
3306
|
exports.UpdateHarnessCommand = UpdateHarnessCommand;
|
|
3307
|
+
exports.UpdateHarnessEndpointCommand = UpdateHarnessEndpointCommand;
|
|
3169
3308
|
exports.UpdateMemoryCommand = UpdateMemoryCommand;
|
|
3170
3309
|
exports.UpdateOauth2CredentialProviderCommand = UpdateOauth2CredentialProviderCommand;
|
|
3171
3310
|
exports.UpdateOnlineEvaluationConfigCommand = UpdateOnlineEvaluationConfigCommand;
|
|
@@ -3179,6 +3318,7 @@ exports.UpdateRegistryRecordCommand = UpdateRegistryRecordCommand;
|
|
|
3179
3318
|
exports.UpdateRegistryRecordStatusCommand = UpdateRegistryRecordStatusCommand;
|
|
3180
3319
|
exports.UpdateWorkloadIdentityCommand = UpdateWorkloadIdentityCommand;
|
|
3181
3320
|
exports.ValidationExceptionReason = ValidationExceptionReason;
|
|
3321
|
+
exports.WafFailureMode = WafFailureMode;
|
|
3182
3322
|
exports.paginateListAgentRuntimeEndpoints = paginateListAgentRuntimeEndpoints;
|
|
3183
3323
|
exports.paginateListAgentRuntimeVersions = paginateListAgentRuntimeVersions;
|
|
3184
3324
|
exports.paginateListAgentRuntimes = paginateListAgentRuntimes;
|
|
@@ -3195,6 +3335,8 @@ exports.paginateListEvaluators = paginateListEvaluators;
|
|
|
3195
3335
|
exports.paginateListGatewayRules = paginateListGatewayRules;
|
|
3196
3336
|
exports.paginateListGatewayTargets = paginateListGatewayTargets;
|
|
3197
3337
|
exports.paginateListGateways = paginateListGateways;
|
|
3338
|
+
exports.paginateListHarnessEndpoints = paginateListHarnessEndpoints;
|
|
3339
|
+
exports.paginateListHarnessVersions = paginateListHarnessVersions;
|
|
3198
3340
|
exports.paginateListHarnesses = paginateListHarnesses;
|
|
3199
3341
|
exports.paginateListMemories = paginateListMemories;
|
|
3200
3342
|
exports.paginateListOauth2CredentialProviders = paginateListOauth2CredentialProviders;
|