aws-sdk-agentregistry 1.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1d2a8d31ed9144e9c13ce2ef9f94193aa21033decd9d5b17c606889ac1c95071
4
- data.tar.gz: f675e69dab61163045294d49eafedadd476ff3d918ad7debd95f0391bf8eae6a
3
+ metadata.gz: c129bf43ec4aa9f97a5445a07ae1b1112eb7e34c7bccfdf70f55ca63ae9ab372
4
+ data.tar.gz: 957f4b0d931a15838c756b41cceec78818b5619f5d2b469e2876ef8b4ece9fbb
5
5
  SHA512:
6
- metadata.gz: 3e71312a834ee5f32aab4d9a28119f6a3e26585fe4d9c598ca6be797c9db015e8b848ba7e0bee9ee3c385c2085ee5eda75b40dcb0f04645d9356b2b7f0f32c07
7
- data.tar.gz: e850b973a8d03a6ebfc53f733e303f0bccc08e30eced17fae1f59c3df2ded4e2ad6b35c253c40b52a08cb8b0ab2b44f3a9dda1488ad0c89c64e993aa4392544c
6
+ metadata.gz: 6521eabf11218b081719feed8b7f8da31d943aa1c1949c9c41be732e846da0d12119382d5ad77419fd18e128f5111300507aa3f90bb4ab43f5e0d8da502fd2d8
7
+ data.tar.gz: ba035466f54368739fd3e7b319faa40009ccadb1d7ec92aebfc4b28b1d4dd3f5873e5a4bfba3fe1460dc8013bd56baea58eb2a52862f32ac757315cfcfcf7936
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.2.0 (2026-08-31)
5
+ ------------------
6
+
7
+ * Feature - Release HTTP and AGUI descriptors to the dataplane model
8
+
9
+ 1.1.0 (2026-08-31)
10
+ ------------------
11
+
12
+ * Feature - AWS Agent Registry becomes Generally Available
13
+
4
14
  1.0.0 (2026-08-06)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0
1
+ 1.2.0
@@ -507,7 +507,7 @@ module Aws::AgentRegistry
507
507
  # resp.registry_records[0].name #=> String
508
508
  # resp.registry_records[0].description #=> String
509
509
  # resp.registry_records[0].display_name #=> String
510
- # resp.registry_records[0].record_type #=> String, one of "MCP", "AGENT", "CUSTOM", "SKILL"
510
+ # resp.registry_records[0].record_type #=> String, one of "MCP", "AGENT", "CUSTOM", "SKILL", "GATEWAY"
511
511
  # resp.registry_records[0].descriptors.mcp_server.data #=> String
512
512
  # resp.registry_records[0].descriptors.mcp_server.data_schema_version #=> String
513
513
  # resp.registry_records[0].descriptors.mcp_server.additional_data.tools.data #=> String
@@ -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
@@ -545,7 +547,9 @@ module Aws::AgentRegistry
545
547
  # optionally filter and paginate the results.
546
548
  #
547
549
  # @option params [required, String] :registry_id
548
- # Registry identifier that accepts either ARN or ID format
550
+ # The identifier of the registry whose discoverable records are listed.
551
+ # You can provide either the full Amazon Resource Name (ARN) or the
552
+ # registry ID.
549
553
  #
550
554
  # @option params [Integer] :max_results
551
555
  # The maximum number of records to return in a single page. Valid values
@@ -588,11 +592,13 @@ module Aws::AgentRegistry
588
592
  # resp.registry_records[0].name #=> String
589
593
  # resp.registry_records[0].description #=> String
590
594
  # resp.registry_records[0].display_name #=> String
591
- # resp.registry_records[0].record_type #=> String, one of "MCP", "AGENT", "CUSTOM", "SKILL"
595
+ # resp.registry_records[0].record_type #=> String, one of "MCP", "AGENT", "CUSTOM", "SKILL", "GATEWAY"
592
596
  # resp.registry_records[0].record_version #=> String
