Skip to content

Commit

Permalink
Remove db.mini from rdb service
Browse files Browse the repository at this point in the history
  • Loading branch information
SogoKato committed Mar 27, 2024
1 parent 03c4465 commit a031969
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 30 deletions.
20 changes: 0 additions & 20 deletions codegen/sdk-codegen/nifcloud-models/rdb.smithy
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ use aws.protocols#ec2QueryName
string AccountingTypeOfCreateDBInstanceRequest

@enum([
{
name: "DB_MINI",
value: "db.mini",
},
{
name: "DB_E_SMALL",
value: "db.e-small",
Expand Down Expand Up @@ -579,10 +575,6 @@ structure StatusInfos {
string AccountingTypeOfCreateDBInstanceReadReplicaRequest

@enum([
{
name: "DB_MINI",
value: "db.mini",
},
{
name: "DB_E_SMALL",
value: "db.e-small",
Expand Down Expand Up @@ -1050,10 +1042,6 @@ structure DBInstances {
string AccountingTypeOfModifyDBInstanceRequest

@enum([
{
name: "DB_MINI",
value: "db.mini",
},
{
name: "DB_E_SMALL",
value: "db.e-small",
Expand Down Expand Up @@ -2015,10 +2003,6 @@ structure DBSnapshots {
string AccountingTypeOfRestoreDBInstanceFromDBSnapshotRequest

@enum([
{
name: "DB_MINI",
value: "db.mini",
},
{
name: "DB_E_SMALL",
value: "db.e-small",
Expand Down Expand Up @@ -2343,10 +2327,6 @@ structure RestoreDBInstanceFromDBSnapshotResult {
string AccountingTypeOfRestoreDBInstanceToPointInTimeRequest

@enum([
{
name: "DB_MINI",
value: "db.mini",
},
{
name: "DB_E_SMALL",
value: "db.e-small",
Expand Down
10 changes: 0 additions & 10 deletions service/rdb/types/enums.go

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

0 comments on commit a031969

Please sign in to comment.