@@ -37,19 +37,19 @@ resources:
3737 add_synced_column : true
3838 order_by : index
3939 additional_columns :
40- - name : VERSION
41- json_path : .spec.engineVersion
42- type : string
43- index : 10
44- - name : STATUS
45- json_path : .status.cacheClusterStatus
46- type : string
47- index : 20
48- - name : ENDPOINT
49- json_path : .status.configurationEndpoint.address
50- type : string
51- index : 30
52- priority : 1
40+ - name : VERSION
41+ json_path : .spec.engineVersion
42+ type : string
43+ index : 10
44+ - name : STATUS
45+ json_path : .status.cacheClusterStatus
46+ type : string
47+ index : 20
48+ - name : ENDPOINT
49+ json_path : .status.configurationEndpoint.address
50+ type : string
51+ index : 30
52+ priority : 1
5353 exceptions :
5454 errors :
5555 404 :
@@ -189,7 +189,7 @@ resources:
189189 sdk_file_end :
190190 template_path : hooks/replication_group/sdk_file_end.go.tpl
191191 sdk_file_end_set_output_post_populate :
192- code : " rm.customSetOutput(obj, ko) // custom set output from obj "
192+ template_path : hooks/replication_group/sdk_file_end_set_output_post_populate.go.tpl
193193 renames :
194194 operations :
195195 CreateReplicationGroup :
@@ -303,7 +303,7 @@ operations:
303303 custom_implementation : CustomModifyReplicationGroup
304304 set_output_custom_method_name : CustomModifyReplicationGroupSetOutput
305305 override_values :
306- ApplyImmediately : true
306+ ApplyImmediately : aws.Bool( true)
307307 CreateSnapshot :
308308 custom_implementation : CustomCreateSnapshot
309309 set_output_custom_method_name : CustomCreateSnapshotSetOutput
@@ -327,7 +327,7 @@ operations:
327327 ModifyCacheCluster :
328328 set_output_custom_method_name : customModifyCacheClusterSetOutput
329329 override_values :
330- ApplyImmediately : true
330+ ApplyImmediately : aws.Bool( true)
331331ignore :
332332 resource_names :
333333 - ServerlessCache
@@ -348,4 +348,4 @@ ignore:
348348 - CreateReplicationGroupInput.AutoMinorVersionUpgrade
349349 - CreateReplicationGroupInput.NumCacheClusters
350350 - CacheCluster.LogDeliveryConfigurations
351- - PendingModifiedValues.LogDeliveryConfigurations
351+ - PendingModifiedValues.LogDeliveryConfigurations
0 commit comments