593
597
  # resp.registry_records[0].status #=> String, one of "DRAFT", "PENDING_APPROVAL", "APPROVED", "REJECTED", "DEPRECATED", "CREATING", "UPDATING", "CREATE_FAILED", "UPDATE_FAILED"
594
598
  # resp.registry_records[0].created_at #=> Time
595
599
  # resp.registry_records[0].updated_at #=> Time
600
+ # resp.registry_records[0].descriptor_types #=> Array
601
+ # resp.registry_records[0].descriptor_types[0] #=> String
596
602
  # resp.next_token #=> String
597
603
  #
598
604
  # @see http://docs.aws.amazon.com/goto/WebAPI/agent-registry-2025-12-01/ListDiscoverableRegistryRecords AWS API Documentation
@@ -653,7 +659,7 @@ module Aws::AgentRegistry
653
659
  # resp.registry_records[0].name #=> String
654
660
  # resp.registry_records[0].description #=> String
655
661
  # resp.registry_records[0].display_name #=> String
656
- # resp.registry_records[0].record_type #=> String, one of "MCP", "AGENT", "CUSTOM", "SKILL"
662
+ # resp.registry_records[0].record_type #=> String, one of "MCP", "AGENT", "CUSTOM", "SKILL", "GATEWAY"
657
663
  # resp.registry_records[0].descriptors.mcp_server.data #=> String
658
664
  # resp.registry_records[0].descriptors.mcp_server.data_schema_version #=> String
659
665
  # resp.registry_records[0].descriptors.mcp_server.additional_data.tools.data #=> String
@@ -668,6 +674,8 @@ module Aws::AgentRegistry
668
674
  # resp.registry_records[0].descriptors.agent_skills_definition.additional_data.skill_md.data_schema_version #=> String
669
675
  # resp.registry_records[0].descriptors.agent_skills_definition.additional_data.skill_md.source.from_url.url #=> String
670
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
671
679
  # resp.registry_records[0].record_version #=> String
672
680
  # resp.registry_records[0].status #=> String, one of "DRAFT", "PENDING_APPROVAL", "APPROVED", "REJECTED", "DEPRECATED", "CREATING", "UPDATING", "CREATE_FAILED", "UPDATE_FAILED"
673
681
  # resp.registry_records[0].created_at #=> Time
@@ -700,7 +708,7 @@ module Aws::AgentRegistry
700
708
  tracer: tracer
701
709
  )
702
710
  context[:gem_name] = 'aws-sdk-agentregistry'
703
- context[:gem_version] = '1.0.0'
711
+ context[:gem_version] = '1.2.0'
704
712
  Seahorse::Client::Request.new(handlers, context)
705
713
  end
706
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')
@@ -33,11 +34,13 @@ module Aws::AgentRegistry
33
34
  DescriptorSource = Shapes::StructureShape.new(name: 'DescriptorSource')
34
35
  DescriptorSourceFromUrl = Shapes::StructureShape.new(name: 'DescriptorSourceFromUrl')
35
36
  DescriptorSourceUrl = Shapes::StringShape.new(name: 'DescriptorSourceUrl')
37
+ DescriptorTypeList = Shapes::ListShape.new(name: 'DescriptorTypeList')
36
38
  Descriptors = Shapes::StructureShape.new(name: 'Descriptors')
37
39
  DiscoverableFilterValues = Shapes::ListShape.new(name: 'DiscoverableFilterValues')
38
40
  DiscoverableRegistryRecordSummary = Shapes::StructureShape.new(name: 'DiscoverableRegistryRecordSummary')
39
41
  DiscoverableRegistryRecordSummaryList = Shapes::ListShape.new(name: 'DiscoverableRegistryRecordSummaryList')
40
42
  FilterValue = Shapes::StringShape.new(name: 'FilterValue')
43
+ HttpDescriptor = Shapes::StructureShape.new(name: 'HttpDescriptor')
41
44
  InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
