AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 3.5
 
Returns the current list of AWS services and a list of service categories that applies to each one. You then use service names and categories in your CreateCase requests. Each AWS service has its own set of categories.

The service codes and category codes correspond to the values that are displayed in the Service and Category drop-down lists on the AWS Support Center Create Case page. The values in those fields, however, do not necessarily match the service codes and categories returned by the DescribeServices request. Always use the service codes and categories obtained programmatically. This practice ensures that you always have the most recent set of service and category codes.

Namespace: Amazon.AWSSupport
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public virtual DescribeServicesResponse DescribeServices(
         DescribeServicesRequest request
)

Parameters

request
Type: Amazon.AWSSupport.Model.DescribeServicesRequest

Container for the necessary parameters to execute the DescribeServices service method.

Return Value
Type: Amazon.AWSSupport.Model.DescribeServicesResponse
The response from the DescribeServices service method, as returned by AWSSupport.

Exceptions

ExceptionCondition
InternalServerErrorException An internal server error occurred.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5