@@ -158,46 +158,46 @@ func ClusterInstanceEngine_Values() []string {
158
158
}
159
159
160
160
const (
161
- GlobalClusterEngineAurora = "aurora"
162
- GlobalClusterEngineAuroraMySQL = "aurora-mysql"
163
- GlobalClusterEngineAuroraPostgreSQL = "aurora-postgresql"
161
+ globalClusterEngineAurora = "aurora"
162
+ globalClusterEngineAuroraMySQL = "aurora-mysql"
163
+ globalClusterEngineAuroraPostgreSQL = "aurora-postgresql"
164
164
)
165
165
166
- func GlobalClusterEngine_Values () []string {
166
+ func globalClusterEngine_Values () []string {
167
167
return []string {
168
- GlobalClusterEngineAurora ,
169
- GlobalClusterEngineAuroraMySQL ,
170
- GlobalClusterEngineAuroraPostgreSQL ,
168
+ globalClusterEngineAurora ,
169
+ globalClusterEngineAuroraMySQL ,
170
+ globalClusterEngineAuroraPostgreSQL ,
171
171
}
172
172
}
173
173
174
174
const (
175
- EngineModeGlobal = "global"
176
- EngineModeMultiMaster = "multimaster"
177
- EngineModeParallelQuery = "parallelquery"
178
- EngineModeProvisioned = "provisioned"
179
- EngineModeServerless = "serverless"
175
+ engineModeGlobal = "global"
176
+ engineModeMultiMaster = "multimaster"
177
+ engineModeParallelQuery = "parallelquery"
178
+ engineModeProvisioned = "provisioned"
179
+ engineModeServerless = "serverless"
180
180
)
181
181
182
- func EngineMode_Values () []string {
182
+ func engineMode_Values () []string {
183
183
return []string {
184
- EngineModeGlobal ,
185
- EngineModeMultiMaster ,
186
- EngineModeParallelQuery ,
187
- EngineModeProvisioned ,
188
- EngineModeServerless ,
184
+ engineModeGlobal ,
185
+ engineModeMultiMaster ,
186
+ engineModeParallelQuery ,
187
+ engineModeProvisioned ,
188
+ engineModeServerless ,
189
189
}
190
190
}
191
191
192
192
const (
193
- EngineLifecycleSupport = "open-source-rds-extended-support"
194
- EngineLifecycleSupportDisabled = "open-source-rds-extended-support-disabled"
193
+ engineLifecycleSupport = "open-source-rds-extended-support"
194
+ engineLifecycleSupportDisabled = "open-source-rds-extended-support-disabled"
195
195
)
196
196
197
- func EngineLifecycleSupport_Values () []string {
197
+ func engineLifecycleSupport_Values () []string {
198
198
return []string {
199
- EngineLifecycleSupport ,
200
- EngineLifecycleSupportDisabled ,
199
+ engineLifecycleSupport ,
200
+ engineLifecycleSupportDisabled ,
201
201
}
202
202
}
203
203
0 commit comments