Skip to content

Commit

Permalink
Regenerated Clients
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Jan 24, 2025
1 parent 3bc09da commit 1737386
Show file tree
Hide file tree
Showing 64 changed files with 1,230 additions and 189 deletions.
8 changes: 8 additions & 0 deletions .changelog/8167579ac22544c99009c9d5bb2bd1d0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "8167579a-c225-44c9-9009-c9d5bb2bd1d0",
"type": "documentation",
"description": "Fixed typos in the descriptions.",
"modules": [
"service/ssooidc"
]
}
8 changes: 8 additions & 0 deletions .changelog/9d858fd730464b1eaba17f61ad79395f.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "9d858fd7-3046-4b1e-aba1-7f61ad79395f",
"type": "feature",
"description": "This release introduces the SearchSampleQueries API that allows users to search for CloudTrail Lake sample queries.",
"modules": [
"service/cloudtrail"
]
}
8 changes: 8 additions & 0 deletions .changelog/a90ab456121140c8b80f62e574a42f9f.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "a90ab456-1211-40c8-b80f-62e574a42f9f",
"type": "feature",
"description": "Added new authorization strategy value 'SMART_ON_FHIR' for CreateFHIRDatastore API to support Smart App 2.0",
"modules": [
"service/healthlake"
]
}
8 changes: 8 additions & 0 deletions .changelog/cf11d8320d374b0b8195f81968101c21.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "cf11d832-0d37-4b0b-8195-f81968101c21",
"type": "documentation",
"description": "Systems Manager doc-only update for January, 2025.",
"modules": [
"service/ssm"
]
}
8 changes: 8 additions & 0 deletions .changelog/e3c4033f93af4049a1f90d8d02f6abf3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "e3c4033f-93af-4049-a1f9-0d8d02f6abf3",
"type": "feature",
"description": "Added CustomDirectories as a new directory option for storing inbound AS2 messages, MDN files and Status files.",
"modules": [
"service/transfer"
]
}
8 changes: 8 additions & 0 deletions .changelog/fb24bc2af22a47a9a490f12f8a5a6ef9.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "fb24bc2a-f22a-47a9-a490-f12f8a5a6ef9",
"type": "feature",
"description": "Adds support for UpdateStrategies in EKS Managed Node Groups.",
"modules": [
"service/eks"
]
}
2 changes: 1 addition & 1 deletion feature/dynamodbstreams/attributevalue/decode_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1271,7 +1271,7 @@ func TestUnmarshalBinary(t *testing.T) {

type testStringItem string

func (t *testStringItem) UnmarshalDynamoDBStreasmAttributeValue(av types.AttributeValue) error {
func (t *testStringItem) UnmarshalDynamoDBStreamsAttributeValue(av types.AttributeValue) error {
v, ok := av.(*types.AttributeValueMemberS)
if !ok {
return fmt.Errorf("expecting string value")
Expand Down
4 changes: 2 additions & 2 deletions service/cloudtrail/api_op_GetInsightSelectors.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/cloudtrail/api_op_PutEventSelectors.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/cloudtrail/api_op_PutInsightSelectors.go

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

173 changes: 173 additions & 0 deletions service/cloudtrail/api_op_SearchSampleQueries.go

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

Loading

0 comments on commit 1737386

Please sign in to comment.