OpsWorks.Client.
describe_operating_systems
()¶Describes the operating systems that are supported by AWS OpsWorks Stacks.
See also: AWS API Documentation
Request Syntax
response = client.describe_operating_systems()
{
'OperatingSystems': [
{
'Name': 'string',
'Id': 'string',
'Type': 'string',
'ConfigurationManagers': [
{
'Name': 'string',
'Version': 'string'
},
],
'ReportedName': 'string',
'ReportedVersion': 'string',
'Supported': True|False
},
]
}
Response Structure
The response to a DescribeOperatingSystems
request.
Contains information in response to a DescribeOperatingSystems
request.
Describes supported operating systems in AWS OpsWorks Stacks.
The name of the operating system, such as Amazon Linux 2018.03
.
The ID of a supported operating system, such as Amazon Linux 2018.03
.
The type of a supported operating system, either Linux
or Windows
.
Supported configuration manager name and versions for an AWS OpsWorks Stacks operating system.
A block that contains information about the configuration manager (Chef) and the versions of the configuration manager that are supported for an operating system.
The name of the configuration manager, which is Chef.
The versions of the configuration manager that are supported by an operating system.
A short name for the operating system manufacturer.
The version of the operating system, including the release and edition, if applicable.
Indicates that an operating system is not supported for new instances.