Skip to content

Commit a159bea

Browse files
authored
Update SDK API clients from latest model (#1507)
Updates the SDK's generated API clients with the latest version of the API models.
1 parent 613f9c9 commit a159bea

File tree

539 files changed

+99742
-7258
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

539 files changed

+99742
-7258
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"id": "41575353-444b-40ff-bf47-4f4155544f00",
3+
"type": "release",
4+
"description": "New AWS service client module",
5+
"modules": [
6+
"service/appconfigdata",
7+
"service/drs",
8+
"service/migrationhubstrategy"
9+
]
10+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "59f1938f-00b8-46e9-a4a2-24a69b1919ea",
3+
"type": "announcement",
4+
"description": "Fix API modeling bug incorrectly generating `DocumentAttributeValue` type as a union instead of a structure. This update corrects this bug by correcting the `DocumentAttributeValue` type to be a `struct` instead of an `interface`. This change also removes the `DocumentAttributeValueMember` types. To migrate to this change your application using service/kendra will need to be updated to use struct members in `DocumentAttributeValue` instead of `DocumentAttributeValueMember` types.",
5+
"modules": [
6+
"service/kendra"
7+
]
8+
}
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"id": "e2d513dd-7ed5-4a0e-a1ea-c2ef37c64d52",
3+
"type": "feature",
4+
"description": "API client updated",
5+
"modules": [
6+
"service/amplifybackend",
7+
"service/apigateway",
8+
"service/appconfig",
9+
"service/applicationinsights",
10+
"service/appstream",
11+
"service/auditmanager",
12+
"service/batch",
13+
"service/chime",
14+
"service/chimesdkmeetings",
15+
"service/cloudformation",
16+
"service/cloudtrail",
17+
"service/cloudwatch",
18+
"service/connect",
19+
"service/databasemigrationservice",
20+
"service/databrew",
21+
"service/devopsguru",
22+
"service/dynamodbstreams",
23+
"service/ec2",
24+
"service/eks",
25+
"service/forecast",
26+
"service/ivs",
27+
"service/kafka",
28+
"service/kendra",
29+
"service/kms",
30+
"service/lambda",
31+
"service/lexmodelsv2",
32+
"service/lexruntimev2",
33+
"service/location",
34+
"service/mediaconvert",
35+
"service/medialive",
36+
"service/mgn",
37+
"service/qldb",
38+
"service/qldbsession",
39+
"service/redshift",
40+
"service/sns",
41+
"service/ssm",
42+
"service/transfer",
43+
"service/wafv2"
44+
]
45+
}

aws/endpoints_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ func TestEndpointResolverWithOptionsFunc_ResolveEndpoint(t *testing.T) {
211211
t.Errorf("expect no error, got %v", err)
212212
}
213213

214-
if e,a := "https://foo.amazonaws.com", e.URL; e != a {
214+
if e, a := "https://foo.amazonaws.com", e.URL; e != a {
215215
t.Errorf("expect %v, got %v", e, a)
216216
}
217217
}

0 commit comments

Comments
 (0)