You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(client-outposts): This change allows listAssets to surface pending and non-compute asset information. Adds the INSTALLING asset state enum and the STORAGE, POWERSHELF, SWITCH, and NETWORKING AssetTypes.
"smithy.api#documentation": "<p>The state.</p>\n <ul>\n <li>\n <p>ACTIVE - The asset is available and can provide capacity for new compute\n resources.</p>\n </li>\n <li>\n <p>ISOLATED - The asset is undergoing maintenance and can't provide capacity for new\n compute resources. Existing compute resources on the asset are not affected.</p>\n </li>\n <li>\n <p>RETIRING - The underlying hardware for the asset is degraded. Capacity for new compute\n resources is reduced. Amazon Web Services sends notifications for resources that must be stopped before\n the asset can be replaced.</p>\n </li>\n </ul>"
1092
+
"smithy.api#documentation": "<p>The state.</p>\n <ul>\n <li>\n <p>ACTIVE - The asset is available and can provide capacity for new compute\n resources.</p>\n </li>\n <li>\n <p>ISOLATED - The asset is undergoing maintenance and can't provide capacity for new\n compute resources. Existing compute resources on the asset are not affected.</p>\n </li>\n <li>\n <p>RETIRING - The underlying hardware for the asset is degraded. Capacity for new compute\n resources is reduced. Amazon Web Services sends notifications for resources that must be stopped before\n the asset can be replaced.</p>\n </li>\n <li>\n <p>INSTALLING - The asset is being installed and can't yet provide capacity for new compute\n resources.</p>\n </li>\n</ul>"
1045
1093
}
1046
1094
},
1047
1095
"InstanceFamilies": {
@@ -3045,6 +3093,13 @@
3045
3093
"smithy.api#documentation": "<p>Filters the results by state.</p>",
3046
3094
"smithy.api#httpQuery": "StatusFilter"
3047
3095
}
3096
+
},
3097
+
"AssetTypeFilter": {
3098
+
"target": "com.amazonaws.outposts#AssetTypeList",
3099
+
"traits": {
3100
+
"smithy.api#documentation": "<p>Filters the results by asset type.</p>\n <ul>\n <li>\n <p>COMPUTE - Server asset used for customer compute </p>\n </li>\n <li>\n <p>STORAGE - Server asset used by storage services </p>\n </li>\n <li>\n <p>POWERSHELF - Powershelf assets </p>\n </li>\n <li>\n <p>SWITCH - Switch assets </p>\n </li>\n <li>\n <p>NETWORKING - Asset managed by Amazon Web Services for networking purposes </p>\n </li>\n </ul>",
0 commit comments