Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore fields added in the new SDK version #141

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
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: "2024-06-28T14:33:25Z"
build_hash: 14cef51778d471698018b6c38b604181a6948248
go_version: go1.22.2
version: v0.34.0
api_directory_checksum: 73afd1cf92f1261c45bbb52544adf4da5c6a7cd0
build_date: "2024-08-05T20:19:04Z"
build_hash: e8ec3d013609c4f72464df94830e00dcf2a09a81
go_version: go1.22.5
version: v0.35.0-1-ge8ec3d0-dirty
api_directory_checksum: c92b699e48896ca26bae434dcca111365ecaba4b
api_version: v1alpha1
aws_sdk_go_version: v1.49.0
generator_config_info:
file_checksum: 3c359b3f45716af86c99ab2ea0f2ab50eeae5dc9
file_checksum: a87842d9103cad1a69d43f202415138c717a9120
original_file_name: generator.yaml
last_modification:
reason: API generation
2 changes: 1 addition & 1 deletion apis/v1alpha1/cache_parameter_group.go

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

27 changes: 25 additions & 2 deletions apis/v1alpha1/generator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ resources:
service_name: sns
resource: Topic
path: Status.ACKResourceMetadata.ARN
LogDeliveryConfigurations:
is_immutable: true
AuthToken:
is_secret: true
PreferredAvailabilityZone:
Expand Down Expand Up @@ -70,6 +72,8 @@ resources:
- InvalidParameterValue
- InvalidParameterCombination
hooks:
sdk_create_pre_build_request:
template_path: hooks/cache_cluster/sdk_create_pre_build_request.go.tpl
sdk_create_post_set_output:
template_path: hooks/cache_cluster/sdk_create_post_set_output.go.tpl
sdk_delete_pre_build_request:
Expand Down Expand Up @@ -347,5 +351,24 @@ ignore:
- CreateReplicationGroupInput.GlobalReplicationGroupId
- CreateReplicationGroupInput.AutoMinorVersionUpgrade
- CreateReplicationGroupInput.NumCacheClusters
- CacheCluster.LogDeliveryConfigurations
- PendingModifiedValues.LogDeliveryConfigurations
- CreateReplicationGroupInput.IpDiscovery
- CreateReplicationGroupInput.ClusterMode
- CreateReplicationGroupInput.NetworkType
- CreateReplicationGroupInput.ServerlessCacheSnapshotName
- CreateReplicationGroupInput.TransitEncryptionMode
- CreateCacheClusterInput.AuthenticationMode
- CreateCacheClusterInput.ModifyCacheClusterInput
- PendingModifiedValues.LogDeliveryConfigurations
- PendingModifiedValues.ClusterMode
- CacheSubnetGroup.SupportedNetworkTypes
- Subnet.SupportedNetworkTypes
- CreateUserInput.AuthenticationMode
- ReplicationGroup.ClusterMode
- ReplicationGroup.IpDiscovery
- ReplicationGroup.NetworkType
- ReplicationGroup.TransitEncryptionMode
- ReplicationGroupPendingModifiedValues.ClusterMode
- ReplicationGroupPendingModifiedValues.TransitEncryptionEnabled
- ReplicationGroupPendingModifiedValues.TransitEncryptionMode
- CreateUserGroupInput.ServerlessCaches
- CreateUserGroupOutput.ServerlessCaches
73 changes: 35 additions & 38 deletions apis/v1alpha1/replication_group.go

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

68 changes: 34 additions & 34 deletions apis/v1alpha1/snapshot.go

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

Loading