aws-sdk-bedrockagentcorecontrol 1.35.0 → 1.37.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
@@ -2536,6 +2709,68 @@ module Aws::BedrockAgentCoreControl
2536
2709
  end
2537
2710
  end
2538
2711
 
2712
+ class RegistryRecordCredentialProviderConfiguration
2713
+ attr_accessor credential_provider_type: ("OAUTH" | "IAM")
2714
+ attr_accessor credential_provider: Types::RegistryRecordCredentialProviderUnion
2715
+ SENSITIVE: []
2716
+ end
2717
+
2718
+ class RegistryRecordCredentialProviderUnion
2719
+ attr_accessor oauth_credential_provider: Types::RegistryRecordOAuthCredentialProvider
2720
+ attr_accessor iam_credential_provider: Types::RegistryRecordIamCredentialProvider
2721
+ attr_accessor unknown: untyped
2722
+ SENSITIVE: []
2723
+
2724
+ class OauthCredentialProvider < RegistryRecordCredentialProviderUnion
2725
+ end
2726
+ class IamCredentialProvider < RegistryRecordCredentialProviderUnion
2727
+ end
2728
+ class Unknown < RegistryRecordCredentialProviderUnion
2729
+ end
2730
+ end
2731
+
2732
+ class RegistryRecordIamCredentialProvider
2733
+ attr_accessor role_arn: ::String
2734
+ attr_accessor service: ::String
2735
+ attr_accessor region: ::String
2736
+ SENSITIVE: []
2737
+ end
2738
+
2739
+ class RegistryRecordOAuthCredentialProvider
2740
+ attr_accessor provider_arn: ::String
2741
+ attr_accessor grant_type: ("CLIENT_CREDENTIALS")
2742
+ attr_accessor scopes: ::Array[::String]
2743
+ attr_accessor custom_parameters: ::Hash[::String, ::String]
2744
+ SENSITIVE: []
2745
+ end
2746
+
2747
+ class RegistryRecordSummary
2748
+ attr_accessor registry_arn: ::String
2749
+ attr_accessor record_arn: ::String
2750
+ attr_accessor record_id: ::String
2751
+ attr_accessor name: ::String
2752
+ attr_accessor description: ::String
2753
+ attr_accessor descriptor_type: ("MCP" | "A2A" | "CUSTOM" | "AGENT_SKILLS")
2754
+ attr_accessor record_version: ::String
2755
+ attr_accessor status: ("DRAFT" | "PENDING_APPROVAL" | "APPROVED" | "REJECTED" | "DEPRECATED" | "CREATING" | "UPDATING" | "CREATE_FAILED" | "UPDATE_FAILED")
2756
+ attr_accessor created_at: ::Time
2757
+ attr_accessor updated_at: ::Time
2758
+ SENSITIVE: [:description]
2759
+ end
2760
+
2761
+ class RegistrySummary
2762
+ attr_accessor name: ::String
2763
+ attr_accessor description: ::String
2764
+ attr_accessor registry_id: ::String
2765
+ attr_accessor registry_arn: ::String
2766
+ attr_accessor authorizer_type: ("CUSTOM_JWT" | "AWS_IAM")
2767
+ attr_accessor status: ("CREATING" | "READY" | "UPDATING" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETING" | "DELETE_FAILED")
2768
+ attr_accessor status_reason: ::String
2769
+ attr_accessor created_at: ::Time
2770
+ attr_accessor updated_at: ::Time
2771
+ SENSITIVE: [:description]
2772
+ end
2773
+
2539
2774
  class RequestHeaderConfiguration
2540
2775
  attr_accessor request_header_allowlist: ::Array[::String]
2541
2776
  attr_accessor unknown: untyped
@@ -2703,6 +2938,12 @@ module Aws::BedrockAgentCoreControl
2703
2938
  SENSITIVE: [:append_to_prompt]
2704
2939
  end
2705
2940
 
2941
+ class ServerDefinition
2942
+ attr_accessor schema_version: ::String
2943
+ attr_accessor inline_content: ::String
2944
+ SENSITIVE: []
2945
+ end
2946
+
2706
2947
  class ServiceException
2707
2948
  attr_accessor message: ::String
2708
2949
  SENSITIVE: []
@@ -2736,6 +2977,17 @@ module Aws::BedrockAgentCoreControl
2736
2977
  SENSITIVE: []
2737
2978
  end
2738
2979
 
2980
+ class SkillDefinition
2981
+ attr_accessor schema_version: ::String
2982
+ attr_accessor inline_content: ::String
2983
+ SENSITIVE: []
2984
+ end
2985
+
2986
+ class SkillMdDefinition
2987
+ attr_accessor inline_content: ::String
2988
+ SENSITIVE: []
2989
+ end
2990
+
2739
2991
  class SlackOauth2ProviderConfigInput
2740
2992
  attr_accessor client_id: ::String
2741
2993
  attr_accessor client_secret: ::String
@@ -2796,6 +3048,21 @@ module Aws::BedrockAgentCoreControl
2796
3048
  SENSITIVE: []
2797
3049
  end
2798
3050
 
3051
+ class SubmitRegistryRecordForApprovalRequest
3052
+ attr_accessor registry_id: ::String
3053
+ attr_accessor record_id: ::String
3054
+ SENSITIVE: []
3055
+ end
3056
+
3057
+ class SubmitRegistryRecordForApprovalResponse
3058
+ attr_accessor registry_arn: ::String
3059
+ attr_accessor record_arn: ::String
3060
+ attr_accessor record_id: ::String
3061
+ attr_accessor status: ("DRAFT" | "PENDING_APPROVAL" | "APPROVED" | "REJECTED" | "DEPRECATED" | "CREATING" | "UPDATING" | "CREATE_FAILED" | "UPDATE_FAILED")
3062
+ attr_accessor updated_at: ::Time
3063
+ SENSITIVE: []
3064
+ end
3065
+
2799
3066
  class SummaryConsolidationOverride
2800
3067
  attr_accessor append_to_prompt: ::String
2801
3068
  attr_accessor model_id: ::String
@@ -2821,6 +3088,11 @@ module Aws::BedrockAgentCoreControl
2821
3088
  SENSITIVE: [:append_to_prompt]
2822
3089
  end
2823
3090
 
3091
+ class SynchronizationConfiguration
3092
+ attr_accessor from_url: Types::FromUrlSynchronizationConfiguration
3093
+ SENSITIVE: []
3094
+ end
3095
+
2824
3096
  class SynchronizeGatewayTargetsRequest
2825
3097
  attr_accessor gateway_identifier: ::String
2826
3098
  attr_accessor target_id_list: ::Array[::String]
@@ -2914,6 +3186,12 @@ module Aws::BedrockAgentCoreControl
2914
3186
  end
2915
3187
  end
2916
3188
 
3189
+ class ToolsDefinition
3190
+ attr_accessor protocol_version: ::String
3191
+ attr_accessor inline_content: ::String
3192
+ SENSITIVE: []
3193
+ end
3194
+
2917
3195
  class TriggerCondition
2918
3196
  attr_accessor message_based_trigger: Types::MessageBasedTrigger
2919
3197
  attr_accessor token_based_trigger: Types::TokenBasedTrigger
@@ -3211,6 +3489,80 @@ module Aws::BedrockAgentCoreControl
3211
3489
  SENSITIVE: [:description]
3212
3490
  end
3213
3491
 
3492
+ class UpdateRegistryRecordRequest
3493
+ attr_accessor registry_id: ::String
3494
+ attr_accessor record_id: ::String
3495
+ attr_accessor name: ::String
3496
+ attr_accessor description: Types::UpdatedDescription
3497
+ attr_accessor descriptor_type: ("MCP" | "A2A" | "CUSTOM" | "AGENT_SKILLS")
3498
+ attr_accessor descriptors: Types::UpdatedDescriptors
3499
+ attr_accessor record_version: ::String
3500
+ attr_accessor synchronization_type: Types::UpdatedSynchronizationType
3501
+ attr_accessor synchronization_configuration: Types::UpdatedSynchronizationConfiguration
3502
+ attr_accessor trigger_synchronization: bool
3503
+ SENSITIVE: []
3504
+ end
3505
+
3506
+ class UpdateRegistryRecordResponse
3507
+ attr_accessor registry_arn: ::String
3508
+ attr_accessor record_arn: ::String
3509
+ attr_accessor record_id: ::String
3510
+ attr_accessor name: ::String
3511
+ attr_accessor description: ::String
3512
+ attr_accessor descriptor_type: ("MCP" | "A2A" | "CUSTOM" | "AGENT_SKILLS")
3513
+ attr_accessor descriptors: Types::Descriptors
3514
+ attr_accessor record_version: ::String
3515
+ attr_accessor status: ("DRAFT" | "PENDING_APPROVAL" | "APPROVED" | "REJECTED" | "DEPRECATED" | "CREATING" | "UPDATING" | "CREATE_FAILED" | "UPDATE_FAILED")
3516
+ attr_accessor created_at: ::Time
3517
+ attr_accessor updated_at: ::Time
3518
+ attr_accessor status_reason: ::String
3519
+ attr_accessor synchronization_type: ("URL")
3520
+ attr_accessor synchronization_configuration: Types::SynchronizationConfiguration
3521
+ SENSITIVE: [:description]
3522
+ end
3523
+
3524
+ class UpdateRegistryRecordStatusRequest
3525
+ attr_accessor registry_id: ::String
3526
+ attr_accessor record_id: ::String
3527
+ attr_accessor status: ("DRAFT" | "PENDING_APPROVAL" | "APPROVED" | "REJECTED" | "DEPRECATED" | "CREATING" | "UPDATING" | "CREATE_FAILED" | "UPDATE_FAILED")
3528
+ attr_accessor status_reason: ::String
3529
+ SENSITIVE: []
3530
+ end
3531
+
3532
+ class UpdateRegistryRecordStatusResponse
3533
+ attr_accessor registry_arn: ::String
3534
+ attr_accessor record_arn: ::String
3535
+ attr_accessor record_id: ::String
3536
+ attr_accessor status: ("DRAFT" | "PENDING_APPROVAL" | "APPROVED" | "REJECTED" | "DEPRECATED" | "CREATING" | "UPDATING" | "CREATE_FAILED" | "UPDATE_FAILED")
3537
+ attr_accessor status_reason: ::String
3538
+ attr_accessor updated_at: ::Time
3539
+ SENSITIVE: []
3540
+ end
3541
+
3542
+ class UpdateRegistryRequest
3543
+ attr_accessor registry_id: ::String
3544
+ attr_accessor name: ::String
3545
+ attr_accessor description: Types::UpdatedDescription
3546
+ attr_accessor authorizer_configuration: Types::UpdatedAuthorizerConfiguration
3547
+ attr_accessor approval_configuration: Types::UpdatedApprovalConfiguration
3548
+ SENSITIVE: []
3549
+ end
3550
+
3551
+ class UpdateRegistryResponse
3552
+ attr_accessor name: ::String
3553
+ attr_accessor description: ::String
3554
+ attr_accessor registry_id: ::String
3555
+ attr_accessor registry_arn: ::String
3556
+ attr_accessor authorizer_type: ("CUSTOM_JWT" | "AWS_IAM")
3557
+ attr_accessor authorizer_configuration: Types::AuthorizerConfiguration
3558
+ attr_accessor approval_configuration: Types::ApprovalConfiguration
3559
+ attr_accessor status: ("CREATING" | "READY" | "UPDATING" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETING" | "DELETE_FAILED")
3560
+ attr_accessor status_reason: ::String
3561
+ attr_accessor created_at: ::Time
3562
+ attr_accessor updated_at: ::Time
3563
+ SENSITIVE: [:description]
3564
+ end
3565
+
3214
3566
  class UpdateWorkloadIdentityRequest
3215
3567
  attr_accessor name: ::String
3216
3568
  attr_accessor allowed_resource_oauth_2_return_urls: ::Array[::String]
@@ -3226,11 +3578,96 @@ module Aws::BedrockAgentCoreControl
3226
3578
  SENSITIVE: []
3227
3579
  end
3228
3580
 
3581
+ class UpdatedA2aDescriptor
3582
+ attr_accessor optional_value: Types::A2aDescriptor
3583
+ SENSITIVE: []
3584
+ end
3585
+
3586
+ class UpdatedAgentSkillsDescriptor
3587
+ attr_accessor optional_value: Types::UpdatedAgentSkillsDescriptorFields
3588
+ SENSITIVE: []
3589
+ end
3590
+
3591
+ class UpdatedAgentSkillsDescriptorFields
3592
+ attr_accessor skill_md: Types::UpdatedSkillMdDefinition
3593
+ attr_accessor skill_definition: Types::UpdatedSkillDefinition
3594
+ SENSITIVE: []
3595
+ end
3596
+
3597
+ class UpdatedApprovalConfiguration
3598
+ attr_accessor optional_value: Types::ApprovalConfiguration
3599
+ SENSITIVE: []
3600
+ end
3601
+
3602
+ class UpdatedAuthorizerConfiguration
3603
+ attr_accessor optional_value: Types::AuthorizerConfiguration
3604
+ SENSITIVE: []
3605
+ end
3606
+
3607
+ class UpdatedCustomDescriptor
3608
+ attr_accessor optional_value: Types::CustomDescriptor
3609
+ SENSITIVE: []
3610
+ end
3611
+
3229
3612
  class UpdatedDescription
3230
3613
  attr_accessor optional_value: ::String
3231
3614
  SENSITIVE: [:optional_value]
3232
3615
  end
3233
3616
 
3617
+ class UpdatedDescriptors
3618
+ attr_accessor optional_value: Types::UpdatedDescriptorsUnion
3619
+ SENSITIVE: []
3620
+ end
3621
+
3622
+ class UpdatedDescriptorsUnion
3623
+ attr_accessor mcp: Types::UpdatedMcpDescriptor
3624
+ attr_accessor a2a: Types::UpdatedA2aDescriptor
3625
+ attr_accessor custom: Types::UpdatedCustomDescriptor
3626
+ attr_accessor agent_skills: Types::UpdatedAgentSkillsDescriptor
3627
+ SENSITIVE: []
3628
+ end
3629
+
3630
+ class UpdatedMcpDescriptor
3631
+ attr_accessor optional_value: Types::UpdatedMcpDescriptorFields
3632
+ SENSITIVE: []
3633
+ end
3634
+
3635
+ class UpdatedMcpDescriptorFields
3636
+ attr_accessor server: Types::UpdatedServerDefinition
3637
+ attr_accessor tools: Types::UpdatedToolsDefinition
3638
+ SENSITIVE: []
3639
+ end
3640
+
3641
+ class UpdatedServerDefinition
3642
+ attr_accessor optional_value: Types::ServerDefinition
3643
+ SENSITIVE: []
3644
+ end
3645
+
3646
+ class UpdatedSkillDefinition
3647
+ attr_accessor optional_value: Types::SkillDefinition
3648
+ SENSITIVE: []
3649
+ end
3650
+
3651
+ class UpdatedSkillMdDefinition
3652
+ attr_accessor optional_value: Types::SkillMdDefinition
3653
+ SENSITIVE: []
3654
+ end
3655
+
3656
+ class UpdatedSynchronizationConfiguration
3657
+ attr_accessor optional_value: Types::SynchronizationConfiguration
3658
+ SENSITIVE: []
3659
+ end
3660
+
3661
+ class UpdatedSynchronizationType
3662
+ attr_accessor optional_value: ("URL")
3663
+ SENSITIVE: []
3664
+ end
3665
+
3666
+ class UpdatedToolsDefinition
3667
+ attr_accessor optional_value: Types::ToolsDefinition
3668
+ SENSITIVE: []
3669
+ end
3670
+
3234
3671
  class UserPreferenceConsolidationOverride
3235
3672
  attr_accessor append_to_prompt: ::String
3236
3673
  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.35.0
4
+ version: 1.37.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services