| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.ServiceCatalogAppRegistry.GetAttributeGroup
Description
Retrieves an attribute group, either by its name or its ID. The attribute group can be specified either by its unique ID or by its name.
Synopsis
- data GetAttributeGroup = GetAttributeGroup' {}
- newGetAttributeGroup :: Text -> GetAttributeGroup
- getAttributeGroup_attributeGroup :: Lens' GetAttributeGroup Text
- data GetAttributeGroupResponse = GetAttributeGroupResponse' {}
- newGetAttributeGroupResponse :: Int -> GetAttributeGroupResponse
- getAttributeGroupResponse_arn :: Lens' GetAttributeGroupResponse (Maybe Text)
- getAttributeGroupResponse_attributes :: Lens' GetAttributeGroupResponse (Maybe Text)
- getAttributeGroupResponse_creationTime :: Lens' GetAttributeGroupResponse (Maybe UTCTime)
- getAttributeGroupResponse_description :: Lens' GetAttributeGroupResponse (Maybe Text)
- getAttributeGroupResponse_id :: Lens' GetAttributeGroupResponse (Maybe Text)
- getAttributeGroupResponse_lastUpdateTime :: Lens' GetAttributeGroupResponse (Maybe UTCTime)
- getAttributeGroupResponse_name :: Lens' GetAttributeGroupResponse (Maybe Text)
- getAttributeGroupResponse_tags :: Lens' GetAttributeGroupResponse (Maybe (HashMap Text Text))
- getAttributeGroupResponse_httpStatus :: Lens' GetAttributeGroupResponse Int
Creating a Request
data GetAttributeGroup Source #
See: newGetAttributeGroup smart constructor.
Constructors
| GetAttributeGroup' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> GetAttributeGroup |
Create a value of GetAttributeGroup 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:attributeGroup:GetAttributeGroup', getAttributeGroup_attributeGroup - The name or ID of the attribute group that holds the attributes to
describe the application.
Request Lenses
getAttributeGroup_attributeGroup :: Lens' GetAttributeGroup Text Source #
The name or ID of the attribute group that holds the attributes to describe the application.
Destructuring the Response
data GetAttributeGroupResponse Source #
See: newGetAttributeGroupResponse smart constructor.
Constructors
| GetAttributeGroupResponse' | |
Fields
| |
Instances
newGetAttributeGroupResponse Source #
Create a value of GetAttributeGroupResponse 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:
GetAttributeGroupResponse, getAttributeGroupResponse_arn - The Amazon resource name (ARN) that specifies the attribute group across
services.
$sel:attributes:GetAttributeGroupResponse', getAttributeGroupResponse_attributes - A JSON string in the form of nested key-value pairs that represent the
attributes in the group and describes an application and its components.
GetAttributeGroupResponse, getAttributeGroupResponse_creationTime - The ISO-8601 formatted timestamp of the moment the attribute group was
created.
GetAttributeGroupResponse, getAttributeGroupResponse_description - The description of the attribute group that the user provides.
GetAttributeGroupResponse, getAttributeGroupResponse_id - The identifier of the attribute group.
GetAttributeGroupResponse, getAttributeGroupResponse_lastUpdateTime - The ISO-8601 formatted timestamp of the moment the attribute group was
last updated. This time is the same as the creationTime for a newly
created attribute group.
GetAttributeGroupResponse, getAttributeGroupResponse_name - The name of the attribute group.
GetAttributeGroupResponse, getAttributeGroupResponse_tags - Key-value pairs associated with the attribute group.
$sel:httpStatus:GetAttributeGroupResponse', getAttributeGroupResponse_httpStatus - The response's http status code.
Response Lenses
getAttributeGroupResponse_arn :: Lens' GetAttributeGroupResponse (Maybe Text) Source #
The Amazon resource name (ARN) that specifies the attribute group across services.
getAttributeGroupResponse_attributes :: Lens' GetAttributeGroupResponse (Maybe Text) Source #
A JSON string in the form of nested key-value pairs that represent the attributes in the group and describes an application and its components.
getAttributeGroupResponse_creationTime :: Lens' GetAttributeGroupResponse (Maybe UTCTime) Source #
The ISO-8601 formatted timestamp of the moment the attribute group was created.
getAttributeGroupResponse_description :: Lens' GetAttributeGroupResponse (Maybe Text) Source #
The description of the attribute group that the user provides.
getAttributeGroupResponse_id :: Lens' GetAttributeGroupResponse (Maybe Text) Source #
The identifier of the attribute group.
getAttributeGroupResponse_lastUpdateTime :: Lens' GetAttributeGroupResponse (Maybe UTCTime) Source #
The ISO-8601 formatted timestamp of the moment the attribute group was last updated. This time is the same as the creationTime for a newly created attribute group.
getAttributeGroupResponse_name :: Lens' GetAttributeGroupResponse (Maybe Text) Source #
The name of the attribute group.
getAttributeGroupResponse_tags :: Lens' GetAttributeGroupResponse (Maybe (HashMap Text Text)) Source #
Key-value pairs associated with the attribute group.
getAttributeGroupResponse_httpStatus :: Lens' GetAttributeGroupResponse Int Source #
The response's http status code.