42
45
  ListDiscoverableRegistryRecordsRequest = Shapes::StructureShape.new(name: 'ListDiscoverableRegistryRecordsRequest')
43
46
  ListDiscoverableRegistryRecordsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListDiscoverableRegistryRecordsRequestMaxResultsInteger')
@@ -87,6 +90,9 @@ module Aws::AgentRegistry
87
90
  AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "message"))
88
91
  AccessDeniedException.struct_class = Types::AccessDeniedException
89
92
 
93
+ AgUiDescriptor.add_member(:source, Shapes::ShapeRef.new(shape: DescriptorSource, location_name: "source"))
94
+ AgUiDescriptor.struct_class = Types::AgUiDescriptor
95
+
90
96
  AgentSkillsAdditionalData.add_member(:skill_md, Shapes::ShapeRef.new(shape: AgentSkillsMdDescriptor, location_name: "skillMd"))
91
97
  AgentSkillsAdditionalData.struct_class = Types::AgentSkillsAdditionalData
92
98
 
@@ -126,10 +132,14 @@ module Aws::AgentRegistry
126
132
  DescriptorSourceFromUrl.add_member(:url, Shapes::ShapeRef.new(shape: DescriptorSourceUrl, required: true, location_name: "url"))
127
133
  DescriptorSourceFromUrl.struct_class = Types::DescriptorSourceFromUrl
128
134
 
135
+ DescriptorTypeList.member = Shapes::ShapeRef.new(shape: String)
136
+
129
137
  Descriptors.add_member(:mcp_server, Shapes::ShapeRef.new(shape: McpServerDescriptor, location_name: "mcpServer"))
130
138
  Descriptors.add_member(:a2a_agent_card, Shapes::ShapeRef.new(shape: A2aAgentCardDescriptor, location_name: "a2aAgentCard"))
131
139
  Descriptors.add_member(:agent_skills_definition, Shapes::ShapeRef.new(shape: AgentSkillsDefinitionDescriptor, location_name: "agentSkillsDefinition"))
132
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"))
133
143
  Descriptors.struct_class = Types::Descriptors
134
144
 
135
145
  DiscoverableFilterValues.member = Shapes::ShapeRef.new(shape: FilterValue)
@@ -145,10 +155,14 @@ module Aws::AgentRegistry
145
155
  DiscoverableRegistryRecordSummary.add_member(:status, Shapes::ShapeRef.new(shape: RegistryRecordStatus, required: true, location_name: "status"))
146
156
  DiscoverableRegistryRecordSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
147
157
  DiscoverableRegistryRecordSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
158
+ DiscoverableRegistryRecordSummary.add_member(:descriptor_types, Shapes::ShapeRef.new(shape: DescriptorTypeList, location_name: "descriptorTypes"))
148
159
  DiscoverableRegistryRecordSummary.struct_class = Types::DiscoverableRegistryRecordSummary
149
160
 
150
161
  DiscoverableRegistryRecordSummaryList.member = Shapes::ShapeRef.new(shape: DiscoverableRegistryRecordSummary)
151
162
 
163
+ HttpDescriptor.add_member(:source, Shapes::ShapeRef.new(shape: DescriptorSource, location_name: "source"))
164
+ HttpDescriptor.struct_class = Types::HttpDescriptor
165
+
152
166
  InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "message"))
153
167
  InternalServerException.struct_class = Types::InternalServerException
154
168
 
@@ -10,14 +10,16 @@
10
10
  module Aws::AgentRegistry
11
11
  module Types
12
12
 
13
- # Base mixin for A2A agent card descriptor content
13
+ # Descriptor that defines the content of an A2A (Agent-to-Agent) agent
14
+ # card registry record. The content is validated against the A2A
15
+ # protocol schema.
14
16
  #
15
17
  # @!attribute [rw] data
16
- # Descriptor payload data
18
+ # The A2A agent card content, serialized as descriptor payload data.
17
19
  # @return [String]
18
20
  #
