server

package
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 17, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package server provides primitives to interact with the openapi HTTP API.

Code generated by github.com/deepmap/oapi-codegen version v1.13.0 DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterHandlers

func RegisterHandlers(router EchoRouter, si ServerInterface)

RegisterHandlers adds each server route to the EchoRouter.

func RegisterHandlersWithBaseURL

func RegisterHandlersWithBaseURL(router EchoRouter, si ServerInterface, baseURL string)

Registers handlers, and prepends BaseURL to the paths, so that the paths can be served under a prefix.

Types

type EchoRouter

type EchoRouter interface {
	CONNECT(path string, h echo.HandlerFunc, m ...echo.MiddlewareFunc) *echo.Route
	DELETE(path string, h echo.HandlerFunc, m ...echo.MiddlewareFunc) *echo.Route
	GET(path string, h echo.HandlerFunc, m ...echo.MiddlewareFunc) *echo.Route
	HEAD(path string, h echo.HandlerFunc, m ...echo.MiddlewareFunc) *echo.Route
	OPTIONS(path string, h echo.HandlerFunc, m ...echo.MiddlewareFunc) *echo.Route
	PATCH(path string, h echo.HandlerFunc, m ...echo.MiddlewareFunc) *echo.Route
	POST(path string, h echo.HandlerFunc, m ...echo.MiddlewareFunc) *echo.Route
	PUT(path string, h echo.HandlerFunc, m ...echo.MiddlewareFunc) *echo.Route
	TRACE(path string, h echo.HandlerFunc, m ...echo.MiddlewareFunc) *echo.Route
}

This is a simple interface which specifies echo.Route addition functions which are present on both echo.Echo and echo.Group, since we want to allow using either of them for path registration

type ServerInterface

