Skip to content
Open
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
12 changes: 6 additions & 6 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-12-17T01:17:18Z"
build_hash: 5c8b9050006ef6c7d3a97c279e7b1bc163f20a0a
go_version: go1.25.1
version: v0.56.0-3-g5c8b905
api_directory_checksum: 90b0d1adcc91f4a1b1f1b436e3ac0c30d9271678
build_date: "2025-12-19T21:43:01Z"
build_hash: 43713d4546b29b09ac85cbb3da854425045237bd
go_version: go1.25.4
version: v0.56.0-4-g43713d4
api_directory_checksum: 4a4a357d3f16973e8333fb9cf2846a09b2f3d824
api_version: v1alpha1
aws_sdk_go_version: v1.32.6
generator_config_info:
file_checksum: 23c3c400e5913ebaa0047af70fda453b065ce321
file_checksum: 1a5a23cb0c5b94ba75f87e69f5746051bb31541d
original_file_name: generator.yaml
last_modification:
reason: API generation
40 changes: 39 additions & 1 deletion apis/v1alpha1/generator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ignore:
#- DBSubnetGroup
- EventSubscription
#- GlobalCluster
- OptionGroup
#- OptionGroup
- Integration
- DBShardGroup
- TenantDatabase
Expand Down Expand Up @@ -616,3 +616,41 @@ resources:
template_path: hooks/db_cluster_endpoint/sdk_update_pre_build_request.go.tpl
delta_pre_compare:
template_path: hooks/db_cluster_endpoint/delta_pre_compare.go.tpl
OptionGroup:
renames:
operations:
CreateOptionGroup:
input_fields:
OptionGroupDescription: Description
OptionGroupName: Name
output_fields:
OptionGroupDescription: Description
OptionGroupName: Name
DeleteOptionGroup:
input_fields:
OptionGroupName: Name
DescribeOptionGroups:
input_fields:
OptionGroupName: Name
output_fields:
OptionGroupDescription: Description
OptionGroupName: Name
ModifyOptionGroup:
input_fields:
OptionGroupName: Name
output_fields:
OptionGroupDescription: Description
OptionGroupName: Name
fields:
Name:
is_primary_key: true
Tags:
compare:
is_ignored: true
hooks:
sdk_read_many_post_set_output:
template_path: hooks/option_group/sdk_read_many_post_set_output.go.tpl
sdk_update_pre_build_request:
template_path: hooks/option_group/sdk_update_pre_build_request.go.tpl
delta_pre_compare:
template_path: hooks/option_group/delta_pre_compare.go.tpl
144 changes: 144 additions & 0 deletions apis/v1alpha1/option_group.go

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

40 changes: 22 additions & 18 deletions apis/v1alpha1/types.go

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

Loading