Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
- - | Undocumented operation.
This operation returns paginated results.
Synopsis
- data GetSdkTypes = GetSdkTypes' {}
- newGetSdkTypes :: GetSdkTypes
- getSdkTypes_limit :: Lens' GetSdkTypes (Maybe Int)
- getSdkTypes_position :: Lens' GetSdkTypes (Maybe Text)
- data GetSdkTypesResponse = GetSdkTypesResponse' {}
- newGetSdkTypesResponse :: Int -> GetSdkTypesResponse
- getSdkTypesResponse_items :: Lens' GetSdkTypesResponse (Maybe [SdkType])
- getSdkTypesResponse_position :: Lens' GetSdkTypesResponse (Maybe Text)
- getSdkTypesResponse_httpStatus :: Lens' GetSdkTypesResponse Int
Creating a Request
data GetSdkTypes Source #
Get the SdkTypes collection.
See: newGetSdkTypes
smart constructor.
Instances
newGetSdkTypes :: GetSdkTypes Source #
Create a value of GetSdkTypes
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:limit:GetSdkTypes'
, getSdkTypes_limit
- The maximum number of returned results per page. The default value is 25
and the maximum value is 500.
$sel:position:GetSdkTypes'
, getSdkTypes_position
- The current pagination position in the paged result set.
Request Lenses
getSdkTypes_limit :: Lens' GetSdkTypes (Maybe Int) Source #
The maximum number of returned results per page. The default value is 25 and the maximum value is 500.
getSdkTypes_position :: Lens' GetSdkTypes (Maybe Text) Source #
The current pagination position in the paged result set.
Destructuring the Response
data GetSdkTypesResponse Source #
The collection of SdkType instances.
See: newGetSdkTypesResponse
smart constructor.
Instances
newGetSdkTypesResponse Source #
Create a value of GetSdkTypesResponse
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:items:GetSdkTypesResponse'
, getSdkTypesResponse_items
- The current page of elements from this collection.
$sel:position:GetSdkTypes'
, getSdkTypesResponse_position
- Undocumented member.
$sel:httpStatus:GetSdkTypesResponse'
, getSdkTypesResponse_httpStatus
- The response's http status code.
Response Lenses
getSdkTypesResponse_items :: Lens' GetSdkTypesResponse (Maybe [SdkType]) Source #
The current page of elements from this collection.
getSdkTypesResponse_position :: Lens' GetSdkTypesResponse (Maybe Text) Source #
Undocumented member.
getSdkTypesResponse_httpStatus :: Lens' GetSdkTypesResponse Int Source #
The response's http status code.