type ServerInterface interface {
	// Update Account Type members
	// (PUT /20190206/account-types/members)
	AccountsUpdateAccountTypeMembers(ctx echo.Context) error
	// Update Account Type Policies
	// (PUT /20190206/account-types/policies)
	AccountsUpdateAccountTypePolicies(ctx echo.Context) error
	// Fetch Accounts
	// (GET /20190206/accounts)
	AccountsReadAccounts(ctx echo.Context, params AccountsReadAccountsParams) error
	// Create Account
	// (POST /20190206/accounts)
	AccountsCreateAccount(ctx echo.Context) error
	// Close Account
	// (POST /20190206/accounts/close)
	AccountsCloseAccount(ctx echo.Context) error
	// Discover Accounts
	// (POST /20190206/accounts/discover)
	AccountsDiscoverAccounts(ctx echo.Context) error
	// Discover Account
	// (POST /20190206/accounts/discover/{aws_account_id})
	AccountsDiscoverAccount(ctx echo.Context, awsAccountId string) error
	// Onboard AWS Account
	// (POST /20190206/accounts/onboard)
	AccountsOnboardAccount(ctx echo.Context) error
	// Fetch Account Types
	// (GET /20190206/accounts/types)
	AccountsReadAccountTypes(ctx echo.Context, params AccountsReadAccountTypesParams) error
	// Create Account Type
	// (POST /20190206/accounts/types)
	AccountsCreateAccountType(ctx echo.Context) error
	// Update AWS access
	// (PUT /20190206/accounts/types/access)
	AccountsUpdateAccountTypeAccess(ctx echo.Context) error
	// Delete Account Type
	// (DELETE /20190206/accounts/types/{account_type_id})
	AccountsDeleteAccountType(ctx echo.Context, accountTypeId string) error
	// Fetch Account Type
	// (GET /20190206/accounts/types/{account_type_id})
	AccountsReadAccountType(ctx echo.Context, accountTypeId string, params AccountsReadAccountTypeParams) error
	// Update Account Type
	// (PUT /20190206/accounts/types/{account_type_id})
	AccountsUpdateAccountType(ctx echo.Context, accountTypeId string) error
	// Fetch Account
	// (GET /20190206/accounts/{account_id})
	AccountsReadAccount(ctx echo.Context, accountId string, params AccountsReadAccountParams) error
	// Update Account
	// (PUT /20190206/accounts/{account_id})
	AccountsUpdateAccount(ctx echo.Context, accountId string) error
	// Fetch API Tokens
	// (GET /20190206/api-tokens)
	TeamsReadApiTokens(ctx echo.Context, params TeamsReadApiTokensParams) error
	// Create API Token
	// (POST /20190206/api-tokens)
	TeamsCreateApiToken(ctx echo.Context) error
	// Delete API Token
	// (DELETE /20190206/api-tokens/{AccessKey})
	TeamsDeleteApiToken(ctx echo.Context, accessKey string) error
	// Fetch API Token
	// (GET /20190206/api-tokens/{AccessKey})
	TeamsReadApiToken(ctx echo.Context, accessKey string, params TeamsReadApiTokenParams) error
	// Update API Token
	// (PUT /20190206/api-tokens/{AccessKey})
	TeamsUpdateApiToken(ctx echo.Context, accessKey string) error
	// Fetch Groups
	// (GET /20190206/groups)
	TeamsReadGroups(ctx echo.Context, params TeamsReadGroupsParams) error
	// Create Group
	// (POST /20190206/groups)
	TeamsCreateGroup(ctx echo.Context) error
	// Update Group Members
	// (PUT /20190206/groups/members)
	TeamsUpdateGroupMembers(ctx echo.Context) error
	// Delete Group
	// (DELETE /20190206/groups/{group_id})
	TeamsDeleteGroup(ctx echo.Context, groupId string) error
	// Fetch Group
	// (GET /20190206/groups/{group_id})
	TeamsReadGroup(ctx echo.Context, groupId string) error
	// Update Group
	// (PUT /20190206/groups/{group_id})
	TeamsUpdateGroup(ctx echo.Context, groupId string) error
	// Fetch IDAM Users
	// (GET /20190206/idam/user)
	TeamsReadIdamUsers(ctx echo.Context) error
	// Create Stax User
	// (POST /20190206/idam/user)
	TeamsCreateUser(ctx echo.Context) error
	// Re-invite Stax user
	// (PUT /20190206/idam/user/resend-invite/{user_id})
	TeamsUpdateUserInvite(ctx echo.Context, userId string) error
	// Reset Stax User's password
	// (PUT /20190206/idam/user/reset-password/{user_id})
	TeamsUpdateUserPassword(ctx echo.Context, userId string) error
	// Fetch IDAM User
	// (GET /20190206/idam/user/{org_id})
	TeamsReadIdamUser(ctx echo.Context, orgId string) error
	// Update Stax User
	// (PUT /20190206/idam/user/{user_id})
	TeamsUpdateUser(ctx echo.Context, userId string) error
	// Fetch DNS Resolvers
	// (GET /20190206/networking/dnsresolvers)
	NetworkingReadDnsResolvers(ctx echo.Context, params NetworkingReadDnsResolversParams) error
	// Delete DNS Resolver
	// (DELETE /20190206/networking/dnsresolvers/{dns_resolver_id})
	NetworkingDeleteDnsResolver(ctx echo.Context, dnsResolverId Uuidv4) error
	// Fetch DNS Resolver
	// (GET /20190206/networking/dnsresolvers/{dns_resolver_id})
	NetworkingReadDnsResolver(ctx echo.Context, dnsResolverId Uuidv4, params NetworkingReadDnsResolverParams) error
	// Update DNS Resolver
	// (PUT /20190206/networking/dnsresolvers/{dns_resolver_id})
	NetworkingUpdateDnsResolver(ctx echo.Context, dnsResolverId Uuidv4) error
	// Fetch Resolver DNS Rules
	// (GET /20190206/networking/dnsresolvers/{dns_resolver_id}/dnsrules)
	NetworkingReadResolverDnsRules(ctx echo.Context, dnsResolverId Uuidv4, params NetworkingReadResolverDnsRulesParams) error
	// Create DNS Rule
	// (POST /20190206/networking/dnsresolvers/{dns_resolver_id}/dnsrules)
	NetworkingCreateDnsRule(ctx echo.Context, dnsResolverId Uuidv4) error
	// Fetch DNS Rules
	// (GET /20190206/networking/dnsrules)
	NetworkingReadDnsRules(ctx echo.Context, params NetworkingReadDnsRulesParams) error
	// Delete DNS Rule
	// (DELETE /20190206/networking/dnsrules/{dns_rule_id})
	NetworkingDeleteDnsRule(ctx echo.Context, dnsRuleId Uuidv4) error
	// Fetch DNS Rule
	// (GET /20190206/networking/dnsrules/{dns_rule_id})
	NetworkingReadDnsRule(ctx echo.Context, dnsRuleId Uuidv4, params NetworkingReadDnsRuleParams) error
	// Update DNS Rule
	// (PUT /20190206/networking/dnsrules/{dns_rule_id})
	NetworkingUpdateDnsRule(ctx echo.Context, dnsRuleId Uuidv4) error
	// Fetch DX Associations
	// (GET /20190206/networking/dxassociations)
	NetworkingReadDxAssociations(ctx echo.Context, params NetworkingReadDxAssociationsParams) error
	// Delete DX Association
	// (DELETE /20190206/networking/dxassociations/{dx_association_id})
	NetworkingDeleteDxAssociation(ctx echo.Context, dxAssociationId Uuidv4) error
	// Fetch DX Association
	// (GET /20190206/networking/dxassociations/{dx_association_id})
	NetworkingReadDxAssociation(ctx echo.Context, dxAssociationId Uuidv4, params NetworkingReadDxAssociationParams) error
	// Update DX Association
	// (PUT /20190206/networking/dxassociations/{dx_association_id})
	NetworkingUpdateDxAssociation(ctx echo.Context, dxAssociationId Uuidv4) error
	// Fetch DX Gateways
	// (GET /20190206/networking/dxgateways)
	NetworkingReadDxGateways(ctx echo.Context, params NetworkingReadDxGatewaysParams) error
	// Delete DX Gateway
	// (DELETE /20190206/networking/dxgateways/{dx_gateway_id})
	NetworkingDeleteDxGateway(ctx echo.Context, dxGatewayId Uuidv4) error
	// Fetch DX Gateway
	// (GET /20190206/networking/dxgateways/{dx_gateway_id})
	NetworkingReadDxGateway(ctx echo.Context, dxGatewayId Uuidv4, params NetworkingReadDxGatewayParams) error
	// Fetch Gateway DX Associations
	// (GET /20190206/networking/dxgateways/{dx_gateway_id}/dxassociations)
	NetworkingReadGatewayDxAssociations(ctx echo.Context, dxGatewayId Uuidv4, params NetworkingReadGatewayDxAssociationsParams) error
	// Create DX Association
	// (POST /20190206/networking/dxgateways/{dx_gateway_id}/dxassociations)
	NetworkingCreateDxAssociation(ctx echo.Context, dxGatewayId Uuidv4) error
	// Fetch Gatway DX Vifs
	// (GET /20190206/networking/dxgateways/{dx_gateway_id}/dxvifs)
	NetworkingReadGatewayDxVifs(ctx echo.Context, dxGatewayId Uuidv4, params NetworkingReadGatewayDxVifsParams) error
	// Create DX Resources
	// (POST /20190206/networking/dxresources)
	NetworkingCreateDxResource(ctx echo.Context) error
	// Fetch DX Vifs
	// (GET /20190206/networking/dxvifs)
	NetworkingReadDxVifs(ctx echo.Context, params NetworkingReadDxVifsParams) error
	// Delete DX Vif
	// (DELETE /20190206/networking/dxvifs/{dx_vif_id})
	NetworkingDeleteDxVif(ctx echo.Context, dxVifId Uuidv4) error
	// Fetch DX Vif
	// (GET /20190206/networking/dxvifs/{dx_vif_id})
	NetworkingReadDxVif(ctx echo.Context, dxVifId Uuidv4, params NetworkingReadDxVifParams) error
	// Update DX VIf
	// (PUT /20190206/networking/dxvifs/{dx_vif_id})
	NetworkingUpdateDxVif(ctx echo.Context, dxVifId Uuidv4) error
	// Fetch DX VIF Status
	// (GET /20190206/networking/dxvifs/{dx_vif_id}/status)
	NetworkingReadDxVifStatus(ctx echo.Context, dxVifId Uuidv4) error
	// Fetch CIDR Exclusions
	// (GET /20190206/networking/exclusions)
	NetworkingReadCidrExclusions(ctx echo.Context, params NetworkingReadCidrExclusionsParams) error
	// Delete CIDR Exclusion
	// (DELETE /20190206/networking/exclusions/{exclusion_id})
	NetworkingDeleteCidrExclusion(ctx echo.Context, exclusionId Uuidv4) error
	// Fetch CIDR Exclusion
	// (GET /20190206/networking/exclusions/{exclusion_id})
	NetworkingReadCidrExclusion(ctx echo.Context, exclusionId Uuidv4, params NetworkingReadCidrExclusionParams) error
	// Update CIDR Exclusion
	// (PUT /20190206/networking/exclusions/{exclusion_id})
	NetworkingUpdateCidrExclusion(ctx echo.Context, exclusionId Uuidv4) error
	// Fetch Hub Peerings
	// (GET /20190206/networking/hubpeerings)
	NetworkingReadHubPeerings(ctx echo.Context, params NetworkingReadHubPeeringsParams) error
	// Delete Hub Peering
	// (DELETE /20190206/networking/hubpeerings/{hub_peering_id})
	NetworkingDeleteHubPeering(ctx echo.Context, hubPeeringId Uuidv4) error
	// Fetch Hub Peering
	// (GET /20190206/networking/hubpeerings/{hub_peering_id})
	NetworkingReadHubPeering(ctx echo.Context, hubPeeringId Uuidv4, params NetworkingReadHubPeeringParams) error
	// Update Hub Peering
	// (PUT /20190206/networking/hubpeerings/{hub_peering_id})
	NetworkingUpdateHubPeering(ctx echo.Context, hubPeeringId Uuidv4) error
	// Fetch Networking Hubs
	// (GET /20190206/networking/hubs)
	NetworkingReadHubs(ctx echo.Context, params NetworkingReadHubsParams) error
	// Create Networking Hub
	// (POST /20190206/networking/hubs)
	NetworkingCreateHub(ctx echo.Context) error
	// Delete Networking Hub
	// (DELETE /20190206/networking/hubs/{hub_id})
	NetworkingDeleteHub(ctx echo.Context, hubId Uuidv4) error
	// Fetch Networking Hub
	// (GET /20190206/networking/hubs/{hub_id})
	NetworkingReadHub(ctx echo.Context, hubId Uuidv4, params NetworkingReadHubParams) error
	// Update Networking Hub
	// (PUT /20190206/networking/hubs/{hub_id})
	NetworkingUpdateHub(ctx echo.Context, hubId Uuidv4) error
	// Fetch Hub DNS Resolvers
	// (GET /20190206/networking/hubs/{hub_id}/dnsresolvers)
	NetworkingReadHubDnsResolvers(ctx echo.Context, hubId Uuidv4, params NetworkingReadHubDnsResolversParams) error
	// Create DNS Resolver
	// (POST /20190206/networking/hubs/{hub_id}/dnsresolvers)
	NetworkingCreateDnsResolver(ctx echo.Context, hubId Uuidv4) error
	// Fetch Hub DX Associations
	// (GET /20190206/networking/hubs/{hub_id}/dxassociations)
	NetworkingReadHubDxAssociations(ctx echo.Context, hubId Uuidv4, params NetworkingReadHubDxAssociationsParams) error
	// Fetch Hub DX Gateways
	// (GET /20190206/networking/hubs/{hub_id}/dxgateways)
	NetworkingReadHubDxGateways(ctx echo.Context, hubId Uuidv4, params NetworkingReadHubDxGatewaysParams) error
	// Fetch Hub IDR Exclusions
	// (GET /20190206/networking/hubs/{hub_id}/exclusions)
	NetworkingReadHubCidrExclusions(ctx echo.Context, hubId Uuidv4, params NetworkingReadHubCidrExclusionsParams) error
	// Create CIDR Exclusion
	// (POST /20190206/networking/hubs/{hub_id}/exclusions)
	NetworkingCreateCidrExclusion(ctx echo.Context, hubId Uuidv4) error
	// Fetch Networking Hub Prefix Lists
	// (GET /20190206/networking/hubs/{hub_id}/prefixlists)
	NetworkingReadHubPrefixLists(ctx echo.Context, hubId Uuidv4, params NetworkingReadHubPrefixListsParams) error
	// Create a Hub Prefix List
	// (POST /20190206/networking/hubs/{hub_id}/prefixlists/hubs)
	NetworkingCreateHubPrefixList(ctx echo.Context, hubId Uuidv4) error
	// Create a VPC Prefix List
	// (POST /20190206/networking/hubs/{hub_id}/prefixlists/vpcs)
	NetworkingCreateVpcPrefixList(ctx echo.Context, hubId Uuidv4) error
	// Fetch Hub CIDR Ranges
	// (GET /20190206/networking/hubs/{hub_id}/ranges)
	NetworkingReadHubCidrRanges(ctx echo.Context, hubId Uuidv4, params NetworkingReadHubCidrRangesParams) error
	// Create CIDR Range
	// (POST /20190206/networking/hubs/{hub_id}/ranges)
	NetworkingCreateCidrRange(ctx echo.Context, hubId Uuidv4) error
	// Fetch Hub VPCs
	// (GET /20190206/networking/hubs/{hub_id}/vpcs)
	NetworkingReadHubVpcs(ctx echo.Context, hubId Uuidv4, params NetworkingReadHubVpcsParams) error
	// Create VPC
	// (POST /20190206/networking/hubs/{hub_id}/vpcs)
	NetworkingCreateVpc(ctx echo.Context, hubId Uuidv4) error
	// Fetch Hub VPN Connections
	// (GET /20190206/networking/hubs/{hub_id}/vpnconnections)
	NetworkingReadHubVpnConnections(ctx echo.Context, hubId Uuidv4, params NetworkingReadHubVpnConnectionsParams) error
	// Fetch Hub VPN Customer Gateways
	// (GET /20190206/networking/hubs/{hub_id}/vpncustomergateways)
	NetworkingReadHubVpnCustomerGateways(ctx echo.Context, hubId Uuidv4, params NetworkingReadHubVpnCustomerGatewaysParams) error
	// Fetch Networking Hub Hub Peerings
	// (GET /20190206/networking/hubs/{networking_hub_id}/hubpeerings)
	NetworkingReadHubHubPeerings(ctx echo.Context, networkingHubId Uuidv4, params NetworkingReadHubHubPeeringsParams) error
	// Create a Hub Peering
	// (POST /20190206/networking/hubs/{networking_hub_id}/hubpeerings)
	NetworkingCreateHubPeering(ctx echo.Context, networkingHubId Uuidv4) error
	// Fetch Prefix Lists
	// (GET /20190206/networking/prefixlists)
	NetworkingReadPrefixLists(ctx echo.Context, params NetworkingReadPrefixListsParams) error
	// Update Hub Prefix List associations
	// (PUT /20190206/networking/prefixlists/hubs/{prefix_list_id}/associations)
	NetworkingUpdateHubPrefixListAssociation(ctx echo.Context, prefixListId Uuidv4) error
	// Update VPC Prefix List associations
	// (PUT /20190206/networking/prefixlists/vpcs/{prefix_list_id}/associations)
	NetworkingUpdateVpcPrefixListAssociation(ctx echo.Context, prefixListId Uuidv4) error
	// Delete Prefix List
	// (DELETE /20190206/networking/prefixlists/{prefix_list_id})
	NetworkingDeletePrefixList(ctx echo.Context, prefixListId Uuidv4) error
	// Fetch Prefix List
	// (GET /20190206/networking/prefixlists/{prefix_list_id})
	NetworkingReadPrefixList(ctx echo.Context, prefixListId Uuidv4, params NetworkingReadPrefixListParams) error
	// Update Prefix List
	// (PUT /20190206/networking/prefixlists/{prefix_list_id})
	NetworkingUpdatePrefixList(ctx echo.Context, prefixListId Uuidv4) error
	// Fetch CIDR Ranges
	// (GET /20190206/networking/ranges)
	NetworkingReadCidrRanges(ctx echo.Context, params NetworkingReadCidrRangesParams) error
	// Delete CIDR Range
	// (DELETE /20190206/networking/ranges/{range_id})
	NetworkingDeleteCidrRange(ctx echo.Context, rangeId Uuidv4) error
	// Fetch CIDR Range
	// (GET /20190206/networking/ranges/{range_id})
	NetworkingReadCidrRange(ctx echo.Context, rangeId Uuidv4, params NetworkingReadCidrRangeParams) error
	// Update CIDR Range
	// (PUT /20190206/networking/ranges/{range_id})
	NetworkingUpdateCidrRange(ctx echo.Context, rangeId Uuidv4) error
	// Fetch VPCs
	// (GET /20190206/networking/vpcs)
	NetworkingReadVpcs(ctx echo.Context, params NetworkingReadVpcsParams) error
	// Delete VPC
	// (DELETE /20190206/networking/vpcs/{vpc_id})
	NetworkingDeleteVpc(ctx echo.Context, vpcId Uuidv4) error
	// Fetch VPC
	// (GET /20190206/networking/vpcs/{vpc_id})
	NetworkingReadVpc(ctx echo.Context, vpcId Uuidv4, params NetworkingReadVpcParams) error
	// Update VPC
	// (PUT /20190206/networking/vpcs/{vpc_id})
	NetworkingUpdateVpc(ctx echo.Context, vpcId Uuidv4) error
	// Fetch VPN Connections
	// (GET /20190206/networking/vpnconnections)
	NetworkingReadVpnConnections(ctx echo.Context, params NetworkingReadVpnConnectionsParams) error
	// Delete VPN Conection
	// (DELETE /20190206/networking/vpnconnections/{vpn_connection_id})
	NetworkingDeleteVpnConnection(ctx echo.Context, vpnConnectionId Uuidv4) error
	// Fetch VPN Connection
	// (GET /20190206/networking/vpnconnections/{vpn_connection_id})
	NetworkingReadVpnConnection(ctx echo.Context, vpnConnectionId Uuidv4, params NetworkingReadVpnConnectionParams) error
	// Update VPN Conection
	// (PUT /20190206/networking/vpnconnections/{vpn_connection_id})
	NetworkingUpdateVpnConnection(ctx echo.Context, vpnConnectionId Uuidv4) error
	// Fetch VPN Connection Status
	// (GET /20190206/networking/vpnconnections/{vpn_connection_id}/status)
	NetworkingReadVpnConnectionStatus(ctx echo.Context, vpnConnectionId Uuidv4) error
	// Fetch VPN Customer Gateways
	// (GET /20190206/networking/vpncustomergateways)
	NetworkingReadVpnCustomerGateways(ctx echo.Context, params NetworkingReadVpnCustomerGatewaysParams) error
	// Creates a Stax VPN Customer Gateway
	// (POST /20190206/networking/vpncustomergateways)
	NetworkingCreateVpnCustomerGateway(ctx echo.Context) error
	// Delete a Stax VPN Customer Gateway
	// (DELETE /20190206/networking/vpncustomergateways/{vpn_customer_gateway_id})
	NetworkingDeleteVpnCustomerGateway(ctx echo.Context, vpnCustomerGatewayId Uuidv4) error
	// Fetch VPN Customer Gateway
	// (GET /20190206/networking/vpncustomergateways/{vpn_customer_gateway_id})
	NetworkingReadVpnCustomerGateway(ctx echo.Context, vpnCustomerGatewayId Uuidv4, params NetworkingReadVpnCustomerGatewayParams) error
	// Updates a Stax VPN Customer Gateway
	// (PUT /20190206/networking/vpncustomergateways/{vpn_customer_gateway_id})
	NetworkingUpdateVpnCustomerGateway(ctx echo.Context, vpnCustomerGatewayId Uuidv4) error
	// Create VPN Connection
	// (POST /20190206/networking/vpncustomergateways/{vpn_customer_gateway_id}/vpnconnection)
	NetworkingCreateVpnConnection(ctx echo.Context, vpnCustomerGatewayId Uuidv4) error
	// Fetch Gateway VPN Connections
	// (GET /20190206/networking/vpncustomergateways/{vpn_customer_gateway_id}/vpnconnections)
	NetworkingReadGatewayVpnConnections(ctx echo.Context, vpnCustomerGatewayId Uuidv4, params NetworkingReadGatewayVpnConnectionsParams) error
	// Fetch DX Connections
	// (GET /20190206/networking/{account_id}/dxconnections)
	NetworkingReadDxConnections(ctx echo.Context, accountId Uuidv4, params NetworkingReadDxConnectionsParams) error
	// Fetch Stax Organisations
	// (GET /20190206/organisations)
	OrganisationsReadOrganisations(ctx echo.Context) error
	// Fetch Stax Organisation
	// (GET /20190206/organisations/current)
	OrganisationsReadOrganisation(ctx echo.Context) error
	// Fetch Organisational Units
	// (GET /20190206/organisations/organisational-units)
	OrganisationsReadOrganisationalUnits(ctx echo.Context, params OrganisationsReadOrganisationalUnitsParams) error
	// Fetch Organisational Unit
	// (GET /20190206/organisations/organisational-units/{organisational_unit_id})
	OrganisationsReadOrganisationalUnit(ctx echo.Context, organisationalUnitId string) error
	// Fetch Policies
	// (GET /20190206/policies)
	OrganisationsReadPolicies(ctx echo.Context, params OrganisationsReadPoliciesParams) error
	// Create Policy
	// (POST /20190206/policies)
	OrganisationsCreatePolicy(ctx echo.Context) error
	// Detach Policy from Organisation
	// (DELETE /20190206/policies/organisation/{policy_id})
	OrganisationsDetachPolicy(ctx echo.Context, policyId string) error
	// Attach Policy to Organisation
	// (PUT /20190206/policies/organisation/{policy_id})
	OrganisationsAttachPolicy(ctx echo.Context, policyId string) error
	// Delete Policy
	// (DELETE /20190206/policies/{policy_id})
	OrganisationsDeletePolicy(ctx echo.Context, policyId string) error
	// Fetch Policy
	// (GET /20190206/policies/{policy_id})
	OrganisationsReadPolicy(ctx echo.Context, policyId string) error
	// Update Policy
	// (PUT /20190206/policies/{policy_id})
	OrganisationsUpdatePolicy(ctx echo.Context, policyId string) error
	// Check Alias availability
	// (GET /20190206/public/check-alias/{alias})
	PublicCheckAlias(ctx echo.Context, alias string) error
	// Fetch public config
	// (GET /20190206/public/config)
	PublicReadConfig(ctx echo.Context) error
	// Fetch Organisation Service Configurations
	// (GET /20190206/services/configuration)
	ServicesReadConfigurations(ctx echo.Context) error
	// Fetch securityhub configuration for the organisation
	// (GET /20190206/services/securityhub/configuration)
	ServicesReadSecurityHubConfiguration(ctx echo.Context) error
	// Set the desired state of security hub service in your AWS Organization
	// (PUT /20190206/services/securityhub/configuration)
	ServicesConfigureSecurityHub(ctx echo.Context) error
	// Fetch status of Task
	// (GET /20190206/task/{task_id})
	TasksReadTask(ctx echo.Context, taskId string) error
	// Fetch Stax Users and Federated Users
	// (GET /20190206/users)
	TeamsReadUsers(ctx echo.Context, params TeamsReadUsersParams) error
	// Fetch Current User
	// (GET /20190206/users/me)
	TeamsFetchCurrentUser(ctx echo.Context) error
	// Delete Stax User
	// (DELETE /20190206/users/{user_id})
	TeamsDeleteUser(ctx echo.Context, userId string) error
	// Fetch Stax User or Federated User
	// (GET /20190206/users/{user_id})
	TeamsReadUser(ctx echo.Context, userId string) error
	// Fetch Workload Catalogue Items
	// (GET /20190206/workload-catalogue)
	WorkloadsReadCatalogueItems(ctx echo.Context, params WorkloadsReadCatalogueItemsParams) error
	// Create Workload Catalogue Item
	// (POST /20190206/workload-catalogue)
	WorkloadsCreateCatalogueItem(ctx echo.Context) error
	// Fetch Workload Catalogue Manifest
	// (GET /20190206/workload-catalogue/manifest/{version_id})
	WorkloadsReadCatalogueManifest(ctx echo.Context, versionId string) error
	// Fetch Workload Catalogue Cloudformation Template
	// (GET /20190206/workload-catalogue/template/{version_id}/{name})
	WorkloadsReadCatalogueTemplate(ctx echo.Context, versionId string, name string) error
	// Delete Workload Catalogue Item
	// (DELETE /20190206/workload-catalogue/{catalogue_id})
	WorkloadsDeleteCatalogueItem(ctx echo.Context, catalogueId string) error
	// Fetch Workload Catalogue Item
	// (GET /20190206/workload-catalogue/{catalogue_id})
	WorkloadsReadCatalogueItem(ctx echo.Context, catalogueId string, params WorkloadsReadCatalogueItemParams) error
	// Update Workload Catalogue Item
	// (PUT /20190206/workload-catalogue/{catalogue_id})
	WorkloadsCreateCatalogueVersion(ctx echo.Context, catalogueId string) error
	// Delete Workload Catalogue Version
	// (DELETE /20190206/workload-catalogue/{catalogue_id}/{version_id})
	WorkloadsDeleteCatalogueVersion(ctx echo.Context, catalogueId string, versionId string) error
	// Fetch Workload Catalogue Version
	// (GET /20190206/workload-catalogue/{catalogue_id}/{version_id})
	WorkloadsReadCatalogueVersion(ctx echo.Context, catalogueId string, versionId string, params WorkloadsReadCatalogueVersionParams) error
	// Update All Workloads
	// (POST /20190206/workload-update)
	WorkloadsUpdateAll(ctx echo.Context) error
	// Fetch Workloads
	// (GET /20190206/workloads)
	WorkloadsReadWorkloads(ctx echo.Context, params WorkloadsReadWorkloadsParams) error
	// Deploy Workload
	// (POST /20190206/workloads)
	WorkloadsCreateWorkload(ctx echo.Context) error
	// Terminate Workload
	// (DELETE /20190206/workloads/{workload_id})
	WorkloadsDeleteWorkload(ctx echo.Context, workloadId string) error
	// Fetch Workload
	// (GET /20190206/workloads/{workload_id})
	WorkloadsReadWorkload(ctx echo.Context, workloadId string, params WorkloadsReadWorkloadParams) error
	// Update Workload
	// (PUT /20190206/workloads/{workload_id})
	WorkloadsUpdateWorkload(ctx echo.Context, workloadId string) error
}

