amazonka-networkmanager-2.0: Amazon Network Manager SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.NetworkManager.GetCoreNetworkChangeSet

Description

Returns a change set between the LIVE core network policy and a submitted policy.

This operation returns paginated results.

Synopsis

Creating a Request

data GetCoreNetworkChangeSet Source #

See: newGetCoreNetworkChangeSet smart constructor.

Constructors

GetCoreNetworkChangeSet' 

Fields

Instances

Instances details
ToHeaders GetCoreNetworkChangeSet Source # 
Instance details

Defined in Amazonka.NetworkManager.GetCoreNetworkChangeSet

ToPath GetCoreNetworkChangeSet Source # 
Instance details

Defined in Amazonka.NetworkManager.GetCoreNetworkChangeSet

ToQuery GetCoreNetworkChangeSet Source # 
Instance details

Defined in Amazonka.NetworkManager.GetCoreNetworkChangeSet

AWSPager GetCoreNetworkChangeSet Source # 
Instance details

Defined in Amazonka.NetworkManager.GetCoreNetworkChangeSet

AWSRequest GetCoreNetworkChangeSet Source # 
Instance details

Defined in Amazonka.NetworkManager.GetCoreNetworkChangeSet

Generic GetCoreNetworkChangeSet Source # 
Instance details

Defined in Amazonka.NetworkManager.GetCoreNetworkChangeSet

Associated Types

type Rep GetCoreNetworkChangeSet :: Type -> Type #

Read GetCoreNetworkChangeSet Source # 
Instance details

Defined in Amazonka.NetworkManager.GetCoreNetworkChangeSet

Show GetCoreNetworkChangeSet Source # 
Instance details

Defined in Amazonka.NetworkManager.GetCoreNetworkChangeSet

NFData GetCoreNetworkChangeSet Source # 
Instance details

Defined in Amazonka.NetworkManager.GetCoreNetworkChangeSet

Methods

rnf :: GetCoreNetworkChangeSet -> () #

Eq GetCoreNetworkChangeSet Source # 
Instance details

Defined in Amazonka.NetworkManager.GetCoreNetworkChangeSet

Hashable GetCoreNetworkChangeSet Source # 
Instance details

Defined in Amazonka.NetworkManager.GetCoreNetworkChangeSet

type AWSResponse GetCoreNetworkChangeSet Source # 
Instance details

Defined in Amazonka.NetworkManager.GetCoreNetworkChangeSet

type Rep GetCoreNetworkChangeSet Source # 
Instance details

Defined in Amazonka.NetworkManager.GetCoreNetworkChangeSet

type Rep GetCoreNetworkChangeSet = D1 ('MetaData "GetCoreNetworkChangeSet" "Amazonka.NetworkManager.GetCoreNetworkChangeSet" "amazonka-networkmanager-2.0-4HNcDlBc00x67cUJWWz3sw" 'False) (C1 ('MetaCons "GetCoreNetworkChangeSet'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "coreNetworkId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "policyVersionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

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

Destructuring the Response

data GetCoreNetworkChangeSetResponse Source #

See: newGetCoreNetworkChangeSetResponse smart constructor.

Constructors

GetCoreNetworkChangeSetResponse' 

Fields

Instances

Instances details
Generic GetCoreNetworkChangeSetResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetCoreNetworkChangeSet

Associated Types

type Rep GetCoreNetworkChangeSetResponse :: Type -> Type #

Read GetCoreNetworkChangeSetResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetCoreNetworkChangeSet

Show GetCoreNetworkChangeSetResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetCoreNetworkChangeSet

NFData GetCoreNetworkChangeSetResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetCoreNetworkChangeSet

Eq GetCoreNetworkChangeSetResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetCoreNetworkChangeSet

type Rep GetCoreNetworkChangeSetResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetCoreNetworkChangeSet

type Rep GetCoreNetworkChangeSetResponse = D1 ('MetaData "GetCoreNetworkChangeSetResponse" "Amazonka.NetworkManager.GetCoreNetworkChangeSet" "amazonka-networkmanager-2.0-4HNcDlBc00x67cUJWWz3sw" 'False) (C1 ('MetaCons "GetCoreNetworkChangeSetResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "coreNetworkChanges") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CoreNetworkChange])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

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