19
21
  # @!attribute [rw] data_schema_version
20
- # Version of the descriptor type schema
22
+ # The schema version of the descriptor payload.
21
23
  # @return [String]
22
24
  #
23
25
  # @!attribute [rw] source
@@ -48,10 +50,28 @@ module Aws::AgentRegistry
48
50
  include Aws::Structure
49
51
  end
50
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
+
51
70
  # Additional data for an agent skills definition descriptor.
52
71
  #
53
72
  # @!attribute [rw] skill_md
54
- # Base mixin for agent skills markdown descriptor content
73
+ # The agent skills markdown descriptor associated with the agent
74
+ # skills definition.
55
75
  # @return [Types::AgentSkillsMdDescriptor]
56
76
  #
57
77
  # @see http://docs.aws.amazon.com/goto/WebAPI/agent-registry-2025-12-01/AgentSkillsAdditionalData AWS API Documentation
@@ -62,14 +82,16 @@ module Aws::AgentRegistry
62
82
  include Aws::Structure
63
83
  end
64
84
 
65
- # Base mixin for agent skills definition descriptor content
85
+ # Descriptor that defines an agent skills registry record and its
86
+ # associated content.
66
87
  #
67
88
  # @!attribute [rw] data
68
- # Descriptor payload data
89
+ # The agent skills definition content, serialized as descriptor
90
+ # payload data.
69
91
  # @return [String]
70
92
  #
71
93
  # @!attribute [rw] data_schema_version
72
- # Version of the descriptor type schema
94
+ # The schema version of the descriptor payload.
73
95
  # @return [String]
74
96
  #
75
97
  # @!attribute [rw] additional_data
@@ -87,14 +109,15 @@ module Aws::AgentRegistry
87
109
  include Aws::Structure
88
110
  end
89
111
 
90
- # Base mixin for agent skills markdown descriptor content
112
+ # Markdown-format descriptor containing an agent skills document.
91
113
  #
92
114
  # @!attribute [rw] data
93
- # Descriptor payload data
115
+ # The agent skills markdown content, serialized as descriptor payload
116
+ # data.
94
117
  # @return [String]
95
118
  #
96
119
  # @!attribute [rw] data_schema_version
97
- # Version of the descriptor type schema
120
+ # The schema version of the descriptor payload.
98
121
  # @return [String]
99
122
  #
100
123
  # @!attribute [rw] source
@@ -115,11 +138,14 @@ module Aws::AgentRegistry
115
138
  # Describes why a requested record could not be retrieved.
116
139
  #
117
140
  # @!attribute [rw] registry_id
118
- # Registry identifier that accepts either ARN or ID format
141
+ # The identifier of the registry the record was requested from, echoed
142
+ # from the request.
119
143
  # @return [String]
120
144
  #
121
145
  # @!attribute [rw] record_id
122
- # Record identifier that accepts either ARN or ID format
146
+ # The identifier of the record that could not be retrieved, echoed
147
+ # from the request in the same format that you supplied (ARN or record
148
+ # ID).
123
149
  # @return [String]
124
150
  #
125
151
  # @!attribute [rw] error_code
@@ -177,7 +203,8 @@ module Aws::AgentRegistry
177
203
  # Custom descriptor for user-defined content
178
204
  #
179
205
  # @!attribute [rw] data
180
- # Descriptor payload data
206
+ # The custom descriptor content, serialized as descriptor payload
207
+ # data.
181
208
  # @return [String]
182
209
  #
183
210
  # @see http://docs.aws.amazon.com/goto/WebAPI/agent-registry-2025-12-01/CustomDescriptor AWS API Documentation
@@ -191,7 +218,8 @@ module Aws::AgentRegistry
191
218
  # The source location from which a descriptor's content was retrieved.
192
219
  #
193
220
  # @!attribute [rw] from_url
194
- # Base mixin for descriptor source from URL
221
+ # The URL-based descriptor source, populated when descriptor content
222
+ # is synchronized from a URL.
195
223
  # @return [Types::DescriptorSourceFromUrl]