ServerInterface represents all server handlers.

type ServerInterfaceWrapper

type ServerInterfaceWrapper struct {
	Handler ServerInterface
}

ServerInterfaceWrapper converts echo contexts to parameters.

func (*ServerInterfaceWrapper) AccountsCloseAccount

func (w *ServerInterfaceWrapper) AccountsCloseAccount(ctx echo.Context) error

AccountsCloseAccount converts echo context to params.

func (*ServerInterfaceWrapper) AccountsCreateAccount

func (w *ServerInterfaceWrapper) AccountsCreateAccount(ctx echo.Context) error

AccountsCreateAccount converts echo context to params.

func (*ServerInterfaceWrapper) AccountsCreateAccountType

func (w *ServerInterfaceWrapper) AccountsCreateAccountType(ctx echo.Context) error

AccountsCreateAccountType converts echo context to params.

func (*ServerInterfaceWrapper) AccountsDeleteAccountType

func (w *ServerInterfaceWrapper) AccountsDeleteAccountType(ctx echo.Context) error

AccountsDeleteAccountType converts echo context to params.

func (*ServerInterfaceWrapper) AccountsDiscoverAccount

func (w *ServerInterfaceWrapper) AccountsDiscoverAccount(ctx echo.Context) error

AccountsDiscoverAccount converts echo context to params.

