Skip to content

Commit

Permalink
Merge pull request #72 from nifcloud/fix/typo
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
aokumasan authored May 16, 2024
2 parents d4f3354 + 9b7c64a commit 4a6f83a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 13 deletions.
6 changes: 3 additions & 3 deletions codegen/sdk-codegen/nifcloud-models/computing.smithy
Original file line number Diff line number Diff line change
Expand Up @@ -18354,9 +18354,9 @@ structure NetworkInterfaceSetOfDescribeVpnGateways {
@xmlName("cidrBlock")
@ec2QueryName("cidrBlock")
CidrBlock: String,
@xmlName("descriprion")
@ec2QueryName("descriprion")
Descriprion: String,
@xmlName("description")
@ec2QueryName("description")
Description: String,
@xmlName("deviceIndex")
@ec2QueryName("deviceIndex")
DeviceIndex: String,
Expand Down
4 changes: 0 additions & 4 deletions codegen/sdk-codegen/nifcloud-models/rdb.smithy
Original file line number Diff line number Diff line change
Expand Up @@ -1504,10 +1504,6 @@ structure ValidUpgradeTarget {
}

@enum([
{
name: "DB_MINI",
value: "db.mini",
},
{
name: "DB_E_SMALL",
value: "db.e-small",
Expand Down
2 changes: 1 addition & 1 deletion nifcloud/go_module_metadata.go

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

4 changes: 2 additions & 2 deletions service/computing/deserializers.go

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

2 changes: 1 addition & 1 deletion service/computing/types/types.go

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

2 changes: 0 additions & 2 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 4a6f83a

Please sign in to comment.