aws-sdk-agentregistry 1.1.0 → 1.2.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-agentregistry/client.rb +5 -1
- data/lib/aws-sdk-agentregistry/client_api.rb +10 -0
- data/lib/aws-sdk-agentregistry/types.rb +46 -1
- data/lib/aws-sdk-agentregistry.rb +1 -1
- data/sig/types.rbs +12 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c129bf43ec4aa9f97a5445a07ae1b1112eb7e34c7bccfdf70f55ca63ae9ab372
|
|
4
|
+
data.tar.gz: 957f4b0d931a15838c756b41cceec78818b5619f5d2b469e2876ef8b4ece9fbb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6521eabf11218b081719feed8b7f8da31d943aa1c1949c9c41be732e846da0d12119382d5ad77419fd18e128f5111300507aa3f90bb4ab43f5e0d8da502fd2d8
|
|
7
|
+
data.tar.gz: ba035466f54368739fd3e7b319faa40009ccadb1d7ec92aebfc4b28b1d4dd3f5873e5a4bfba3fe1460dc8013bd56baea58eb2a52862f32ac757315cfcfcf7936
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.2.0
|
|
@@ -522,6 +522,8 @@ module Aws::AgentRegistry
|
|
|
522
522
|
# resp.registry_records[0].descriptors.agent_skills_definition.additional_data.skill_md.data_schema_version #=> String
|
|
523
523
|
# resp.registry_records[0].descriptors.agent_skills_definition.additional_data.skill_md.source.from_url.url #=> String
|
|
524
524
|
# resp.registry_records[0].descriptors.custom.data #=> String
|
|
525
|
+
# resp.registry_records[0].descriptors.http.source.from_url.url #=> String
|
|
526
|
+
# resp.registry_records[0].descriptors.agui.source.from_url.url #=> String
|
|
525
527
|
# resp.registry_records[0].record_version #=> String
|
|
526
528
|
# resp.registry_records[0].status #=> String, one of "DRAFT", "PENDING_APPROVAL", "APPROVED", "REJECTED", "DEPRECATED", "CREATING", "UPDATING", "CREATE_FAILED", "UPDATE_FAILED"
|
|
527
529
|
# resp.registry_records[0].created_at #=> Time
|
|
@@ -672,6 +674,8 @@ module Aws::AgentRegistry
|
|
|
672
674
|
# resp.registry_records[0].descriptors.agent_skills_definition.additional_data.skill_md.data_schema_version #=> String
|
|
673
675
|
# resp.registry_records[0].descriptors.agent_skills_definition.additional_data.skill_md.source.from_url.url #=> String
|
|
674
676
|
# resp.registry_records[0].descriptors.custom.data #=> String
|
|
677
|
+
# resp.registry_records[0].descriptors.http.source.from_url.url #=> String
|
|
678
|
+
# resp.registry_records[0].descriptors.agui.source.from_url.url #=> String
|
|
675
679
|
# resp.registry_records[0].record_version #=> String
|
|
676
680
|
# resp.registry_records[0].status #=> String, one of "DRAFT", "PENDING_APPROVAL", "APPROVED", "REJECTED", "DEPRECATED", "CREATING", "UPDATING", "CREATE_FAILED", "UPDATE_FAILED"
|
|
677
681
|
# resp.registry_records[0].created_at #=> Time
|
|
@@ -704,7 +708,7 @@ module Aws::AgentRegistry
|
|
|
704
708
|
tracer: tracer
|
|
705
709
|
)
|
|
706
710
|
context[:gem_name] = 'aws-sdk-agentregistry'
|
|
707
|
-
context[:gem_version] = '1.
|
|
711
|
+
context[:gem_version] = '1.2.0'
|
|
708
712
|
Seahorse::Client::Request.new(handlers, context)
|
|
709
713
|
end
|
|
710
714
|
|
|
@@ -16,6 +16,7 @@ module Aws::AgentRegistry
|
|
|
16
16
|
|
|
17
17
|
A2aAgentCardDescriptor = Shapes::StructureShape.new(name: 'A2aAgentCardDescriptor')
|
|
18
18
|
AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
|
|
19
|
+
AgUiDescriptor = Shapes::StructureShape.new(name: 'AgUiDescriptor')
|
|
19
20
|
AgentSkillsAdditionalData = Shapes::StructureShape.new(name: 'AgentSkillsAdditionalData')
|
|
20
21
|
AgentSkillsDefinitionDescriptor = Shapes::StructureShape.new(name: 'AgentSkillsDefinitionDescriptor')
|
|
21
22
|
AgentSkillsMdDescriptor = Shapes::StructureShape.new(name: 'AgentSkillsMdDescriptor')
|
|
@@ -39,6 +40,7 @@ module Aws::AgentRegistry
|
|
|
39
40
|
DiscoverableRegistryRecordSummary = Shapes::StructureShape.new(name: 'DiscoverableRegistryRecordSummary')
|
|
40
41
|
DiscoverableRegistryRecordSummaryList = Shapes::ListShape.new(name: 'DiscoverableRegistryRecordSummaryList')
|
|
41
42
|
FilterValue = Shapes::StringShape.new(name: 'FilterValue')
|
|
43
|
+
HttpDescriptor = Shapes::StructureShape.new(name: 'HttpDescriptor')
|
|
42
44
|
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
|
43
45
|
ListDiscoverableRegistryRecordsRequest = Shapes::StructureShape.new(name: 'ListDiscoverableRegistryRecordsRequest')
|
|
44
46
|
ListDiscoverableRegistryRecordsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListDiscoverableRegistryRecordsRequestMaxResultsInteger')
|
|
@@ -88,6 +90,9 @@ module Aws::AgentRegistry
|
|
|
88
90
|
AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "message"))
|
|
89
91
|
AccessDeniedException.struct_class = Types::AccessDeniedException
|
|
90
92
|
|
|
93
|
+
AgUiDescriptor.add_member(:source, Shapes::ShapeRef.new(shape: DescriptorSource, location_name: "source"))
|
|
94
|
+
AgUiDescriptor.struct_class = Types::AgUiDescriptor
|
|
95
|
+
|
|
91
96
|
AgentSkillsAdditionalData.add_member(:skill_md, Shapes::ShapeRef.new(shape: AgentSkillsMdDescriptor, location_name: "skillMd"))
|
|
92
97
|
AgentSkillsAdditionalData.struct_class = Types::AgentSkillsAdditionalData
|
|
93
98
|
|
|
@@ -133,6 +138,8 @@ module Aws::AgentRegistry
|
|
|
133
138
|
Descriptors.add_member(:a2a_agent_card, Shapes::ShapeRef.new(shape: A2aAgentCardDescriptor, location_name: "a2aAgentCard"))
|
|
134
139
|
Descriptors.add_member(:agent_skills_definition, Shapes::ShapeRef.new(shape: AgentSkillsDefinitionDescriptor, location_name: "agentSkillsDefinition"))
|
|
135
140
|
Descriptors.add_member(:custom, Shapes::ShapeRef.new(shape: CustomDescriptor, location_name: "custom"))
|
|
141
|
+
Descriptors.add_member(:http, Shapes::ShapeRef.new(shape: HttpDescriptor, location_name: "http"))
|
|
142
|
+
Descriptors.add_member(:agui, Shapes::ShapeRef.new(shape: AgUiDescriptor, location_name: "agui"))
|
|
136
143
|
Descriptors.struct_class = Types::Descriptors
|
|
137
144
|
|
|
138
145
|
DiscoverableFilterValues.member = Shapes::ShapeRef.new(shape: FilterValue)
|
|
@@ -153,6 +160,9 @@ module Aws::AgentRegistry
|
|
|
153
160
|
|
|
154
161
|
DiscoverableRegistryRecordSummaryList.member = Shapes::ShapeRef.new(shape: DiscoverableRegistryRecordSummary)
|
|
155
162
|
|
|
163
|
+
HttpDescriptor.add_member(:source, Shapes::ShapeRef.new(shape: DescriptorSource, location_name: "source"))
|
|
164
|
+
HttpDescriptor.struct_class = Types::HttpDescriptor
|
|
165
|
+
|
|
156
166
|
InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "message"))
|
|
157
167
|
InternalServerException.struct_class = Types::InternalServerException
|
|
158
168
|
|
|
@@ -50,6 +50,23 @@ module Aws::AgentRegistry
|
|
|
50
50
|
include Aws::Structure
|
|
51
51
|
end
|
|
52
52
|
|
|
53
|
+
# A descriptor for a registry record that exposes an AG-UI protocol
|
|
54
|
+
# endpoint. This descriptor is source-only: it identifies where the
|
|
55
|
+
# endpoint is located and carries no descriptor payload data or schema
|
|
56
|
+
# version.
|
|
57
|
+
#
|
|
58
|
+
# @!attribute [rw] source
|
|
59
|
+
# The source location of the AG-UI protocol endpoint.
|
|
60
|
+
# @return [Types::DescriptorSource]
|
|
61
|
+
#
|
|
62
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/agent-registry-2025-12-01/AgUiDescriptor AWS API Documentation
|
|
63
|
+
#
|
|
64
|
+
class AgUiDescriptor < Struct.new(
|
|
65
|
+
:source)
|
|
66
|
+
SENSITIVE = []
|
|
67
|
+
include Aws::Structure
|
|
68
|
+
end
|
|
69
|
+
|
|
53
70
|
# Additional data for an agent skills definition descriptor.
|
|
54
71
|
#
|
|
55
72
|
# @!attribute [rw] skill_md
|
|
@@ -249,13 +266,25 @@ module Aws::AgentRegistry
|
|
|
249
266
|
# The custom descriptor, populated when the record type is CUSTOM.
|
|
250
267
|
# @return [Types::CustomDescriptor]
|
|
251
268
|
#
|
|
269
|
+
# @!attribute [rw] http
|
|
270
|
+
# The HTTP descriptor, populated when the record exposes an HTTP
|
|
271
|
+
# endpoint.
|
|
272
|
+
# @return [Types::HttpDescriptor]
|
|
273
|
+
#
|
|
274
|
+
# @!attribute [rw] agui
|
|
275
|
+
# The AG-UI descriptor, populated when the record exposes an AG-UI
|
|
276
|
+
# protocol endpoint.
|
|
277
|
+
# @return [Types::AgUiDescriptor]
|
|
278
|
+
#
|
|
252
279
|
# @see http://docs.aws.amazon.com/goto/WebAPI/agent-registry-2025-12-01/Descriptors AWS API Documentation
|
|
253
280
|
#
|
|
254
281
|
class Descriptors < Struct.new(
|
|
255
282
|
:mcp_server,
|
|
256
283
|
:a2a_agent_card,
|
|
257
284
|
:agent_skills_definition,
|
|
258
|
-
:custom
|
|
285
|
+
:custom,
|
|
286
|
+
:http,
|
|
287
|
+
:agui)
|
|
259
288
|
SENSITIVE = []
|
|
260
289
|
include Aws::Structure
|
|
261
290
|
end
|
|
@@ -343,6 +372,22 @@ module Aws::AgentRegistry
|
|
|
343
372
|
include Aws::Structure
|
|
344
373
|
end
|
|
345
374
|
|
|
375
|
+
# A descriptor for a registry record that exposes an HTTP endpoint. This
|
|
376
|
+
# descriptor is source-only: it identifies where the endpoint is located
|
|
377
|
+
# and carries no descriptor payload data or schema version.
|
|
378
|
+
#
|
|
379
|
+
# @!attribute [rw] source
|
|
380
|
+
# The source location of the HTTP endpoint.
|
|
381
|
+
# @return [Types::DescriptorSource]
|
|
382
|
+
#
|
|
383
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/agent-registry-2025-12-01/HttpDescriptor AWS API Documentation
|
|
384
|
+
#
|
|
385
|
+
class HttpDescriptor < Struct.new(
|
|
386
|
+
:source)
|
|
387
|
+
SENSITIVE = []
|
|
388
|
+
include Aws::Structure
|
|
389
|
+
end
|
|
390
|
+
|
|
346
391
|
# The request failed due to an unexpected internal error; the caller may
|
|
347
392
|
# retry.
|
|
348
393
|
#
|
data/sig/types.rbs
CHANGED
|
@@ -20,6 +20,11 @@ module Aws::AgentRegistry
|
|
|
20
20
|
SENSITIVE: []
|
|
21
21
|
end
|
|
22
22
|
|
|
23
|
+
class AgUiDescriptor
|
|
24
|
+
attr_accessor source: Types::DescriptorSource
|
|
25
|
+
SENSITIVE: []
|
|
26
|
+
end
|
|
27
|
+
|
|
23
28
|
class AgentSkillsAdditionalData
|
|
24
29
|
attr_accessor skill_md: Types::AgentSkillsMdDescriptor
|
|
25
30
|
SENSITIVE: []
|
|
@@ -78,6 +83,8 @@ module Aws::AgentRegistry
|
|
|
78
83
|
attr_accessor a2a_agent_card: Types::A2aAgentCardDescriptor
|
|
79
84
|
attr_accessor agent_skills_definition: Types::AgentSkillsDefinitionDescriptor
|
|
80
85
|
attr_accessor custom: Types::CustomDescriptor
|
|
86
|
+
attr_accessor http: Types::HttpDescriptor
|
|
87
|
+
attr_accessor agui: Types::AgUiDescriptor
|
|
81
88
|
SENSITIVE: []
|
|
82
89
|
end
|
|
83
90
|
|
|
@@ -97,6 +104,11 @@ module Aws::AgentRegistry
|
|
|
97
104
|
SENSITIVE: [:description]
|
|
98
105
|
end
|
|
99
106
|
|
|
107
|
+
class HttpDescriptor
|
|
108
|
+
attr_accessor source: Types::DescriptorSource
|
|
109
|
+
SENSITIVE: []
|
|
110
|
+
end
|
|
111
|
+
|
|
100
112
|
class InternalServerException
|
|
101
113
|
attr_accessor message: ::String
|
|
102
114
|
SENSITIVE: []
|