func (*ServerInterfaceWrapper) AccountsDiscoverAccounts

func (w *ServerInterfaceWrapper) AccountsDiscoverAccounts(ctx echo.Context) error

AccountsDiscoverAccounts converts echo context to params.

func (*ServerInterfaceWrapper) AccountsOnboardAccount

func (w *ServerInterfaceWrapper) AccountsOnboardAccount(ctx echo.Context) error

AccountsOnboardAccount converts echo context to params.

func (*ServerInterfaceWrapper) AccountsReadAccount

func (w *ServerInterfaceWrapper) AccountsReadAccount(ctx echo.Context) error

AccountsReadAccount converts echo context to params.

func (*ServerInterfaceWrapper) AccountsReadAccountType

func (w *ServerInterfaceWrapper) AccountsReadAccountType(ctx echo.Context) error

AccountsReadAccountType converts echo context to params.

func (*ServerInterfaceWrapper) AccountsReadAccountTypes

func (w *ServerInterfaceWrapper) AccountsReadAccountTypes(ctx echo.Context) error

AccountsReadAccountTypes converts echo context to params.

func (*ServerInterfaceWrapper) AccountsReadAccounts

func (w *ServerInterfaceWrapper) AccountsReadAccounts(ctx echo.Context) error

AccountsReadAccounts converts echo context to params.

