Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions apis/v1alpha1/ack-generate-metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
ack_generate_info:
build_date: "2025-10-14T01:34:11Z"
build_hash: eaabefb6bd7b2be8a1baf4478f22b3310e6921c8
build_date: "2025-10-20T15:37:08Z"
build_hash: f25517757439025aa7058673d97267033f5b9acc
go_version: go1.24.0
version: v0.52.0-6-geaabefb-dirty
api_directory_checksum: c06e8d99c29af219e017c9d519827d168cf2d4c8
version: v0.52.0-7-gf255177
api_directory_checksum: 60dd2e0fe820ba29b0c906cb9debcd88f1ac1810
api_version: v1alpha1
aws_sdk_go_version: v1.39.2
generator_config_info:
file_checksum: 10cf07101569163f4eb9545f230f040211c1a2f6
file_checksum: 90d7abc62e7f2b85e403743a40e1b7827503cccd
original_file_name: generator.yaml
last_modification:
reason: API generation
115 changes: 115 additions & 0 deletions apis/v1alpha1/agent_runtime.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

101 changes: 101 additions & 0 deletions apis/v1alpha1/agent_runtime_endpoint.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 14 additions & 14 deletions apis/v1alpha1/enums.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

43 changes: 41 additions & 2 deletions apis/v1alpha1/generator.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ignore:
resource_names:
- AgentRuntime
- AgentRuntimeEndpoint
# AgentRuntime
# AgentRuntimeEndpoint
- ApiKeyCredentialProvider
- Browser
- CodeInterpreter
Expand All @@ -10,6 +10,45 @@ ignore:
- Memory
- Oauth2CredentialProvider
- WorkloadIdentity
field_paths:
- CreateAgentRuntimeInput.ClientToken
- CreateAgentRuntimeEndpointInput.ClientToken

sdk_names:
model_name: bedrock-agentcore-control

resources:
AgentRuntime:
exceptions:
terminal_codes:
- ValidationException
hooks:
sdk_read_one_post_set_output:
template_path: hooks/agentruntime/sdk_read_one_post_set_output.go.tpl
sdk_update_pre_build_request:
template_path: hooks/agentruntime/sdk_update_pre_build_request.go.tpl

AgentRuntimeEndpoint:
renames:
operations:
GetAgentRuntimeEndpoint:
input_fields:
EndpointName: Name
CreateAgentRuntimeEndpoint:
input_fields:
EndpointName: Name
DeleteAgentRuntimeEndpoint:
input_fields:
EndpointName: Name
fields:
Name:
is_primary_key: true
hooks:
sdk_read_one_post_set_output:
template_path: hooks/agentruntimeendpoint/sdk_read_one_post_set_output.go.tpl
sdk_update_pre_build_request:
template_path: hooks/agentruntimeendpoint/sdk_update_pre_build_request.go.tpl
exceptions:
errors:
404:
code: AccessDeniedException
Loading