Skip to content

Commit 71cfa37

Browse files
authored
Merge pull request #2 from a-hilaly/add/agentruntime
Generate AgentRuntime resource
2 parents bc428bc + 3df6169 commit 71cfa37

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+3965
-40
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
ack_generate_info:
2-
build_date: "2025-10-14T01:34:11Z"
3-
build_hash: eaabefb6bd7b2be8a1baf4478f22b3310e6921c8
2+
build_date: "2025-10-20T15:27:59Z"
3+
build_hash: f25517757439025aa7058673d97267033f5b9acc
44
go_version: go1.24.0
5-
version: v0.52.0-6-geaabefb-dirty
6-
api_directory_checksum: c06e8d99c29af219e017c9d519827d168cf2d4c8
5+
version: v0.52.0-7-gf255177
6+
api_directory_checksum: 3c5e40c77cb6eb31874f39f139d16ec8959d7421
77
api_version: v1alpha1
88
aws_sdk_go_version: v1.39.2
99
generator_config_info:
10-
file_checksum: 10cf07101569163f4eb9545f230f040211c1a2f6
10+
file_checksum: 90778943aab961094672a19ab4213a6021adeca0
1111
original_file_name: generator.yaml
1212
last_modification:
1313
reason: API generation

apis/v1alpha1/agent_runtime.go

Lines changed: 115 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: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ignore:
22
resource_names:
3-
- AgentRuntime
3+
#- AgentRuntime
44
- AgentRuntimeEndpoint
55
- ApiKeyCredentialProvider
66
- Browser
@@ -10,6 +10,18 @@ ignore:
1010
- Memory
1111
- Oauth2CredentialProvider
1212
- WorkloadIdentity
13+
field_paths:
14+
- CreateAgentRuntimeInput.ClientToken
1315

1416
sdk_names:
1517
model_name: bedrock-agentcore-control
18+
resources:
19+
AgentRuntime:
20+
exceptions:
21+
terminal_codes:
22+
- ValidationException
23+
hooks:
24+
sdk_read_one_post_set_output:
25+
template_path: hooks/agentruntime/sdk_read_one_post_set_output.go.tpl
26+
sdk_update_pre_build_request:
27+
template_path: hooks/agentruntime/sdk_update_pre_build_request.go.tpl

apis/v1alpha1/types.go

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

0 commit comments

Comments
 (0)