func (*ServerInterfaceWrapper) AccountsUpdateAccount

func (w *ServerInterfaceWrapper) AccountsUpdateAccount(ctx echo.Context) error

AccountsUpdateAccount converts echo context to params.

func (*ServerInterfaceWrapper) AccountsUpdateAccountType

func (w *ServerInterfaceWrapper) AccountsUpdateAccountType(ctx echo.Context) error

AccountsUpdateAccountType converts echo context to params.

func (*ServerInterfaceWrapper) AccountsUpdateAccountTypeAccess

func (w *ServerInterfaceWrapper) AccountsUpdateAccountTypeAccess(ctx echo.Context) error

AccountsUpdateAccountTypeAccess converts echo context to params.

func (*ServerInterfaceWrapper) AccountsUpdateAccountTypeMembers

func (w *ServerInterfaceWrapper) AccountsUpdateAccountTypeMembers(ctx echo.Context) error

AccountsUpdateAccountTypeMembers converts echo context to params.

func (*ServerInterfaceWrapper) AccountsUpdateAccountTypePolicies

func (w *ServerInterfaceWrapper) AccountsUpdateAccountTypePolicies(ctx echo.Context) error

AccountsUpdateAccountTypePolicies converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingCreateCidrExclusion

func (w *ServerInterfaceWrapper) NetworkingCreateCidrExclusion(ctx echo.Context) error

NetworkingCreateCidrExclusion converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingCreateCidrRange

func (w *ServerInterfaceWrapper) NetworkingCreateCidrRange(ctx echo.Context) error

NetworkingCreateCidrRange converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingCreateDnsResolver

func (w *ServerInterfaceWrapper) NetworkingCreateDnsResolver(ctx echo.Context) error

NetworkingCreateDnsResolver converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingCreateDnsRule

func (w *ServerInterfaceWrapper) NetworkingCreateDnsRule(ctx echo.Context) error

NetworkingCreateDnsRule converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingCreateDxAssociation

func (w *ServerInterfaceWrapper) NetworkingCreateDxAssociation(ctx echo.Context) error

NetworkingCreateDxAssociation converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingCreateDxResource

func (w *ServerInterfaceWrapper) NetworkingCreateDxResource(ctx echo.Context) error

NetworkingCreateDxResource converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingCreateHub

func (w *ServerInterfaceWrapper) NetworkingCreateHub(ctx echo.Context) error

NetworkingCreateHub converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingCreateHubPeering

func (w *ServerInterfaceWrapper) NetworkingCreateHubPeering(ctx echo.Context) error

NetworkingCreateHubPeering converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingCreateHubPrefixList

func (w *ServerInterfaceWrapper) NetworkingCreateHubPrefixList(ctx echo.Context) error

NetworkingCreateHubPrefixList converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingCreateVpc

func (w *ServerInterfaceWrapper) NetworkingCreateVpc(ctx echo.Context) error

NetworkingCreateVpc converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingCreateVpcPrefixList

func (w *ServerInterfaceWrapper) NetworkingCreateVpcPrefixList(ctx echo.Context) error

NetworkingCreateVpcPrefixList converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingCreateVpnConnection

func (w *ServerInterfaceWrapper) NetworkingCreateVpnConnection(ctx echo.Context) error

NetworkingCreateVpnConnection converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingCreateVpnCustomerGateway

func (w *ServerInterfaceWrapper) NetworkingCreateVpnCustomerGateway(ctx echo.Context) error

NetworkingCreateVpnCustomerGateway converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingDeleteCidrExclusion

func (w *ServerInterfaceWrapper) NetworkingDeleteCidrExclusion(ctx echo.Context) error

NetworkingDeleteCidrExclusion converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingDeleteCidrRange

func (w *ServerInterfaceWrapper) NetworkingDeleteCidrRange(ctx echo.Context) error

NetworkingDeleteCidrRange converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingDeleteDnsResolver

func (w *ServerInterfaceWrapper) NetworkingDeleteDnsResolver(ctx echo.Context) error

NetworkingDeleteDnsResolver converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingDeleteDnsRule

func (w *ServerInterfaceWrapper) NetworkingDeleteDnsRule(ctx echo.Context) error

NetworkingDeleteDnsRule converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingDeleteDxAssociation

func (w *ServerInterfaceWrapper) NetworkingDeleteDxAssociation(ctx echo.Context) error

NetworkingDeleteDxAssociation converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingDeleteDxGateway

func (w *ServerInterfaceWrapper) NetworkingDeleteDxGateway(ctx echo.Context) error

NetworkingDeleteDxGateway converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingDeleteDxVif

func (w *ServerInterfaceWrapper) NetworkingDeleteDxVif(ctx echo.Context) error

NetworkingDeleteDxVif converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingDeleteHub

func (w *ServerInterfaceWrapper) NetworkingDeleteHub(ctx echo.Context) error

NetworkingDeleteHub converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingDeleteHubPeering

func (w *ServerInterfaceWrapper) NetworkingDeleteHubPeering(ctx echo.Context) error

