Skip to content

Commit 61bad00

Browse files
committed
add new resource OptionGroup
1 parent b16a299 commit 61bad00

33 files changed

+3427
-75
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
ack_generate_info:
2-
build_date: "2025-12-17T01:17:18Z"
3-
build_hash: 5c8b9050006ef6c7d3a97c279e7b1bc163f20a0a
4-
go_version: go1.25.1
5-
version: v0.56.0-3-g5c8b905
6-
api_directory_checksum: 90b0d1adcc91f4a1b1f1b436e3ac0c30d9271678
2+
build_date: "2025-12-19T21:43:01Z"
3+
build_hash: 43713d4546b29b09ac85cbb3da854425045237bd
4+
go_version: go1.25.4
5+
version: v0.56.0-4-g43713d4
6+
api_directory_checksum: 4a4a357d3f16973e8333fb9cf2846a09b2f3d824
77
api_version: v1alpha1
88
aws_sdk_go_version: v1.32.6
99
generator_config_info:
10-
file_checksum: 23c3c400e5913ebaa0047af70fda453b065ce321
10+
file_checksum: 1a5a23cb0c5b94ba75f87e69f5746051bb31541d
1111
original_file_name: generator.yaml
1212
last_modification:
1313
reason: API generation

apis/v1alpha1/generator.yaml

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ignore:
1717
#- DBSubnetGroup
1818
- EventSubscription
1919
#- GlobalCluster
20-
- OptionGroup
20+
#- OptionGroup
2121
- Integration
2222
- DBShardGroup
2323
- TenantDatabase
@@ -616,3 +616,41 @@ resources:
616616
template_path: hooks/db_cluster_endpoint/sdk_update_pre_build_request.go.tpl
617617
delta_pre_compare:
618618
template_path: hooks/db_cluster_endpoint/delta_pre_compare.go.tpl
619+
OptionGroup:
620+
renames:
621+
operations:
622+
CreateOptionGroup:
623+
input_fields:
624+
OptionGroupDescription: Description
625+
OptionGroupName: Name
626+
output_fields:
627+
OptionGroupDescription: Description
628+
OptionGroupName: Name
629+
DeleteOptionGroup:
630+
input_fields:
631+
OptionGroupName: Name
632+
DescribeOptionGroups:
633+
input_fields:
634+
OptionGroupName: Name
635+
output_fields:
636+
OptionGroupDescription: Description
637+
OptionGroupName: Name
638+
ModifyOptionGroup:
639+
input_fields:
640+
OptionGroupName: Name
641+
output_fields:
642+
OptionGroupDescription: Description
643+
OptionGroupName: Name
644+
fields:
645+
Name:
646+
is_primary_key: true
647+
Tags:
648+
compare:
649+
is_ignored: true
650+
hooks:
651+
sdk_read_many_post_set_output:
652+
template_path: hooks/option_group/sdk_read_many_post_set_output.go.tpl
653+
sdk_update_pre_build_request:
654+
template_path: hooks/option_group/sdk_update_pre_build_request.go.tpl
655+
delta_pre_compare:
656+
template_path: hooks/option_group/delta_pre_compare.go.tpl

apis/v1alpha1/option_group.go

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

apis/v1alpha1/types.go

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

0 commit comments

Comments
 (0)