Skip to content

Commit

Permalink
This release adds support for two new attributes for attribute-based …
Browse files Browse the repository at this point in the history
…instance type selection - NetworkBandwidthGbps and AllowedInstanceTypes.
  • Loading branch information
aws-sdk-dotnet-automation committed Nov 7, 2022
1 parent d8639f7 commit 9f0419c
Show file tree
Hide file tree
Showing 28 changed files with 1,248 additions and 618 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1030,6 +1030,17 @@
"type":"list",
"member":{"shape":"Alarm"}
},
"AllowedInstanceType":{
"type":"string",
"max":30,
"min":1,
"pattern":"[a-zA-Z0-9\\.\\*]+"
},
"AllowedInstanceTypes":{
"type":"list",
"member":{"shape":"AllowedInstanceType"},
"max":400
},
"AlreadyExistsFault":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -2099,7 +2110,9 @@
"AcceleratorCount":{"shape":"AcceleratorCountRequest"},
"AcceleratorManufacturers":{"shape":"AcceleratorManufacturers"},
"AcceleratorNames":{"shape":"AcceleratorNames"},
"AcceleratorTotalMemoryMiB":{"shape":"AcceleratorTotalMemoryMiBRequest"}
"AcceleratorTotalMemoryMiB":{"shape":"AcceleratorTotalMemoryMiBRequest"},
"NetworkBandwidthGbps":{"shape":"NetworkBandwidthGbpsRequest"},
"AllowedInstanceTypes":{"shape":"AllowedInstanceTypes"}
}
},
"InstanceReusePolicy":{
Expand Down Expand Up @@ -2532,6 +2545,13 @@
}
},
"MonitoringEnabled":{"type":"boolean"},
"NetworkBandwidthGbpsRequest":{
"type":"structure",
"members":{
"Min":{"shape":"NullablePositiveDouble"},
"Max":{"shape":"NullablePositiveDouble"}
}
},
"NetworkInterfaceCountRequest":{
"type":"structure",
"members":{
Expand Down

Large diffs are not rendered by default.

Loading

0 comments on commit 9f0419c

Please sign in to comment.