NetworkingDeleteHubPeering converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingDeletePrefixList

func (w *ServerInterfaceWrapper) NetworkingDeletePrefixList(ctx echo.Context) error

NetworkingDeletePrefixList converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingDeleteVpc

func (w *ServerInterfaceWrapper) NetworkingDeleteVpc(ctx echo.Context) error

NetworkingDeleteVpc converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingDeleteVpnConnection

func (w *ServerInterfaceWrapper) NetworkingDeleteVpnConnection(ctx echo.Context) error

NetworkingDeleteVpnConnection converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingDeleteVpnCustomerGateway

func (w *ServerInterfaceWrapper) NetworkingDeleteVpnCustomerGateway(ctx echo.Context) error

NetworkingDeleteVpnCustomerGateway converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingReadCidrExclusion

func (w *ServerInterfaceWrapper) NetworkingReadCidrExclusion(ctx echo.Context) error

NetworkingReadCidrExclusion converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingReadCidrExclusions

func (w *ServerInterfaceWrapper) NetworkingReadCidrExclusions(ctx echo.Context) error

NetworkingReadCidrExclusions converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingReadCidrRange

func (w *ServerInterfaceWrapper) NetworkingReadCidrRange(ctx echo.Context) error

NetworkingReadCidrRange converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingReadCidrRanges

func (w *ServerInterfaceWrapper) NetworkingReadCidrRanges(ctx echo.Context) error

NetworkingReadCidrRanges converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingReadDnsResolver

func (w *ServerInterfaceWrapper) NetworkingReadDnsResolver(ctx echo.Context) error

NetworkingReadDnsResolver converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingReadDnsResolvers

func (w *ServerInterfaceWrapper) NetworkingReadDnsResolvers(ctx echo.Context) error

NetworkingReadDnsResolvers converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingReadDnsRule

func (w *ServerInterfaceWrapper) NetworkingReadDnsRule(ctx echo.Context) error

NetworkingReadDnsRule converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingReadDnsRules

func (w *ServerInterfaceWrapper) NetworkingReadDnsRules(ctx echo.Context) error

NetworkingReadDnsRules converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingReadDxAssociation

func (w *ServerInterfaceWrapper) NetworkingReadDxAssociation(ctx echo.Context) error

NetworkingReadDxAssociation converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingReadDxAssociations

func (w *ServerInterfaceWrapper) NetworkingReadDxAssociations(ctx echo.Context) error

NetworkingReadDxAssociations converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingReadDxConnections

func (w *ServerInterfaceWrapper) NetworkingReadDxConnections(ctx echo.Context) error

NetworkingReadDxConnections converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingReadDxGateway

func (w *ServerInterfaceWrapper) NetworkingReadDxGateway(ctx echo.Context) error

NetworkingReadDxGateway converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingReadDxGateways

func (w *ServerInterfaceWrapper) NetworkingReadDxGateways(ctx echo.Context) error

NetworkingReadDxGateways converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingReadDxVif

func (w *ServerInterfaceWrapper) NetworkingReadDxVif(ctx echo.Context) error

NetworkingReadDxVif converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingReadDxVifStatus

func (w *ServerInterfaceWrapper) NetworkingReadDxVifStatus(ctx echo.Context) error

NetworkingReadDxVifStatus converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingReadDxVifs

func (w *ServerInterfaceWrapper) NetworkingReadDxVifs(ctx echo.Context) error

NetworkingReadDxVifs converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingReadGatewayDxAssociations

func (w *ServerInterfaceWrapper) NetworkingReadGatewayDxAssociations(ctx echo.Context) error

NetworkingReadGatewayDxAssociations converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingReadGatewayDxVifs

func (w *ServerInterfaceWrapper) NetworkingReadGatewayDxVifs(ctx echo.Context) error

NetworkingReadGatewayDxVifs converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingReadGatewayVpnConnections

func (w *ServerInterfaceWrapper) NetworkingReadGatewayVpnConnections(ctx echo.Context) error

NetworkingReadGatewayVpnConnections converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingReadHub

func (w *ServerInterfaceWrapper) NetworkingReadHub(ctx echo.Context) error

NetworkingReadHub converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingReadHubCidrExclusions

func (w *ServerInterfaceWrapper) NetworkingReadHubCidrExclusions(ctx echo.Context) error

NetworkingReadHubCidrExclusions converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingReadHubCidrRanges

func (w *ServerInterfaceWrapper) NetworkingReadHubCidrRanges(ctx echo.Context) error

NetworkingReadHubCidrRanges converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingReadHubDnsResolvers

func (w *ServerInterfaceWrapper) NetworkingReadHubDnsResolvers(ctx echo.Context) error

NetworkingReadHubDnsResolvers converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingReadHubDxAssociations

func (w *ServerInterfaceWrapper) NetworkingReadHubDxAssociations(ctx echo.Context) error

NetworkingReadHubDxAssociations converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingReadHubDxGateways

func (w *ServerInterfaceWrapper) NetworkingReadHubDxGateways(ctx echo.Context) error

NetworkingReadHubDxGateways converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingReadHubHubPeerings

func (w *ServerInterfaceWrapper) NetworkingReadHubHubPeerings(ctx echo.Context) error

NetworkingReadHubHubPeerings converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingReadHubPeering

func (w *ServerInterfaceWrapper) NetworkingReadHubPeering(ctx echo.Context) error

NetworkingReadHubPeering converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingReadHubPeerings

func (w *ServerInterfaceWrapper) NetworkingReadHubPeerings(ctx echo.Context) error

NetworkingReadHubPeerings converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingReadHubPrefixLists

func (w *ServerInterfaceWrapper) NetworkingReadHubPrefixLists(ctx echo.Context) error

NetworkingReadHubPrefixLists converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingReadHubVpcs

func (w *ServerInterfaceWrapper) NetworkingReadHubVpcs(ctx echo.Context) error

NetworkingReadHubVpcs converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingReadHubVpnConnections

func (w *ServerInterfaceWrapper) NetworkingReadHubVpnConnections(ctx echo.Context) error

NetworkingReadHubVpnConnections converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingReadHubVpnCustomerGateways

func (w *ServerInterfaceWrapper) NetworkingReadHubVpnCustomerGateways(ctx echo.Context) error

NetworkingReadHubVpnCustomerGateways converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingReadHubs

func (w *ServerInterfaceWrapper) NetworkingReadHubs(ctx echo.Context) error

NetworkingReadHubs converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingReadPrefixList

func (w *ServerInterfaceWrapper) NetworkingReadPrefixList(ctx echo.Context) error

NetworkingReadPrefixList converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingReadPrefixLists

func (w *ServerInterfaceWrapper) NetworkingReadPrefixLists(ctx echo.Context) error

NetworkingReadPrefixLists converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingReadResolverDnsRules

func (w *ServerInterfaceWrapper) NetworkingReadResolverDnsRules(ctx echo.Context) error

NetworkingReadResolverDnsRules converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingReadVpc

func (w *ServerInterfaceWrapper) NetworkingReadVpc(ctx echo.Context) error

NetworkingReadVpc converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingReadVpcs

func (w *ServerInterfaceWrapper) NetworkingReadVpcs(ctx echo.Context) error

NetworkingReadVpcs converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingReadVpnConnection

func (w *ServerInterfaceWrapper) NetworkingReadVpnConnection(ctx echo.Context) error

NetworkingReadVpnConnection converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingReadVpnConnectionStatus

func (w *ServerInterfaceWrapper) NetworkingReadVpnConnectionStatus(ctx echo.Context) error

