File tree Expand file tree Collapse file tree 10 files changed +26
-11
lines changed Expand file tree Collapse file tree 10 files changed +26
-11
lines changed Original file line number Diff line number Diff line change 11ack_generate_info :
2- build_date : " 2025-08-27T23:22:35Z "
2+ build_date : " 2025-08-28T00:56:38Z "
33 build_hash : 1045a5e99038b11b0630ca2f2f69c3bae4bedba6
44 go_version : go1.25.0
55 version : v0.51.0-1-g1045a5e
6- api_directory_checksum : 56b9a489a72e4cc8e1d7fe3648fbfa515ab180d6
6+ api_directory_checksum : 3b35ee547ceda4c06e5b17cc1597356f8351cecc
77api_version : v1alpha1
88aws_sdk_go_version : v1.32.6
99generator_config_info :
10- file_checksum : 8fe61e100e579320fd6d57d443a30682011b3b8f
10+ file_checksum : a42416dff5b89442587e532f853f2b3cf377b5b8
1111 original_file_name : generator.yaml
1212last_modification :
1313 reason : API generation
Original file line number Diff line number Diff line change @@ -79,6 +79,8 @@ resources:
7979 template_path : hooks/cache_cluster/sdk_create_post_set_output.go.tpl
8080 sdk_delete_pre_build_request :
8181 template_path : hooks/cache_cluster/sdk_delete_pre_build_request.go.tpl
82+ sdk_read_many_post_build_request :
83+ template_path : hooks/cache_cluster/sdk_read_many_post_build_request.go.tpl
8284 sdk_read_many_post_set_output :
8385 template_path : hooks/cache_cluster/sdk_read_many_post_set_output.go.tpl
8486 sdk_update_pre_build_request :
@@ -145,8 +147,8 @@ resources:
145147 template_path : hooks/global_replication_group/sdk_create_post_set_output.go.tpl
146148 sdk_update_pre_build_request :
147149 template_path : hooks/global_replication_group/sdk_update_pre_build_request.go.tpl
148- sdk_read_one_post_set_output :
149- template_path : hooks/global_replication_group/sdk_read_one_post_set_output .go.tpl
150+ sdk_read_many_post_set_output :
151+ template_path : hooks/global_replication_group/sdk_read_many_post_set_output .go.tpl
150152 ReplicationGroup :
151153 exceptions :
152154 terminal_codes :
Original file line number Diff line number Diff line change @@ -79,6 +79,8 @@ resources:
7979 template_path : hooks/cache_cluster/sdk_create_post_set_output.go.tpl
8080 sdk_delete_pre_build_request :
8181 template_path : hooks/cache_cluster/sdk_delete_pre_build_request.go.tpl
82+ sdk_read_many_post_build_request :
83+ template_path : hooks/cache_cluster/sdk_read_many_post_build_request.go.tpl
8284 sdk_read_many_post_set_output :
8385 template_path : hooks/cache_cluster/sdk_read_many_post_set_output.go.tpl
8486 sdk_update_pre_build_request :
@@ -145,8 +147,8 @@ resources:
145147 template_path : hooks/global_replication_group/sdk_create_post_set_output.go.tpl
146148 sdk_update_pre_build_request :
147149 template_path : hooks/global_replication_group/sdk_update_pre_build_request.go.tpl
148- sdk_read_one_post_set_output :
149- template_path : hooks/global_replication_group/sdk_read_one_post_set_output .go.tpl
150+ sdk_read_many_post_set_output :
151+ template_path : hooks/global_replication_group/sdk_read_many_post_set_output .go.tpl
150152 ReplicationGroup :
151153 exceptions :
152154 terminal_codes :
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ toolchain go1.24.1
66
77require (
88 github.com/aws-controllers-k8s/ec2-controller v1.0.7
9- github.com/aws-controllers-k8s/runtime v0.50 .0
9+ github.com/aws-controllers-k8s/runtime v0.51 .0
1010 github.com/aws-controllers-k8s/sns-controller v1.0.11
1111 github.com/aws/aws-sdk-go v1.49.0
1212 github.com/aws/aws-sdk-go-v2 v1.36.1
Original file line number Diff line number Diff line change 11github.com/aws-controllers-k8s/ec2-controller v1.0.7 h1:7MDu2bq8NFKbgzzgHYPFRT7bf+SmTchgWuq8ixKK0Jc =
22github.com/aws-controllers-k8s/ec2-controller v1.0.7 /go.mod h1:PvsQehgncHgcu9FiY13M45+GkVsKI98g7G83SrgH7vY =
3- github.com/aws-controllers-k8s/runtime v0.50 .0 h1:6BXOBdnb+xw6uSMEDeALhTKc4veZR9NfXIsl5QJKZ8k =
4- github.com/aws-controllers-k8s/runtime v0.50 .0 /go.mod h1:OkUJN+Ds799JLYZsMJrO2vDJ4snxUeHK2MgrQHbU+Qc =
3+ github.com/aws-controllers-k8s/runtime v0.51 .0 h1:ZKu1DXPG7+CsvbEPLMCGqWFdfK37kSbceLzYf9lRZbw =
4+ github.com/aws-controllers-k8s/runtime v0.51 .0 /go.mod h1:OkUJN+Ds799JLYZsMJrO2vDJ4snxUeHK2MgrQHbU+Qc =
55github.com/aws-controllers-k8s/sns-controller v1.0.11 h1:nnkywTHzO64y7RrrfoPNyYf1TOkkQHtlg+S0jEPKUZ8 =
66github.com/aws-controllers-k8s/sns-controller v1.0.11 /go.mod h1:ODQIDZR3hHQqcyif4UXVFQfEzTaWU1jqFtVr83K2p9M =
77github.com/aws/aws-sdk-go v1.49.0 h1:g9BkW1fo9GqKfwg2+zCD+TW/D36Ux+vtfJ8guF4AYmY =
Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ const (
4545var (
4646 condMsgCurrentlyDeleting = "CacheCluster is currently being deleted"
4747 condMsgNoDeleteWhileModifying = "Cannot delete CacheCluster while it is being modified"
48- condMsgCurrentlyUpdating = "CacheCluster is currently being updated"
4948)
5049
5150var (
Original file line number Diff line number Diff line change 1+ // Include cache node info to get endpoint details for clusters
2+ input.ShowCacheNodeInfo = aws.Bool(true)
File renamed without changes.
You can’t perform that action at this time.
0 commit comments