aws-sdk-bedrockagentcorecontrol 1.36.0 → 1.38.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.
data/sig/types.rbs CHANGED
@@ -8,11 +8,22 @@
8
8
  module Aws::BedrockAgentCoreControl
9
9
  module Types
10
10
 
11
+ class A2aDescriptor
12
+ attr_accessor agent_card: Types::AgentCardDefinition
13
+ SENSITIVE: []
14
+ end
15
+
11
16
  class AccessDeniedException
12
17
  attr_accessor message: ::String
13
18
  SENSITIVE: []
14
19
  end
15
20
 
21
+ class AgentCardDefinition
22
+ attr_accessor schema_version: ::String
23
+ attr_accessor inline_content: ::String
24
+ SENSITIVE: []
25
+ end
26
+
16
27
  class AgentRuntime
17
28
  attr_accessor agent_runtime_arn: ::String
18
29
  attr_accessor agent_runtime_id: ::String
@@ -52,6 +63,12 @@ module Aws::BedrockAgentCoreControl
52
63
  SENSITIVE: [:name]
53
64
  end
54
65
 
66
+ class AgentSkillsDescriptor
67
+ attr_accessor skill_md: Types::SkillMdDefinition
68
+ attr_accessor skill_definition: Types::SkillDefinition
69
+ SENSITIVE: []
70
+ end
71
+
55
72
  class ApiGatewayTargetConfiguration
56
73
  attr_accessor rest_api_id: ::String
57
74
  attr_accessor stage: ::String
@@ -109,6 +126,11 @@ module Aws::BedrockAgentCoreControl
109
126
  end
110
127
  end
111
128
 
129
+ class ApprovalConfiguration
130
+ attr_accessor auto_approval: bool
131
+ SENSITIVE: []
132
+ end
133
+
112
134
  class AtlassianOauth2ProviderConfigInput
113
135
  attr_accessor client_id: ::String
114
136
  attr_accessor client_secret: ::String
@@ -657,6 +679,40 @@ module Aws::BedrockAgentCoreControl
657
679
  SENSITIVE: [:description]
658
680
  end
659
681
 
682
+ class CreateRegistryRecordRequest
683
+ attr_accessor registry_id: ::String
684
+ attr_accessor name: ::String
685
+ attr_accessor description: ::String
686
+ attr_accessor descriptor_type: ("MCP" | "A2A" | "CUSTOM" | "AGENT_SKILLS")
687
+ attr_accessor descriptors: Types::Descriptors
688
+ attr_accessor record_version: ::String
689
+ attr_accessor synchronization_type: ("URL")
690
+ attr_accessor synchronization_configuration: Types::SynchronizationConfiguration
691
+ attr_accessor client_token: ::String
692
+ SENSITIVE: [:description]
693
+ end
694
+
695
+ class CreateRegistryRecordResponse
696
+ attr_accessor record_arn: ::String
697
+ attr_accessor status: ("DRAFT" | "PENDING_APPROVAL" | "APPROVED" | "REJECTED" | "DEPRECATED" | "CREATING" | "UPDATING" | "CREATE_FAILED" | "UPDATE_FAILED")
698
+ SENSITIVE: []
699
+ end
700
+
701
+ class CreateRegistryRequest
702
+ attr_accessor name: ::String
703
+ attr_accessor description: ::String
704
+ attr_accessor authorizer_type: ("CUSTOM_JWT" | "AWS_IAM")
705
+ attr_accessor authorizer_configuration: Types::AuthorizerConfiguration
706
+ attr_accessor client_token: ::String
707
+ attr_accessor approval_configuration: Types::ApprovalConfiguration
708
+ SENSITIVE: [:description]
709
+ end
710
+
711
+ class CreateRegistryResponse
712
+ attr_accessor registry_arn: ::String
713
+ SENSITIVE: []
714
+ end
715
+
660
716
  class CreateWorkloadIdentityRequest
661
717
  attr_accessor name: ::String
662
718
  attr_accessor allowed_resource_oauth_2_return_urls: ::Array[::String]
@@ -764,6 +820,11 @@ module Aws::BedrockAgentCoreControl
764
820
  end
765
821
  end
766
822
 
