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
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-08-08T21:25:54Z"
build_hash: b4fbf4e427daaef74ed873aac01e4a9ca68fb479
build_date: "2025-08-13T20:20:45Z"
build_hash: dd7115d68c972714778e2bdd55a6f8b792494b97
go_version: go1.24.5
version: v0.50.0-3-gb4fbf4e
api_directory_checksum: 5a16cea62c98405d3786f1ee1aad22ff3fafc7d6
version: v0.50.0-4-gdd7115d
api_directory_checksum: d23a25937e9c4d8552ffec11ecbad0941c88edac
api_version: v1alpha1
aws_sdk_go_version: v1.32.6
generator_config_info:
file_checksum: a3aa9d437d76c0a739168005043783103bf199da
file_checksum: da34108f1031adced788b988427935d989d800e3
original_file_name: generator.yaml
last_modification:
reason: API generation
94 changes: 94 additions & 0 deletions apis/v1alpha1/cache_security_group.go

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

35 changes: 33 additions & 2 deletions apis/v1alpha1/generator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,38 @@ resources:
template_path: hooks/cache_cluster/sdk_update_post_set_output.go.tpl
delta_post_compare:
code: "modifyDelta(delta, a, b)"
CacheSecurityGroup:
fields:
CacheSecurityGroupName:
is_primary_key: true
is_immutable: true
OwnerId:
is_read_only: true
EC2SecurityGroups:
references:
resource: SecurityGroup
service_name: ec2
path: Status.ID
exceptions:
errors:
404:
code: CacheSecurityGroupNotFoundFault
terminal_codes:
- CacheSecurityGroupAlreadyExistsFault
- InvalidParameterValueException
- InvalidParameterCombinationException
- CacheSecurityGroupQuotaExceededFault
- AuthorizationAlreadyExistsFault
- InvalidCacheSecurityGroupStateFault
- TagQuotaPerResourceExceeded
- InvalidARNFault
hooks:
sdk_create_post_set_output:
template_path: hooks/cache_security_group/sdk_create_post_set_output.go.tpl
sdk_update_pre_build_request:
template_path: hooks/cache_security_group/sdk_update_pre_build_request.go.tpl
sdk_read_one_post_set_output:
template_path: hooks/cache_security_group/sdk_read_one_post_set_output.go.tpl
CacheSubnetGroup:
exceptions:
errors:
Expand Down Expand Up @@ -391,7 +423,6 @@ ignore:
resource_names:
- ServerlessCacheSnapshot
- GlobalReplicationGroup
- CacheSecurityGroup
field_paths:
- DescribeSnapshotsInput.CacheClusterId
- DescribeSnapshotsInput.ReplicationGroupId
Expand Down Expand Up @@ -428,4 +459,4 @@ ignore:
- ModifyReplicationGroupOutput.ReplicationGroup.ClusterMode
- ModifyReplicationGroupOutput.ReplicationGroup.PendingModifiedValues.ClusterMode
- Subnet.SupportedNetworkTypes
- CreateReplicationGroupInput.ServerlessCacheSnapshotName
- CreateReplicationGroupInput.ServerlessCacheSnapshotName
23 changes: 12 additions & 11 deletions apis/v1alpha1/types.go

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

Loading