AWS SDK for .NET Documentation
DescribeServicesRequest Class
AmazonAmazon.AWSSupport.ModelDescribeServicesRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the DescribeServices operation.

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 Open a new 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.

Declaration Syntax
C#
public class DescribeServicesRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DescribeServicesRequest()()()()
Initializes a new instance of the DescribeServicesRequest class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
Language
The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English ("en") and Japanese ("ja"). Language parameters must be passed explicitly for operations that take them.

ServiceCodeList
A JSON-formatted list of service codes available for AWS services.

Constraints:

Length
0 - 100


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithLanguage(String) Obsolete.
Sets the Language property

WithServiceCodeList(array<String>[]()[][]) Obsolete.
Adds elements to the ServiceCodeList collection

WithServiceCodeList(IEnumerable<(Of <<'(String>)>>)) Obsolete.
Adds elements to the ServiceCodeList collection

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 DescribeServicesRequest
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)