823
+ class CustomDescriptor
824
+ attr_accessor inline_content: ::String
825
+ SENSITIVE: []
826
+ end
827
+
767
828
  class CustomExtractionConfiguration
768
829
  attr_accessor semantic_extraction_override: Types::SemanticExtractionOverride
769
830
  attr_accessor user_preference_extraction_override: Types::UserPreferenceExtractionOverride
@@ -1055,6 +1116,25 @@ module Aws::BedrockAgentCoreControl
1055
1116
  SENSITIVE: [:description]
1056
1117
  end
1057
1118
 
1119
+ class DeleteRegistryRecordRequest
1120
+ attr_accessor registry_id: ::String
1121
+ attr_accessor record_id: ::String
1122
+ SENSITIVE: []
1123
+ end
1124
+
1125
+ class DeleteRegistryRecordResponse < Aws::EmptyStructure
1126
+ end
1127
+
1128
+ class DeleteRegistryRequest
1129
+ attr_accessor registry_id: ::String
1130
+ SENSITIVE: []
1131
+ end
1132
+
1133
+ class DeleteRegistryResponse
1134
+ attr_accessor status: ("CREATING" | "READY" | "UPDATING" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETING" | "DELETE_FAILED")
1135
+ SENSITIVE: []
1136
+ end
1137
+
1058
1138
  class DeleteResourcePolicyRequest
1059
1139
  attr_accessor resource_arn: ::String
1060
1140
  SENSITIVE: []
@@ -1071,6 +1151,14 @@ module Aws::BedrockAgentCoreControl
1071
1151
  class DeleteWorkloadIdentityResponse < Aws::EmptyStructure
1072
1152
  end
1073
1153
 
1154
+ class Descriptors
1155
+ attr_accessor mcp: Types::McpDescriptor
1156
+ attr_accessor a2a: Types::A2aDescriptor
1157
+ attr_accessor custom: Types::CustomDescriptor
1158
+ attr_accessor agent_skills: Types::AgentSkillsDescriptor
1159
+ SENSITIVE: []
1160
+ end
1161
+
1074
1162
  class EncryptionFailure
1075
1163
  attr_accessor message: ::String
1076
1164
  SENSITIVE: []
@@ -1246,6 +1334,12 @@ module Aws::BedrockAgentCoreControl
1246
1334
  SENSITIVE: []
1247
1335
  end
1248
1336
 
1337
+ class FromUrlSynchronizationConfiguration
1338
+ attr_accessor url: ::String
1339
+ attr_accessor credential_provider_configurations: ::Array[Types::RegistryRecordCredentialProviderConfiguration]
1340
+ SENSITIVE: []
1341
+ end
1342
+
1249
1343
  class GatewayInterceptorConfiguration
1250
1344
  attr_accessor interceptor: Types::InterceptorConfiguration
1251
1345
  attr_accessor interception_points: ::Array[("REQUEST" | "RESPONSE")]
@@ -1609,6 +1703,50 @@ module Aws::BedrockAgentCoreControl
1609
1703
  SENSITIVE: [:description]
1610
1704
  end
1611
1705
 
1706
+ class GetRegistryRecordRequest
1707
+ attr_accessor registry_id: ::String
1708
+ attr_accessor record_id: ::String
1709
+ SENSITIVE: []
1710
+ end
1711
+
1712
+ class GetRegistryRecordResponse
1713
+ attr_accessor registry_arn: ::String
1714
+ attr_accessor record_arn: ::String
1715
+ attr_accessor record_id: ::String
1716
+ attr_accessor name: ::String
1717
+ attr_accessor description: ::String
1718
+ attr_accessor descriptor_type: ("MCP" | "A2A" | "CUSTOM" | "AGENT_SKILLS")
1719
+ attr_accessor descriptors: Types::Descriptors
1720
+ attr_accessor record_version: ::String
1721
+ attr_accessor status: ("DRAFT" | "PENDING_APPROVAL" | "APPROVED" | "REJECTED" | "DEPRECATED" | "CREATING" | "UPDATING" | "CREATE_FAILED" | "UPDATE_FAILED")
1722
+ attr_accessor created_at: ::Time
1723
+ attr_accessor updated_at: ::Time
1724
+ attr_accessor status_reason: ::String
1725
+ attr_accessor synchronization_type: ("URL")
1726
+ attr_accessor synchronization_configuration: Types::SynchronizationConfiguration
1727
+ SENSITIVE: [:description]
1728
+ end
1729
+
1730
+ class GetRegistryRequest
1731
+ attr_accessor registry_id: ::String
1732
+ SENSITIVE: []
1733
+ end
1734
+
1735
+ class GetRegistryResponse
1736
+ attr_accessor name: ::String
1737
+ attr_accessor description: ::String
1738
+ attr_accessor registry_id: ::String
1739
+ attr_accessor registry_arn: ::String
1740
+ attr_accessor authorizer_type: ("CUSTOM_JWT" | "AWS_IAM")
1741
+ attr_accessor authorizer_configuration: Types::AuthorizerConfiguration
1742
+ attr_accessor approval_configuration: Types::ApprovalConfiguration
1743
+ attr_accessor status: ("CREATING" | "READY" | "UPDATING" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETING" | "DELETE_FAILED")
1744
+ attr_accessor status_reason: ::String
1745
+ attr_accessor created_at: ::Time
1746
+ attr_accessor updated_at: ::Time
1747
+ SENSITIVE: [:description]
1748
+ end
1749
+
1612
1750
  class GetResourcePolicyRequest
1613
1751
  attr_accessor resource_arn: ::String
1614
1752
  SENSITIVE: []
@@ -1987,6 +2125,35 @@ module Aws::BedrockAgentCoreControl
1987
2125
  SENSITIVE: []
1988
2126
  end
1989
2127
 
2128
+ class ListRegistriesRequest
2129
+ attr_accessor max_results: ::Integer
2130
+ attr_accessor next_token: ::String
2131
+ attr_accessor status: ("CREATING" | "READY" | "UPDATING" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETING" | "DELETE_FAILED")
2132
+ SENSITIVE: []
2133
+ end
2134
+
2135
+ class ListRegistriesResponse
2136
+ attr_accessor registries: ::Array[Types::RegistrySummary]
2137
+ attr_accessor next_token: ::String
2138
+ SENSITIVE: []
2139
+ end
2140
+
2141
+ class ListRegistryRecordsRequest
2142
+ attr_accessor registry_id: ::String
2143
+ attr_accessor max_results: ::Integer
2144
+ attr_accessor next_token: ::String
2145
+ attr_accessor name: ::String
2146
+ attr_accessor status: ("DRAFT" | "PENDING_APPROVAL" | "APPROVED" | "REJECTED" | "DEPRECATED" | "CREATING" | "UPDATING" | "CREATE_FAILED" | "UPDATE_FAILED")
2147
+ attr_accessor descriptor_type: ("MCP" | "A2A" | "CUSTOM" | "AGENT_SKILLS")
2148
+ SENSITIVE: []
2149
+ end
2150
+
2151
+ class ListRegistryRecordsResponse
2152
+ attr_accessor registry_records: ::Array[Types::RegistryRecordSummary]
2153
+ attr_accessor next_token: ::String
2154
+ SENSITIVE: []
2155
+ end
2156
+
1990
2157
  class ListTagsForResourceRequest
1991
2158
  attr_accessor resource_arn: ::String
1992
2159
  SENSITIVE: []
@@ -2013,7 +2180,7 @@ module Aws::BedrockAgentCoreControl
2013
2180
  attr_accessor instructions: ::String
2014
2181
  attr_accessor rating_scale: Types::RatingScale
2015
2182
  attr_accessor model_config: Types::EvaluatorModelConfig
2016
- SENSITIVE: [:instructions]
2183
+ SENSITIVE: [:instructions, :rating_scale]
2017
2184
  end
2018
2185
 
2019
2186
  class MCPGatewayConfiguration
@@ -2040,6 +2207,12 @@ module Aws::BedrockAgentCoreControl
2040
2207
  SENSITIVE: []
2041
2208
  end
2042
2209
 
2210
+ class McpDescriptor
2211
+ attr_accessor server: Types::ServerDefinition
2212
+ attr_accessor tools: Types::ToolsDefinition
2213
+ SENSITIVE: []
2214
+ end
2215
+
2043
2216
  class McpLambdaTargetConfiguration
2044
2217
  attr_accessor lambda_arn: ::String
2045
2218
  attr_accessor tool_schema: Types::ToolSchema
@@ -2049,6 +2222,7 @@ module Aws::BedrockAgentCoreControl
2049
2222
  class McpServerTargetConfiguration
2050
2223
  attr_accessor endpoint: ::String
2051
2224
  attr_accessor mcp_tool_schema: Types::McpToolSchemaConfiguration
2225
+ attr_accessor listing_mode: ("DEFAULT" | "DYNAMIC")
2052
2226
  SENSITIVE: []
2053
2227
  end
2054
2228
 
@@ -2536,6 +2710,68 @@ module Aws::BedrockAgentCoreControl
2536
2710
  end
2537
2711
  end
2538
2712
 
2713
+ class RegistryRecordCredentialProviderConfiguration
2714
+ attr_accessor credential_provider_type: ("OAUTH" | "IAM")
2715
+ attr_accessor credential_provider: Types::RegistryRecordCredentialProviderUnion
2716
+ SENSITIVE: []
2717
+ end
2718
+
2719
+ class RegistryRecordCredentialProviderUnion
2720
+ attr_accessor oauth_credential_provider: Types::RegistryRecordOAuthCredentialProvider
2721
+ attr_accessor iam_credential_provider: Types::RegistryRecordIamCredentialProvider
2722
+ attr_accessor unknown: untyped
2723
+ SENSITIVE: []
2724
+
2725
+ class OauthCredentialProvider < RegistryRecordCredentialProviderUnion
2726
+ end
2727
+ class IamCredentialProvider < RegistryRecordCredentialProviderUnion
2728
+ end
2729
+ class Unknown < RegistryRecordCredentialProviderUnion
2730
+ end
2731
+ end
2732
+
2733
+ class RegistryRecordIamCredentialProvider
2734
+ attr_accessor role_arn: ::String
2735
+ attr_accessor service: ::String
2736
+ attr_accessor region: ::String
2737
+ SENSITIVE: []
2738
+ end
2739
+
2740
+ class RegistryRecordOAuthCredentialProvider
2741
+ attr_accessor provider_arn: ::String
2742
+ attr_accessor grant_type: ("CLIENT_CREDENTIALS")
2743
+ attr_accessor scopes: ::Array[::String]
2744
+ attr_accessor custom_parameters: ::Hash[::String, ::String]
2745
+ SENSITIVE: []
2746
+ end
2747
+
2748
+ class RegistryRecordSummary
2749
+ attr_accessor registry_arn: ::String
2750
+ attr_accessor record_arn: ::String
2751
+ attr_accessor record_id: ::String
2752
+ attr_accessor name: ::String
2753
+ attr_accessor description: ::String
2754
+ attr_accessor descriptor_type: ("MCP" | "A2A" | "CUSTOM" | "AGENT_SKILLS")
2755
+ attr_accessor record_version: ::String
2756
+ attr_accessor status: ("DRAFT" | "PENDING_APPROVAL" | "APPROVED" | "REJECTED" | "DEPRECATED" | "CREATING" | "UPDATING" | "CREATE_FAILED" | "UPDATE_FAILED")
2757
+ attr_accessor created_at: ::Time
2758
+ attr_accessor updated_at: ::Time
2759
+ SENSITIVE: [:description]
2760
+ end
2761
+
2762
+ class RegistrySummary
2763
+ attr_accessor name: ::String
2764
+ attr_accessor description: ::String
2765
+ attr_accessor registry_id: ::String
2766
+ attr_accessor registry_arn: ::String
2767
+ attr_accessor authorizer_type: ("CUSTOM_JWT" | "AWS_IAM")
2768
+ attr_accessor status: ("CREATING" | "READY" | "UPDATING" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETING" | "DELETE_FAILED")
2769
+ attr_accessor status_reason: ::String
2770
+ attr_accessor created_at: ::Time
2771
+ attr_accessor updated_at: ::Time
2772
+ SENSITIVE: [:description]
2773
+ end
2774
+
2539
2775
  class RequestHeaderConfiguration
2540
2776
  attr_accessor request_header_allowlist: ::Array[::String]
2541
2777
  attr_accessor unknown: untyped
@@ -2703,6 +2939,12 @@ module Aws::BedrockAgentCoreControl
2703
2939
  SENSITIVE: [:append_to_prompt]
2704
2940
  end
2705
2941
 
2942
+ class ServerDefinition
2943
+ attr_accessor schema_version: ::String
2944
+ attr_accessor inline_content: ::String
2945
+ SENSITIVE: []
2946
+ end
2947
+
2706
2948
  class ServiceException
2707
2949
  attr_accessor message: ::String
2708
2950
  SENSITIVE: []
@@ -2736,6 +2978,17 @@ module Aws::BedrockAgentCoreControl
2736
2978
  SENSITIVE: []
2737
2979
  end
2738
2980
 
2981
+ class SkillDefinition
2982
+ attr_accessor schema_version: ::String
2983
+ attr_accessor inline_content: ::String
2984
+ SENSITIVE: []
2985
+ end
2986
+
2987
+ class SkillMdDefinition
2988
+ attr_accessor inline_content: ::String
2989
+ SENSITIVE: []
2990
+ end
2991
+
2739
2992
  class SlackOauth2ProviderConfigInput
2740
2993
  attr_accessor client_id: ::String
2741
2994
  attr_accessor client_secret: ::String
@@ -2796,6 +3049,21 @@ module Aws::BedrockAgentCoreControl
2796
3049
  SENSITIVE: []
2797
3050
  end
2798
3051
 
3052
+ class SubmitRegistryRecordForApprovalRequest
3053
+ attr_accessor registry_id: ::String
3054
+ attr_accessor record_id: ::String
3055
+ SENSITIVE: []
3056
+ end
3057
+
3058
+ class SubmitRegistryRecordForApprovalResponse
3059
+ attr_accessor registry_arn: ::String
3060
+ attr_accessor record_arn: ::String
3061
+ attr_accessor record_id: ::String
3062
+ attr_accessor status: ("DRAFT" | "PENDING_APPROVAL" | "APPROVED" | "REJECTED" | "DEPRECATED" | "CREATING" | "UPDATING" | "CREATE_FAILED" | "UPDATE_FAILED")
3063
+ attr_accessor updated_at: ::Time
3064
+ SENSITIVE: []
3065
+ end
3066
+
2799
3067
  class SummaryConsolidationOverride
2800
3068
  attr_accessor append_to_prompt: ::String
2801
3069
  attr_accessor model_id: ::String
@@ -2821,6 +3089,11 @@ module Aws::BedrockAgentCoreControl
2821
3089
  SENSITIVE: [:append_to_prompt]
2822
3090
  end
2823
3091
 
3092
+ class SynchronizationConfiguration
3093
+ attr_accessor from_url: Types::FromUrlSynchronizationConfiguration
3094
+ SENSITIVE: []
3095
+ end
3096
+
2824
3097
  class SynchronizeGatewayTargetsRequest
2825
3098
  attr_accessor gateway_identifier: ::String
2826
3099
  attr_accessor target_id_list: ::Array[::String]
@@ -2914,6 +3187,12 @@ module Aws::BedrockAgentCoreControl
2914
3187
  end
2915
3188
  end
2916
3189
 
3190
+ class ToolsDefinition
3191
+ attr_accessor protocol_version: ::String
3192
+ attr_accessor inline_content: ::String
3193
+ SENSITIVE: []
3194
+ end
3195
+
2917
3196
  class TriggerCondition
2918
3197
  attr_accessor message_based_trigger: Types::MessageBasedTrigger
2919
3198
  attr_accessor token_based_trigger: Types::TokenBasedTrigger
@@ -3211,6 +3490,80 @@ module Aws::BedrockAgentCoreControl
3211
3490
  SENSITIVE: [:description]
3212
3491
  end
3213
3492
 
3493
+ class UpdateRegistryRecordRequest
3494
+ attr_accessor registry_id: ::String
3495
+ attr_accessor record_id: ::String
3496
+ attr_accessor name: ::String
3497
+ attr_accessor description: Types::UpdatedDescription
3498
+ attr_accessor descriptor_type: ("MCP" | "A2A" | "CUSTOM" | "AGENT_SKILLS")
3499
+ attr_accessor descriptors: Types::UpdatedDescriptors
3500
+ attr_accessor record_version: ::String
3501
+ attr_accessor synchronization_type: Types::UpdatedSynchronizationType
3502
+ attr_accessor synchronization_configuration: Types::UpdatedSynchronizationConfiguration
3503
+ attr_accessor trigger_synchronization: bool
3504
+ SENSITIVE: []
3505
+ end
3506
+
3507
+ class UpdateRegistryRecordResponse
3508
+ attr_accessor registry_arn: ::String
3509
+ attr_accessor record_arn: ::String
3510
+ attr_accessor record_id: ::String
3511
+ attr_accessor name: ::String
3512
+ attr_accessor description: ::String
3513
+ attr_accessor descriptor_type: ("MCP" | "A2A" | "CUSTOM" | "AGENT_SKILLS")
3514
+ attr_accessor descriptors: Types::Descriptors
3515
+ attr_accessor record_version: ::String
3516
+ attr_accessor status: ("DRAFT" | "PENDING_APPROVAL" | "APPROVED" | "REJECTED" | "DEPRECATED" | "CREATING" | "UPDATING" | "CREATE_FAILED" | "UPDATE_FAILED")
3517
+ attr_accessor created_at: ::Time
3518
+ attr_accessor updated_at: ::Time
3519
+ attr_accessor status_reason: ::String
3520
+ attr_accessor synchronization_type: ("URL")
3521
+ attr_accessor synchronization_configuration: Types::SynchronizationConfiguration
3522
+ SENSITIVE: [:description]
3523
+ end
3524
+
3525
+ class UpdateRegistryRecordStatusRequest
3526
+ attr_accessor registry_id: ::String
3527
+ attr_accessor record_id: ::String
3528
+ attr_accessor status: ("DRAFT" | "PENDING_APPROVAL" | "APPROVED" | "REJECTED" | "DEPRECATED" | "CREATING" | "UPDATING" | "CREATE_FAILED" | "UPDATE_FAILED")
3529
+ attr_accessor status_reason: ::String
3530
+ SENSITIVE: []
3531
+ end
3532
+
3533
+ class UpdateRegistryRecordStatusResponse
3534
+ attr_accessor registry_arn: ::String
3535
+ attr_accessor record_arn: ::String
3536
+ attr_accessor record_id: ::String
3537
+ attr_accessor status: ("DRAFT" | "PENDING_APPROVAL" | "APPROVED" | "REJECTED" | "DEPRECATED" | "CREATING" | "UPDATING" | "CREATE_FAILED" | "UPDATE_FAILED")
3538
+ attr_accessor status_reason: ::String
3539
+ attr_accessor updated_at: ::Time
3540
+ SENSITIVE: []
3541
+ end
3542
+
3543
+ class UpdateRegistryRequest
3544
+ attr_accessor registry_id: ::String
3545
+ attr_accessor name: ::String
3546
+ attr_accessor description: Types::UpdatedDescription
3547
+ attr_accessor authorizer_configuration: Types::UpdatedAuthorizerConfiguration
3548
+ attr_accessor approval_configuration: Types::UpdatedApprovalConfiguration
3549
+ SENSITIVE: []
3550
+ end
3551
+
3552
+ class UpdateRegistryResponse
3553
+ attr_accessor name: ::String
3554
+ attr_accessor description: ::String
3555
+ attr_accessor registry_id: ::String
3556
+ attr_accessor registry_arn: ::String
3557
+ attr_accessor authorizer_type: ("CUSTOM_JWT" | "AWS_IAM")
3558
+ attr_accessor authorizer_configuration: Types::AuthorizerConfiguration
3559
+ attr_accessor approval_configuration: Types::ApprovalConfiguration
3560
+ attr_accessor status: ("CREATING" | "READY" | "UPDATING" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETING" | "DELETE_FAILED")
3561
+ attr_accessor status_reason: ::String
3562
+ attr_accessor created_at: ::Time
3563
+ attr_accessor updated_at: ::Time
3564
+ SENSITIVE: [:description]
3565
+ end
3566
+
3214
3567
  class UpdateWorkloadIdentityRequest
3215
3568
  attr_accessor name: ::String
3216
3569
  attr_accessor allowed_resource_oauth_2_return_urls: ::Array[::String]
@@ -3226,11 +3579,96 @@ module Aws::BedrockAgentCoreControl
3226
3579
  SENSITIVE: []
3227
3580
  end
3228
3581
 
3582
+ class UpdatedA2aDescriptor
3583
+ attr_accessor optional_value: Types::A2aDescriptor
3584
+ SENSITIVE: []
3585
+ end
3586
+
3587
+ class UpdatedAgentSkillsDescriptor
3588
+ attr_accessor optional_value: Types::UpdatedAgentSkillsDescriptorFields
3589
+ SENSITIVE: []
3590
+ end
3591
+
3592
+ class UpdatedAgentSkillsDescriptorFields
3593
+ attr_accessor skill_md: Types::UpdatedSkillMdDefinition
3594
+ attr_accessor skill_definition: Types::UpdatedSkillDefinition
3595
+ SENSITIVE: []
3596
+ end
3597
+
3598
+ class UpdatedApprovalConfiguration
3599
+ attr_accessor optional_value: Types::ApprovalConfiguration
3600
+ SENSITIVE: []
3601
+ end
3602
+
3603
+ class UpdatedAuthorizerConfiguration
3604
+ attr_accessor optional_value: Types::AuthorizerConfiguration
3605
+ SENSITIVE: []
3606
+ end
3607
+
3608
+ class UpdatedCustomDescriptor
3609
+ attr_accessor optional_value: Types::CustomDescriptor
3610
+ SENSITIVE: []
3611
+ end
3612
+
3229
3613
  class UpdatedDescription
3230
3614
  attr_accessor optional_value: ::String
3231
3615
  SENSITIVE: [:optional_value]
3232
3616
  end
3233
3617
 
3618
+ class UpdatedDescriptors
3619
+ attr_accessor optional_value: Types::UpdatedDescriptorsUnion
3620
+ SENSITIVE: []
3621
+ end
3622
+
3623
+ class UpdatedDescriptorsUnion
3624
+ attr_accessor mcp: Types::UpdatedMcpDescriptor
3625
+ attr_accessor a2a: Types::UpdatedA2aDescriptor
3626
+ attr_accessor custom: Types::UpdatedCustomDescriptor
3627
+ attr_accessor agent_skills: Types::UpdatedAgentSkillsDescriptor
3628
+ SENSITIVE: []
3629
+ end
3630
+
3631
+ class UpdatedMcpDescriptor
3632
+ attr_accessor optional_value: Types::UpdatedMcpDescriptorFields
3633
+ SENSITIVE: []
3634
+ end
3635
+
3636
+ class UpdatedMcpDescriptorFields
3637
+ attr_accessor server: Types::UpdatedServerDefinition
3638
+ attr_accessor tools: Types::UpdatedToolsDefinition
3639
+ SENSITIVE: []
3640
+ end
3641
+
3642
+ class UpdatedServerDefinition
3643
+ attr_accessor optional_value: Types::ServerDefinition
3644
+ SENSITIVE: []
3645
+ end
3646
+
3647
+ class UpdatedSkillDefinition
3648
+ attr_accessor optional_value: Types::SkillDefinition
3649
+ SENSITIVE: []
3650
+ end
3651
+
3652
+ class UpdatedSkillMdDefinition
3653
+ attr_accessor optional_value: Types::SkillMdDefinition
3654
+ SENSITIVE: []
3655
+ end
3656
+
3657
+ class UpdatedSynchronizationConfiguration
3658
+ attr_accessor optional_value: Types::SynchronizationConfiguration
3659
+ SENSITIVE: []
3660
+ end
3661
+
3662
+ class UpdatedSynchronizationType
3663
+ attr_accessor optional_value: ("URL")
3664
+ SENSITIVE: []
3665
+ end
3666
+
3667
+ class UpdatedToolsDefinition
3668
+ attr_accessor optional_value: Types::ToolsDefinition
3669
+ SENSITIVE: []
3670
+ end
3671
+
3234
3672
  class UserPreferenceConsolidationOverride
3235
3673
  attr_accessor append_to_prompt: ::String
3236
3674
  attr_accessor model_id: ::String
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-bedrockagentcorecontrol
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.36.0
4
+ version: 1.38.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services