| 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.NetworkManager.GetCoreNetworkChangeSet
Description
Returns a change set between the LIVE core network policy and a submitted policy.
This operation returns paginated results.
Synopsis
- data GetCoreNetworkChangeSet = GetCoreNetworkChangeSet' {}
- newGetCoreNetworkChangeSet :: Text -> Int -> GetCoreNetworkChangeSet
- getCoreNetworkChangeSet_maxResults :: Lens' GetCoreNetworkChangeSet (Maybe Natural)
- getCoreNetworkChangeSet_nextToken :: Lens' GetCoreNetworkChangeSet (Maybe Text)
- getCoreNetworkChangeSet_coreNetworkId :: Lens' GetCoreNetworkChangeSet Text
- getCoreNetworkChangeSet_policyVersionId :: Lens' GetCoreNetworkChangeSet Int
- data GetCoreNetworkChangeSetResponse = GetCoreNetworkChangeSetResponse' {}
- newGetCoreNetworkChangeSetResponse :: Int -> GetCoreNetworkChangeSetResponse
- getCoreNetworkChangeSetResponse_coreNetworkChanges :: Lens' GetCoreNetworkChangeSetResponse (Maybe [CoreNetworkChange])
- getCoreNetworkChangeSetResponse_nextToken :: Lens' GetCoreNetworkChangeSetResponse (Maybe Text)
- getCoreNetworkChangeSetResponse_httpStatus :: Lens' GetCoreNetworkChangeSetResponse Int
Creating a Request
data GetCoreNetworkChangeSet Source #
See: newGetCoreNetworkChangeSet smart constructor.
Constructors
| GetCoreNetworkChangeSet' | |
Fields
| |
Instances
newGetCoreNetworkChangeSet Source #
Create a value of GetCoreNetworkChangeSet 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:maxResults:GetCoreNetworkChangeSet', getCoreNetworkChangeSet_maxResults - The maximum number of results to return.
GetCoreNetworkChangeSet, getCoreNetworkChangeSet_nextToken - The token for the next page of results.
GetCoreNetworkChangeSet, getCoreNetworkChangeSet_coreNetworkId - The ID of a core network.
GetCoreNetworkChangeSet, getCoreNetworkChangeSet_policyVersionId - The ID of the policy version.
Request Lenses
getCoreNetworkChangeSet_maxResults :: Lens' GetCoreNetworkChangeSet (Maybe Natural) Source #
The maximum number of results to return.
getCoreNetworkChangeSet_nextToken :: Lens' GetCoreNetworkChangeSet (Maybe Text) Source #
The token for the next page of results.
getCoreNetworkChangeSet_coreNetworkId :: Lens' GetCoreNetworkChangeSet Text Source #
The ID of a core network.
getCoreNetworkChangeSet_policyVersionId :: Lens' GetCoreNetworkChangeSet Int Source #
The ID of the policy version.
Destructuring the Response
data GetCoreNetworkChangeSetResponse Source #
See: newGetCoreNetworkChangeSetResponse smart constructor.
Constructors
| GetCoreNetworkChangeSetResponse' | |
Fields
| |
Instances
newGetCoreNetworkChangeSetResponse Source #
Create a value of GetCoreNetworkChangeSetResponse 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:coreNetworkChanges:GetCoreNetworkChangeSetResponse', getCoreNetworkChangeSetResponse_coreNetworkChanges - Describes a core network changes.
GetCoreNetworkChangeSet, getCoreNetworkChangeSetResponse_nextToken - The token for the next page of results.
$sel:httpStatus:GetCoreNetworkChangeSetResponse', getCoreNetworkChangeSetResponse_httpStatus - The response's http status code.
Response Lenses
getCoreNetworkChangeSetResponse_coreNetworkChanges :: Lens' GetCoreNetworkChangeSetResponse (Maybe [CoreNetworkChange]) Source #
Describes a core network changes.
getCoreNetworkChangeSetResponse_nextToken :: Lens' GetCoreNetworkChangeSetResponse (Maybe Text) Source #
The token for the next page of results.
getCoreNetworkChangeSetResponse_httpStatus :: Lens' GetCoreNetworkChangeSetResponse Int Source #
The response's http status code.