Documentation ¶
Index ¶
- type IClient
- func (_m *IClient) AcknowledgeOrderReceipt(ctx context.Context, params *privatenetworks.AcknowledgeOrderReceiptInput, ...) (*privatenetworks.AcknowledgeOrderReceiptOutput, error)
- func (_m *IClient) ActivateDeviceIdentifier(ctx context.Context, params *privatenetworks.ActivateDeviceIdentifierInput, ...) (*privatenetworks.ActivateDeviceIdentifierOutput, error)
- func (_m *IClient) ActivateNetworkSite(ctx context.Context, params *privatenetworks.ActivateNetworkSiteInput, ...) (*privatenetworks.ActivateNetworkSiteOutput, error)
- func (_m *IClient) ConfigureAccessPoint(ctx context.Context, params *privatenetworks.ConfigureAccessPointInput, ...) (*privatenetworks.ConfigureAccessPointOutput, error)
- func (_m *IClient) CreateNetwork(ctx context.Context, params *privatenetworks.CreateNetworkInput, ...) (*privatenetworks.CreateNetworkOutput, error)
- func (_m *IClient) CreateNetworkSite(ctx context.Context, params *privatenetworks.CreateNetworkSiteInput, ...) (*privatenetworks.CreateNetworkSiteOutput, error)
- func (_m *IClient) DeactivateDeviceIdentifier(ctx context.Context, params *privatenetworks.DeactivateDeviceIdentifierInput, ...) (*privatenetworks.DeactivateDeviceIdentifierOutput, error)
- func (_m *IClient) DeleteNetwork(ctx context.Context, params *privatenetworks.DeleteNetworkInput, ...) (*privatenetworks.DeleteNetworkOutput, error)
- func (_m *IClient) DeleteNetworkSite(ctx context.Context, params *privatenetworks.DeleteNetworkSiteInput, ...) (*privatenetworks.DeleteNetworkSiteOutput, error)
- func (_m *IClient) GetDeviceIdentifier(ctx context.Context, params *privatenetworks.GetDeviceIdentifierInput, ...) (*privatenetworks.GetDeviceIdentifierOutput, error)
- func (_m *IClient) GetNetwork(ctx context.Context, params *privatenetworks.GetNetworkInput, ...) (*privatenetworks.GetNetworkOutput, error)
- func (_m *IClient) GetNetworkResource(ctx context.Context, params *privatenetworks.GetNetworkResourceInput, ...) (*privatenetworks.GetNetworkResourceOutput, error)
- func (_m *IClient) GetNetworkSite(ctx context.Context, params *privatenetworks.GetNetworkSiteInput, ...) (*privatenetworks.GetNetworkSiteOutput, error)
- func (_m *IClient) GetOrder(ctx context.Context, params *privatenetworks.GetOrderInput, ...) (*privatenetworks.GetOrderOutput, error)
- func (_m *IClient) ListDeviceIdentifiers(ctx context.Context, params *privatenetworks.ListDeviceIdentifiersInput, ...) (*privatenetworks.ListDeviceIdentifiersOutput, error)
- func (_m *IClient) ListNetworkResources(ctx context.Context, params *privatenetworks.ListNetworkResourcesInput, ...) (*privatenetworks.ListNetworkResourcesOutput, error)
- func (_m *IClient) ListNetworkSites(ctx context.Context, params *privatenetworks.ListNetworkSitesInput, ...) (*privatenetworks.ListNetworkSitesOutput, error)
- func (_m *IClient) ListNetworks(ctx context.Context, params *privatenetworks.ListNetworksInput, ...) (*privatenetworks.ListNetworksOutput, error)
- func (_m *IClient) ListOrders(ctx context.Context, params *privatenetworks.ListOrdersInput, ...) (*privatenetworks.ListOrdersOutput, error)
- func (_m *IClient) ListTagsForResource(ctx context.Context, params *privatenetworks.ListTagsForResourceInput, ...) (*privatenetworks.ListTagsForResourceOutput, error)
- func (_m *IClient) Options() privatenetworks.Options
- func (_m *IClient) Ping(ctx context.Context, params *privatenetworks.PingInput, ...) (*privatenetworks.PingOutput, error)
- func (_m *IClient) StartNetworkResourceUpdate(ctx context.Context, params *privatenetworks.StartNetworkResourceUpdateInput, ...) (*privatenetworks.StartNetworkResourceUpdateOutput, error)
- func (_m *IClient) TagResource(ctx context.Context, params *privatenetworks.TagResourceInput, ...) (*privatenetworks.TagResourceOutput, error)
- func (_m *IClient) UntagResource(ctx context.Context, params *privatenetworks.UntagResourceInput, ...) (*privatenetworks.UntagResourceOutput, error)
- func (_m *IClient) UpdateNetworkSite(ctx context.Context, params *privatenetworks.UpdateNetworkSiteInput, ...) (*privatenetworks.UpdateNetworkSiteOutput, error)
- func (_m *IClient) UpdateNetworkSitePlan(ctx context.Context, params *privatenetworks.UpdateNetworkSitePlanInput, ...) (*privatenetworks.UpdateNetworkSitePlanOutput, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IClient ¶
IClient is an autogenerated mock type for the IClient type
func NewIClient ¶
NewIClient creates a new instance of IClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*IClient) AcknowledgeOrderReceipt ¶
func (_m *IClient) AcknowledgeOrderReceipt(ctx context.Context, params *privatenetworks.AcknowledgeOrderReceiptInput, optFns ...func(*privatenetworks.Options)) (*privatenetworks.AcknowledgeOrderReceiptOutput, error)
AcknowledgeOrderReceipt provides a mock function with given fields: ctx, params, optFns
func (*IClient) ActivateDeviceIdentifier ¶
func (_m *IClient) ActivateDeviceIdentifier(ctx context.Context, params *privatenetworks.ActivateDeviceIdentifierInput, optFns ...func(*privatenetworks.Options)) (*privatenetworks.ActivateDeviceIdentifierOutput, error)
ActivateDeviceIdentifier provides a mock function with given fields: ctx, params, optFns
func (*IClient) ActivateNetworkSite ¶
func (_m *IClient) ActivateNetworkSite(ctx context.Context, params *privatenetworks.ActivateNetworkSiteInput, optFns ...func(*privatenetworks.Options)) (*privatenetworks.ActivateNetworkSiteOutput, error)
ActivateNetworkSite provides a mock function with given fields: ctx, params, optFns
func (*IClient) ConfigureAccessPoint ¶
func (_m *IClient) ConfigureAccessPoint(ctx context.Context, params *privatenetworks.ConfigureAccessPointInput, optFns ...func(*privatenetworks.Options)) (*privatenetworks.ConfigureAccessPointOutput, error)
ConfigureAccessPoint provides a mock function with given fields: ctx, params, optFns
func (*IClient) CreateNetwork ¶
func (_m *IClient) CreateNetwork(ctx context.Context, params *privatenetworks.CreateNetworkInput, optFns ...func(*privatenetworks.Options)) (*privatenetworks.CreateNetworkOutput, error)
CreateNetwork provides a mock function with given fields: ctx, params, optFns
func (*IClient) CreateNetworkSite ¶
func (_m *IClient) CreateNetworkSite(ctx context.Context, params *privatenetworks.CreateNetworkSiteInput, optFns ...func(*privatenetworks.Options)) (*privatenetworks.CreateNetworkSiteOutput, error)
CreateNetworkSite provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeactivateDeviceIdentifier ¶
func (_m *IClient) DeactivateDeviceIdentifier(ctx context.Context, params *privatenetworks.DeactivateDeviceIdentifierInput, optFns ...func(*privatenetworks.Options)) (*privatenetworks.DeactivateDeviceIdentifierOutput, error)
DeactivateDeviceIdentifier provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteNetwork ¶
func (_m *IClient) DeleteNetwork(ctx context.Context, params *privatenetworks.DeleteNetworkInput, optFns ...func(*privatenetworks.Options)) (*privatenetworks.DeleteNetworkOutput, error)
DeleteNetwork provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteNetworkSite ¶
func (_m *IClient) DeleteNetworkSite(ctx context.Context, params *privatenetworks.DeleteNetworkSiteInput, optFns ...func(*privatenetworks.Options)) (*privatenetworks.DeleteNetworkSiteOutput, error)
DeleteNetworkSite provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetDeviceIdentifier ¶
func (_m *IClient) GetDeviceIdentifier(ctx context.Context, params *privatenetworks.GetDeviceIdentifierInput, optFns ...func(*privatenetworks.Options)) (*privatenetworks.GetDeviceIdentifierOutput, error)
GetDeviceIdentifier provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetNetwork ¶
func (_m *IClient) GetNetwork(ctx context.Context, params *privatenetworks.GetNetworkInput, optFns ...func(*privatenetworks.Options)) (*privatenetworks.GetNetworkOutput, error)
GetNetwork provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetNetworkResource ¶
func (_m *IClient) GetNetworkResource(ctx context.Context, params *privatenetworks.GetNetworkResourceInput, optFns ...func(*privatenetworks.Options)) (*privatenetworks.GetNetworkResourceOutput, error)
GetNetworkResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetNetworkSite ¶
func (_m *IClient) GetNetworkSite(ctx context.Context, params *privatenetworks.GetNetworkSiteInput, optFns ...func(*privatenetworks.Options)) (*privatenetworks.GetNetworkSiteOutput, error)
GetNetworkSite provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetOrder ¶
func (_m *IClient) GetOrder(ctx context.Context, params *privatenetworks.GetOrderInput, optFns ...func(*privatenetworks.Options)) (*privatenetworks.GetOrderOutput, error)
GetOrder provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListDeviceIdentifiers ¶
func (_m *IClient) ListDeviceIdentifiers(ctx context.Context, params *privatenetworks.ListDeviceIdentifiersInput, optFns ...func(*privatenetworks.Options)) (*privatenetworks.ListDeviceIdentifiersOutput, error)
ListDeviceIdentifiers provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListNetworkResources ¶
func (_m *IClient) ListNetworkResources(ctx context.Context, params *privatenetworks.ListNetworkResourcesInput, optFns ...func(*privatenetworks.Options)) (*privatenetworks.ListNetworkResourcesOutput, error)
ListNetworkResources provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListNetworkSites ¶
func (_m *IClient) ListNetworkSites(ctx context.Context, params *privatenetworks.ListNetworkSitesInput, optFns ...func(*privatenetworks.Options)) (*privatenetworks.ListNetworkSitesOutput, error)
ListNetworkSites provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListNetworks ¶
func (_m *IClient) ListNetworks(ctx context.Context, params *privatenetworks.ListNetworksInput, optFns ...func(*privatenetworks.Options)) (*privatenetworks.ListNetworksOutput, error)
ListNetworks provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListOrders ¶
func (_m *IClient) ListOrders(ctx context.Context, params *privatenetworks.ListOrdersInput, optFns ...func(*privatenetworks.Options)) (*privatenetworks.ListOrdersOutput, error)
ListOrders provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListTagsForResource ¶
func (_m *IClient) ListTagsForResource(ctx context.Context, params *privatenetworks.ListTagsForResourceInput, optFns ...func(*privatenetworks.Options)) (*privatenetworks.ListTagsForResourceOutput, error)
ListTagsForResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) Options ¶
func (_m *IClient) Options() privatenetworks.Options
Options provides a mock function with given fields:
func (*IClient) Ping ¶
func (_m *IClient) Ping(ctx context.Context, params *privatenetworks.PingInput, optFns ...func(*privatenetworks.Options)) (*privatenetworks.PingOutput, error)
Ping provides a mock function with given fields: ctx, params, optFns
func (*IClient) StartNetworkResourceUpdate ¶
func (_m *IClient) StartNetworkResourceUpdate(ctx context.Context, params *privatenetworks.StartNetworkResourceUpdateInput, optFns ...func(*privatenetworks.Options)) (*privatenetworks.StartNetworkResourceUpdateOutput, error)
StartNetworkResourceUpdate provides a mock function with given fields: ctx, params, optFns
func (*IClient) TagResource ¶
func (_m *IClient) TagResource(ctx context.Context, params *privatenetworks.TagResourceInput, optFns ...func(*privatenetworks.Options)) (*privatenetworks.TagResourceOutput, error)
TagResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) UntagResource ¶
func (_m *IClient) UntagResource(ctx context.Context, params *privatenetworks.UntagResourceInput, optFns ...func(*privatenetworks.Options)) (*privatenetworks.UntagResourceOutput, error)
UntagResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateNetworkSite ¶
func (_m *IClient) UpdateNetworkSite(ctx context.Context, params *privatenetworks.UpdateNetworkSiteInput, optFns ...func(*privatenetworks.Options)) (*privatenetworks.UpdateNetworkSiteOutput, error)
UpdateNetworkSite provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateNetworkSitePlan ¶
func (_m *IClient) UpdateNetworkSitePlan(ctx context.Context, params *privatenetworks.UpdateNetworkSitePlanInput, optFns ...func(*privatenetworks.Options)) (*privatenetworks.UpdateNetworkSitePlanOutput, error)
UpdateNetworkSitePlan provides a mock function with given fields: ctx, params, optFns