NetworkingReadVpnConnectionStatus converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingReadVpnConnections

func (w *ServerInterfaceWrapper) NetworkingReadVpnConnections(ctx echo.Context) error

NetworkingReadVpnConnections converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingReadVpnCustomerGateway

func (w *ServerInterfaceWrapper) NetworkingReadVpnCustomerGateway(ctx echo.Context) error

NetworkingReadVpnCustomerGateway converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingReadVpnCustomerGateways

func (w *ServerInterfaceWrapper) NetworkingReadVpnCustomerGateways(ctx echo.Context) error

NetworkingReadVpnCustomerGateways converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingUpdateCidrExclusion

func (w *ServerInterfaceWrapper) NetworkingUpdateCidrExclusion(ctx echo.Context) error

NetworkingUpdateCidrExclusion converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingUpdateCidrRange

func (w *ServerInterfaceWrapper) NetworkingUpdateCidrRange(ctx echo.Context) error

NetworkingUpdateCidrRange converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingUpdateDnsResolver

func (w *ServerInterfaceWrapper) NetworkingUpdateDnsResolver(ctx echo.Context) error

NetworkingUpdateDnsResolver converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingUpdateDnsRule

func (w *ServerInterfaceWrapper) NetworkingUpdateDnsRule(ctx echo.Context) error

NetworkingUpdateDnsRule converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingUpdateDxAssociation

func (w *ServerInterfaceWrapper) NetworkingUpdateDxAssociation(ctx echo.Context) error

NetworkingUpdateDxAssociation converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingUpdateDxVif

func (w *ServerInterfaceWrapper) NetworkingUpdateDxVif(ctx echo.Context) error

NetworkingUpdateDxVif converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingUpdateHub

func (w *ServerInterfaceWrapper) NetworkingUpdateHub(ctx echo.Context) error

NetworkingUpdateHub converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingUpdateHubPeering

func (w *ServerInterfaceWrapper) NetworkingUpdateHubPeering(ctx echo.Context) error

NetworkingUpdateHubPeering converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingUpdateHubPrefixListAssociation

func (w *ServerInterfaceWrapper) NetworkingUpdateHubPrefixListAssociation(ctx echo.Context) error

NetworkingUpdateHubPrefixListAssociation converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingUpdatePrefixList

func (w *ServerInterfaceWrapper) NetworkingUpdatePrefixList(ctx echo.Context) error

NetworkingUpdatePrefixList converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingUpdateVpc

func (w *ServerInterfaceWrapper) NetworkingUpdateVpc(ctx echo.Context) error

NetworkingUpdateVpc converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingUpdateVpcPrefixListAssociation

func (w *ServerInterfaceWrapper) NetworkingUpdateVpcPrefixListAssociation(ctx echo.Context) error

NetworkingUpdateVpcPrefixListAssociation converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingUpdateVpnConnection

func (w *ServerInterfaceWrapper) NetworkingUpdateVpnConnection(ctx echo.Context) error

NetworkingUpdateVpnConnection converts echo context to params.

func (*ServerInterfaceWrapper) NetworkingUpdateVpnCustomerGateway

func (w *ServerInterfaceWrapper) NetworkingUpdateVpnCustomerGateway(ctx echo.Context) error

NetworkingUpdateVpnCustomerGateway converts echo context to params.

func (*ServerInterfaceWrapper) OrganisationsAttachPolicy

func (w *ServerInterfaceWrapper) OrganisationsAttachPolicy(ctx echo.Context) error

OrganisationsAttachPolicy converts echo context to params.

func (*ServerInterfaceWrapper) OrganisationsCreatePolicy

func (w *ServerInterfaceWrapper) OrganisationsCreatePolicy(ctx echo.Context) error

OrganisationsCreatePolicy converts echo context to params.

func (*ServerInterfaceWrapper) OrganisationsDeletePolicy

func (w *ServerInterfaceWrapper) OrganisationsDeletePolicy(ctx echo.Context) error

OrganisationsDeletePolicy converts echo context to params.

func (*ServerInterfaceWrapper) OrganisationsDetachPolicy

func (w *ServerInterfaceWrapper) OrganisationsDetachPolicy(ctx echo.Context) error

OrganisationsDetachPolicy converts echo context to params.

func (*ServerInterfaceWrapper) OrganisationsReadOrganisation

func (w *ServerInterfaceWrapper) OrganisationsReadOrganisation(ctx echo.Context) error

OrganisationsReadOrganisation converts echo context to params.

func (*ServerInterfaceWrapper) OrganisationsReadOrganisationalUnit

func (w *ServerInterfaceWrapper) OrganisationsReadOrganisationalUnit(ctx echo.Context) error

OrganisationsReadOrganisationalUnit converts echo context to params.

func (*ServerInterfaceWrapper) OrganisationsReadOrganisationalUnits

func (w *ServerInterfaceWrapper) OrganisationsReadOrganisationalUnits(ctx echo.Context) error

OrganisationsReadOrganisationalUnits converts echo context to params.

func (*ServerInterfaceWrapper) OrganisationsReadOrganisations

func (w *ServerInterfaceWrapper) OrganisationsReadOrganisations(ctx echo.Context) error

OrganisationsReadOrganisations converts echo context to params.

func (*ServerInterfaceWrapper) OrganisationsReadPolicies

func (w *ServerInterfaceWrapper) OrganisationsReadPolicies(ctx echo.Context) error

OrganisationsReadPolicies converts echo context to params.

func (*ServerInterfaceWrapper) OrganisationsReadPolicy

func (w *ServerInterfaceWrapper) OrganisationsReadPolicy(ctx echo.Context) error

OrganisationsReadPolicy converts echo context to params.

func (*ServerInterfaceWrapper) OrganisationsUpdatePolicy

func (w *ServerInterfaceWrapper) OrganisationsUpdatePolicy(ctx echo.Context) error

OrganisationsUpdatePolicy converts echo context to params.

func (*ServerInterfaceWrapper) PublicCheckAlias

func (w *ServerInterfaceWrapper) PublicCheckAlias(ctx echo.Context) error

PublicCheckAlias converts echo context to params.

func (*ServerInterfaceWrapper) PublicReadConfig

func (w *ServerInterfaceWrapper) PublicReadConfig(ctx echo.Context) error

PublicReadConfig converts echo context to params.

func (*ServerInterfaceWrapper) ServicesConfigureSecurityHub

func (w *ServerInterfaceWrapper) ServicesConfigureSecurityHub(ctx echo.Context) error

ServicesConfigureSecurityHub converts echo context to params.

func (*ServerInterfaceWrapper) ServicesReadConfigurations

func (w *ServerInterfaceWrapper) ServicesReadConfigurations(ctx echo.Context) error

ServicesReadConfigurations converts echo context to params.

func (*ServerInterfaceWrapper) ServicesReadSecurityHubConfiguration

func (w *ServerInterfaceWrapper) ServicesReadSecurityHubConfiguration(ctx echo.Context) error

ServicesReadSecurityHubConfiguration converts echo context to params.

func (*ServerInterfaceWrapper) TasksReadTask

func (w *ServerInterfaceWrapper) TasksReadTask(ctx echo.Context) error

TasksReadTask converts echo context to params.

func (*ServerInterfaceWrapper) TeamsCreateApiToken

func (w *ServerInterfaceWrapper) TeamsCreateApiToken(ctx echo.Context) error

TeamsCreateApiToken converts echo context to params.

func (*ServerInterfaceWrapper) TeamsCreateGroup

func (w *ServerInterfaceWrapper) TeamsCreateGroup(ctx echo.Context) error

TeamsCreateGroup converts echo context to params.

func (*ServerInterfaceWrapper) TeamsCreateUser

