Skip to content

Commit 80899f1

Browse files
authored
Merge pull request #3 from a-hilaly/add/agentruntimeendpoint
Generate AgentRuntimeEndpoint resource
2 parents 71cfa37 + adbdbf8 commit 80899f1

32 files changed

+2850
-25
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
ack_generate_info:
2-
build_date: "2025-10-20T15:27:59Z"
2+
build_date: "2025-10-20T15:37:08Z"
33
build_hash: f25517757439025aa7058673d97267033f5b9acc
44
go_version: go1.24.0
55
version: v0.52.0-7-gf255177
6-
api_directory_checksum: 3c5e40c77cb6eb31874f39f139d16ec8959d7421
6+
api_directory_checksum: 60dd2e0fe820ba29b0c906cb9debcd88f1ac1810
77
api_version: v1alpha1
88
aws_sdk_go_version: v1.39.2
99
generator_config_info:
10-
file_checksum: 90778943aab961094672a19ab4213a6021adeca0
10+
file_checksum: 90d7abc62e7f2b85e403743a40e1b7827503cccd
1111
original_file_name: generator.yaml
1212
last_modification:
1313
reason: API generation

apis/v1alpha1/agent_runtime_endpoint.go

Lines changed: 101 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/v1alpha1/enums.go

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/v1alpha1/generator.yaml

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ignore:
22
resource_names:
3-
#- AgentRuntime
4-
- AgentRuntimeEndpoint
3+
# AgentRuntime
4+
# AgentRuntimeEndpoint
55
- ApiKeyCredentialProvider
66
- Browser
77
- CodeInterpreter
@@ -12,9 +12,11 @@ ignore:
1212
- WorkloadIdentity
1313
field_paths:
1414
- CreateAgentRuntimeInput.ClientToken
15+
- CreateAgentRuntimeEndpointInput.ClientToken
1516

1617
sdk_names:
1718
model_name: bedrock-agentcore-control
19+
1820
resources:
1921
AgentRuntime:
2022
exceptions:
@@ -25,3 +27,28 @@ resources:
2527
template_path: hooks/agentruntime/sdk_read_one_post_set_output.go.tpl
2628
sdk_update_pre_build_request:
2729
template_path: hooks/agentruntime/sdk_update_pre_build_request.go.tpl
30+
31+
AgentRuntimeEndpoint:
32+
renames:
33+
operations:
34+
GetAgentRuntimeEndpoint:
35+
input_fields:
36+
EndpointName: Name
37+
CreateAgentRuntimeEndpoint:
38+
input_fields:
39+
EndpointName: Name
40+
DeleteAgentRuntimeEndpoint:
41+
input_fields:
42+
EndpointName: Name
43+
fields:
44+
Name:
45+
is_primary_key: true
46+
hooks:
47+
sdk_read_one_post_set_output:
48+
template_path: hooks/agentruntimeendpoint/sdk_read_one_post_set_output.go.tpl
49+
sdk_update_pre_build_request:
50+
template_path: hooks/agentruntimeendpoint/sdk_update_pre_build_request.go.tpl
51+
exceptions:
52+
errors:
53+
404:
54+
code: AccessDeniedException

apis/v1alpha1/types.go

Lines changed: 98 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)