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
27 changes: 26 additions & 1 deletion apis/v1alpha1/generator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,28 @@ resources:
hooks:
sdk_read_many_post_set_output:
template_path: hooks/cache_subnet_group/sdk_read_many_post_set_output.go.tpl
GlobalReplicationGroup:
fields:
GlobalReplicationGroupId:
is_primary_key: true
GlobalReplicationGroupIdSuffix:
is_immutable: true
PrimaryReplicationGroupId:
is_immutable: true
references:
resource: ReplicationGroup
path: Spec.ReplicationGroupID
exceptions:
errors:
404:
code: GlobalReplicationGroupNotFoundFault
terminal_codes:
- GlobalReplicationGroupAlreadyExistsFault
- InvalidParameterValueException
- InvalidGlobalReplicationGroupStateFault
- ServiceLinkedRoleNotFoundFault
tags:
ignore: true
ReplicationGroup:
exceptions:
terminal_codes:
Expand Down Expand Up @@ -433,9 +455,12 @@ operations:
set_output_custom_method_name: customModifyCacheClusterSetOutput
override_values:
ApplyImmediately: aws.Bool(true)
ModifyGlobalReplicationGroup:
override_values:
ApplyImmediately: aws.Bool(true)
ignore:
resource_names:
- GlobalReplicationGroup
- ServerlessCacheSnapshot
- CacheSecurityGroup
field_paths:
- DescribeSnapshotsInput.CacheClusterId
Expand Down
137 changes: 137 additions & 0 deletions apis/v1alpha1/global_replication_group.go

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

44 changes: 23 additions & 21 deletions apis/v1alpha1/types.go

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

Loading