File tree 11 files changed +717
-20
lines changed
codegen/sdk-codegen/aws-models
11 files changed +717
-20
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 3137
3137
"outputToken": "nextToken",
3138
3138
"items": "computeEnvironments",
3139
3139
"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
+ ]
3141
3154
}
3142
3155
},
3143
3156
"com.amazonaws.batch#DescribeComputeEnvironmentsRequest": {
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 10636
10636
"outputToken": "NextToken",
10637
10637
"items": "UserPools",
10638
10638
"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
+ ]
10640
10655
}
10641
10656
},
10642
10657
"com.amazonaws.cognitoidentityprovider#ListUserPoolsRequest": {
Original file line number Diff line number Diff line change 2378
2378
"outputToken" : " NextToken" ,
2379
2379
"items" : " DirectoryDescriptions" ,
2380
2380
"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
+ ]
2382
2395
}
2383
2396
},
2384
2397
"com.amazonaws.directoryservice#DescribeDirectoriesRequest" : {
3965
3978
"sdkId" : " Directory Service" ,
3966
3979
"arnNamespace" : " ds" ,
3967
3980
"cloudFormationName" : " DirectoryService" ,
3968
- "cloudTrailEventSource" : " directoryservice .amazonaws.com" ,
3981
+ "cloudTrailEventSource" : " ds .amazonaws.com" ,
3969
3982
"docId" : " ds-2015-04-16" ,
3970
3983
"endpointPrefix" : " ds"
3971
3984
},
Original file line number Diff line number Diff line change 1407
1407
"outputToken" : " NextMarker" ,
1408
1408
"items" : " FileSystems" ,
1409
1409
"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
+ ]
1411
1424
}
1412
1425
},
1413
1426
"com.amazonaws.efs#DescribeFileSystemsRequest" : {
2776
2789
"sdkId" : " EFS" ,
2777
2790
"arnNamespace" : " elasticfilesystem" ,
2778
2791
"cloudFormationName" : " EFS" ,
2779
- "cloudTrailEventSource" : " efs .amazonaws.com" ,
2792
+ "cloudTrailEventSource" : " elasticfilesystem .amazonaws.com" ,
2780
2793
"docId" : " elasticfilesystem-2015-02-01" ,
2781
2794
"endpointPrefix" : " elasticfilesystem"
2782
2795
},
You can’t perform that action at this time.
0 commit comments