aws-sdk-bedrockagentcorecontrol 1.73.0 → 1.75.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-bedrockagentcorecontrol/client.rb +338 -1
- data/lib/aws-sdk-bedrockagentcorecontrol/client_api.rb +119 -0
- data/lib/aws-sdk-bedrockagentcorecontrol/types.rb +392 -7
- data/lib/aws-sdk-bedrockagentcorecontrol.rb +1 -1
- data/sig/client.rbs +28 -0
- data/sig/params.rbs +42 -0
- data/sig/types.rbs +118 -1
- metadata +1 -1
|
@@ -162,6 +162,9 @@ module Aws::BedrockAgentCoreControl
|
|
|
162
162
|
CoinbaseCdpApiKeyIdType = Shapes::StringShape.new(name: 'CoinbaseCdpApiKeyIdType')
|
|
163
163
|
CoinbaseCdpConfigurationInput = Shapes::StructureShape.new(name: 'CoinbaseCdpConfigurationInput')
|
|
164
164
|
CoinbaseCdpConfigurationOutput = Shapes::StructureShape.new(name: 'CoinbaseCdpConfigurationOutput')
|
|
165
|
+
CoinbaseCdpRotationTargets = Shapes::StructureShape.new(name: 'CoinbaseCdpRotationTargets')
|
|
166
|
+
CoinbaseCdpSecret = Shapes::StringShape.new(name: 'CoinbaseCdpSecret')
|
|
167
|
+
CoinbaseCdpSecrets = Shapes::ListShape.new(name: 'CoinbaseCdpSecrets')
|
|
165
168
|
ComponentConfiguration = Shapes::StructureShape.new(name: 'ComponentConfiguration')
|
|
166
169
|
ComponentConfigurationMap = Shapes::MapShape.new(name: 'ComponentConfigurationMap')
|
|
167
170
|
ComponentIdentifier = Shapes::StringShape.new(name: 'ComponentIdentifier')
|
|
@@ -287,6 +290,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
287
290
|
CredentialProviderName = Shapes::StringShape.new(name: 'CredentialProviderName')
|
|
288
291
|
CredentialProviderType = Shapes::StringShape.new(name: 'CredentialProviderType')
|
|
289
292
|
CredentialProviderVendorType = Shapes::StringShape.new(name: 'CredentialProviderVendorType')
|
|
293
|
+
CredentialRotationConfig = Shapes::UnionShape.new(name: 'CredentialRotationConfig')
|
|
290
294
|
CredentialsProviderConfiguration = Shapes::UnionShape.new(name: 'CredentialsProviderConfiguration')
|
|
291
295
|
CredentialsProviderConfigurations = Shapes::ListShape.new(name: 'CredentialsProviderConfigurations')
|
|
292
296
|
CustomClaimValidationType = Shapes::StructureShape.new(name: 'CustomClaimValidationType')
|
|
@@ -591,6 +595,8 @@ module Aws::BedrockAgentCoreControl
|
|
|
591
595
|
GoogleOauth2ProviderConfigInput = Shapes::StructureShape.new(name: 'GoogleOauth2ProviderConfigInput')
|
|
592
596
|
GoogleOauth2ProviderConfigOutput = Shapes::StructureShape.new(name: 'GoogleOauth2ProviderConfigOutput')
|
|
593
597
|
Harness = Shapes::StructureShape.new(name: 'Harness')
|
|
598
|
+
HarnessAfterInvocationHook = Shapes::StructureShape.new(name: 'HarnessAfterInvocationHook')
|
|
599
|
+
HarnessAfterToolCallHook = Shapes::StructureShape.new(name: 'HarnessAfterToolCallHook')
|
|
594
600
|
HarnessAgentCoreBrowserConfig = Shapes::StructureShape.new(name: 'HarnessAgentCoreBrowserConfig')
|
|
595
601
|
HarnessAgentCoreCodeInterpreterConfig = Shapes::StructureShape.new(name: 'HarnessAgentCoreCodeInterpreterConfig')
|
|
596
602
|
HarnessAgentCoreGatewayConfig = Shapes::StructureShape.new(name: 'HarnessAgentCoreGatewayConfig')
|
|
@@ -606,6 +612,8 @@ module Aws::BedrockAgentCoreControl
|
|
|
606
612
|
HarnessAwsSkillPaths = Shapes::ListShape.new(name: 'HarnessAwsSkillPaths')
|
|
607
613
|
HarnessBedrockApiFormat = Shapes::StringShape.new(name: 'HarnessBedrockApiFormat')
|
|
608
614
|
HarnessBedrockModelConfig = Shapes::StructureShape.new(name: 'HarnessBedrockModelConfig')
|
|
615
|
+
HarnessBeforeInvocationHook = Shapes::StructureShape.new(name: 'HarnessBeforeInvocationHook')
|
|
616
|
+
HarnessBeforeToolCallHook = Shapes::StructureShape.new(name: 'HarnessBeforeToolCallHook')
|
|
609
617
|
HarnessBrowserArn = Shapes::StringShape.new(name: 'HarnessBrowserArn')
|
|
610
618
|
HarnessCodeInterpreterArn = Shapes::StringShape.new(name: 'HarnessCodeInterpreterArn')
|
|
611
619
|
HarnessDisabledMemoryConfiguration = Shapes::StructureShape.new(name: 'HarnessDisabledMemoryConfiguration')
|
|
@@ -618,11 +626,22 @@ module Aws::BedrockAgentCoreControl
|
|
|
618
626
|
HarnessEnvironmentArtifact = Shapes::UnionShape.new(name: 'HarnessEnvironmentArtifact')
|
|
619
627
|
HarnessEnvironmentProvider = Shapes::UnionShape.new(name: 'HarnessEnvironmentProvider')
|
|
620
628
|
HarnessEnvironmentProviderRequest = Shapes::UnionShape.new(name: 'HarnessEnvironmentProviderRequest')
|
|
629
|
+
HarnessEventBridgeBusArn = Shapes::StringShape.new(name: 'HarnessEventBridgeBusArn')
|
|
621
630
|
HarnessGatewayOutboundAuth = Shapes::UnionShape.new(name: 'HarnessGatewayOutboundAuth')
|
|
622
631
|
HarnessGeminiModelConfig = Shapes::StructureShape.new(name: 'HarnessGeminiModelConfig')
|
|
632
|
+
HarnessHook = Shapes::UnionShape.new(name: 'HarnessHook')
|
|
633
|
+
HarnessHookEventBridgeTarget = Shapes::StructureShape.new(name: 'HarnessHookEventBridgeTarget')
|
|
634
|
+
HarnessHookFailureMode = Shapes::StringShape.new(name: 'HarnessHookFailureMode')
|
|
635
|
+
HarnessHookLambdaTarget = Shapes::StructureShape.new(name: 'HarnessHookLambdaTarget')
|
|
636
|
+
HarnessHookLambdaTargetTimeoutSecondsInteger = Shapes::IntegerShape.new(name: 'HarnessHookLambdaTargetTimeoutSecondsInteger')
|
|
637
|
+
HarnessHookName = Shapes::StringShape.new(name: 'HarnessHookName')
|
|
638
|
+
HarnessHookSnsTarget = Shapes::StructureShape.new(name: 'HarnessHookSnsTarget')
|
|
639
|
+
HarnessHookTarget = Shapes::UnionShape.new(name: 'HarnessHookTarget')
|
|
640
|
+
HarnessHooks = Shapes::ListShape.new(name: 'HarnessHooks')
|
|
623
641
|
HarnessId = Shapes::StringShape.new(name: 'HarnessId')
|
|
624
642
|
HarnessInlineFunctionConfig = Shapes::StructureShape.new(name: 'HarnessInlineFunctionConfig')
|
|
625
643
|
HarnessInlineFunctionDescription = Shapes::StringShape.new(name: 'HarnessInlineFunctionDescription')
|
|
644
|
+
HarnessLambdaFunctionArn = Shapes::StringShape.new(name: 'HarnessLambdaFunctionArn')
|
|
626
645
|
HarnessLiteLlmApiBase = Shapes::StringShape.new(name: 'HarnessLiteLlmApiBase')
|
|
627
646
|
HarnessLiteLlmModelConfig = Shapes::StructureShape.new(name: 'HarnessLiteLlmModelConfig')
|
|
628
647
|
HarnessManagedMemoryConfiguration = Shapes::StructureShape.new(name: 'HarnessManagedMemoryConfiguration')
|
|
@@ -632,6 +651,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
632
651
|
HarnessMemoryConfiguration = Shapes::UnionShape.new(name: 'HarnessMemoryConfiguration')
|
|
633
652
|
HarnessModelConfiguration = Shapes::UnionShape.new(name: 'HarnessModelConfiguration')
|
|
634
653
|
HarnessName = Shapes::StringShape.new(name: 'HarnessName')
|
|
654
|
+
HarnessOpenAiApiBase = Shapes::StringShape.new(name: 'HarnessOpenAiApiBase')
|
|
635
655
|
HarnessOpenAiApiFormat = Shapes::StringShape.new(name: 'HarnessOpenAiApiFormat')
|
|
636
656
|
HarnessOpenAiModelConfig = Shapes::StructureShape.new(name: 'HarnessOpenAiModelConfig')
|
|
637
657
|
HarnessRemoteMcpConfig = Shapes::StructureShape.new(name: 'HarnessRemoteMcpConfig')
|
|
@@ -646,6 +666,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
646
666
|
HarnessSkillS3Uri = Shapes::StringShape.new(name: 'HarnessSkillS3Uri')
|
|
647
667
|
HarnessSkills = Shapes::ListShape.new(name: 'HarnessSkills')
|
|
648
668
|
HarnessSlidingWindowConfiguration = Shapes::StructureShape.new(name: 'HarnessSlidingWindowConfiguration')
|
|
669
|
+
HarnessSnsTopicArn = Shapes::StringShape.new(name: 'HarnessSnsTopicArn')
|
|
649
670
|
HarnessStatus = Shapes::StringShape.new(name: 'HarnessStatus')
|
|
650
671
|
HarnessSummaries = Shapes::ListShape.new(name: 'HarnessSummaries')
|
|
651
672
|
HarnessSummarizationConfiguration = Shapes::StructureShape.new(name: 'HarnessSummarizationConfiguration')
|
|
@@ -1111,6 +1132,8 @@ module Aws::BedrockAgentCoreControl
|
|
|
1111
1132
|
RootVolumeConfiguration = Shapes::StructureShape.new(name: 'RootVolumeConfiguration')
|
|
1112
1133
|
RootVolumeConfigurationFreeSpaceGiBInteger = Shapes::IntegerShape.new(name: 'RootVolumeConfigurationFreeSpaceGiBInteger')
|
|
1113
1134
|
RootVolumeConfigurationThroughputInteger = Shapes::IntegerShape.new(name: 'RootVolumeConfigurationThroughputInteger')
|
|
1135
|
+
RotatePaymentConnectorCredentialsRequest = Shapes::StructureShape.new(name: 'RotatePaymentConnectorCredentialsRequest')
|
|
1136
|
+
RotatePaymentConnectorCredentialsResponse = Shapes::StructureShape.new(name: 'RotatePaymentConnectorCredentialsResponse')
|
|
1114
1137
|
RouteToTargetAction = Shapes::UnionShape.new(name: 'RouteToTargetAction')
|
|
1115
1138
|
RoutingDomain = Shapes::StringShape.new(name: 'RoutingDomain')
|
|
1116
1139
|
Rule = Shapes::StructureShape.new(name: 'Rule')
|
|
@@ -1780,6 +1803,11 @@ module Aws::BedrockAgentCoreControl
|
|
|
1780
1803
|
CoinbaseCdpConfigurationOutput.add_member(:wallet_secret_source, Shapes::ShapeRef.new(shape: SecretSourceType, location_name: "walletSecretSource"))
|
|
1781
1804
|
CoinbaseCdpConfigurationOutput.struct_class = Types::CoinbaseCdpConfigurationOutput
|
|
1782
1805
|
|
|
1806
|
+
CoinbaseCdpRotationTargets.add_member(:secrets, Shapes::ShapeRef.new(shape: CoinbaseCdpSecrets, required: true, location_name: "secrets"))
|
|
1807
|
+
CoinbaseCdpRotationTargets.struct_class = Types::CoinbaseCdpRotationTargets
|
|
1808
|
+
|
|
1809
|
+
CoinbaseCdpSecrets.member = Shapes::ShapeRef.new(shape: CoinbaseCdpSecret)
|
|
1810
|
+
|
|
1783
1811
|
ComponentConfiguration.add_member(:configuration, Shapes::ShapeRef.new(shape: Document, required: true, location_name: "configuration"))
|
|
1784
1812
|
ComponentConfiguration.struct_class = Types::ComponentConfiguration
|
|
1785
1813
|
|
|
@@ -2235,6 +2263,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
2235
2263
|
CreateHarnessRequest.add_member(:allowed_tools, Shapes::ShapeRef.new(shape: HarnessAllowedTools, location_name: "allowedTools"))
|
|
2236
2264
|
CreateHarnessRequest.add_member(:memory, Shapes::ShapeRef.new(shape: HarnessMemoryConfiguration, location_name: "memory"))
|
|
2237
2265
|
CreateHarnessRequest.add_member(:truncation, Shapes::ShapeRef.new(shape: HarnessTruncationConfiguration, location_name: "truncation"))
|
|
2266
|
+
CreateHarnessRequest.add_member(:hooks, Shapes::ShapeRef.new(shape: HarnessHooks, location_name: "hooks"))
|
|
2238
2267
|
CreateHarnessRequest.add_member(:max_iterations, Shapes::ShapeRef.new(shape: Integer, location_name: "maxIterations"))
|
|
2239
2268
|
CreateHarnessRequest.add_member(:max_tokens, Shapes::ShapeRef.new(shape: Integer, location_name: "maxTokens"))
|
|
2240
2269
|
CreateHarnessRequest.add_member(:timeout_seconds, Shapes::ShapeRef.new(shape: Integer, location_name: "timeoutSeconds"))
|
|
@@ -2445,6 +2474,12 @@ module Aws::BedrockAgentCoreControl
|
|
|
2445
2474
|
|
|
2446
2475
|
CredentialProviderConfigurations.member = Shapes::ShapeRef.new(shape: CredentialProviderConfiguration)
|
|
2447
2476
|
|
|
2477
|
+
CredentialRotationConfig.add_member(:coinbase_cdp, Shapes::ShapeRef.new(shape: CoinbaseCdpRotationTargets, location_name: "coinbaseCDP"))
|
|
2478
|
+
CredentialRotationConfig.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
2479
|
+
CredentialRotationConfig.add_member_subclass(:coinbase_cdp, Types::CredentialRotationConfig::CoinbaseCdp)
|
|
2480
|
+
CredentialRotationConfig.add_member_subclass(:unknown, Types::CredentialRotationConfig::Unknown)
|
|
2481
|
+
CredentialRotationConfig.struct_class = Types::CredentialRotationConfig
|
|
2482
|
+
|
|
2448
2483
|
CredentialsProviderConfiguration.add_member(:coinbase_cdp, Shapes::ShapeRef.new(shape: PaymentCredentialProviderConfiguration, location_name: "coinbaseCDP"))
|
|
2449
2484
|
CredentialsProviderConfiguration.add_member(:stripe_privy, Shapes::ShapeRef.new(shape: PaymentCredentialProviderConfiguration, location_name: "stripePrivy"))
|
|
2450
2485
|
CredentialsProviderConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
@@ -3529,11 +3564,13 @@ module Aws::BedrockAgentCoreControl
|
|
|
3529
3564
|
GetPaymentConnectorResponse.add_member(:name, Shapes::ShapeRef.new(shape: PaymentConnectorName, required: true, location_name: "name"))
|
|
3530
3565
|
GetPaymentConnectorResponse.add_member(:description, Shapes::ShapeRef.new(shape: PaymentsDescription, location_name: "description"))
|
|
3531
3566
|
GetPaymentConnectorResponse.add_member(:type, Shapes::ShapeRef.new(shape: PaymentConnectorType, required: true, location_name: "type"))
|
|
3567
|
+
GetPaymentConnectorResponse.add_member(:provision_mode, Shapes::ShapeRef.new(shape: PaymentConnectorProvisionMode, location_name: "provisionMode"))
|
|
3532
3568
|
GetPaymentConnectorResponse.add_member(:credential_provider_configurations, Shapes::ShapeRef.new(shape: CredentialsProviderConfigurations, required: true, location_name: "credentialProviderConfigurations"))
|
|
3533
3569
|
GetPaymentConnectorResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
|
3534
3570
|
GetPaymentConnectorResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "lastUpdatedAt"))
|
|
3535
3571
|
GetPaymentConnectorResponse.add_member(:status, Shapes::ShapeRef.new(shape: PaymentConnectorStatus, required: true, location_name: "status"))
|
|
3536
3572
|
GetPaymentConnectorResponse.add_member(:authorization_url, Shapes::ShapeRef.new(shape: PaymentConnectorAuthorizationUrl, location_name: "authorizationUrl"))
|
|
3573
|
+
GetPaymentConnectorResponse.add_member(:credentials_updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, location_name: "credentialsUpdatedAt"))
|
|
3537
3574
|
GetPaymentConnectorResponse.struct_class = Types::GetPaymentConnectorResponse
|
|
3538
3575
|
|
|
3539
3576
|
GetPaymentCredentialProviderRequest.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
|
|
@@ -3753,12 +3790,21 @@ module Aws::BedrockAgentCoreControl
|
|
|
3753
3790
|
Harness.add_member(:environment_variables, Shapes::ShapeRef.new(shape: EnvironmentVariablesMap, location_name: "environmentVariables"))
|
|
3754
3791
|
Harness.add_member(:authorizer_configuration, Shapes::ShapeRef.new(shape: AuthorizerConfiguration, location_name: "authorizerConfiguration"))
|
|
3755
3792
|
Harness.add_member(:memory, Shapes::ShapeRef.new(shape: HarnessMemoryConfiguration, location_name: "memory"))
|
|
3793
|
+
Harness.add_member(:hooks, Shapes::ShapeRef.new(shape: HarnessHooks, location_name: "hooks"))
|
|
3756
3794
|
Harness.add_member(:max_iterations, Shapes::ShapeRef.new(shape: Integer, location_name: "maxIterations"))
|
|
3757
3795
|
Harness.add_member(:max_tokens, Shapes::ShapeRef.new(shape: Integer, location_name: "maxTokens"))
|
|
3758
3796
|
Harness.add_member(:timeout_seconds, Shapes::ShapeRef.new(shape: Integer, location_name: "timeoutSeconds"))
|
|
3759
3797
|
Harness.add_member(:failure_reason, Shapes::ShapeRef.new(shape: String, location_name: "failureReason"))
|
|
3760
3798
|
Harness.struct_class = Types::Harness
|
|
3761
3799
|
|
|
3800
|
+
HarnessAfterInvocationHook.add_member(:name, Shapes::ShapeRef.new(shape: HarnessHookName, required: true, location_name: "name"))
|
|
3801
|
+
HarnessAfterInvocationHook.add_member(:target, Shapes::ShapeRef.new(shape: HarnessHookTarget, required: true, location_name: "target"))
|
|
3802
|
+
HarnessAfterInvocationHook.struct_class = Types::HarnessAfterInvocationHook
|
|
3803
|
+
|
|
3804
|
+
HarnessAfterToolCallHook.add_member(:name, Shapes::ShapeRef.new(shape: HarnessHookName, required: true, location_name: "name"))
|
|
3805
|
+
HarnessAfterToolCallHook.add_member(:target, Shapes::ShapeRef.new(shape: HarnessHookTarget, required: true, location_name: "target"))
|
|
3806
|
+
HarnessAfterToolCallHook.struct_class = Types::HarnessAfterToolCallHook
|
|
3807
|
+
|
|
3762
3808
|
HarnessAgentCoreBrowserConfig.add_member(:browser_arn, Shapes::ShapeRef.new(shape: HarnessBrowserArn, location_name: "browserArn"))
|
|
3763
3809
|
HarnessAgentCoreBrowserConfig.struct_class = Types::HarnessAgentCoreBrowserConfig
|
|
3764
3810
|
|
|
@@ -3808,6 +3854,14 @@ module Aws::BedrockAgentCoreControl
|
|
|
3808
3854
|
HarnessBedrockModelConfig.add_member(:additional_params, Shapes::ShapeRef.new(shape: Document, location_name: "additionalParams"))
|
|
3809
3855
|
HarnessBedrockModelConfig.struct_class = Types::HarnessBedrockModelConfig
|
|
3810
3856
|
|
|
3857
|
+
HarnessBeforeInvocationHook.add_member(:name, Shapes::ShapeRef.new(shape: HarnessHookName, required: true, location_name: "name"))
|
|
3858
|
+
HarnessBeforeInvocationHook.add_member(:target, Shapes::ShapeRef.new(shape: HarnessHookTarget, required: true, location_name: "target"))
|
|
3859
|
+
HarnessBeforeInvocationHook.struct_class = Types::HarnessBeforeInvocationHook
|
|
3860
|
+
|
|
3861
|
+
HarnessBeforeToolCallHook.add_member(:name, Shapes::ShapeRef.new(shape: HarnessHookName, required: true, location_name: "name"))
|
|
3862
|
+
HarnessBeforeToolCallHook.add_member(:target, Shapes::ShapeRef.new(shape: HarnessHookTarget, required: true, location_name: "target"))
|
|
3863
|
+
HarnessBeforeToolCallHook.struct_class = Types::HarnessBeforeToolCallHook
|
|
3864
|
+
|
|
3811
3865
|
HarnessDisabledMemoryConfiguration.struct_class = Types::HarnessDisabledMemoryConfiguration
|
|
3812
3866
|
|
|
3813
3867
|
HarnessEndpoint.add_member(:harness_id, Shapes::ShapeRef.new(shape: HarnessId, required: true, location_name: "harnessId"))
|
|
@@ -3862,6 +3916,41 @@ module Aws::BedrockAgentCoreControl
|
|
|
3862
3916
|
HarnessGeminiModelConfig.add_member(:additional_params, Shapes::ShapeRef.new(shape: Document, location_name: "additionalParams"))
|
|
3863
3917
|
HarnessGeminiModelConfig.struct_class = Types::HarnessGeminiModelConfig
|
|
3864
3918
|
|
|
3919
|
+
HarnessHook.add_member(:before_invocation, Shapes::ShapeRef.new(shape: HarnessBeforeInvocationHook, location_name: "beforeInvocation"))
|
|
3920
|
+
HarnessHook.add_member(:after_invocation, Shapes::ShapeRef.new(shape: HarnessAfterInvocationHook, location_name: "afterInvocation"))
|
|
3921
|
+
HarnessHook.add_member(:before_tool_call, Shapes::ShapeRef.new(shape: HarnessBeforeToolCallHook, location_name: "beforeToolCall"))
|
|
3922
|
+
HarnessHook.add_member(:after_tool_call, Shapes::ShapeRef.new(shape: HarnessAfterToolCallHook, location_name: "afterToolCall"))
|
|
3923
|
+
HarnessHook.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
3924
|
+
HarnessHook.add_member_subclass(:before_invocation, Types::HarnessHook::BeforeInvocation)
|
|
3925
|
+
HarnessHook.add_member_subclass(:after_invocation, Types::HarnessHook::AfterInvocation)
|
|
3926
|
+
HarnessHook.add_member_subclass(:before_tool_call, Types::HarnessHook::BeforeToolCall)
|
|
3927
|
+
HarnessHook.add_member_subclass(:after_tool_call, Types::HarnessHook::AfterToolCall)
|
|
3928
|
+
HarnessHook.add_member_subclass(:unknown, Types::HarnessHook::Unknown)
|
|
3929
|
+
HarnessHook.struct_class = Types::HarnessHook
|
|
3930
|
+
|
|
3931
|
+
HarnessHookEventBridgeTarget.add_member(:arn, Shapes::ShapeRef.new(shape: HarnessEventBridgeBusArn, required: true, location_name: "arn"))
|
|
3932
|
+
HarnessHookEventBridgeTarget.struct_class = Types::HarnessHookEventBridgeTarget
|
|
3933
|
+
|
|
3934
|
+
HarnessHookLambdaTarget.add_member(:arn, Shapes::ShapeRef.new(shape: HarnessLambdaFunctionArn, required: true, location_name: "arn"))
|
|
3935
|
+
HarnessHookLambdaTarget.add_member(:timeout_seconds, Shapes::ShapeRef.new(shape: HarnessHookLambdaTargetTimeoutSecondsInteger, location_name: "timeoutSeconds"))
|
|
3936
|
+
HarnessHookLambdaTarget.add_member(:failure_mode, Shapes::ShapeRef.new(shape: HarnessHookFailureMode, location_name: "failureMode"))
|
|
3937
|
+
HarnessHookLambdaTarget.struct_class = Types::HarnessHookLambdaTarget
|
|
3938
|
+
|
|
3939
|
+
HarnessHookSnsTarget.add_member(:arn, Shapes::ShapeRef.new(shape: HarnessSnsTopicArn, required: true, location_name: "arn"))
|
|
3940
|
+
HarnessHookSnsTarget.struct_class = Types::HarnessHookSnsTarget
|
|
3941
|
+
|
|
3942
|
+
HarnessHookTarget.add_member(:lambda, Shapes::ShapeRef.new(shape: HarnessHookLambdaTarget, location_name: "lambda"))
|
|
3943
|
+
HarnessHookTarget.add_member(:sns, Shapes::ShapeRef.new(shape: HarnessHookSnsTarget, location_name: "sns"))
|
|
3944
|
+
HarnessHookTarget.add_member(:event_bridge, Shapes::ShapeRef.new(shape: HarnessHookEventBridgeTarget, location_name: "eventBridge"))
|
|
3945
|
+
HarnessHookTarget.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
3946
|
+
HarnessHookTarget.add_member_subclass(:lambda, Types::HarnessHookTarget::Lambda)
|
|
3947
|
+
HarnessHookTarget.add_member_subclass(:sns, Types::HarnessHookTarget::Sns)
|
|
3948
|
+
HarnessHookTarget.add_member_subclass(:event_bridge, Types::HarnessHookTarget::EventBridge)
|
|
3949
|
+
HarnessHookTarget.add_member_subclass(:unknown, Types::HarnessHookTarget::Unknown)
|
|
3950
|
+
HarnessHookTarget.struct_class = Types::HarnessHookTarget
|
|
3951
|
+
|
|
3952
|
+
HarnessHooks.member = Shapes::ShapeRef.new(shape: HarnessHook)
|
|
3953
|
+
|
|
3865
3954
|
HarnessInlineFunctionConfig.add_member(:description, Shapes::ShapeRef.new(shape: HarnessInlineFunctionDescription, required: true, location_name: "description"))
|
|
3866
3955
|
HarnessInlineFunctionConfig.add_member(:input_schema, Shapes::ShapeRef.new(shape: SensitiveJson, required: true, location_name: "inputSchema"))
|
|
3867
3956
|
HarnessInlineFunctionConfig.struct_class = Types::HarnessInlineFunctionConfig
|
|
@@ -3907,6 +3996,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
3907
3996
|
|
|
3908
3997
|
HarnessOpenAiModelConfig.add_member(:model_id, Shapes::ShapeRef.new(shape: ModelId, required: true, location_name: "modelId"))
|
|
3909
3998
|
HarnessOpenAiModelConfig.add_member(:api_key_arn, Shapes::ShapeRef.new(shape: ApiKeyArn, required: true, location_name: "apiKeyArn"))
|
|
3999
|
+
HarnessOpenAiModelConfig.add_member(:api_base, Shapes::ShapeRef.new(shape: HarnessOpenAiApiBase, location_name: "apiBase"))
|
|
3910
4000
|
HarnessOpenAiModelConfig.add_member(:max_tokens, Shapes::ShapeRef.new(shape: MaxTokens, location_name: "maxTokens"))
|
|
3911
4001
|
HarnessOpenAiModelConfig.add_member(:temperature, Shapes::ShapeRef.new(shape: Temperature, location_name: "temperature"))
|
|
3912
4002
|
HarnessOpenAiModelConfig.add_member(:top_p, Shapes::ShapeRef.new(shape: TopP, location_name: "topP"))
|
|
@@ -4979,6 +5069,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
4979
5069
|
PaymentConnectorSummary.add_member(:payment_connector_id, Shapes::ShapeRef.new(shape: PaymentConnectorId, required: true, location_name: "paymentConnectorId"))
|
|
4980
5070
|
PaymentConnectorSummary.add_member(:name, Shapes::ShapeRef.new(shape: PaymentConnectorName, required: true, location_name: "name"))
|
|
4981
5071
|
PaymentConnectorSummary.add_member(:type, Shapes::ShapeRef.new(shape: PaymentConnectorType, required: true, location_name: "type"))
|
|
5072
|
+
PaymentConnectorSummary.add_member(:provision_mode, Shapes::ShapeRef.new(shape: PaymentConnectorProvisionMode, location_name: "provisionMode"))
|
|
4982
5073
|
PaymentConnectorSummary.add_member(:status, Shapes::ShapeRef.new(shape: PaymentConnectorStatus, required: true, location_name: "status"))
|
|
4983
5074
|
PaymentConnectorSummary.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "lastUpdatedAt"))
|
|
4984
5075
|
PaymentConnectorSummary.struct_class = Types::PaymentConnectorSummary
|
|
@@ -5301,6 +5392,18 @@ module Aws::BedrockAgentCoreControl
|
|
|
5301
5392
|
RootVolumeConfiguration.add_member(:free_space_gi_b, Shapes::ShapeRef.new(shape: RootVolumeConfigurationFreeSpaceGiBInteger, location_name: "freeSpaceGiB"))
|
|
5302
5393
|
RootVolumeConfiguration.struct_class = Types::RootVolumeConfiguration
|
|
5303
5394
|
|
|
5395
|
+
RotatePaymentConnectorCredentialsRequest.add_member(:payment_manager_id, Shapes::ShapeRef.new(shape: PaymentManagerId, required: true, location: "uri", location_name: "paymentManagerId"))
|
|
5396
|
+
RotatePaymentConnectorCredentialsRequest.add_member(:payment_connector_id, Shapes::ShapeRef.new(shape: PaymentConnectorId, required: true, location: "uri", location_name: "paymentConnectorId"))
|
|
5397
|
+
RotatePaymentConnectorCredentialsRequest.add_member(:credentials_to_rotate, Shapes::ShapeRef.new(shape: CredentialRotationConfig, required: true, location_name: "credentialsToRotate"))
|
|
5398
|
+
RotatePaymentConnectorCredentialsRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
5399
|
+
RotatePaymentConnectorCredentialsRequest.struct_class = Types::RotatePaymentConnectorCredentialsRequest
|
|
5400
|
+
|
|
5401
|
+
RotatePaymentConnectorCredentialsResponse.add_member(:payment_connector_id, Shapes::ShapeRef.new(shape: PaymentConnectorId, required: true, location_name: "paymentConnectorId"))
|
|
5402
|
+
RotatePaymentConnectorCredentialsResponse.add_member(:payment_manager_id, Shapes::ShapeRef.new(shape: PaymentManagerId, required: true, location_name: "paymentManagerId"))
|
|
5403
|
+
RotatePaymentConnectorCredentialsResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "lastUpdatedAt"))
|
|
5404
|
+
RotatePaymentConnectorCredentialsResponse.add_member(:status, Shapes::ShapeRef.new(shape: PaymentConnectorStatus, required: true, location_name: "status"))
|
|
5405
|
+
RotatePaymentConnectorCredentialsResponse.struct_class = Types::RotatePaymentConnectorCredentialsResponse
|
|
5406
|
+
|
|
5304
5407
|
RouteToTargetAction.add_member(:static_route, Shapes::ShapeRef.new(shape: StaticRoute, location_name: "staticRoute"))
|
|
5305
5408
|
RouteToTargetAction.add_member(:weighted_route, Shapes::ShapeRef.new(shape: WeightedRoute, location_name: "weightedRoute"))
|
|
5306
5409
|
RouteToTargetAction.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
@@ -6029,6 +6132,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
6029
6132
|
UpdateHarnessRequest.add_member(:allowed_tools, Shapes::ShapeRef.new(shape: HarnessAllowedTools, location_name: "allowedTools"))
|
|
6030
6133
|
UpdateHarnessRequest.add_member(:memory, Shapes::ShapeRef.new(shape: UpdatedHarnessMemoryConfiguration, location_name: "memory"))
|
|
6031
6134
|
UpdateHarnessRequest.add_member(:truncation, Shapes::ShapeRef.new(shape: HarnessTruncationConfiguration, location_name: "truncation"))
|
|
6135
|
+
UpdateHarnessRequest.add_member(:hooks, Shapes::ShapeRef.new(shape: HarnessHooks, location_name: "hooks"))
|
|
6032
6136
|
UpdateHarnessRequest.add_member(:max_iterations, Shapes::ShapeRef.new(shape: Integer, location_name: "maxIterations"))
|
|
6033
6137
|
UpdateHarnessRequest.add_member(:max_tokens, Shapes::ShapeRef.new(shape: Integer, location_name: "maxTokens"))
|
|
6034
6138
|
UpdateHarnessRequest.add_member(:timeout_seconds, Shapes::ShapeRef.new(shape: Integer, location_name: "timeoutSeconds"))
|
|
@@ -8542,6 +8646,20 @@ module Aws::BedrockAgentCoreControl
|
|
|
8542
8646
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
8543
8647
|
end)
|
|
8544
8648
|
|
|
8649
|
+
api.add_operation(:rotate_payment_connector_credentials, Seahorse::Model::Operation.new.tap do |o|
|
|
8650
|
+
o.name = "RotatePaymentConnectorCredentials"
|
|
8651
|
+
o.http_method = "POST"
|
|
8652
|
+
o.http_request_uri = "/payments/managers/{paymentManagerId}/connectors/{paymentConnectorId}/rotate-credentials"
|
|
8653
|
+
o.input = Shapes::ShapeRef.new(shape: RotatePaymentConnectorCredentialsRequest)
|
|
8654
|
+
o.output = Shapes::ShapeRef.new(shape: RotatePaymentConnectorCredentialsResponse)
|
|
8655
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
8656
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
8657
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
8658
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
8659
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
8660
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
8661
|
+
end)
|
|
8662
|
+
|
|
8545
8663
|
api.add_operation(:set_token_vault_cmk, Seahorse::Model::Operation.new.tap do |o|
|
|
8546
8664
|
o.name = "SetTokenVaultCMK"
|
|
8547
8665
|
o.http_method = "POST"
|
|
@@ -8828,6 +8946,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
8828
8946
|
o.http_request_uri = "/harnesses/{harnessId}"
|
|
8829
8947
|
o.input = Shapes::ShapeRef.new(shape: UpdateHarnessRequest)
|
|
8830
8948
|
o.output = Shapes::ShapeRef.new(shape: UpdateHarnessResponse)
|
|
8949
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
8831
8950
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
8832
8951
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
8833
8952
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|