libZSservicesZSamazonka-rdsZSamazonka-rds
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.RDS.DescribeOptionGroupOptions

Description

Describes all available options.

This operation returns paginated results.

Synopsis

Creating a Request

data DescribeOptionGroupOptions Source #

See: newDescribeOptionGroupOptions smart constructor.

Constructors

DescribeOptionGroupOptions' 

Fields

  • filters :: Maybe [Filter]

    This parameter isn't currently supported.

  • majorEngineVersion :: Maybe Text

    If specified, filters the results to include only options for the specified major engine version.

  • marker :: Maybe Text

    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

  • maxRecords :: Maybe Int

    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that you can retrieve the remaining results.

    Default: 100

    Constraints: Minimum 20, maximum 100.

  • engineName :: Text

    A required parameter. Options available for the given engine name are described.

    Valid Values:

    • mariadb
    • mysql
    • oracle-ee
    • oracle-ee-cdb
    • oracle-se2
    • oracle-se2-cdb
    • postgres
    • sqlserver-ee
    • sqlserver-se
    • sqlserver-ex
    • sqlserver-web

Instances

Instances details
Eq DescribeOptionGroupOptions Source # 
Instance details

Defined in Amazonka.RDS.DescribeOptionGroupOptions

Read DescribeOptionGroupOptions Source # 
Instance details

Defined in Amazonka.RDS.DescribeOptionGroupOptions

Show DescribeOptionGroupOptions Source # 
Instance details

Defined in Amazonka.RDS.DescribeOptionGroupOptions

Generic DescribeOptionGroupOptions Source # 
Instance details

Defined in Amazonka.RDS.DescribeOptionGroupOptions

Associated Types

type Rep DescribeOptionGroupOptions :: Type -> Type #

NFData DescribeOptionGroupOptions Source # 
Instance details

Defined in Amazonka.RDS.DescribeOptionGroupOptions

Hashable DescribeOptionGroupOptions Source # 
Instance details

Defined in Amazonka.RDS.DescribeOptionGroupOptions

AWSPager DescribeOptionGroupOptions Source # 
Instance details

Defined in Amazonka.RDS.DescribeOptionGroupOptions

AWSRequest DescribeOptionGroupOptions Source # 
Instance details

Defined in Amazonka.RDS.DescribeOptionGroupOptions

ToHeaders DescribeOptionGroupOptions Source # 
Instance details

Defined in Amazonka.RDS.DescribeOptionGroupOptions

ToPath DescribeOptionGroupOptions Source # 
Instance details

Defined in Amazonka.RDS.DescribeOptionGroupOptions

ToQuery DescribeOptionGroupOptions Source # 
Instance details

Defined in Amazonka.RDS.DescribeOptionGroupOptions

type Rep DescribeOptionGroupOptions Source # 
Instance details

Defined in Amazonka.RDS.DescribeOptionGroupOptions

type Rep DescribeOptionGroupOptions = D1 ('MetaData "DescribeOptionGroupOptions" "Amazonka.RDS.DescribeOptionGroupOptions" "libZSservicesZSamazonka-rdsZSamazonka-rds" 'False) (C1 ('MetaCons "DescribeOptionGroupOptions'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: S1 ('MetaSel ('Just "majorEngineVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "engineName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse DescribeOptionGroupOptions Source # 
Instance details

Defined in Amazonka.RDS.DescribeOptionGroupOptions

newDescribeOptionGroupOptions Source #

Create a value of DescribeOptionGroupOptions with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:filters:DescribeOptionGroupOptions', describeOptionGroupOptions_filters - This parameter isn't currently supported.

$sel:majorEngineVersion:DescribeOptionGroupOptions', describeOptionGroupOptions_majorEngineVersion - If specified, filters the results to include only options for the specified major engine version.

$sel:marker:DescribeOptionGroupOptions', describeOptionGroupOptions_marker - An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

$sel:maxRecords:DescribeOptionGroupOptions', describeOptionGroupOptions_maxRecords - The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

$sel:engineName:DescribeOptionGroupOptions', describeOptionGroupOptions_engineName - A required parameter. Options available for the given engine name are described.

Valid Values:

  • mariadb
  • mysql
  • oracle-ee
  • oracle-ee-cdb
  • oracle-se2
  • oracle-se2-cdb
  • postgres
  • sqlserver-ee
  • sqlserver-se
  • sqlserver-ex
  • sqlserver-web

Request Lenses

describeOptionGroupOptions_majorEngineVersion :: Lens' DescribeOptionGroupOptions (Maybe Text) Source #

If specified, filters the results to include only options for the specified major engine version.

describeOptionGroupOptions_marker :: Lens' DescribeOptionGroupOptions (Maybe Text) Source #

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

describeOptionGroupOptions_maxRecords :: Lens' DescribeOptionGroupOptions (Maybe Int) Source #

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

describeOptionGroupOptions_engineName :: Lens' DescribeOptionGroupOptions Text Source #

A required parameter. Options available for the given engine name are described.

Valid Values:

  • mariadb
  • mysql
  • oracle-ee
  • oracle-ee-cdb
  • oracle-se2
  • oracle-se2-cdb
  • postgres
  • sqlserver-ee
  • sqlserver-se
  • sqlserver-ex
  • sqlserver-web

Destructuring the Response

data DescribeOptionGroupOptionsResponse Source #

Constructors

DescribeOptionGroupOptionsResponse' 

Fields

Instances

Instances details
Eq DescribeOptionGroupOptionsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeOptionGroupOptions

Read DescribeOptionGroupOptionsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeOptionGroupOptions

Show DescribeOptionGroupOptionsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeOptionGroupOptions

Generic DescribeOptionGroupOptionsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeOptionGroupOptions

Associated Types

type Rep DescribeOptionGroupOptionsResponse :: Type -> Type #

NFData DescribeOptionGroupOptionsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeOptionGroupOptions

type Rep DescribeOptionGroupOptionsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeOptionGroupOptions

type Rep DescribeOptionGroupOptionsResponse = D1 ('MetaData "DescribeOptionGroupOptionsResponse" "Amazonka.RDS.DescribeOptionGroupOptions" "libZSservicesZSamazonka-rdsZSamazonka-rds" 'False) (C1 ('MetaCons "DescribeOptionGroupOptionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "optionGroupOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [OptionGroupOption])) :*: (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeOptionGroupOptionsResponse Source #

Create a value of DescribeOptionGroupOptionsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:optionGroupOptions:DescribeOptionGroupOptionsResponse', describeOptionGroupOptionsResponse_optionGroupOptions - Undocumented member.

$sel:marker:DescribeOptionGroupOptions', describeOptionGroupOptionsResponse_marker - An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

$sel:httpStatus:DescribeOptionGroupOptionsResponse', describeOptionGroupOptionsResponse_httpStatus - The response's http status code.

Response Lenses

describeOptionGroupOptionsResponse_marker :: Lens' DescribeOptionGroupOptionsResponse (Maybe Text) Source #

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.