Skip to content

Commit

Permalink
Regenerate clients
Browse files Browse the repository at this point in the history
This change regnerates clients for the smithy-go change - aws/smithy-go#401

Adds Code field to all errors. Modifies ErrorCode method to return Code if present.
  • Loading branch information
eddy-aws committed Dec 19, 2022
1 parent d7b7cef commit 532eac4
Show file tree
Hide file tree
Showing 763 changed files with 35,418 additions and 5,614 deletions.
6 changes: 2 additions & 4 deletions aws/logging.go

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

8 changes: 4 additions & 4 deletions internal/ini/literal_tokens_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,17 +159,17 @@ func TestNewLiteralToken(t *testing.T) {
),
},
{
name: "utf8 whitespace",
b: []rune("00"),
name: "utf8 whitespace",
b: []rune("00"),
expectedRead: 1,
expectedToken: newToken(TokenLit,
[]rune("0"),
IntegerType,
),
},
{
name: "utf8 whitespace expr",
b: []rune("0=00"),
name: "utf8 whitespace expr",
b: []rune("0=00"),
expectedRead: 1,
expectedToken: newToken(TokenLit,
[]rune("0"),
Expand Down
69 changes: 35 additions & 34 deletions internal/protocoltest/awsrestjson/document/doc.go

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

27 changes: 24 additions & 3 deletions internal/protocoltest/awsrestjson/types/errors.go

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

36 changes: 16 additions & 20 deletions internal/protocoltest/awsrestjson/types/types.go

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

18 changes: 16 additions & 2 deletions internal/protocoltest/ec2query/types/errors.go

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

1 change: 1 addition & 0 deletions internal/protocoltest/jsonrpc/doc.go

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

69 changes: 35 additions & 34 deletions internal/protocoltest/jsonrpc/document/doc.go

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

Loading

0 comments on commit 532eac4

Please sign in to comment.