196
224
  #
197
225
  # @see http://docs.aws.amazon.com/goto/WebAPI/agent-registry-2025-12-01/DescriptorSource AWS API Documentation
@@ -202,10 +230,11 @@ module Aws::AgentRegistry
202
230
  include Aws::Structure
203
231
  end
204
232
 
205
- # Base mixin for descriptor source from URL
233
+ # A URL-based descriptor source that identifies where descriptor content
234
+ # is retrieved from.
206
235
  #
207
236
  # @!attribute [rw] url
208
- # URL source for descriptor content
237
+ # The URL from which the descriptor content is retrieved.
209
238
  # @return [String]
210
239
  #
211
240
  # @see http://docs.aws.amazon.com/goto/WebAPI/agent-registry-2025-12-01/DescriptorSourceFromUrl AWS API Documentation
@@ -220,28 +249,42 @@ module Aws::AgentRegistry
220
249
  # use the registry record.
221
250
  #
222
251
  # @!attribute [rw] mcp_server
223
- # Base mixin for MCP server descriptor content
252
+ # The MCP server descriptor, populated when the record type is MCP.
224
253
  # @return [Types::McpServerDescriptor]
225
254
  #
226
255
  # @!attribute [rw] a2a_agent_card
227
- # Base mixin for A2A agent card descriptor content
256
+ # The A2A agent card descriptor, populated when the record type is
257
+ # AGENT.
228
258
  # @return [Types::A2aAgentCardDescriptor]
229
259
  #
230
260
  # @!attribute [rw] agent_skills_definition
231
- # Base mixin for agent skills definition descriptor content
261
+ # The agent skills definition descriptor, populated when the record
262
+ # type is SKILL.
232
263
  # @return [Types::AgentSkillsDefinitionDescriptor]
233
264
  #
234
265
  # @!attribute [rw] custom
235
- # Custom descriptor for user-defined content
266
+ # The custom descriptor, populated when the record type is CUSTOM.
236
267
  # @return [Types::CustomDescriptor]
237
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
+ #
238
279
  # @see http://docs.aws.amazon.com/goto/WebAPI/agent-registry-2025-12-01/Descriptors AWS API Documentation
239
280
  #
240
281
  class Descriptors < Struct.new(
241
282
  :mcp_server,
242
283
  :a2a_agent_card,
243
284
  :agent_skills_definition,
244
- :custom)
285
+ :custom,
286
+ :http,
287
+ :agui)
245
288
  SENSITIVE = []
246
289
  include Aws::Structure
247
290
  end
@@ -251,49 +294,65 @@ module Aws::AgentRegistry
251
294
  # descriptors.
252
295
  #
253
296
  # @!attribute [rw] registry_arn
254
- # Registry Amazon Resource Name
297
+ # The Amazon Resource Name (ARN) of the parent registry that owns the
298
+ # record.
255
299
  # @return [String]
256
300
  #
257
301
  # @!attribute [rw] record_arn
258
- # Registry Record Amazon Resource Name
302
+ # The Amazon Resource Name (ARN) of the registry record.
259
303
  # @return [String]
260
304
  #
261
305
  # @!attribute [rw] record_id
262
- # Registry Record unique identifier - 12-character alphanumeric string
306
+ # The unique identifier of the registry record.
263
307
  # @return [String]
264
308
  #
265
309
  # @!attribute [rw] name
266
- # Registry Record name
310
+ # The name of the registry record. Names are unique within a registry.
267
311
  # @return [String]
268
312
  #
269
313
  # @!attribute [rw] description
270
- # Description of the Resource
314
+ # A human-readable description of the registry record. Use this field
315
+ # to explain the record's purpose or content to consumers discovering
316
+ # it in the registry.
271
317
  # @return [String]
272
318
  #
273
319
  # @!attribute [rw] display_name
274
- # Display name for a registry record
320
+ # The human-readable display name of the registry record.
275
321
  # @return [String]
