| 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.SageMaker.GetLineageGroupPolicy
Description
The resource policy for the lineage group.
Synopsis
- data GetLineageGroupPolicy = GetLineageGroupPolicy' {}
- newGetLineageGroupPolicy :: Text -> GetLineageGroupPolicy
- getLineageGroupPolicy_lineageGroupName :: Lens' GetLineageGroupPolicy Text
- data GetLineageGroupPolicyResponse = GetLineageGroupPolicyResponse' {}
- newGetLineageGroupPolicyResponse :: Int -> GetLineageGroupPolicyResponse
- getLineageGroupPolicyResponse_lineageGroupArn :: Lens' GetLineageGroupPolicyResponse (Maybe Text)
- getLineageGroupPolicyResponse_resourcePolicy :: Lens' GetLineageGroupPolicyResponse (Maybe Text)
- getLineageGroupPolicyResponse_httpStatus :: Lens' GetLineageGroupPolicyResponse Int
Creating a Request
data GetLineageGroupPolicy Source #
See: newGetLineageGroupPolicy smart constructor.
Constructors
| GetLineageGroupPolicy' | |
Fields
| |
Instances
newGetLineageGroupPolicy Source #
Arguments
| :: Text | |
| -> GetLineageGroupPolicy |
Create a value of GetLineageGroupPolicy 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:
GetLineageGroupPolicy, getLineageGroupPolicy_lineageGroupName - The name or Amazon Resource Name (ARN) of the lineage group.
Request Lenses
getLineageGroupPolicy_lineageGroupName :: Lens' GetLineageGroupPolicy Text Source #
The name or Amazon Resource Name (ARN) of the lineage group.
Destructuring the Response
data GetLineageGroupPolicyResponse Source #
See: newGetLineageGroupPolicyResponse smart constructor.
Constructors
| GetLineageGroupPolicyResponse' | |
Fields
| |
Instances
newGetLineageGroupPolicyResponse Source #
Create a value of GetLineageGroupPolicyResponse 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:
GetLineageGroupPolicyResponse, getLineageGroupPolicyResponse_lineageGroupArn - The Amazon Resource Name (ARN) of the lineage group.
$sel:resourcePolicy:GetLineageGroupPolicyResponse', getLineageGroupPolicyResponse_resourcePolicy - The resource policy that gives access to the lineage group in another
account.
$sel:httpStatus:GetLineageGroupPolicyResponse', getLineageGroupPolicyResponse_httpStatus - The response's http status code.
Response Lenses
getLineageGroupPolicyResponse_lineageGroupArn :: Lens' GetLineageGroupPolicyResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the lineage group.
getLineageGroupPolicyResponse_resourcePolicy :: Lens' GetLineageGroupPolicyResponse (Maybe Text) Source #
The resource policy that gives access to the lineage group in another account.
getLineageGroupPolicyResponse_httpStatus :: Lens' GetLineageGroupPolicyResponse Int Source #
The response's http status code.