Skip to content

Commit

Permalink
Merge pull request #71 from nifcloud/feature/rdb-db-mini-removal
Browse files Browse the repository at this point in the history
Remove db.mini from rdb service
  • Loading branch information
aokumasan authored Mar 27, 2024
2 parents 03c4465 + a031969 commit 190d41b
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 190d41b

Please sign in to comment.