276
322
  #
277
323
  # @!attribute [rw] record_type
278
- # Record type enum for registry record classification
324
+ # The type of the registry record. `MCP` is a Model Context Protocol
325
+ # server record, `AGENT` is an Agent-to-Agent (A2A) agent card record,
326
+ # `SKILL` is an agent skills definition record, and `CUSTOM` is a
327
+ # record with a custom descriptor.
279
328
  # @return [String]
280
329
  #
281
330
  # @!attribute [rw] record_version
282
- # Version of the registry record
331
+ # The version identifier of the registry record.
283
332
  # @return [String]
284
333
  #
285
334
  # @!attribute [rw] status
286
- # Registry record status
335
+ # The lifecycle status of the registry record. A record is `DRAFT`
336
+ # before it is submitted, `PENDING_APPROVAL` while awaiting curator
337
+ # review, and `APPROVED` once it is approved and discoverable.
338
+ # `REJECTED` and `DEPRECATED` records are not discoverable. The
339
+ # `CREATING`, `UPDATING`, `CREATE_FAILED`, and `UPDATE_FAILED` values
340
+ # reflect the state of an in-progress or failed asynchronous change.
287
341
  # @return [String]
288
342
  #
289
343
  # @!attribute [rw] created_at
290
- # Timestamp in ISO 8601 date-time format
344
+ # The timestamp when the registry record was created.
291
345
  # @return [Time]
292
346
  #
293
347
  # @!attribute [rw] updated_at
294
- # Timestamp in ISO 8601 date-time format
348
+ # The timestamp when the registry record was last updated.
295
349
  # @return [Time]
296
350
  #
351
+ # @!attribute [rw] descriptor_types
352
+ # The descriptor types that are present on this registry record. Each
353
+ # value corresponds to a descriptor entry key on the approved record.
354
+ # @return [Array<String>]
355
+ #
297
356
  # @see http://docs.aws.amazon.com/goto/WebAPI/agent-registry-2025-12-01/DiscoverableRegistryRecordSummary AWS API Documentation
298
357
  #
299
358
  class DiscoverableRegistryRecordSummary < Struct.new(
@@ -307,11 +366,28 @@ module Aws::AgentRegistry
307
366
  :record_version,
308
367
  :status,
309
368
  :created_at,
310
- :updated_at)
369
+ :updated_at,
370
+ :descriptor_types)
311
371
  SENSITIVE = [:description]
312
372
  include Aws::Structure
313
373
  end
314
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
+
315
391
  # The request failed due to an unexpected internal error; the caller may
316
392
  # retry.
317
393
  #
@@ -327,7 +403,9 @@ module Aws::AgentRegistry
327
403
  end
328
404
 
329
405
  # @!attribute [rw] registry_id
330
- # Registry identifier that accepts either ARN or ID format
406
+ # The identifier of the registry whose discoverable records are
407
+ # listed. You can provide either the full Amazon Resource Name (ARN)
408
+ # or the registry ID.
331
409
  # @return [String]
332
410
  #
333
411
  # @!attribute [rw] max_results
@@ -377,7 +455,8 @@ module Aws::AgentRegistry
377
455
  # Additional data for an MCP server descriptor
378
456
  #
379
457
  # @!attribute [rw] tools
380
- # MCP tools descriptor containing tool definitions
458
+ # The MCP tools descriptor that defines the tools exposed by the MCP
459
+ # server.
381
460
  # @return [Types::McpToolsDescriptor]
382
461
  #
383
462
  # @see http://docs.aws.amazon.com/goto/WebAPI/agent-registry-2025-12-01/McpServerAdditionalData AWS API Documentation
@@ -388,18 +467,22 @@ module Aws::AgentRegistry
388
467
  include Aws::Structure
389
468
  end
390
469
 
391
- # Base mixin for MCP server descriptor content
470
+ # Descriptor that defines the content of an MCP (Model Context Protocol)
471
+ # server registry record, including the server definition and its tool
472
+ # definitions. The content is validated against the MCP protocol schema.
392
473
  #