func (w *ServerInterfaceWrapper) TeamsCreateUser(ctx echo.Context) error

TeamsCreateUser converts echo context to params.

func (*ServerInterfaceWrapper) TeamsDeleteApiToken

func (w *ServerInterfaceWrapper) TeamsDeleteApiToken(ctx echo.Context) error

TeamsDeleteApiToken converts echo context to params.

func (*ServerInterfaceWrapper) TeamsDeleteGroup

func (w *ServerInterfaceWrapper) TeamsDeleteGroup(ctx echo.Context) error

TeamsDeleteGroup converts echo context to params.

func (*ServerInterfaceWrapper) TeamsDeleteUser

func (w *ServerInterfaceWrapper) TeamsDeleteUser(ctx echo.Context) error

TeamsDeleteUser converts echo context to params.

func (*ServerInterfaceWrapper) TeamsFetchCurrentUser

func (w *ServerInterfaceWrapper) TeamsFetchCurrentUser(ctx echo.Context) error

TeamsFetchCurrentUser converts echo context to params.

func (*ServerInterfaceWrapper) TeamsReadApiToken

func (w *ServerInterfaceWrapper) TeamsReadApiToken(ctx echo.Context) error

TeamsReadApiToken converts echo context to params.

func (*ServerInterfaceWrapper) TeamsReadApiTokens

func (w *ServerInterfaceWrapper) TeamsReadApiTokens(ctx echo.Context) error

TeamsReadApiTokens converts echo context to params.

func (*ServerInterfaceWrapper) TeamsReadGroup

func (w *ServerInterfaceWrapper) TeamsReadGroup(ctx echo.Context) error

TeamsReadGroup converts echo context to params.

func (*ServerInterfaceWrapper) TeamsReadGroups

func (w *ServerInterfaceWrapper) TeamsReadGroups(ctx echo.Context) error

TeamsReadGroups converts echo context to params.

func (*ServerInterfaceWrapper) TeamsReadIdamUser

func (w *ServerInterfaceWrapper) TeamsReadIdamUser(ctx echo.Context) error

TeamsReadIdamUser converts echo context to params.

func (*ServerInterfaceWrapper) TeamsReadIdamUsers

func (w *ServerInterfaceWrapper) TeamsReadIdamUsers(ctx echo.Context) error

TeamsReadIdamUsers converts echo context to params.

func (*ServerInterfaceWrapper) TeamsReadUser

func (w *ServerInterfaceWrapper) TeamsReadUser(ctx echo.Context) error

TeamsReadUser converts echo context to params.

func (*ServerInterfaceWrapper) TeamsReadUsers

func (w *ServerInterfaceWrapper) TeamsReadUsers(ctx echo.Context) error

TeamsReadUsers converts echo context to params.

func (*ServerInterfaceWrapper) TeamsUpdateApiToken

func (w *ServerInterfaceWrapper) TeamsUpdateApiToken(ctx echo.Context) error

TeamsUpdateApiToken converts echo context to params.

func (*ServerInterfaceWrapper) TeamsUpdateGroup

func (w *ServerInterfaceWrapper) TeamsUpdateGroup(ctx echo.Context) error

TeamsUpdateGroup converts echo context to params.

func (*ServerInterfaceWrapper) TeamsUpdateGroupMembers

func (w *ServerInterfaceWrapper) TeamsUpdateGroupMembers(ctx echo.Context) error

TeamsUpdateGroupMembers converts echo context to params.

func (*ServerInterfaceWrapper) TeamsUpdateUser

func (w *ServerInterfaceWrapper) TeamsUpdateUser(ctx echo.Context) error

TeamsUpdateUser converts echo context to params.

func (*ServerInterfaceWrapper) TeamsUpdateUserInvite

func (w *ServerInterfaceWrapper) TeamsUpdateUserInvite(ctx echo.Context) error

TeamsUpdateUserInvite converts echo context to params.

func (*ServerInterfaceWrapper) TeamsUpdateUserPassword

func (w *ServerInterfaceWrapper) TeamsUpdateUserPassword(ctx echo.Context) error

TeamsUpdateUserPassword converts echo context to params.

func (*ServerInterfaceWrapper) WorkloadsCreateCatalogueItem

func (w *ServerInterfaceWrapper) WorkloadsCreateCatalogueItem(ctx echo.Context) error

WorkloadsCreateCatalogueItem converts echo context to params.

func (*ServerInterfaceWrapper) WorkloadsCreateCatalogueVersion

func (w *ServerInterfaceWrapper) WorkloadsCreateCatalogueVersion(ctx echo.Context) error

WorkloadsCreateCatalogueVersion converts echo context to params.

func (*ServerInterfaceWrapper) WorkloadsCreateWorkload

func (w *ServerInterfaceWrapper) WorkloadsCreateWorkload(ctx echo.Context) error

WorkloadsCreateWorkload converts echo context to params.

func (*ServerInterfaceWrapper) WorkloadsDeleteCatalogueItem

func (w *ServerInterfaceWrapper) WorkloadsDeleteCatalogueItem(ctx echo.Context) error

WorkloadsDeleteCatalogueItem converts echo context to params.

func (*ServerInterfaceWrapper) WorkloadsDeleteCatalogueVersion

func (w *ServerInterfaceWrapper) WorkloadsDeleteCatalogueVersion(ctx echo.Context) error

WorkloadsDeleteCatalogueVersion converts echo context to params.

func (*ServerInterfaceWrapper) WorkloadsDeleteWorkload

func (w *ServerInterfaceWrapper) WorkloadsDeleteWorkload(ctx echo.Context) error

WorkloadsDeleteWorkload converts echo context to params.

func (*ServerInterfaceWrapper) WorkloadsReadCatalogueItem

func (w *ServerInterfaceWrapper) WorkloadsReadCatalogueItem(ctx echo.Context) error

WorkloadsReadCatalogueItem converts echo context to params.

func (*ServerInterfaceWrapper) WorkloadsReadCatalogueItems

func (w *ServerInterfaceWrapper) WorkloadsReadCatalogueItems(ctx echo.Context) error

WorkloadsReadCatalogueItems converts echo context to params.

func (*ServerInterfaceWrapper) WorkloadsReadCatalogueManifest

func (w *ServerInterfaceWrapper) WorkloadsReadCatalogueManifest(ctx echo.Context) error

WorkloadsReadCatalogueManifest converts echo context to params.

func (*ServerInterfaceWrapper) WorkloadsReadCatalogueTemplate

func (w *ServerInterfaceWrapper) WorkloadsReadCatalogueTemplate(ctx echo.Context) error

WorkloadsReadCatalogueTemplate converts echo context to params.

func (*ServerInterfaceWrapper) WorkloadsReadCatalogueVersion

func (w *ServerInterfaceWrapper) WorkloadsReadCatalogueVersion(ctx echo.Context) error

WorkloadsReadCatalogueVersion converts echo context to params.

func (*ServerInterfaceWrapper) WorkloadsReadWorkload

func (w *ServerInterfaceWrapper) WorkloadsReadWorkload(ctx echo.Context) error

WorkloadsReadWorkload converts echo context to params.

func (*ServerInterfaceWrapper) WorkloadsReadWorkloads

func (w *ServerInterfaceWrapper) WorkloadsReadWorkloads(ctx echo.Context) error

WorkloadsReadWorkloads converts echo context to params.

func (*ServerInterfaceWrapper) WorkloadsUpdateAll

func (w *ServerInterfaceWrapper) WorkloadsUpdateAll(ctx echo.Context) error

WorkloadsUpdateAll converts echo context to params.

func (*ServerInterfaceWrapper) WorkloadsUpdateWorkload

func (w *ServerInterfaceWrapper) WorkloadsUpdateWorkload(ctx echo.Context) error

WorkloadsUpdateWorkload converts echo context to params.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL