Skip to content

Commit e16f8e0

Browse files
author
AWS
committed
AWS Device Farm Update: Add an optional parameter to the GetDevicePoolCompatibility API to pass in project information to check device pool compatibility.
1 parent 39d95ee commit e16f8e0

File tree

2 files changed

+22
-24
lines changed

2 files changed

+22
-24
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Device Farm",
4+
"contributor": "",
5+
"description": "Add an optional parameter to the GetDevicePoolCompatibility API to pass in project information to check device pool compatibility."
6+
}

services/devicefarm/src/main/resources/codegen-resources/service-2.json

Lines changed: 16 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1883,8 +1883,7 @@
18831883
},
18841884
"DeleteDevicePoolResult":{
18851885
"type":"structure",
1886-
"members":{
1887-
},
1886+
"members":{},
18881887
"documentation":"<p>Represents the result of a delete device pool request.</p>"
18891888
},
18901889
"DeleteInstanceProfileRequest":{
@@ -1899,8 +1898,7 @@
18991898
},
19001899
"DeleteInstanceProfileResult":{
19011900
"type":"structure",
1902-
"members":{
1903-
}
1901+
"members":{}
19041902
},
19051903
"DeleteNetworkProfileRequest":{
19061904
"type":"structure",
@@ -1914,8 +1912,7 @@
19141912
},
19151913
"DeleteNetworkProfileResult":{
19161914
"type":"structure",
1917-
"members":{
1918-
}
1915+
"members":{}
19191916
},
19201917
"DeleteProjectRequest":{
19211918
"type":"structure",
@@ -1930,8 +1927,7 @@
19301927
},
19311928
"DeleteProjectResult":{
19321929
"type":"structure",
1933-
"members":{
1934-
},
1930+
"members":{},
19351931
"documentation":"<p>Represents the result of a delete project request.</p>"
19361932
},
19371933
"DeleteRemoteAccessSessionRequest":{
@@ -1947,8 +1943,7 @@
19471943
},
19481944
"DeleteRemoteAccessSessionResult":{
19491945
"type":"structure",
1950-
"members":{
1951-
},
1946+
"members":{},
19521947
"documentation":"<p>The response from the server when a request is made to delete the remote access session.</p>"
19531948
},
19541949
"DeleteRunRequest":{
@@ -1964,8 +1959,7 @@
19641959
},
19651960
"DeleteRunResult":{
19661961
"type":"structure",
1967-
"members":{
1968-
},
1962+
"members":{},
19691963
"documentation":"<p>Represents the result of a delete run request.</p>"
19701964
},
19711965
"DeleteTestGridProjectRequest":{
@@ -1980,8 +1974,7 @@
19801974
},
19811975
"DeleteTestGridProjectResult":{
19821976
"type":"structure",
1983-
"members":{
1984-
}
1977+
"members":{}
19851978
},
19861979
"DeleteUploadRequest":{
19871980
"type":"structure",
@@ -1996,8 +1989,7 @@
19961989
},
19971990
"DeleteUploadResult":{
19981991
"type":"structure",
1999-
"members":{
2000-
},
1992+
"members":{},
20011993
"documentation":"<p>Represents the result of a delete upload request.</p>"
20021994
},
20031995
"DeleteVPCEConfigurationRequest":{
@@ -2012,8 +2004,7 @@
20122004
},
20132005
"DeleteVPCEConfigurationResult":{
20142006
"type":"structure",
2015-
"members":{
2016-
}
2007+
"members":{}
20172008
},
20182009
"Device":{
20192010
"type":"structure",
@@ -2457,8 +2448,7 @@
24572448
},
24582449
"GetAccountSettingsRequest":{
24592450
"type":"structure",
2460-
"members":{
2461-
},
2451+
"members":{},
24622452
"documentation":"<p>Represents the request sent to retrieve the account settings.</p>"
24632453
},
24642454
"GetAccountSettingsResult":{
@@ -2513,6 +2503,10 @@
25132503
"configuration":{
25142504
"shape":"ScheduleRunConfiguration",
25152505
"documentation":"<p>An object that contains information about the settings for a run.</p>"
2506+
},
2507+
"projectArn":{
2508+
"shape":"AmazonResourceName",
2509+
"documentation":"<p>The ARN of the project for which you want to check device pool compatibility.</p>"
25162510
}
25172511
},
25182512
"documentation":"<p>Represents a request to the get device pool compatibility operation.</p>"
@@ -4981,8 +4975,7 @@
49814975
},
49824976
"TagResourceResponse":{
49834977
"type":"structure",
4984-
"members":{
4985-
}
4978+
"members":{}
49864979
},
49874980
"TagValue":{
49884981
"type":"string",
@@ -5308,8 +5301,7 @@
53085301
},
53095302
"UntagResourceResponse":{
53105303
"type":"structure",
5311-
"members":{
5312-
}
5304+
"members":{}
53135305
},
53145306
"UpdateDeviceInstanceRequest":{
53155307
"type":"structure",

0 commit comments

Comments
 (0)