393
474
  # @!attribute [rw] data
394
- # Descriptor payload data
475
+ # The MCP server descriptor content, serialized as descriptor payload
476
+ # data.
395
477
  # @return [String]
396
478
  #
397
479
  # @!attribute [rw] data_schema_version
398
- # Version of the descriptor type schema
480
+ # The schema version of the descriptor payload.
399
481
  # @return [String]
400
482
  #
401
483
  # @!attribute [rw] additional_data
402
- # Additional data for an MCP server descriptor
484
+ # Additional data associated with the MCP server descriptor, such as
485
+ # tool definitions.
403
486
  # @return [Types::McpServerAdditionalData]
404
487
  #
405
488
  # @!attribute [rw] source
@@ -421,11 +504,12 @@ module Aws::AgentRegistry
421
504
  # MCP tools descriptor containing tool definitions
422
505
  #
423
506
  # @!attribute [rw] data
424
- # Descriptor payload data
507
+ # The MCP tools descriptor content, serialized as descriptor payload
508
+ # data.
425
509
  # @return [String]
426
510
  #
427
511
  # @!attribute [rw] data_schema_version
428
- # Version of the descriptor type schema
512
+ # The schema version of the descriptor payload.
429
513
  # @return [String]
430
514
  #
431
515
  # @see http://docs.aws.amazon.com/goto/WebAPI/agent-registry-2025-12-01/McpToolsDescriptor AWS API Documentation
@@ -461,31 +545,37 @@ module Aws::AgentRegistry
461
545
  # descriptors.
462
546
  #
463
547
  # @!attribute [rw] registry_arn
464
- # Registry Amazon Resource Name
548
+ # The Amazon Resource Name (ARN) of the parent registry that owns the
549
+ # record.
465
550
  # @return [String]
466
551
  #
467
552
  # @!attribute [rw] record_arn
468
- # Registry Record Amazon Resource Name
553
+ # The Amazon Resource Name (ARN) of the registry record.
469
554
  # @return [String]
470
555
  #
471
556
  # @!attribute [rw] record_id
472
- # Registry Record unique identifier - 12-character alphanumeric string
557
+ # The unique identifier of the registry record.
473
558
  # @return [String]
474
559
  #
475
560
  # @!attribute [rw] name
476
- # Registry Record name
561
+ # The name of the registry record. Names are unique within a registry.
477
562
  # @return [String]
478
563
  #
479
564
  # @!attribute [rw] description
480
- # Description of the Resource
565
+ # A human-readable description of the registry record. Use this field
566
+ # to explain the record's purpose or content to consumers discovering
567
+ # it in the registry.
481
568
  # @return [String]
482
569
  #
483
570
  # @!attribute [rw] display_name
484
- # Display name for a registry record
571
+ # The human-readable display name of the registry record.
485
572
  # @return [String]
486
573
  #
487
574
  # @!attribute [rw] record_type
488
- # Record type enum for registry record classification
575
+ # The type of the registry record. `MCP` is a Model Context Protocol
576
+ # server record, `AGENT` is an Agent-to-Agent (A2A) agent card record,
577
+ # `SKILL` is an agent skills definition record, and `CUSTOM` is a
578
+ # record with a custom descriptor.
489
579
  # @return [String]
490
580
  #
491
581
  # @!attribute [rw] descriptors
@@ -494,19 +584,24 @@ module Aws::AgentRegistry
494
584
  # @return [Types::Descriptors]
495
585
  #
496
586
  # @!attribute [rw] record_version
497
- # Version of the registry record
587
+ # The version identifier of the registry record.
498
588
  # @return [String]
499
589
  #
500
590
  # @!attribute [rw] status
