Skip to content

Commit e7057a6

Browse files
author
AWS SDK for Go v2 automation user
committed
Update API model
1 parent 374440d commit e7057a6

11 files changed

+717
-20
lines changed

codegen/sdk-codegen/aws-models/acm-pca.json

+3-3
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/batch.json

+14-1
Original file line numberDiff line numberDiff line change
@@ -3137,7 +3137,20 @@
31373137
"outputToken": "nextToken",
31383138
"items": "computeEnvironments",
31393139
"pageSize": "maxResults"
3140-
}
3140+
},
3141+
"smithy.test#smokeTests": [
3142+
{
3143+
"id": "DescribeComputeEnvironmentsSuccess",
3144+
"params": {},
3145+
"vendorParams": {
3146+
"region": "us-west-2"
3147+
},
3148+
"vendorParamsShape": "aws.test#AwsVendorParams",
3149+
"expect": {
3150+
"success": {}
3151+
}
3152+
}
3153+
]
31413154
}
31423155
},
31433156
"com.amazonaws.batch#DescribeComputeEnvironmentsRequest": {

codegen/sdk-codegen/aws-models/codebuild.json

+58-1
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/cognito-identity-provider.json

+16-1
Original file line numberDiff line numberDiff line change
@@ -10636,7 +10636,22 @@
1063610636
"outputToken": "NextToken",
1063710637
"items": "UserPools",
1063810638
"pageSize": "MaxResults"
10639-
}
10639+
},
10640+
"smithy.test#smokeTests": [
10641+
{
10642+
"id": "ListUserPoolsSuccess",
10643+
"params": {
10644+
"MaxResults": 10
10645+
},
10646+
"vendorParams": {
10647+
"region": "us-west-2"
10648+
},
10649+
"vendorParamsShape": "aws.test#AwsVendorParams",
10650+
"expect": {
10651+
"success": {}
10652+
}
10653+
}
10654+
]
1064010655
}
1064110656
},
1064210657
"com.amazonaws.cognitoidentityprovider#ListUserPoolsRequest": {

codegen/sdk-codegen/aws-models/directory-service.json

+15-2
Original file line numberDiff line numberDiff line change
@@ -2378,7 +2378,20 @@
23782378
"outputToken": "NextToken",
23792379
"items": "DirectoryDescriptions",
23802380
"pageSize": "Limit"
2381-
}
2381+
},
2382+
"smithy.test#smokeTests": [
2383+
{
2384+
"id": "DescribeDirectoriesSuccess",
2385+
"params": {},
2386+
"vendorParams": {
2387+
"region": "us-west-2"
2388+
},
2389+
"vendorParamsShape": "aws.test#AwsVendorParams",
2390+
"expect": {
2391+
"success": {}
2392+
}
2393+
}
2394+
]
23822395
}
23832396
},
23842397
"com.amazonaws.directoryservice#DescribeDirectoriesRequest": {
@@ -3965,7 +3978,7 @@
39653978
"sdkId": "Directory Service",
39663979
"arnNamespace": "ds",
39673980
"cloudFormationName": "DirectoryService",
3968-
"cloudTrailEventSource": "directoryservice.amazonaws.com",
3981+
"cloudTrailEventSource": "ds.amazonaws.com",
39693982
"docId": "ds-2015-04-16",
39703983
"endpointPrefix": "ds"
39713984
},

codegen/sdk-codegen/aws-models/efs.json

+15-2
Original file line numberDiff line numberDiff line change
@@ -1407,7 +1407,20 @@
14071407
"outputToken": "NextMarker",
14081408
"items": "FileSystems",
14091409
"pageSize": "MaxItems"
1410-
}
1410+
},
1411+
"smithy.test#smokeTests": [
1412+
{
1413+
"id": "DescribeFileSystemsSuccess",
1414+
"params": {},
1415+
"vendorParams": {
1416+
"region": "us-west-2"
1417+
},
1418+
"vendorParamsShape": "aws.test#AwsVendorParams",
1419+
"expect": {
1420+
"success": {}
1421+
}
1422+
}
1423+
]
14111424
}
14121425
},
14131426
"com.amazonaws.efs#DescribeFileSystemsRequest": {
@@ -2776,7 +2789,7 @@
27762789
"sdkId": "EFS",
27772790
"arnNamespace": "elasticfilesystem",
27782791
"cloudFormationName": "EFS",
2779-
"cloudTrailEventSource": "efs.amazonaws.com",
2792+
"cloudTrailEventSource": "elasticfilesystem.amazonaws.com",
27802793
"docId": "elasticfilesystem-2015-02-01",
27812794
"endpointPrefix": "elasticfilesystem"
27822795
},

0 commit comments

Comments
 (0)