501
- # Registry record status
591
+ # The lifecycle status of the registry record. A record is `DRAFT`
592
+ # before it is submitted, `PENDING_APPROVAL` while awaiting curator
593
+ # review, and `APPROVED` once it is approved and discoverable.
594
+ # `REJECTED` and `DEPRECATED` records are not discoverable. The
595
+ # `CREATING`, `UPDATING`, `CREATE_FAILED`, and `UPDATE_FAILED` values
596
+ # reflect the state of an in-progress or failed asynchronous change.
502
597
  # @return [String]
503
598
  #
504
599
  # @!attribute [rw] created_at
505
- # Timestamp in ISO 8601 date-time format
600
+ # The timestamp when the registry record was created.
506
601
  # @return [Time]
507
602
  #
508
603
  # @!attribute [rw] updated_at
509
- # Timestamp in ISO 8601 date-time format
604
+ # The timestamp when the registry record was last updated.
510
605
  # @return [Time]
511
606
  #
512
607
  # @see http://docs.aws.amazon.com/goto/WebAPI/agent-registry-2025-12-01/RegistryRecordSummary AWS API Documentation
@@ -531,7 +626,9 @@ module Aws::AgentRegistry
531
626
  # Binds one registry to the record IDs requested from it.
532
627
  #
533
628
  # @!attribute [rw] registry_id
534
- # Registry identifier that accepts either ARN or ID format
629
+ # The identifier of the registry to retrieve the records from. You can
630
+ # provide either the full Amazon Resource Name (ARN) or the registry
631
+ # ID.
535
632
  # @return [String]
536
633
  #
537
634
  # @!attribute [rw] record_ids
@@ -54,7 +54,7 @@ module Aws::AgentRegistry
54
54
  autoload :EndpointProvider, 'aws-sdk-agentregistry/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-agentregistry/endpoints'
56
56
 
57
- GEM_VERSION = '1.0.0'
57
+ GEM_VERSION = '1.2.0'
58
58
 
59
59
  end
60
60
 
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
 
@@ -88,14 +95,20 @@ module Aws::AgentRegistry
88
95
  attr_accessor name: ::String
89
96
  attr_accessor description: ::String
90
97
  attr_accessor display_name: ::String
91
- attr_accessor record_type: ("MCP" | "AGENT" | "CUSTOM" | "SKILL")
98
+ attr_accessor record_type: ("MCP" | "AGENT" | "CUSTOM" | "SKILL" | "GATEWAY")
92
99
  attr_accessor record_version: ::String
93
100
  attr_accessor status: ("DRAFT" | "PENDING_APPROVAL" | "APPROVED" | "REJECTED" | "DEPRECATED" | "CREATING" | "UPDATING" | "CREATE_FAILED" | "UPDATE_FAILED")
94
101
  attr_accessor created_at: ::Time
95
102
  attr_accessor updated_at: ::Time
103
+ attr_accessor descriptor_types: ::Array[::String]
96
104
  SENSITIVE: [:description]
97
105
  end
98
106
 
107
+ class HttpDescriptor
108
+ attr_accessor source: Types::DescriptorSource
109
+ SENSITIVE: []
110
+ end
111
+
99
112
  class InternalServerException
100
113
  attr_accessor message: ::String
101
114
  SENSITIVE: []
@@ -147,7 +160,7 @@ module Aws::AgentRegistry
147
160
  attr_accessor name: ::String
148
161
  attr_accessor description: ::String
149
162
  attr_accessor display_name: ::String
150
- attr_accessor record_type: ("MCP" | "AGENT" | "CUSTOM" | "SKILL")
163
+ attr_accessor record_type: ("MCP" | "AGENT" | "CUSTOM" | "SKILL" | "GATEWAY")
151
164
  attr_accessor descriptors: Types::Descriptors
152
165
  attr_accessor record_version: ::String
153
166
  attr_accessor status: ("DRAFT" | "PENDING_APPROVAL" | "APPROVED" | "REJECTED" | "DEPRECATED" | "CREATING" | "UPDATING" | "CREATE_FAILED" | "UPDATE_FAILED")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-agentregistry
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services