Documentation ¶
Overview ¶
Package client 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 ¶
- func NewAccountsCloseAccountRequest(server string, body AccountsCloseAccountJSONRequestBody) (*http.Request, error)
- func NewAccountsCloseAccountRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewAccountsCreateAccountRequest(server string, body AccountsCreateAccountJSONRequestBody) (*http.Request, error)
- func NewAccountsCreateAccountRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewAccountsCreateAccountTypeRequest(server string, body AccountsCreateAccountTypeJSONRequestBody) (*http.Request, error)
- func NewAccountsCreateAccountTypeRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewAccountsDeleteAccountTypeRequest(server string, accountTypeId string) (*http.Request, error)
- func NewAccountsDiscoverAccountRequest(server string, awsAccountId string) (*http.Request, error)
- func NewAccountsDiscoverAccountsRequest(server string) (*http.Request, error)
- func NewAccountsOnboardAccountRequest(server string, body AccountsOnboardAccountJSONRequestBody) (*http.Request, error)
- func NewAccountsOnboardAccountRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewAccountsReadAccountRequest(server string, accountId string, params *AccountsReadAccountParams) (*http.Request, error)
- func NewAccountsReadAccountTypeRequest(server string, accountTypeId string, params *AccountsReadAccountTypeParams) (*http.Request, error)
- func NewAccountsReadAccountTypesRequest(server string, params *AccountsReadAccountTypesParams) (*http.Request, error)
- func NewAccountsReadAccountsRequest(server string, params *AccountsReadAccountsParams) (*http.Request, error)
- func NewAccountsUpdateAccountRequest(server string, accountId string, body AccountsUpdateAccountJSONRequestBody) (*http.Request, error)
- func NewAccountsUpdateAccountRequestWithBody(server string, accountId string, contentType string, body io.Reader) (*http.Request, error)
- func NewAccountsUpdateAccountTypeAccessRequest(server string, body AccountsUpdateAccountTypeAccessJSONRequestBody) (*http.Request, error)
- func NewAccountsUpdateAccountTypeAccessRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewAccountsUpdateAccountTypeMembersRequest(server string, body AccountsUpdateAccountTypeMembersJSONRequestBody) (*http.Request, error)
- func NewAccountsUpdateAccountTypeMembersRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewAccountsUpdateAccountTypePoliciesRequest(server string, body AccountsUpdateAccountTypePoliciesJSONRequestBody) (*http.Request, error)
- func NewAccountsUpdateAccountTypePoliciesRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewAccountsUpdateAccountTypeRequest(server string, accountTypeId string, ...) (*http.Request, error)
- func NewAccountsUpdateAccountTypeRequestWithBody(server string, accountTypeId string, contentType string, body io.Reader) (*http.Request, error)
- func NewNetworkingCreateCidrExclusionRequest(server string, hubId Uuidv4, body NetworkingCreateCidrExclusionJSONRequestBody) (*http.Request, error)
- func NewNetworkingCreateCidrExclusionRequestWithBody(server string, hubId Uuidv4, contentType string, body io.Reader) (*http.Request, error)
- func NewNetworkingCreateCidrRangeRequest(server string, hubId Uuidv4, body NetworkingCreateCidrRangeJSONRequestBody) (*http.Request, error)
- func NewNetworkingCreateCidrRangeRequestWithBody(server string, hubId Uuidv4, contentType string, body io.Reader) (*http.Request, error)
- func NewNetworkingCreateDnsResolverRequest(server string, hubId Uuidv4, body NetworkingCreateDnsResolverJSONRequestBody) (*http.Request, error)
- func NewNetworkingCreateDnsResolverRequestWithBody(server string, hubId Uuidv4, contentType string, body io.Reader) (*http.Request, error)
- func NewNetworkingCreateDnsRuleRequest(server string, dnsResolverId Uuidv4, ...) (*http.Request, error)
- func NewNetworkingCreateDnsRuleRequestWithBody(server string, dnsResolverId Uuidv4, contentType string, body io.Reader) (*http.Request, error)
- func NewNetworkingCreateDxAssociationRequest(server string, dxGatewayId Uuidv4, ...) (*http.Request, error)
- func NewNetworkingCreateDxAssociationRequestWithBody(server string, dxGatewayId Uuidv4, contentType string, body io.Reader) (*http.Request, error)
- func NewNetworkingCreateDxResourceRequest(server string, body NetworkingCreateDxResourceJSONRequestBody) (*http.Request, error)
- func NewNetworkingCreateDxResourceRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewNetworkingCreateHubPeeringRequest(server string, networkingHubId Uuidv4, ...) (*http.Request, error)
- func NewNetworkingCreateHubPeeringRequestWithBody(server string, networkingHubId Uuidv4, contentType string, body io.Reader) (*http.Request, error)
- func NewNetworkingCreateHubPrefixListRequest(server string, hubId Uuidv4, body NetworkingCreateHubPrefixListJSONRequestBody) (*http.Request, error)
- func NewNetworkingCreateHubPrefixListRequestWithBody(server string, hubId Uuidv4, contentType string, body io.Reader) (*http.Request, error)
- func NewNetworkingCreateHubRequest(server string, body NetworkingCreateHubJSONRequestBody) (*http.Request, error)
- func NewNetworkingCreateHubRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewNetworkingCreateVpcPrefixListRequest(server string, hubId Uuidv4, body NetworkingCreateVpcPrefixListJSONRequestBody) (*http.Request, error)
- func NewNetworkingCreateVpcPrefixListRequestWithBody(server string, hubId Uuidv4, contentType string, body io.Reader) (*http.Request, error)
- func NewNetworkingCreateVpcRequest(server string, hubId Uuidv4, body NetworkingCreateVpcJSONRequestBody) (*http.Request, error)
- func NewNetworkingCreateVpcRequestWithBody(server string, hubId Uuidv4, contentType string, body io.Reader) (*http.Request, error)
- func NewNetworkingCreateVpnConnectionRequest(server string, vpnCustomerGatewayId Uuidv4, ...) (*http.Request, error)
- func NewNetworkingCreateVpnConnectionRequestWithBody(server string, vpnCustomerGatewayId Uuidv4, contentType string, body io.Reader) (*http.Request, error)
- func NewNetworkingCreateVpnCustomerGatewayRequest(server string, body NetworkingCreateVpnCustomerGatewayJSONRequestBody) (*http.Request, error)
- func NewNetworkingCreateVpnCustomerGatewayRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewNetworkingDeleteCidrExclusionRequest(server string, exclusionId Uuidv4) (*http.Request, error)
- func NewNetworkingDeleteCidrRangeRequest(server string, rangeId Uuidv4) (*http.Request, error)
- func NewNetworkingDeleteDnsResolverRequest(server string, dnsResolverId Uuidv4) (*http.Request, error)
- func NewNetworkingDeleteDnsRuleRequest(server string, dnsRuleId Uuidv4) (*http.Request, error)
- func NewNetworkingDeleteDxAssociationRequest(server string, dxAssociationId Uuidv4) (*http.Request, error)
- func NewNetworkingDeleteDxGatewayRequest(server string, dxGatewayId Uuidv4) (*http.Request, error)
- func NewNetworkingDeleteDxVifRequest(server string, dxVifId Uuidv4) (*http.Request, error)
- func NewNetworkingDeleteHubPeeringRequest(server string, hubPeeringId Uuidv4) (*http.Request, error)
- func NewNetworkingDeleteHubRequest(server string, hubId Uuidv4) (*http.Request, error)
- func NewNetworkingDeletePrefixListRequest(server string, prefixListId Uuidv4) (*http.Request, error)
- func NewNetworkingDeleteVpcRequest(server string, vpcId Uuidv4) (*http.Request, error)
- func NewNetworkingDeleteVpnConnectionRequest(server string, vpnConnectionId Uuidv4) (*http.Request, error)
- func NewNetworkingDeleteVpnCustomerGatewayRequest(server string, vpnCustomerGatewayId Uuidv4) (*http.Request, error)
- func NewNetworkingReadCidrExclusionRequest(server string, exclusionId Uuidv4, params *NetworkingReadCidrExclusionParams) (*http.Request, error)
- func NewNetworkingReadCidrExclusionsRequest(server string, params *NetworkingReadCidrExclusionsParams) (*http.Request, error)
- func NewNetworkingReadCidrRangeRequest(server string, rangeId Uuidv4, params *NetworkingReadCidrRangeParams) (*http.Request, error)
- func NewNetworkingReadCidrRangesRequest(server string, params *NetworkingReadCidrRangesParams) (*http.Request, error)
- func NewNetworkingReadDnsResolverRequest(server string, dnsResolverId Uuidv4, params *NetworkingReadDnsResolverParams) (*http.Request, error)
- func NewNetworkingReadDnsResolversRequest(server string, params *NetworkingReadDnsResolversParams) (*http.Request, error)
- func NewNetworkingReadDnsRuleRequest(server string, dnsRuleId Uuidv4, params *NetworkingReadDnsRuleParams) (*http.Request, error)
- func NewNetworkingReadDnsRulesRequest(server string, params *NetworkingReadDnsRulesParams) (*http.Request, error)
- func NewNetworkingReadDxAssociationRequest(server string, dxAssociationId Uuidv4, ...) (*http.Request, error)
- func NewNetworkingReadDxAssociationsRequest(server string, params *NetworkingReadDxAssociationsParams) (*http.Request, error)
- func NewNetworkingReadDxConnectionsRequest(server string, accountId Uuidv4, params *NetworkingReadDxConnectionsParams) (*http.Request, error)
- func NewNetworkingReadDxGatewayRequest(server string, dxGatewayId Uuidv4, params *NetworkingReadDxGatewayParams) (*http.Request, error)
- func NewNetworkingReadDxGatewaysRequest(server string, params *NetworkingReadDxGatewaysParams) (*http.Request, error)
- func NewNetworkingReadDxVifRequest(server string, dxVifId Uuidv4, params *NetworkingReadDxVifParams) (*http.Request, error)
- func NewNetworkingReadDxVifStatusRequest(server string, dxVifId Uuidv4) (*http.Request, error)
- func NewNetworkingReadDxVifsRequest(server string, params *NetworkingReadDxVifsParams) (*http.Request, error)
- func NewNetworkingReadGatewayDxAssociationsRequest(server string, dxGatewayId Uuidv4, ...) (*http.Request, error)
- func NewNetworkingReadGatewayDxVifsRequest(server string, dxGatewayId Uuidv4, params *NetworkingReadGatewayDxVifsParams) (*http.Request, error)
- func NewNetworkingReadGatewayVpnConnectionsRequest(server string, vpnCustomerGatewayId Uuidv4, ...) (*http.Request, error)
- func NewNetworkingReadHubCidrExclusionsRequest(server string, hubId Uuidv4, params *NetworkingReadHubCidrExclusionsParams) (*http.Request, error)
- func NewNetworkingReadHubCidrRangesRequest(server string, hubId Uuidv4, params *NetworkingReadHubCidrRangesParams) (*http.Request, error)
- func NewNetworkingReadHubDnsResolversRequest(server string, hubId Uuidv4, params *NetworkingReadHubDnsResolversParams) (*http.Request, error)
- func NewNetworkingReadHubDxAssociationsRequest(server string, hubId Uuidv4, params *NetworkingReadHubDxAssociationsParams) (*http.Request, error)
- func NewNetworkingReadHubDxGatewaysRequest(server string, hubId Uuidv4, params *NetworkingReadHubDxGatewaysParams) (*http.Request, error)
- func NewNetworkingReadHubHubPeeringsRequest(server string, networkingHubId Uuidv4, ...) (*http.Request, error)
- func NewNetworkingReadHubPeeringRequest(server string, hubPeeringId Uuidv4, params *NetworkingReadHubPeeringParams) (*http.Request, error)
- func NewNetworkingReadHubPeeringsRequest(server string, params *NetworkingReadHubPeeringsParams) (*http.Request, error)
- func NewNetworkingReadHubPrefixListsRequest(server string, hubId Uuidv4, params *NetworkingReadHubPrefixListsParams) (*http.Request, error)
- func NewNetworkingReadHubRequest(server string, hubId Uuidv4, params *NetworkingReadHubParams) (*http.Request, error)
- func NewNetworkingReadHubVpcsRequest(server string, hubId Uuidv4, params *NetworkingReadHubVpcsParams) (*http.Request, error)
- func NewNetworkingReadHubVpnConnectionsRequest(server string, hubId Uuidv4, params *NetworkingReadHubVpnConnectionsParams) (*http.Request, error)
- func NewNetworkingReadHubVpnCustomerGatewaysRequest(server string, hubId Uuidv4, ...) (*http.Request, error)
- func NewNetworkingReadHubsRequest(server string, params *NetworkingReadHubsParams) (*http.Request, error)
- func NewNetworkingReadPrefixListRequest(server string, prefixListId Uuidv4, params *NetworkingReadPrefixListParams) (*http.Request, error)
- func NewNetworkingReadPrefixListsRequest(server string, params *NetworkingReadPrefixListsParams) (*http.Request, error)
- func NewNetworkingReadResolverDnsRulesRequest(server string, dnsResolverId Uuidv4, ...) (*http.Request, error)
- func NewNetworkingReadVpcRequest(server string, vpcId Uuidv4, params *NetworkingReadVpcParams) (*http.Request, error)
- func NewNetworkingReadVpcsRequest(server string, params *NetworkingReadVpcsParams) (*http.Request, error)
- func NewNetworkingReadVpnConnectionRequest(server string, vpnConnectionId Uuidv4, ...) (*http.Request, error)
- func NewNetworkingReadVpnConnectionStatusRequest(server string, vpnConnectionId Uuidv4) (*http.Request, error)
- func NewNetworkingReadVpnConnectionsRequest(server string, params *NetworkingReadVpnConnectionsParams) (*http.Request, error)
- func NewNetworkingReadVpnCustomerGatewayRequest(server string, vpnCustomerGatewayId Uuidv4, ...) (*http.Request, error)
- func NewNetworkingReadVpnCustomerGatewaysRequest(server string, params *NetworkingReadVpnCustomerGatewaysParams) (*http.Request, error)
- func NewNetworkingUpdateCidrExclusionRequest(server string, exclusionId Uuidv4, ...) (*http.Request, error)
- func NewNetworkingUpdateCidrExclusionRequestWithBody(server string, exclusionId Uuidv4, contentType string, body io.Reader) (*http.Request, error)
- func NewNetworkingUpdateCidrRangeRequest(server string, rangeId Uuidv4, body NetworkingUpdateCidrRangeJSONRequestBody) (*http.Request, error)
- func NewNetworkingUpdateCidrRangeRequestWithBody(server string, rangeId Uuidv4, contentType string, body io.Reader) (*http.Request, error)
- func NewNetworkingUpdateDnsResolverRequest(server string, dnsResolverId Uuidv4, ...) (*http.Request, error)
- func NewNetworkingUpdateDnsResolverRequestWithBody(server string, dnsResolverId Uuidv4, contentType string, body io.Reader) (*http.Request, error)
- func NewNetworkingUpdateDnsRuleRequest(server string, dnsRuleId Uuidv4, body NetworkingUpdateDnsRuleJSONRequestBody) (*http.Request, error)
- func NewNetworkingUpdateDnsRuleRequestWithBody(server string, dnsRuleId Uuidv4, contentType string, body io.Reader) (*http.Request, error)
- func NewNetworkingUpdateDxAssociationRequest(server string, dxAssociationId Uuidv4, ...) (*http.Request, error)
- func NewNetworkingUpdateDxAssociationRequestWithBody(server string, dxAssociationId Uuidv4, contentType string, body io.Reader) (*http.Request, error)
- func NewNetworkingUpdateDxVifRequest(server string, dxVifId Uuidv4, body NetworkingUpdateDxVifJSONRequestBody) (*http.Request, error)
- func NewNetworkingUpdateDxVifRequestWithBody(server string, dxVifId Uuidv4, contentType string, body io.Reader) (*http.Request, error)
- func NewNetworkingUpdateHubPeeringRequest(server string, hubPeeringId Uuidv4, ...) (*http.Request, error)
- func NewNetworkingUpdateHubPeeringRequestWithBody(server string, hubPeeringId Uuidv4, contentType string, body io.Reader) (*http.Request, error)
- func NewNetworkingUpdateHubPrefixListAssociationRequest(server string, prefixListId Uuidv4, ...) (*http.Request, error)
- func NewNetworkingUpdateHubPrefixListAssociationRequestWithBody(server string, prefixListId Uuidv4, contentType string, body io.Reader) (*http.Request, error)
- func NewNetworkingUpdateHubRequest(server string, hubId Uuidv4, body NetworkingUpdateHubJSONRequestBody) (*http.Request, error)
- func NewNetworkingUpdateHubRequestWithBody(server string, hubId Uuidv4, contentType string, body io.Reader) (*http.Request, error)
- func NewNetworkingUpdatePrefixListRequest(server string, prefixListId Uuidv4, ...) (*http.Request, error)
- func NewNetworkingUpdatePrefixListRequestWithBody(server string, prefixListId Uuidv4, contentType string, body io.Reader) (*http.Request, error)
- func NewNetworkingUpdateVpcPrefixListAssociationRequest(server string, prefixListId Uuidv4, ...) (*http.Request, error)
- func NewNetworkingUpdateVpcPrefixListAssociationRequestWithBody(server string, prefixListId Uuidv4, contentType string, body io.Reader) (*http.Request, error)
- func NewNetworkingUpdateVpcRequest(server string, vpcId Uuidv4, body NetworkingUpdateVpcJSONRequestBody) (*http.Request, error)
- func NewNetworkingUpdateVpcRequestWithBody(server string, vpcId Uuidv4, contentType string, body io.Reader) (*http.Request, error)
- func NewNetworkingUpdateVpnConnectionRequest(server string, vpnConnectionId Uuidv4, ...) (*http.Request, error)
- func NewNetworkingUpdateVpnConnectionRequestWithBody(server string, vpnConnectionId Uuidv4, contentType string, body io.Reader) (*http.Request, error)
- func NewNetworkingUpdateVpnCustomerGatewayRequest(server string, vpnCustomerGatewayId Uuidv4, ...) (*http.Request, error)
- func NewNetworkingUpdateVpnCustomerGatewayRequestWithBody(server string, vpnCustomerGatewayId Uuidv4, contentType string, body io.Reader) (*http.Request, error)
- func NewOrganisationsAttachPolicyRequest(server string, policyId string, body OrganisationsAttachPolicyJSONRequestBody) (*http.Request, error)
- func NewOrganisationsAttachPolicyRequestWithBody(server string, policyId string, contentType string, body io.Reader) (*http.Request, error)
- func NewOrganisationsCreatePolicyRequest(server string, body OrganisationsCreatePolicyJSONRequestBody) (*http.Request, error)
- func NewOrganisationsCreatePolicyRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewOrganisationsDeletePolicyRequest(server string, policyId string) (*http.Request, error)
- func NewOrganisationsDetachPolicyRequest(server string, policyId string) (*http.Request, error)
- func NewOrganisationsReadOrganisationRequest(server string) (*http.Request, error)
- func NewOrganisationsReadOrganisationalUnitRequest(server string, organisationalUnitId string) (*http.Request, error)
- func NewOrganisationsReadOrganisationalUnitsRequest(server string, params *OrganisationsReadOrganisationalUnitsParams) (*http.Request, error)
- func NewOrganisationsReadOrganisationsRequest(server string) (*http.Request, error)
- func NewOrganisationsReadPoliciesRequest(server string, params *OrganisationsReadPoliciesParams) (*http.Request, error)
- func NewOrganisationsReadPolicyRequest(server string, policyId string) (*http.Request, error)
- func NewOrganisationsUpdatePolicyRequest(server string, policyId string, body OrganisationsUpdatePolicyJSONRequestBody) (*http.Request, error)
- func NewOrganisationsUpdatePolicyRequestWithBody(server string, policyId string, contentType string, body io.Reader) (*http.Request, error)
- func NewPublicCheckAliasRequest(server string, alias string) (*http.Request, error)
- func NewPublicReadConfigRequest(server string) (*http.Request, error)
- func NewServicesConfigureSecurityHubRequest(server string, body ServicesConfigureSecurityHubJSONRequestBody) (*http.Request, error)
- func NewServicesConfigureSecurityHubRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewServicesReadConfigurationsRequest(server string) (*http.Request, error)
- func NewServicesReadSecurityHubConfigurationRequest(server string) (*http.Request, error)
- func NewTasksReadTaskRequest(server string, taskId string) (*http.Request, error)
- func NewTeamsCreateApiTokenRequest(server string, body TeamsCreateApiTokenJSONRequestBody) (*http.Request, error)
- func NewTeamsCreateApiTokenRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewTeamsCreateGroupRequest(server string, body TeamsCreateGroupJSONRequestBody) (*http.Request, error)
- func NewTeamsCreateGroupRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewTeamsCreateUserRequest(server string, body TeamsCreateUserJSONRequestBody) (*http.Request, error)
- func NewTeamsCreateUserRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewTeamsDeleteApiTokenRequest(server string, accessKey string) (*http.Request, error)
- func NewTeamsDeleteGroupRequest(server string, groupId string) (*http.Request, error)
- func NewTeamsDeleteUserRequest(server string, userId string) (*http.Request, error)
- func NewTeamsFetchCurrentUserRequest(server string) (*http.Request, error)
- func NewTeamsReadApiTokenRequest(server string, accessKey string, params *TeamsReadApiTokenParams) (*http.Request, error)
- func NewTeamsReadApiTokensRequest(server string, params *TeamsReadApiTokensParams) (*http.Request, error)
- func NewTeamsReadGroupRequest(server string, groupId string) (*http.Request, error)
- func NewTeamsReadGroupsRequest(server string, params *TeamsReadGroupsParams) (*http.Request, error)
- func NewTeamsReadIdamUserRequest(server string, orgId string) (*http.Request, error)
- func NewTeamsReadIdamUsersRequest(server string) (*http.Request, error)
- func NewTeamsReadUserRequest(server string, userId string) (*http.Request, error)
- func NewTeamsReadUsersRequest(server string, params *TeamsReadUsersParams) (*http.Request, error)
- func NewTeamsUpdateApiTokenRequest(server string, accessKey string, body TeamsUpdateApiTokenJSONRequestBody) (*http.Request, error)
- func NewTeamsUpdateApiTokenRequestWithBody(server string, accessKey string, contentType string, body io.Reader) (*http.Request, error)
- func NewTeamsUpdateGroupMembersRequest(server string, body TeamsUpdateGroupMembersJSONRequestBody) (*http.Request, error)
- func NewTeamsUpdateGroupMembersRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewTeamsUpdateGroupRequest(server string, groupId string, body TeamsUpdateGroupJSONRequestBody) (*http.Request, error)
- func NewTeamsUpdateGroupRequestWithBody(server string, groupId string, contentType string, body io.Reader) (*http.Request, error)
- func NewTeamsUpdateUserInviteRequest(server string, userId string) (*http.Request, error)
- func NewTeamsUpdateUserPasswordRequest(server string, userId string) (*http.Request, error)
- func NewTeamsUpdateUserRequest(server string, userId string, body TeamsUpdateUserJSONRequestBody) (*http.Request, error)
- func NewTeamsUpdateUserRequestWithBody(server string, userId string, contentType string, body io.Reader) (*http.Request, error)
- func NewWorkloadsCreateCatalogueItemRequest(server string, body WorkloadsCreateCatalogueItemJSONRequestBody) (*http.Request, error)
- func NewWorkloadsCreateCatalogueItemRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewWorkloadsCreateCatalogueVersionRequest(server string, catalogueId string, ...) (*http.Request, error)
- func NewWorkloadsCreateCatalogueVersionRequestWithBody(server string, catalogueId string, contentType string, body io.Reader) (*http.Request, error)
- func NewWorkloadsCreateWorkloadRequest(server string, body WorkloadsCreateWorkloadJSONRequestBody) (*http.Request, error)
- func NewWorkloadsCreateWorkloadRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewWorkloadsDeleteCatalogueItemRequest(server string, catalogueId string) (*http.Request, error)
- func NewWorkloadsDeleteCatalogueVersionRequest(server string, catalogueId string, versionId string) (*http.Request, error)
- func NewWorkloadsDeleteWorkloadRequest(server string, workloadId string) (*http.Request, error)
- func NewWorkloadsReadCatalogueItemRequest(server string, catalogueId string, params *WorkloadsReadCatalogueItemParams) (*http.Request, error)
- func NewWorkloadsReadCatalogueItemsRequest(server string, params *WorkloadsReadCatalogueItemsParams) (*http.Request, error)
- func NewWorkloadsReadCatalogueManifestRequest(server string, versionId string) (*http.Request, error)
- func NewWorkloadsReadCatalogueTemplateRequest(server string, versionId string, name string) (*http.Request, error)
- func NewWorkloadsReadCatalogueVersionRequest(server string, catalogueId string, versionId string, ...) (*http.Request, error)
- func NewWorkloadsReadWorkloadRequest(server string, workloadId string, params *WorkloadsReadWorkloadParams) (*http.Request, error)
- func NewWorkloadsReadWorkloadsRequest(server string, params *WorkloadsReadWorkloadsParams) (*http.Request, error)
- func NewWorkloadsUpdateAllRequest(server string, body WorkloadsUpdateAllJSONRequestBody) (*http.Request, error)
- func NewWorkloadsUpdateAllRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewWorkloadsUpdateWorkloadRequest(server string, workloadId string, body WorkloadsUpdateWorkloadJSONRequestBody) (*http.Request, error)
- func NewWorkloadsUpdateWorkloadRequestWithBody(server string, workloadId string, contentType string, body io.Reader) (*http.Request, error)
- type AccountsCloseAccountResp
- type AccountsCreateAccountResp
- type AccountsCreateAccountTypeResp
- type AccountsDeleteAccountTypeResp
- type AccountsDiscoverAccountResp
- type AccountsDiscoverAccountsResp
- type AccountsOnboardAccountResp
- type AccountsReadAccountResp
- type AccountsReadAccountTypeResp
- type AccountsReadAccountTypesResp
- type AccountsReadAccountsResp
- type AccountsUpdateAccountResp
- type AccountsUpdateAccountTypeAccessResp
- type AccountsUpdateAccountTypeMembersResp
- type AccountsUpdateAccountTypePoliciesResp
- type AccountsUpdateAccountTypeResp
- type Client
- func (c *Client) AccountsCloseAccount(ctx context.Context, body AccountsCloseAccountJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) AccountsCloseAccountWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) AccountsCreateAccount(ctx context.Context, body AccountsCreateAccountJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) AccountsCreateAccountType(ctx context.Context, body AccountsCreateAccountTypeJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) AccountsCreateAccountTypeWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) AccountsCreateAccountWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) AccountsDeleteAccountType(ctx context.Context, accountTypeId string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) AccountsDiscoverAccount(ctx context.Context, awsAccountId string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) AccountsDiscoverAccounts(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) AccountsOnboardAccount(ctx context.Context, body AccountsOnboardAccountJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) AccountsOnboardAccountWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) AccountsReadAccount(ctx context.Context, accountId string, params *AccountsReadAccountParams, ...) (*http.Response, error)
- func (c *Client) AccountsReadAccountType(ctx context.Context, accountTypeId string, ...) (*http.Response, error)
- func (c *Client) AccountsReadAccountTypes(ctx context.Context, params *AccountsReadAccountTypesParams, ...) (*http.Response, error)
- func (c *Client) AccountsReadAccounts(ctx context.Context, params *AccountsReadAccountsParams, ...) (*http.Response, error)
- func (c *Client) AccountsUpdateAccount(ctx context.Context, accountId string, ...) (*http.Response, error)
- func (c *Client) AccountsUpdateAccountType(ctx context.Context, accountTypeId string, ...) (*http.Response, error)
- func (c *Client) AccountsUpdateAccountTypeAccess(ctx context.Context, body AccountsUpdateAccountTypeAccessJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) AccountsUpdateAccountTypeAccessWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) AccountsUpdateAccountTypeMembers(ctx context.Context, body AccountsUpdateAccountTypeMembersJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) AccountsUpdateAccountTypeMembersWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) AccountsUpdateAccountTypePolicies(ctx context.Context, body AccountsUpdateAccountTypePoliciesJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) AccountsUpdateAccountTypePoliciesWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) AccountsUpdateAccountTypeWithBody(ctx context.Context, accountTypeId string, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) AccountsUpdateAccountWithBody(ctx context.Context, accountId string, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) NetworkingCreateCidrExclusion(ctx context.Context, hubId Uuidv4, ...) (*http.Response, error)
- func (c *Client) NetworkingCreateCidrExclusionWithBody(ctx context.Context, hubId Uuidv4, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) NetworkingCreateCidrRange(ctx context.Context, hubId Uuidv4, ...) (*http.Response, error)
- func (c *Client) NetworkingCreateCidrRangeWithBody(ctx context.Context, hubId Uuidv4, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) NetworkingCreateDnsResolver(ctx context.Context, hubId Uuidv4, ...) (*http.Response, error)
- func (c *Client) NetworkingCreateDnsResolverWithBody(ctx context.Context, hubId Uuidv4, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) NetworkingCreateDnsRule(ctx context.Context, dnsResolverId Uuidv4, ...) (*http.Response, error)
- func (c *Client) NetworkingCreateDnsRuleWithBody(ctx context.Context, dnsResolverId Uuidv4, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) NetworkingCreateDxAssociation(ctx context.Context, dxGatewayId Uuidv4, ...) (*http.Response, error)
- func (c *Client) NetworkingCreateDxAssociationWithBody(ctx context.Context, dxGatewayId Uuidv4, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) NetworkingCreateDxResource(ctx context.Context, body NetworkingCreateDxResourceJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) NetworkingCreateDxResourceWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) NetworkingCreateHub(ctx context.Context, body NetworkingCreateHubJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) NetworkingCreateHubPeering(ctx context.Context, networkingHubId Uuidv4, ...) (*http.Response, error)
- func (c *Client) NetworkingCreateHubPeeringWithBody(ctx context.Context, networkingHubId Uuidv4, contentType string, ...) (*http.Response, error)
- func (c *Client) NetworkingCreateHubPrefixList(ctx context.Context, hubId Uuidv4, ...) (*http.Response, error)
- func (c *Client) NetworkingCreateHubPrefixListWithBody(ctx context.Context, hubId Uuidv4, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) NetworkingCreateHubWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) NetworkingCreateVpc(ctx context.Context, hubId Uuidv4, body NetworkingCreateVpcJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) NetworkingCreateVpcPrefixList(ctx context.Context, hubId Uuidv4, ...) (*http.Response, error)
- func (c *Client) NetworkingCreateVpcPrefixListWithBody(ctx context.Context, hubId Uuidv4, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) NetworkingCreateVpcWithBody(ctx context.Context, hubId Uuidv4, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) NetworkingCreateVpnConnection(ctx context.Context, vpnCustomerGatewayId Uuidv4, ...) (*http.Response, error)
- func (c *Client) NetworkingCreateVpnConnectionWithBody(ctx context.Context, vpnCustomerGatewayId Uuidv4, contentType string, ...) (*http.Response, error)
- func (c *Client) NetworkingCreateVpnCustomerGateway(ctx context.Context, body NetworkingCreateVpnCustomerGatewayJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) NetworkingCreateVpnCustomerGatewayWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) NetworkingDeleteCidrExclusion(ctx context.Context, exclusionId Uuidv4, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) NetworkingDeleteCidrRange(ctx context.Context, rangeId Uuidv4, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) NetworkingDeleteDnsResolver(ctx context.Context, dnsResolverId Uuidv4, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) NetworkingDeleteDnsRule(ctx context.Context, dnsRuleId Uuidv4, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) NetworkingDeleteDxAssociation(ctx context.Context, dxAssociationId Uuidv4, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) NetworkingDeleteDxGateway(ctx context.Context, dxGatewayId Uuidv4, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) NetworkingDeleteDxVif(ctx context.Context, dxVifId Uuidv4, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) NetworkingDeleteHub(ctx context.Context, hubId Uuidv4, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) NetworkingDeleteHubPeering(ctx context.Context, hubPeeringId Uuidv4, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) NetworkingDeletePrefixList(ctx context.Context, prefixListId Uuidv4, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) NetworkingDeleteVpc(ctx context.Context, vpcId Uuidv4, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) NetworkingDeleteVpnConnection(ctx context.Context, vpnConnectionId Uuidv4, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) NetworkingDeleteVpnCustomerGateway(ctx context.Context, vpnCustomerGatewayId Uuidv4, ...) (*http.Response, error)
- func (c *Client) NetworkingReadCidrExclusion(ctx context.Context, exclusionId Uuidv4, ...) (*http.Response, error)
- func (c *Client) NetworkingReadCidrExclusions(ctx context.Context, params *NetworkingReadCidrExclusionsParams, ...) (*http.Response, error)
- func (c *Client) NetworkingReadCidrRange(ctx context.Context, rangeId Uuidv4, params *NetworkingReadCidrRangeParams, ...) (*http.Response, error)
- func (c *Client) NetworkingReadCidrRanges(ctx context.Context, params *NetworkingReadCidrRangesParams, ...) (*http.Response, error)
- func (c *Client) NetworkingReadDnsResolver(ctx context.Context, dnsResolverId Uuidv4, ...) (*http.Response, error)
- func (c *Client) NetworkingReadDnsResolvers(ctx context.Context, params *NetworkingReadDnsResolversParams, ...) (*http.Response, error)
- func (c *Client) NetworkingReadDnsRule(ctx context.Context, dnsRuleId Uuidv4, params *NetworkingReadDnsRuleParams, ...) (*http.Response, error)
- func (c *Client) NetworkingReadDnsRules(ctx context.Context, params *NetworkingReadDnsRulesParams, ...) (*http.Response, error)
- func (c *Client) NetworkingReadDxAssociation(ctx context.Context, dxAssociationId Uuidv4, ...) (*http.Response, error)
- func (c *Client) NetworkingReadDxAssociations(ctx context.Context, params *NetworkingReadDxAssociationsParams, ...) (*http.Response, error)
- func (c *Client) NetworkingReadDxConnections(ctx context.Context, accountId Uuidv4, ...) (*http.Response, error)
- func (c *Client) NetworkingReadDxGateway(ctx context.Context, dxGatewayId Uuidv4, params *NetworkingReadDxGatewayParams, ...) (*http.Response, error)
- func (c *Client) NetworkingReadDxGateways(ctx context.Context, params *NetworkingReadDxGatewaysParams, ...) (*http.Response, error)
- func (c *Client) NetworkingReadDxVif(ctx context.Context, dxVifId Uuidv4, params *NetworkingReadDxVifParams, ...) (*http.Response, error)
- func (c *Client) NetworkingReadDxVifStatus(ctx context.Context, dxVifId Uuidv4, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) NetworkingReadDxVifs(ctx context.Context, params *NetworkingReadDxVifsParams, ...) (*http.Response, error)
- func (c *Client) NetworkingReadGatewayDxAssociations(ctx context.Context, dxGatewayId Uuidv4, ...) (*http.Response, error)
- func (c *Client) NetworkingReadGatewayDxVifs(ctx context.Context, dxGatewayId Uuidv4, ...) (*http.Response, error)
- func (c *Client) NetworkingReadGatewayVpnConnections(ctx context.Context, vpnCustomerGatewayId Uuidv4, ...) (*http.Response, error)
- func (c *Client) NetworkingReadHub(ctx context.Context, hubId Uuidv4, params *NetworkingReadHubParams, ...) (*http.Response, error)
- func (c *Client) NetworkingReadHubCidrExclusions(ctx context.Context, hubId Uuidv4, ...) (*http.Response, error)
- func (c *Client) NetworkingReadHubCidrRanges(ctx context.Context, hubId Uuidv4, params *NetworkingReadHubCidrRangesParams, ...) (*http.Response, error)
- func (c *Client) NetworkingReadHubDnsResolvers(ctx context.Context, hubId Uuidv4, params *NetworkingReadHubDnsResolversParams, ...) (*http.Response, error)
- func (c *Client) NetworkingReadHubDxAssociations(ctx context.Context, hubId Uuidv4, ...) (*http.Response, error)
- func (c *Client) NetworkingReadHubDxGateways(ctx context.Context, hubId Uuidv4, params *NetworkingReadHubDxGatewaysParams, ...) (*http.Response, error)
- func (c *Client) NetworkingReadHubHubPeerings(ctx context.Context, networkingHubId Uuidv4, ...) (*http.Response, error)
- func (c *Client) NetworkingReadHubPeering(ctx context.Context, hubPeeringId Uuidv4, ...) (*http.Response, error)
- func (c *Client) NetworkingReadHubPeerings(ctx context.Context, params *NetworkingReadHubPeeringsParams, ...) (*http.Response, error)
- func (c *Client) NetworkingReadHubPrefixLists(ctx context.Context, hubId Uuidv4, params *NetworkingReadHubPrefixListsParams, ...) (*http.Response, error)
- func (c *Client) NetworkingReadHubVpcs(ctx context.Context, hubId Uuidv4, params *NetworkingReadHubVpcsParams, ...) (*http.Response, error)
- func (c *Client) NetworkingReadHubVpnConnections(ctx context.Context, hubId Uuidv4, ...) (*http.Response, error)
- func (c *Client) NetworkingReadHubVpnCustomerGateways(ctx context.Context, hubId Uuidv4, ...) (*http.Response, error)
- func (c *Client) NetworkingReadHubs(ctx context.Context, params *NetworkingReadHubsParams, ...) (*http.Response, error)
- func (c *Client) NetworkingReadPrefixList(ctx context.Context, prefixListId Uuidv4, ...) (*http.Response, error)
- func (c *Client) NetworkingReadPrefixLists(ctx context.Context, params *NetworkingReadPrefixListsParams, ...) (*http.Response, error)
- func (c *Client) NetworkingReadResolverDnsRules(ctx context.Context, dnsResolverId Uuidv4, ...) (*http.Response, error)
- func (c *Client) NetworkingReadVpc(ctx context.Context, vpcId Uuidv4, params *NetworkingReadVpcParams, ...) (*http.Response, error)
- func (c *Client) NetworkingReadVpcs(ctx context.Context, params *NetworkingReadVpcsParams, ...) (*http.Response, error)
- func (c *Client) NetworkingReadVpnConnection(ctx context.Context, vpnConnectionId Uuidv4, ...) (*http.Response, error)
- func (c *Client) NetworkingReadVpnConnectionStatus(ctx context.Context, vpnConnectionId Uuidv4, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) NetworkingReadVpnConnections(ctx context.Context, params *NetworkingReadVpnConnectionsParams, ...) (*http.Response, error)
- func (c *Client) NetworkingReadVpnCustomerGateway(ctx context.Context, vpnCustomerGatewayId Uuidv4, ...) (*http.Response, error)
- func (c *Client) NetworkingReadVpnCustomerGateways(ctx context.Context, params *NetworkingReadVpnCustomerGatewaysParams, ...) (*http.Response, error)
- func (c *Client) NetworkingUpdateCidrExclusion(ctx context.Context, exclusionId Uuidv4, ...) (*http.Response, error)
- func (c *Client) NetworkingUpdateCidrExclusionWithBody(ctx context.Context, exclusionId Uuidv4, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) NetworkingUpdateCidrRange(ctx context.Context, rangeId Uuidv4, ...) (*http.Response, error)
- func (c *Client) NetworkingUpdateCidrRangeWithBody(ctx context.Context, rangeId Uuidv4, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) NetworkingUpdateDnsResolver(ctx context.Context, dnsResolverId Uuidv4, ...) (*http.Response, error)
- func (c *Client) NetworkingUpdateDnsResolverWithBody(ctx context.Context, dnsResolverId Uuidv4, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) NetworkingUpdateDnsRule(ctx context.Context, dnsRuleId Uuidv4, ...) (*http.Response, error)
- func (c *Client) NetworkingUpdateDnsRuleWithBody(ctx context.Context, dnsRuleId Uuidv4, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) NetworkingUpdateDxAssociation(ctx context.Context, dxAssociationId Uuidv4, ...) (*http.Response, error)
- func (c *Client) NetworkingUpdateDxAssociationWithBody(ctx context.Context, dxAssociationId Uuidv4, contentType string, ...) (*http.Response, error)
- func (c *Client) NetworkingUpdateDxVif(ctx context.Context, dxVifId Uuidv4, body NetworkingUpdateDxVifJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) NetworkingUpdateDxVifWithBody(ctx context.Context, dxVifId Uuidv4, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) NetworkingUpdateHub(ctx context.Context, hubId Uuidv4, body NetworkingUpdateHubJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) NetworkingUpdateHubPeering(ctx context.Context, hubPeeringId Uuidv4, ...) (*http.Response, error)
- func (c *Client) NetworkingUpdateHubPeeringWithBody(ctx context.Context, hubPeeringId Uuidv4, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) NetworkingUpdateHubPrefixListAssociation(ctx context.Context, prefixListId Uuidv4, ...) (*http.Response, error)
- func (c *Client) NetworkingUpdateHubPrefixListAssociationWithBody(ctx context.Context, prefixListId Uuidv4, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) NetworkingUpdateHubWithBody(ctx context.Context, hubId Uuidv4, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) NetworkingUpdatePrefixList(ctx context.Context, prefixListId Uuidv4, ...) (*http.Response, error)
- func (c *Client) NetworkingUpdatePrefixListWithBody(ctx context.Context, prefixListId Uuidv4, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) NetworkingUpdateVpc(ctx context.Context, vpcId Uuidv4, body NetworkingUpdateVpcJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) NetworkingUpdateVpcPrefixListAssociation(ctx context.Context, prefixListId Uuidv4, ...) (*http.Response, error)
- func (c *Client) NetworkingUpdateVpcPrefixListAssociationWithBody(ctx context.Context, prefixListId Uuidv4, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) NetworkingUpdateVpcWithBody(ctx context.Context, vpcId Uuidv4, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) NetworkingUpdateVpnConnection(ctx context.Context, vpnConnectionId Uuidv4, ...) (*http.Response, error)
- func (c *Client) NetworkingUpdateVpnConnectionWithBody(ctx context.Context, vpnConnectionId Uuidv4, contentType string, ...) (*http.Response, error)
- func (c *Client) NetworkingUpdateVpnCustomerGateway(ctx context.Context, vpnCustomerGatewayId Uuidv4, ...) (*http.Response, error)
- func (c *Client) NetworkingUpdateVpnCustomerGatewayWithBody(ctx context.Context, vpnCustomerGatewayId Uuidv4, contentType string, ...) (*http.Response, error)
- func (c *Client) OrganisationsAttachPolicy(ctx context.Context, policyId string, ...) (*http.Response, error)
- func (c *Client) OrganisationsAttachPolicyWithBody(ctx context.Context, policyId string, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) OrganisationsCreatePolicy(ctx context.Context, body OrganisationsCreatePolicyJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) OrganisationsCreatePolicyWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) OrganisationsDeletePolicy(ctx context.Context, policyId string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) OrganisationsDetachPolicy(ctx context.Context, policyId string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) OrganisationsReadOrganisation(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) OrganisationsReadOrganisationalUnit(ctx context.Context, organisationalUnitId string, ...) (*http.Response, error)
- func (c *Client) OrganisationsReadOrganisationalUnits(ctx context.Context, params *OrganisationsReadOrganisationalUnitsParams, ...) (*http.Response, error)
- func (c *Client) OrganisationsReadOrganisations(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) OrganisationsReadPolicies(ctx context.Context, params *OrganisationsReadPoliciesParams, ...) (*http.Response, error)
- func (c *Client) OrganisationsReadPolicy(ctx context.Context, policyId string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) OrganisationsUpdatePolicy(ctx context.Context, policyId string, ...) (*http.Response, error)
- func (c *Client) OrganisationsUpdatePolicyWithBody(ctx context.Context, policyId string, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) PublicCheckAlias(ctx context.Context, alias string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) PublicReadConfig(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) ServicesConfigureSecurityHub(ctx context.Context, body ServicesConfigureSecurityHubJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) ServicesConfigureSecurityHubWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) ServicesReadConfigurations(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) ServicesReadSecurityHubConfiguration(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) TasksReadTask(ctx context.Context, taskId string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) TeamsCreateApiToken(ctx context.Context, body TeamsCreateApiTokenJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) TeamsCreateApiTokenWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) TeamsCreateGroup(ctx context.Context, body TeamsCreateGroupJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) TeamsCreateGroupWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) TeamsCreateUser(ctx context.Context, body TeamsCreateUserJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) TeamsCreateUserWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) TeamsDeleteApiToken(ctx context.Context, accessKey string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) TeamsDeleteGroup(ctx context.Context, groupId string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) TeamsDeleteUser(ctx context.Context, userId string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) TeamsFetchCurrentUser(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) TeamsReadApiToken(ctx context.Context, accessKey string, params *TeamsReadApiTokenParams, ...) (*http.Response, error)
- func (c *Client) TeamsReadApiTokens(ctx context.Context, params *TeamsReadApiTokensParams, ...) (*http.Response, error)
- func (c *Client) TeamsReadGroup(ctx context.Context, groupId string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) TeamsReadGroups(ctx context.Context, params *TeamsReadGroupsParams, ...) (*http.Response, error)
- func (c *Client) TeamsReadIdamUser(ctx context.Context, orgId string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) TeamsReadIdamUsers(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) TeamsReadUser(ctx context.Context, userId string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) TeamsReadUsers(ctx context.Context, params *TeamsReadUsersParams, ...) (*http.Response, error)
- func (c *Client) TeamsUpdateApiToken(ctx context.Context, accessKey string, body TeamsUpdateApiTokenJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) TeamsUpdateApiTokenWithBody(ctx context.Context, accessKey string, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) TeamsUpdateGroup(ctx context.Context, groupId string, body TeamsUpdateGroupJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) TeamsUpdateGroupMembers(ctx context.Context, body TeamsUpdateGroupMembersJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) TeamsUpdateGroupMembersWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) TeamsUpdateGroupWithBody(ctx context.Context, groupId string, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) TeamsUpdateUser(ctx context.Context, userId string, body TeamsUpdateUserJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) TeamsUpdateUserInvite(ctx context.Context, userId string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) TeamsUpdateUserPassword(ctx context.Context, userId string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) TeamsUpdateUserWithBody(ctx context.Context, userId string, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) WorkloadsCreateCatalogueItem(ctx context.Context, body WorkloadsCreateCatalogueItemJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) WorkloadsCreateCatalogueItemWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) WorkloadsCreateCatalogueVersion(ctx context.Context, catalogueId string, ...) (*http.Response, error)
- func (c *Client) WorkloadsCreateCatalogueVersionWithBody(ctx context.Context, catalogueId string, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) WorkloadsCreateWorkload(ctx context.Context, body WorkloadsCreateWorkloadJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) WorkloadsCreateWorkloadWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) WorkloadsDeleteCatalogueItem(ctx context.Context, catalogueId string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) WorkloadsDeleteCatalogueVersion(ctx context.Context, catalogueId string, versionId string, ...) (*http.Response, error)
- func (c *Client) WorkloadsDeleteWorkload(ctx context.Context, workloadId string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) WorkloadsReadCatalogueItem(ctx context.Context, catalogueId string, ...) (*http.Response, error)
- func (c *Client) WorkloadsReadCatalogueItems(ctx context.Context, params *WorkloadsReadCatalogueItemsParams, ...) (*http.Response, error)
- func (c *Client) WorkloadsReadCatalogueManifest(ctx context.Context, versionId string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) WorkloadsReadCatalogueTemplate(ctx context.Context, versionId string, name string, ...) (*http.Response, error)
- func (c *Client) WorkloadsReadCatalogueVersion(ctx context.Context, catalogueId string, versionId string, ...) (*http.Response, error)
- func (c *Client) WorkloadsReadWorkload(ctx context.Context, workloadId string, params *WorkloadsReadWorkloadParams, ...) (*http.Response, error)
- func (c *Client) WorkloadsReadWorkloads(ctx context.Context, params *WorkloadsReadWorkloadsParams, ...) (*http.Response, error)
- func (c *Client) WorkloadsUpdateAll(ctx context.Context, body WorkloadsUpdateAllJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) WorkloadsUpdateAllWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) WorkloadsUpdateWorkload(ctx context.Context, workloadId string, ...) (*http.Response, error)
- func (c *Client) WorkloadsUpdateWorkloadWithBody(ctx context.Context, workloadId string, contentType string, body io.Reader, ...) (*http.Response, error)
- type ClientInterface
- type ClientOption
- type ClientWithResponses
- func (c *ClientWithResponses) AccountsCloseAccountWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*AccountsCloseAccountResp, error)
- func (c *ClientWithResponses) AccountsCloseAccountWithResponse(ctx context.Context, body AccountsCloseAccountJSONRequestBody, ...) (*AccountsCloseAccountResp, error)
- func (c *ClientWithResponses) AccountsCreateAccountTypeWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*AccountsCreateAccountTypeResp, error)
- func (c *ClientWithResponses) AccountsCreateAccountTypeWithResponse(ctx context.Context, body AccountsCreateAccountTypeJSONRequestBody, ...) (*AccountsCreateAccountTypeResp, error)
- func (c *ClientWithResponses) AccountsCreateAccountWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*AccountsCreateAccountResp, error)
- func (c *ClientWithResponses) AccountsCreateAccountWithResponse(ctx context.Context, body AccountsCreateAccountJSONRequestBody, ...) (*AccountsCreateAccountResp, error)
- func (c *ClientWithResponses) AccountsDeleteAccountTypeWithResponse(ctx context.Context, accountTypeId string, reqEditors ...RequestEditorFn) (*AccountsDeleteAccountTypeResp, error)
- func (c *ClientWithResponses) AccountsDiscoverAccountWithResponse(ctx context.Context, awsAccountId string, reqEditors ...RequestEditorFn) (*AccountsDiscoverAccountResp, error)
- func (c *ClientWithResponses) AccountsDiscoverAccountsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*AccountsDiscoverAccountsResp, error)
- func (c *ClientWithResponses) AccountsOnboardAccountWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*AccountsOnboardAccountResp, error)
- func (c *ClientWithResponses) AccountsOnboardAccountWithResponse(ctx context.Context, body AccountsOnboardAccountJSONRequestBody, ...) (*AccountsOnboardAccountResp, error)
- func (c *ClientWithResponses) AccountsReadAccountTypeWithResponse(ctx context.Context, accountTypeId string, ...) (*AccountsReadAccountTypeResp, error)
- func (c *ClientWithResponses) AccountsReadAccountTypesWithResponse(ctx context.Context, params *AccountsReadAccountTypesParams, ...) (*AccountsReadAccountTypesResp, error)
- func (c *ClientWithResponses) AccountsReadAccountWithResponse(ctx context.Context, accountId string, params *AccountsReadAccountParams, ...) (*AccountsReadAccountResp, error)
- func (c *ClientWithResponses) AccountsReadAccountsWithResponse(ctx context.Context, params *AccountsReadAccountsParams, ...) (*AccountsReadAccountsResp, error)
- func (c *ClientWithResponses) AccountsUpdateAccountTypeAccessWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*AccountsUpdateAccountTypeAccessResp, error)
- func (c *ClientWithResponses) AccountsUpdateAccountTypeAccessWithResponse(ctx context.Context, body AccountsUpdateAccountTypeAccessJSONRequestBody, ...) (*AccountsUpdateAccountTypeAccessResp, error)
- func (c *ClientWithResponses) AccountsUpdateAccountTypeMembersWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*AccountsUpdateAccountTypeMembersResp, error)
- func (c *ClientWithResponses) AccountsUpdateAccountTypeMembersWithResponse(ctx context.Context, body AccountsUpdateAccountTypeMembersJSONRequestBody, ...) (*AccountsUpdateAccountTypeMembersResp, error)
- func (c *ClientWithResponses) AccountsUpdateAccountTypePoliciesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*AccountsUpdateAccountTypePoliciesResp, error)
- func (c *ClientWithResponses) AccountsUpdateAccountTypePoliciesWithResponse(ctx context.Context, body AccountsUpdateAccountTypePoliciesJSONRequestBody, ...) (*AccountsUpdateAccountTypePoliciesResp, error)
- func (c *ClientWithResponses) AccountsUpdateAccountTypeWithBodyWithResponse(ctx context.Context, accountTypeId string, contentType string, body io.Reader, ...) (*AccountsUpdateAccountTypeResp, error)
- func (c *ClientWithResponses) AccountsUpdateAccountTypeWithResponse(ctx context.Context, accountTypeId string, ...) (*AccountsUpdateAccountTypeResp, error)
- func (c *ClientWithResponses) AccountsUpdateAccountWithBodyWithResponse(ctx context.Context, accountId string, contentType string, body io.Reader, ...) (*AccountsUpdateAccountResp, error)
- func (c *ClientWithResponses) AccountsUpdateAccountWithResponse(ctx context.Context, accountId string, ...) (*AccountsUpdateAccountResp, error)
- func (c *ClientWithResponses) NetworkingCreateCidrExclusionWithBodyWithResponse(ctx context.Context, hubId Uuidv4, contentType string, body io.Reader, ...) (*NetworkingCreateCidrExclusionResp, error)
- func (c *ClientWithResponses) NetworkingCreateCidrExclusionWithResponse(ctx context.Context, hubId Uuidv4, ...) (*NetworkingCreateCidrExclusionResp, error)
- func (c *ClientWithResponses) NetworkingCreateCidrRangeWithBodyWithResponse(ctx context.Context, hubId Uuidv4, contentType string, body io.Reader, ...) (*NetworkingCreateCidrRangeResp, error)
- func (c *ClientWithResponses) NetworkingCreateCidrRangeWithResponse(ctx context.Context, hubId Uuidv4, ...) (*NetworkingCreateCidrRangeResp, error)
- func (c *ClientWithResponses) NetworkingCreateDnsResolverWithBodyWithResponse(ctx context.Context, hubId Uuidv4, contentType string, body io.Reader, ...) (*NetworkingCreateDnsResolverResp, error)
- func (c *ClientWithResponses) NetworkingCreateDnsResolverWithResponse(ctx context.Context, hubId Uuidv4, ...) (*NetworkingCreateDnsResolverResp, error)
- func (c *ClientWithResponses) NetworkingCreateDnsRuleWithBodyWithResponse(ctx context.Context, dnsResolverId Uuidv4, contentType string, body io.Reader, ...) (*NetworkingCreateDnsRuleResp, error)
- func (c *ClientWithResponses) NetworkingCreateDnsRuleWithResponse(ctx context.Context, dnsResolverId Uuidv4, ...) (*NetworkingCreateDnsRuleResp, error)
- func (c *ClientWithResponses) NetworkingCreateDxAssociationWithBodyWithResponse(ctx context.Context, dxGatewayId Uuidv4, contentType string, body io.Reader, ...) (*NetworkingCreateDxAssociationResp, error)
- func (c *ClientWithResponses) NetworkingCreateDxAssociationWithResponse(ctx context.Context, dxGatewayId Uuidv4, ...) (*NetworkingCreateDxAssociationResp, error)
- func (c *ClientWithResponses) NetworkingCreateDxResourceWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*NetworkingCreateDxResourceResp, error)
- func (c *ClientWithResponses) NetworkingCreateDxResourceWithResponse(ctx context.Context, body NetworkingCreateDxResourceJSONRequestBody, ...) (*NetworkingCreateDxResourceResp, error)
- func (c *ClientWithResponses) NetworkingCreateHubPeeringWithBodyWithResponse(ctx context.Context, networkingHubId Uuidv4, contentType string, ...) (*NetworkingCreateHubPeeringResp, error)
- func (c *ClientWithResponses) NetworkingCreateHubPeeringWithResponse(ctx context.Context, networkingHubId Uuidv4, ...) (*NetworkingCreateHubPeeringResp, error)
- func (c *ClientWithResponses) NetworkingCreateHubPrefixListWithBodyWithResponse(ctx context.Context, hubId Uuidv4, contentType string, body io.Reader, ...) (*NetworkingCreateHubPrefixListResp, error)
- func (c *ClientWithResponses) NetworkingCreateHubPrefixListWithResponse(ctx context.Context, hubId Uuidv4, ...) (*NetworkingCreateHubPrefixListResp, error)
- func (c *ClientWithResponses) NetworkingCreateHubWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*NetworkingCreateHubResp, error)
- func (c *ClientWithResponses) NetworkingCreateHubWithResponse(ctx context.Context, body NetworkingCreateHubJSONRequestBody, ...) (*NetworkingCreateHubResp, error)
- func (c *ClientWithResponses) NetworkingCreateVpcPrefixListWithBodyWithResponse(ctx context.Context, hubId Uuidv4, contentType string, body io.Reader, ...) (*NetworkingCreateVpcPrefixListResp, error)
- func (c *ClientWithResponses) NetworkingCreateVpcPrefixListWithResponse(ctx context.Context, hubId Uuidv4, ...) (*NetworkingCreateVpcPrefixListResp, error)
- func (c *ClientWithResponses) NetworkingCreateVpcWithBodyWithResponse(ctx context.Context, hubId Uuidv4, contentType string, body io.Reader, ...) (*NetworkingCreateVpcResp, error)
- func (c *ClientWithResponses) NetworkingCreateVpcWithResponse(ctx context.Context, hubId Uuidv4, body NetworkingCreateVpcJSONRequestBody, ...) (*NetworkingCreateVpcResp, error)
- func (c *ClientWithResponses) NetworkingCreateVpnConnectionWithBodyWithResponse(ctx context.Context, vpnCustomerGatewayId Uuidv4, contentType string, ...) (*NetworkingCreateVpnConnectionResp, error)
- func (c *ClientWithResponses) NetworkingCreateVpnConnectionWithResponse(ctx context.Context, vpnCustomerGatewayId Uuidv4, ...) (*NetworkingCreateVpnConnectionResp, error)
- func (c *ClientWithResponses) NetworkingCreateVpnCustomerGatewayWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*NetworkingCreateVpnCustomerGatewayResp, error)
- func (c *ClientWithResponses) NetworkingCreateVpnCustomerGatewayWithResponse(ctx context.Context, body NetworkingCreateVpnCustomerGatewayJSONRequestBody, ...) (*NetworkingCreateVpnCustomerGatewayResp, error)
- func (c *ClientWithResponses) NetworkingDeleteCidrExclusionWithResponse(ctx context.Context, exclusionId Uuidv4, reqEditors ...RequestEditorFn) (*NetworkingDeleteCidrExclusionResp, error)
- func (c *ClientWithResponses) NetworkingDeleteCidrRangeWithResponse(ctx context.Context, rangeId Uuidv4, reqEditors ...RequestEditorFn) (*NetworkingDeleteCidrRangeResp, error)
- func (c *ClientWithResponses) NetworkingDeleteDnsResolverWithResponse(ctx context.Context, dnsResolverId Uuidv4, reqEditors ...RequestEditorFn) (*NetworkingDeleteDnsResolverResp, error)
- func (c *ClientWithResponses) NetworkingDeleteDnsRuleWithResponse(ctx context.Context, dnsRuleId Uuidv4, reqEditors ...RequestEditorFn) (*NetworkingDeleteDnsRuleResp, error)
- func (c *ClientWithResponses) NetworkingDeleteDxAssociationWithResponse(ctx context.Context, dxAssociationId Uuidv4, reqEditors ...RequestEditorFn) (*NetworkingDeleteDxAssociationResp, error)
- func (c *ClientWithResponses) NetworkingDeleteDxGatewayWithResponse(ctx context.Context, dxGatewayId Uuidv4, reqEditors ...RequestEditorFn) (*NetworkingDeleteDxGatewayResp, error)
- func (c *ClientWithResponses) NetworkingDeleteDxVifWithResponse(ctx context.Context, dxVifId Uuidv4, reqEditors ...RequestEditorFn) (*NetworkingDeleteDxVifResp, error)
- func (c *ClientWithResponses) NetworkingDeleteHubPeeringWithResponse(ctx context.Context, hubPeeringId Uuidv4, reqEditors ...RequestEditorFn) (*NetworkingDeleteHubPeeringResp, error)
- func (c *ClientWithResponses) NetworkingDeleteHubWithResponse(ctx context.Context, hubId Uuidv4, reqEditors ...RequestEditorFn) (*NetworkingDeleteHubResp, error)
- func (c *ClientWithResponses) NetworkingDeletePrefixListWithResponse(ctx context.Context, prefixListId Uuidv4, reqEditors ...RequestEditorFn) (*NetworkingDeletePrefixListResp, error)
- func (c *ClientWithResponses) NetworkingDeleteVpcWithResponse(ctx context.Context, vpcId Uuidv4, reqEditors ...RequestEditorFn) (*NetworkingDeleteVpcResp, error)
- func (c *ClientWithResponses) NetworkingDeleteVpnConnectionWithResponse(ctx context.Context, vpnConnectionId Uuidv4, reqEditors ...RequestEditorFn) (*NetworkingDeleteVpnConnectionResp, error)
- func (c *ClientWithResponses) NetworkingDeleteVpnCustomerGatewayWithResponse(ctx context.Context, vpnCustomerGatewayId Uuidv4, ...) (*NetworkingDeleteVpnCustomerGatewayResp, error)
- func (c *ClientWithResponses) NetworkingReadCidrExclusionWithResponse(ctx context.Context, exclusionId Uuidv4, ...) (*NetworkingReadCidrExclusionResp, error)
- func (c *ClientWithResponses) NetworkingReadCidrExclusionsWithResponse(ctx context.Context, params *NetworkingReadCidrExclusionsParams, ...) (*NetworkingReadCidrExclusionsResp, error)
- func (c *ClientWithResponses) NetworkingReadCidrRangeWithResponse(ctx context.Context, rangeId Uuidv4, params *NetworkingReadCidrRangeParams, ...) (*NetworkingReadCidrRangeResp, error)
- func (c *ClientWithResponses) NetworkingReadCidrRangesWithResponse(ctx context.Context, params *NetworkingReadCidrRangesParams, ...) (*NetworkingReadCidrRangesResp, error)
- func (c *ClientWithResponses) NetworkingReadDnsResolverWithResponse(ctx context.Context, dnsResolverId Uuidv4, ...) (*NetworkingReadDnsResolverResp, error)
- func (c *ClientWithResponses) NetworkingReadDnsResolversWithResponse(ctx context.Context, params *NetworkingReadDnsResolversParams, ...) (*NetworkingReadDnsResolversResp, error)
- func (c *ClientWithResponses) NetworkingReadDnsRuleWithResponse(ctx context.Context, dnsRuleId Uuidv4, params *NetworkingReadDnsRuleParams, ...) (*NetworkingReadDnsRuleResp, error)
- func (c *ClientWithResponses) NetworkingReadDnsRulesWithResponse(ctx context.Context, params *NetworkingReadDnsRulesParams, ...) (*NetworkingReadDnsRulesResp, error)
- func (c *ClientWithResponses) NetworkingReadDxAssociationWithResponse(ctx context.Context, dxAssociationId Uuidv4, ...) (*NetworkingReadDxAssociationResp, error)
- func (c *ClientWithResponses) NetworkingReadDxAssociationsWithResponse(ctx context.Context, params *NetworkingReadDxAssociationsParams, ...) (*NetworkingReadDxAssociationsResp, error)
- func (c *ClientWithResponses) NetworkingReadDxConnectionsWithResponse(ctx context.Context, accountId Uuidv4, ...) (*NetworkingReadDxConnectionsResp, error)
- func (c *ClientWithResponses) NetworkingReadDxGatewayWithResponse(ctx context.Context, dxGatewayId Uuidv4, params *NetworkingReadDxGatewayParams, ...) (*NetworkingReadDxGatewayResp, error)
- func (c *ClientWithResponses) NetworkingReadDxGatewaysWithResponse(ctx context.Context, params *NetworkingReadDxGatewaysParams, ...) (*NetworkingReadDxGatewaysResp, error)
- func (c *ClientWithResponses) NetworkingReadDxVifStatusWithResponse(ctx context.Context, dxVifId Uuidv4, reqEditors ...RequestEditorFn) (*NetworkingReadDxVifStatusResp, error)
- func (c *ClientWithResponses) NetworkingReadDxVifWithResponse(ctx context.Context, dxVifId Uuidv4, params *NetworkingReadDxVifParams, ...) (*NetworkingReadDxVifResp, error)
- func (c *ClientWithResponses) NetworkingReadDxVifsWithResponse(ctx context.Context, params *NetworkingReadDxVifsParams, ...) (*NetworkingReadDxVifsResp, error)
- func (c *ClientWithResponses) NetworkingReadGatewayDxAssociationsWithResponse(ctx context.Context, dxGatewayId Uuidv4, ...) (*NetworkingReadGatewayDxAssociationsResp, error)
- func (c *ClientWithResponses) NetworkingReadGatewayDxVifsWithResponse(ctx context.Context, dxGatewayId Uuidv4, ...) (*NetworkingReadGatewayDxVifsResp, error)
- func (c *ClientWithResponses) NetworkingReadGatewayVpnConnectionsWithResponse(ctx context.Context, vpnCustomerGatewayId Uuidv4, ...) (*NetworkingReadGatewayVpnConnectionsResp, error)
- func (c *ClientWithResponses) NetworkingReadHubCidrExclusionsWithResponse(ctx context.Context, hubId Uuidv4, ...) (*NetworkingReadHubCidrExclusionsResp, error)
- func (c *ClientWithResponses) NetworkingReadHubCidrRangesWithResponse(ctx context.Context, hubId Uuidv4, params *NetworkingReadHubCidrRangesParams, ...) (*NetworkingReadHubCidrRangesResp, error)
- func (c *ClientWithResponses) NetworkingReadHubDnsResolversWithResponse(ctx context.Context, hubId Uuidv4, params *NetworkingReadHubDnsResolversParams, ...) (*NetworkingReadHubDnsResolversResp, error)
- func (c *ClientWithResponses) NetworkingReadHubDxAssociationsWithResponse(ctx context.Context, hubId Uuidv4, ...) (*NetworkingReadHubDxAssociationsResp, error)
- func (c *ClientWithResponses) NetworkingReadHubDxGatewaysWithResponse(ctx context.Context, hubId Uuidv4, params *NetworkingReadHubDxGatewaysParams, ...) (*NetworkingReadHubDxGatewaysResp, error)
- func (c *ClientWithResponses) NetworkingReadHubHubPeeringsWithResponse(ctx context.Context, networkingHubId Uuidv4, ...) (*NetworkingReadHubHubPeeringsResp, error)
- func (c *ClientWithResponses) NetworkingReadHubPeeringWithResponse(ctx context.Context, hubPeeringId Uuidv4, ...) (*NetworkingReadHubPeeringResp, error)
- func (c *ClientWithResponses) NetworkingReadHubPeeringsWithResponse(ctx context.Context, params *NetworkingReadHubPeeringsParams, ...) (*NetworkingReadHubPeeringsResp, error)
- func (c *ClientWithResponses) NetworkingReadHubPrefixListsWithResponse(ctx context.Context, hubId Uuidv4, params *NetworkingReadHubPrefixListsParams, ...) (*NetworkingReadHubPrefixListsResp, error)
- func (c *ClientWithResponses) NetworkingReadHubVpcsWithResponse(ctx context.Context, hubId Uuidv4, params *NetworkingReadHubVpcsParams, ...) (*NetworkingReadHubVpcsResp, error)
- func (c *ClientWithResponses) NetworkingReadHubVpnConnectionsWithResponse(ctx context.Context, hubId Uuidv4, ...) (*NetworkingReadHubVpnConnectionsResp, error)
- func (c *ClientWithResponses) NetworkingReadHubVpnCustomerGatewaysWithResponse(ctx context.Context, hubId Uuidv4, ...) (*NetworkingReadHubVpnCustomerGatewaysResp, error)
- func (c *ClientWithResponses) NetworkingReadHubWithResponse(ctx context.Context, hubId Uuidv4, params *NetworkingReadHubParams, ...) (*NetworkingReadHubResp, error)
- func (c *ClientWithResponses) NetworkingReadHubsWithResponse(ctx context.Context, params *NetworkingReadHubsParams, ...) (*NetworkingReadHubsResp, error)
- func (c *ClientWithResponses) NetworkingReadPrefixListWithResponse(ctx context.Context, prefixListId Uuidv4, ...) (*NetworkingReadPrefixListResp, error)
- func (c *ClientWithResponses) NetworkingReadPrefixListsWithResponse(ctx context.Context, params *NetworkingReadPrefixListsParams, ...) (*NetworkingReadPrefixListsResp, error)
- func (c *ClientWithResponses) NetworkingReadResolverDnsRulesWithResponse(ctx context.Context, dnsResolverId Uuidv4, ...) (*NetworkingReadResolverDnsRulesResp, error)
- func (c *ClientWithResponses) NetworkingReadVpcWithResponse(ctx context.Context, vpcId Uuidv4, params *NetworkingReadVpcParams, ...) (*NetworkingReadVpcResp, error)
- func (c *ClientWithResponses) NetworkingReadVpcsWithResponse(ctx context.Context, params *NetworkingReadVpcsParams, ...) (*NetworkingReadVpcsResp, error)
- func (c *ClientWithResponses) NetworkingReadVpnConnectionStatusWithResponse(ctx context.Context, vpnConnectionId Uuidv4, reqEditors ...RequestEditorFn) (*NetworkingReadVpnConnectionStatusResp, error)
- func (c *ClientWithResponses) NetworkingReadVpnConnectionWithResponse(ctx context.Context, vpnConnectionId Uuidv4, ...) (*NetworkingReadVpnConnectionResp, error)
- func (c *ClientWithResponses) NetworkingReadVpnConnectionsWithResponse(ctx context.Context, params *NetworkingReadVpnConnectionsParams, ...) (*NetworkingReadVpnConnectionsResp, error)
- func (c *ClientWithResponses) NetworkingReadVpnCustomerGatewayWithResponse(ctx context.Context, vpnCustomerGatewayId Uuidv4, ...) (*NetworkingReadVpnCustomerGatewayResp, error)
- func (c *ClientWithResponses) NetworkingReadVpnCustomerGatewaysWithResponse(ctx context.Context, params *NetworkingReadVpnCustomerGatewaysParams, ...) (*NetworkingReadVpnCustomerGatewaysResp, error)
- func (c *ClientWithResponses) NetworkingUpdateCidrExclusionWithBodyWithResponse(ctx context.Context, exclusionId Uuidv4, contentType string, body io.Reader, ...) (*NetworkingUpdateCidrExclusionResp, error)
- func (c *ClientWithResponses) NetworkingUpdateCidrExclusionWithResponse(ctx context.Context, exclusionId Uuidv4, ...) (*NetworkingUpdateCidrExclusionResp, error)
- func (c *ClientWithResponses) NetworkingUpdateCidrRangeWithBodyWithResponse(ctx context.Context, rangeId Uuidv4, contentType string, body io.Reader, ...) (*NetworkingUpdateCidrRangeResp, error)
- func (c *ClientWithResponses) NetworkingUpdateCidrRangeWithResponse(ctx context.Context, rangeId Uuidv4, ...) (*NetworkingUpdateCidrRangeResp, error)
- func (c *ClientWithResponses) NetworkingUpdateDnsResolverWithBodyWithResponse(ctx context.Context, dnsResolverId Uuidv4, contentType string, body io.Reader, ...) (*NetworkingUpdateDnsResolverResp, error)
- func (c *ClientWithResponses) NetworkingUpdateDnsResolverWithResponse(ctx context.Context, dnsResolverId Uuidv4, ...) (*NetworkingUpdateDnsResolverResp, error)
- func (c *ClientWithResponses) NetworkingUpdateDnsRuleWithBodyWithResponse(ctx context.Context, dnsRuleId Uuidv4, contentType string, body io.Reader, ...) (*NetworkingUpdateDnsRuleResp, error)
- func (c *ClientWithResponses) NetworkingUpdateDnsRuleWithResponse(ctx context.Context, dnsRuleId Uuidv4, ...) (*NetworkingUpdateDnsRuleResp, error)
- func (c *ClientWithResponses) NetworkingUpdateDxAssociationWithBodyWithResponse(ctx context.Context, dxAssociationId Uuidv4, contentType string, ...) (*NetworkingUpdateDxAssociationResp, error)
- func (c *ClientWithResponses) NetworkingUpdateDxAssociationWithResponse(ctx context.Context, dxAssociationId Uuidv4, ...) (*NetworkingUpdateDxAssociationResp, error)
- func (c *ClientWithResponses) NetworkingUpdateDxVifWithBodyWithResponse(ctx context.Context, dxVifId Uuidv4, contentType string, body io.Reader, ...) (*NetworkingUpdateDxVifResp, error)
- func (c *ClientWithResponses) NetworkingUpdateDxVifWithResponse(ctx context.Context, dxVifId Uuidv4, body NetworkingUpdateDxVifJSONRequestBody, ...) (*NetworkingUpdateDxVifResp, error)
- func (c *ClientWithResponses) NetworkingUpdateHubPeeringWithBodyWithResponse(ctx context.Context, hubPeeringId Uuidv4, contentType string, body io.Reader, ...) (*NetworkingUpdateHubPeeringResp, error)
- func (c *ClientWithResponses) NetworkingUpdateHubPeeringWithResponse(ctx context.Context, hubPeeringId Uuidv4, ...) (*NetworkingUpdateHubPeeringResp, error)
- func (c *ClientWithResponses) NetworkingUpdateHubPrefixListAssociationWithBodyWithResponse(ctx context.Context, prefixListId Uuidv4, contentType string, body io.Reader, ...) (*NetworkingUpdateHubPrefixListAssociationResp, error)
- func (c *ClientWithResponses) NetworkingUpdateHubPrefixListAssociationWithResponse(ctx context.Context, prefixListId Uuidv4, ...) (*NetworkingUpdateHubPrefixListAssociationResp, error)
- func (c *ClientWithResponses) NetworkingUpdateHubWithBodyWithResponse(ctx context.Context, hubId Uuidv4, contentType string, body io.Reader, ...) (*NetworkingUpdateHubResp, error)
- func (c *ClientWithResponses) NetworkingUpdateHubWithResponse(ctx context.Context, hubId Uuidv4, body NetworkingUpdateHubJSONRequestBody, ...) (*NetworkingUpdateHubResp, error)
- func (c *ClientWithResponses) NetworkingUpdatePrefixListWithBodyWithResponse(ctx context.Context, prefixListId Uuidv4, contentType string, body io.Reader, ...) (*NetworkingUpdatePrefixListResp, error)
- func (c *ClientWithResponses) NetworkingUpdatePrefixListWithResponse(ctx context.Context, prefixListId Uuidv4, ...) (*NetworkingUpdatePrefixListResp, error)
- func (c *ClientWithResponses) NetworkingUpdateVpcPrefixListAssociationWithBodyWithResponse(ctx context.Context, prefixListId Uuidv4, contentType string, body io.Reader, ...) (*NetworkingUpdateVpcPrefixListAssociationResp, error)
- func (c *ClientWithResponses) NetworkingUpdateVpcPrefixListAssociationWithResponse(ctx context.Context, prefixListId Uuidv4, ...) (*NetworkingUpdateVpcPrefixListAssociationResp, error)
- func (c *ClientWithResponses) NetworkingUpdateVpcWithBodyWithResponse(ctx context.Context, vpcId Uuidv4, contentType string, body io.Reader, ...) (*NetworkingUpdateVpcResp, error)
- func (c *ClientWithResponses) NetworkingUpdateVpcWithResponse(ctx context.Context, vpcId Uuidv4, body NetworkingUpdateVpcJSONRequestBody, ...) (*NetworkingUpdateVpcResp, error)
- func (c *ClientWithResponses) NetworkingUpdateVpnConnectionWithBodyWithResponse(ctx context.Context, vpnConnectionId Uuidv4, contentType string, ...) (*NetworkingUpdateVpnConnectionResp, error)
- func (c *ClientWithResponses) NetworkingUpdateVpnConnectionWithResponse(ctx context.Context, vpnConnectionId Uuidv4, ...) (*NetworkingUpdateVpnConnectionResp, error)
- func (c *ClientWithResponses) NetworkingUpdateVpnCustomerGatewayWithBodyWithResponse(ctx context.Context, vpnCustomerGatewayId Uuidv4, contentType string, ...) (*NetworkingUpdateVpnCustomerGatewayResp, error)
- func (c *ClientWithResponses) NetworkingUpdateVpnCustomerGatewayWithResponse(ctx context.Context, vpnCustomerGatewayId Uuidv4, ...) (*NetworkingUpdateVpnCustomerGatewayResp, error)
- func (c *ClientWithResponses) OrganisationsAttachPolicyWithBodyWithResponse(ctx context.Context, policyId string, contentType string, body io.Reader, ...) (*OrganisationsAttachPolicyResp, error)
- func (c *ClientWithResponses) OrganisationsAttachPolicyWithResponse(ctx context.Context, policyId string, ...) (*OrganisationsAttachPolicyResp, error)
- func (c *ClientWithResponses) OrganisationsCreatePolicyWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*OrganisationsCreatePolicyResp, error)
- func (c *ClientWithResponses) OrganisationsCreatePolicyWithResponse(ctx context.Context, body OrganisationsCreatePolicyJSONRequestBody, ...) (*OrganisationsCreatePolicyResp, error)
- func (c *ClientWithResponses) OrganisationsDeletePolicyWithResponse(ctx context.Context, policyId string, reqEditors ...RequestEditorFn) (*OrganisationsDeletePolicyResp, error)
- func (c *ClientWithResponses) OrganisationsDetachPolicyWithResponse(ctx context.Context, policyId string, reqEditors ...RequestEditorFn) (*OrganisationsDetachPolicyResp, error)
- func (c *ClientWithResponses) OrganisationsReadOrganisationWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*OrganisationsReadOrganisationResp, error)
- func (c *ClientWithResponses) OrganisationsReadOrganisationalUnitWithResponse(ctx context.Context, organisationalUnitId string, ...) (*OrganisationsReadOrganisationalUnitResp, error)
- func (c *ClientWithResponses) OrganisationsReadOrganisationalUnitsWithResponse(ctx context.Context, params *OrganisationsReadOrganisationalUnitsParams, ...) (*OrganisationsReadOrganisationalUnitsResp, error)
- func (c *ClientWithResponses) OrganisationsReadOrganisationsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*OrganisationsReadOrganisationsResp, error)
- func (c *ClientWithResponses) OrganisationsReadPoliciesWithResponse(ctx context.Context, params *OrganisationsReadPoliciesParams, ...) (*OrganisationsReadPoliciesResp, error)
- func (c *ClientWithResponses) OrganisationsReadPolicyWithResponse(ctx context.Context, policyId string, reqEditors ...RequestEditorFn) (*OrganisationsReadPolicyResp, error)
- func (c *ClientWithResponses) OrganisationsUpdatePolicyWithBodyWithResponse(ctx context.Context, policyId string, contentType string, body io.Reader, ...) (*OrganisationsUpdatePolicyResp, error)
- func (c *ClientWithResponses) OrganisationsUpdatePolicyWithResponse(ctx context.Context, policyId string, ...) (*OrganisationsUpdatePolicyResp, error)
- func (c *ClientWithResponses) PublicCheckAliasWithResponse(ctx context.Context, alias string, reqEditors ...RequestEditorFn) (*PublicCheckAliasResp, error)
- func (c *ClientWithResponses) PublicReadConfigWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*PublicReadConfigResp, error)
- func (c *ClientWithResponses) ServicesConfigureSecurityHubWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*ServicesConfigureSecurityHubResp, error)
- func (c *ClientWithResponses) ServicesConfigureSecurityHubWithResponse(ctx context.Context, body ServicesConfigureSecurityHubJSONRequestBody, ...) (*ServicesConfigureSecurityHubResp, error)
- func (c *ClientWithResponses) ServicesReadConfigurationsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ServicesReadConfigurationsResp, error)
- func (c *ClientWithResponses) ServicesReadSecurityHubConfigurationWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ServicesReadSecurityHubConfigurationResp, error)
- func (c *ClientWithResponses) TasksReadTaskWithResponse(ctx context.Context, taskId string, reqEditors ...RequestEditorFn) (*TasksReadTaskResp, error)
- func (c *ClientWithResponses) TeamsCreateApiTokenWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*TeamsCreateApiTokenResp, error)
- func (c *ClientWithResponses) TeamsCreateApiTokenWithResponse(ctx context.Context, body TeamsCreateApiTokenJSONRequestBody, ...) (*TeamsCreateApiTokenResp, error)
- func (c *ClientWithResponses) TeamsCreateGroupWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*TeamsCreateGroupResp, error)
- func (c *ClientWithResponses) TeamsCreateGroupWithResponse(ctx context.Context, body TeamsCreateGroupJSONRequestBody, ...) (*TeamsCreateGroupResp, error)
- func (c *ClientWithResponses) TeamsCreateUserWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*TeamsCreateUserResp, error)
- func (c *ClientWithResponses) TeamsCreateUserWithResponse(ctx context.Context, body TeamsCreateUserJSONRequestBody, ...) (*TeamsCreateUserResp, error)
- func (c *ClientWithResponses) TeamsDeleteApiTokenWithResponse(ctx context.Context, accessKey string, reqEditors ...RequestEditorFn) (*TeamsDeleteApiTokenResp, error)
- func (c *ClientWithResponses) TeamsDeleteGroupWithResponse(ctx context.Context, groupId string, reqEditors ...RequestEditorFn) (*TeamsDeleteGroupResp, error)
- func (c *ClientWithResponses) TeamsDeleteUserWithResponse(ctx context.Context, userId string, reqEditors ...RequestEditorFn) (*TeamsDeleteUserResp, error)
- func (c *ClientWithResponses) TeamsFetchCurrentUserWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*TeamsFetchCurrentUserResp, error)
- func (c *ClientWithResponses) TeamsReadApiTokenWithResponse(ctx context.Context, accessKey string, params *TeamsReadApiTokenParams, ...) (*TeamsReadApiTokenResp, error)
- func (c *ClientWithResponses) TeamsReadApiTokensWithResponse(ctx context.Context, params *TeamsReadApiTokensParams, ...) (*TeamsReadApiTokensResp, error)
- func (c *ClientWithResponses) TeamsReadGroupWithResponse(ctx context.Context, groupId string, reqEditors ...RequestEditorFn) (*TeamsReadGroupResp, error)
- func (c *ClientWithResponses) TeamsReadGroupsWithResponse(ctx context.Context, params *TeamsReadGroupsParams, ...) (*TeamsReadGroupsResp, error)
- func (c *ClientWithResponses) TeamsReadIdamUserWithResponse(ctx context.Context, orgId string, reqEditors ...RequestEditorFn) (*TeamsReadIdamUserResp, error)
- func (c *ClientWithResponses) TeamsReadIdamUsersWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*TeamsReadIdamUsersResp, error)
- func (c *ClientWithResponses) TeamsReadUserWithResponse(ctx context.Context, userId string, reqEditors ...RequestEditorFn) (*TeamsReadUserResp, error)
- func (c *ClientWithResponses) TeamsReadUsersWithResponse(ctx context.Context, params *TeamsReadUsersParams, ...) (*TeamsReadUsersResp, error)
- func (c *ClientWithResponses) TeamsUpdateApiTokenWithBodyWithResponse(ctx context.Context, accessKey string, contentType string, body io.Reader, ...) (*TeamsUpdateApiTokenResp, error)
- func (c *ClientWithResponses) TeamsUpdateApiTokenWithResponse(ctx context.Context, accessKey string, body TeamsUpdateApiTokenJSONRequestBody, ...) (*TeamsUpdateApiTokenResp, error)
- func (c *ClientWithResponses) TeamsUpdateGroupMembersWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*TeamsUpdateGroupMembersResp, error)
- func (c *ClientWithResponses) TeamsUpdateGroupMembersWithResponse(ctx context.Context, body TeamsUpdateGroupMembersJSONRequestBody, ...) (*TeamsUpdateGroupMembersResp, error)
- func (c *ClientWithResponses) TeamsUpdateGroupWithBodyWithResponse(ctx context.Context, groupId string, contentType string, body io.Reader, ...) (*TeamsUpdateGroupResp, error)
- func (c *ClientWithResponses) TeamsUpdateGroupWithResponse(ctx context.Context, groupId string, body TeamsUpdateGroupJSONRequestBody, ...) (*TeamsUpdateGroupResp, error)
- func (c *ClientWithResponses) TeamsUpdateUserInviteWithResponse(ctx context.Context, userId string, reqEditors ...RequestEditorFn) (*TeamsUpdateUserInviteResp, error)
- func (c *ClientWithResponses) TeamsUpdateUserPasswordWithResponse(ctx context.Context, userId string, reqEditors ...RequestEditorFn) (*TeamsUpdateUserPasswordResp, error)
- func (c *ClientWithResponses) TeamsUpdateUserWithBodyWithResponse(ctx context.Context, userId string, contentType string, body io.Reader, ...) (*TeamsUpdateUserResp, error)
- func (c *ClientWithResponses) TeamsUpdateUserWithResponse(ctx context.Context, userId string, body TeamsUpdateUserJSONRequestBody, ...) (*TeamsUpdateUserResp, error)
- func (c *ClientWithResponses) WorkloadsCreateCatalogueItemWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*WorkloadsCreateCatalogueItemResp, error)
- func (c *ClientWithResponses) WorkloadsCreateCatalogueItemWithResponse(ctx context.Context, body WorkloadsCreateCatalogueItemJSONRequestBody, ...) (*WorkloadsCreateCatalogueItemResp, error)
- func (c *ClientWithResponses) WorkloadsCreateCatalogueVersionWithBodyWithResponse(ctx context.Context, catalogueId string, contentType string, body io.Reader, ...) (*WorkloadsCreateCatalogueVersionResp, error)
- func (c *ClientWithResponses) WorkloadsCreateCatalogueVersionWithResponse(ctx context.Context, catalogueId string, ...) (*WorkloadsCreateCatalogueVersionResp, error)
- func (c *ClientWithResponses) WorkloadsCreateWorkloadWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*WorkloadsCreateWorkloadResp, error)
- func (c *ClientWithResponses) WorkloadsCreateWorkloadWithResponse(ctx context.Context, body WorkloadsCreateWorkloadJSONRequestBody, ...) (*WorkloadsCreateWorkloadResp, error)
- func (c *ClientWithResponses) WorkloadsDeleteCatalogueItemWithResponse(ctx context.Context, catalogueId string, reqEditors ...RequestEditorFn) (*WorkloadsDeleteCatalogueItemResp, error)
- func (c *ClientWithResponses) WorkloadsDeleteCatalogueVersionWithResponse(ctx context.Context, catalogueId string, versionId string, ...) (*WorkloadsDeleteCatalogueVersionResp, error)
- func (c *ClientWithResponses) WorkloadsDeleteWorkloadWithResponse(ctx context.Context, workloadId string, reqEditors ...RequestEditorFn) (*WorkloadsDeleteWorkloadResp, error)
- func (c *ClientWithResponses) WorkloadsReadCatalogueItemWithResponse(ctx context.Context, catalogueId string, ...) (*WorkloadsReadCatalogueItemResp, error)
- func (c *ClientWithResponses) WorkloadsReadCatalogueItemsWithResponse(ctx context.Context, params *WorkloadsReadCatalogueItemsParams, ...) (*WorkloadsReadCatalogueItemsResp, error)
- func (c *ClientWithResponses) WorkloadsReadCatalogueManifestWithResponse(ctx context.Context, versionId string, reqEditors ...RequestEditorFn) (*WorkloadsReadCatalogueManifestResp, error)
- func (c *ClientWithResponses) WorkloadsReadCatalogueTemplateWithResponse(ctx context.Context, versionId string, name string, ...) (*WorkloadsReadCatalogueTemplateResp, error)
- func (c *ClientWithResponses) WorkloadsReadCatalogueVersionWithResponse(ctx context.Context, catalogueId string, versionId string, ...) (*WorkloadsReadCatalogueVersionResp, error)
- func (c *ClientWithResponses) WorkloadsReadWorkloadWithResponse(ctx context.Context, workloadId string, params *WorkloadsReadWorkloadParams, ...) (*WorkloadsReadWorkloadResp, error)
- func (c *ClientWithResponses) WorkloadsReadWorkloadsWithResponse(ctx context.Context, params *WorkloadsReadWorkloadsParams, ...) (*WorkloadsReadWorkloadsResp, error)
- func (c *ClientWithResponses) WorkloadsUpdateAllWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*WorkloadsUpdateAllResp, error)
- func (c *ClientWithResponses) WorkloadsUpdateAllWithResponse(ctx context.Context, body WorkloadsUpdateAllJSONRequestBody, ...) (*WorkloadsUpdateAllResp, error)
- func (c *ClientWithResponses) WorkloadsUpdateWorkloadWithBodyWithResponse(ctx context.Context, workloadId string, contentType string, body io.Reader, ...) (*WorkloadsUpdateWorkloadResp, error)
- func (c *ClientWithResponses) WorkloadsUpdateWorkloadWithResponse(ctx context.Context, workloadId string, ...) (*WorkloadsUpdateWorkloadResp, error)
- type ClientWithResponsesInterface
- type HttpRequestDoer
- type NetworkingCreateCidrExclusionResp
- type NetworkingCreateCidrRangeResp
- type NetworkingCreateDnsResolverResp
- type NetworkingCreateDnsRuleResp
- type NetworkingCreateDxAssociationResp
- type NetworkingCreateDxResourceResp
- type NetworkingCreateHubPeeringResp
- type NetworkingCreateHubPrefixListResp
- type NetworkingCreateHubResp
- type NetworkingCreateVpcPrefixListResp
- type NetworkingCreateVpcResp
- type NetworkingCreateVpnConnectionResp
- type NetworkingCreateVpnCustomerGatewayResp
- type NetworkingDeleteCidrExclusionResp
- type NetworkingDeleteCidrRangeResp
- type NetworkingDeleteDnsResolverResp
- type NetworkingDeleteDnsRuleResp
- type NetworkingDeleteDxAssociationResp
- type NetworkingDeleteDxGatewayResp
- type NetworkingDeleteDxVifResp
- type NetworkingDeleteHubPeeringResp
- type NetworkingDeleteHubResp
- type NetworkingDeletePrefixListResp
- type NetworkingDeleteVpcResp
- type NetworkingDeleteVpnConnectionResp
- type NetworkingDeleteVpnCustomerGatewayResp
- type NetworkingReadCidrExclusionResp
- type NetworkingReadCidrExclusionsResp
- type NetworkingReadCidrRangeResp
- type NetworkingReadCidrRangesResp
- type NetworkingReadDnsResolverResp
- type NetworkingReadDnsResolversResp
- type NetworkingReadDnsRuleResp
- type NetworkingReadDnsRulesResp
- type NetworkingReadDxAssociationResp
- type NetworkingReadDxAssociationsResp
- type NetworkingReadDxConnectionsResp
- type NetworkingReadDxGatewayResp
- type NetworkingReadDxGatewaysResp
- type NetworkingReadDxVifResp
- type NetworkingReadDxVifStatusResp
- type NetworkingReadDxVifsResp
- type NetworkingReadGatewayDxAssociationsResp
- type NetworkingReadGatewayDxVifsResp
- type NetworkingReadGatewayVpnConnectionsResp
- type NetworkingReadHubCidrExclusionsResp
- type NetworkingReadHubCidrRangesResp
- type NetworkingReadHubDnsResolversResp
- type NetworkingReadHubDxAssociationsResp
- type NetworkingReadHubDxGatewaysResp
- type NetworkingReadHubHubPeeringsResp
- type NetworkingReadHubPeeringResp
- type NetworkingReadHubPeeringsResp
- type NetworkingReadHubPrefixListsResp
- type NetworkingReadHubResp
- type NetworkingReadHubVpcsResp
- type NetworkingReadHubVpnConnectionsResp
- type NetworkingReadHubVpnCustomerGatewaysResp
- type NetworkingReadHubsResp
- type NetworkingReadPrefixListResp
- type NetworkingReadPrefixListsResp
- type NetworkingReadResolverDnsRulesResp
- type NetworkingReadVpcResp
- type NetworkingReadVpcsResp
- type NetworkingReadVpnConnectionResp
- type NetworkingReadVpnConnectionStatusResp
- type NetworkingReadVpnConnectionsResp
- type NetworkingReadVpnCustomerGatewayResp
- type NetworkingReadVpnCustomerGatewaysResp
- type NetworkingUpdateCidrExclusionResp
- type NetworkingUpdateCidrRangeResp
- type NetworkingUpdateDnsResolverResp
- type NetworkingUpdateDnsRuleResp
- type NetworkingUpdateDxAssociationResp
- type NetworkingUpdateDxVifResp
- type NetworkingUpdateHubPeeringResp
- type NetworkingUpdateHubPrefixListAssociationResp
- type NetworkingUpdateHubResp
- type NetworkingUpdatePrefixListResp
- type NetworkingUpdateVpcPrefixListAssociationResp
- type NetworkingUpdateVpcResp
- type NetworkingUpdateVpnConnectionResp
- type NetworkingUpdateVpnCustomerGatewayResp
- type OrganisationsAttachPolicyResp
- type OrganisationsCreatePolicyResp
- type OrganisationsDeletePolicyResp
- type OrganisationsDetachPolicyResp
- type OrganisationsReadOrganisationResp
- type OrganisationsReadOrganisationalUnitResp
- type OrganisationsReadOrganisationalUnitsResp
- type OrganisationsReadOrganisationsResp
- type OrganisationsReadPoliciesResp
- type OrganisationsReadPolicyResp
- type OrganisationsUpdatePolicyResp
- type PublicCheckAliasResp
- type PublicReadConfigResp
- type RequestEditorFn
- type ServicesConfigureSecurityHubResp
- type ServicesReadConfigurationsResp
- type ServicesReadSecurityHubConfigurationResp
- type TasksReadTaskResp
- type TeamsCreateApiTokenResp
- type TeamsCreateGroupResp
- type TeamsCreateUserResp
- type TeamsDeleteApiTokenResp
- type TeamsDeleteGroupResp
- type TeamsDeleteUserResp
- type TeamsFetchCurrentUserResp
- type TeamsReadApiTokenResp
- type TeamsReadApiTokensResp
- type TeamsReadGroupResp
- type TeamsReadGroupsResp
- type TeamsReadIdamUserResp
- type TeamsReadIdamUsersResp
- type TeamsReadUserResp
- type TeamsReadUsersResp
- type TeamsUpdateApiTokenResp
- type TeamsUpdateGroupMembersResp
- type TeamsUpdateGroupResp
- type TeamsUpdateUserInviteResp
- type TeamsUpdateUserPasswordResp
- type TeamsUpdateUserResp
- type WorkloadsCreateCatalogueItemResp
- type WorkloadsCreateCatalogueVersionResp
- type WorkloadsCreateWorkloadResp
- type WorkloadsDeleteCatalogueItemResp
- type WorkloadsDeleteCatalogueVersionResp
- type WorkloadsDeleteWorkloadResp
- type WorkloadsReadCatalogueItemResp
- type WorkloadsReadCatalogueItemsResp
- type WorkloadsReadCatalogueManifestResp
- type WorkloadsReadCatalogueTemplateResp
- type WorkloadsReadCatalogueVersionResp
- type WorkloadsReadWorkloadResp
- type WorkloadsReadWorkloadsResp
- type WorkloadsUpdateAllResp
- type WorkloadsUpdateWorkloadResp
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAccountsCloseAccountRequest ¶
func NewAccountsCloseAccountRequest(server string, body AccountsCloseAccountJSONRequestBody) (*http.Request, error)
NewAccountsCloseAccountRequest calls the generic AccountsCloseAccount builder with application/json body
func NewAccountsCloseAccountRequestWithBody ¶
func NewAccountsCloseAccountRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewAccountsCloseAccountRequestWithBody generates requests for AccountsCloseAccount with any type of body
func NewAccountsCreateAccountRequest ¶
func NewAccountsCreateAccountRequest(server string, body AccountsCreateAccountJSONRequestBody) (*http.Request, error)
NewAccountsCreateAccountRequest calls the generic AccountsCreateAccount builder with application/json body
func NewAccountsCreateAccountRequestWithBody ¶
func NewAccountsCreateAccountRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewAccountsCreateAccountRequestWithBody generates requests for AccountsCreateAccount with any type of body
func NewAccountsCreateAccountTypeRequest ¶
func NewAccountsCreateAccountTypeRequest(server string, body AccountsCreateAccountTypeJSONRequestBody) (*http.Request, error)
NewAccountsCreateAccountTypeRequest calls the generic AccountsCreateAccountType builder with application/json body
func NewAccountsCreateAccountTypeRequestWithBody ¶
func NewAccountsCreateAccountTypeRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewAccountsCreateAccountTypeRequestWithBody generates requests for AccountsCreateAccountType with any type of body
func NewAccountsDeleteAccountTypeRequest ¶
func NewAccountsDeleteAccountTypeRequest(server string, accountTypeId string) (*http.Request, error)
NewAccountsDeleteAccountTypeRequest generates requests for AccountsDeleteAccountType
func NewAccountsDiscoverAccountRequest ¶
NewAccountsDiscoverAccountRequest generates requests for AccountsDiscoverAccount
func NewAccountsDiscoverAccountsRequest ¶
NewAccountsDiscoverAccountsRequest generates requests for AccountsDiscoverAccounts
func NewAccountsOnboardAccountRequest ¶
func NewAccountsOnboardAccountRequest(server string, body AccountsOnboardAccountJSONRequestBody) (*http.Request, error)
NewAccountsOnboardAccountRequest calls the generic AccountsOnboardAccount builder with application/json body
func NewAccountsOnboardAccountRequestWithBody ¶
func NewAccountsOnboardAccountRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewAccountsOnboardAccountRequestWithBody generates requests for AccountsOnboardAccount with any type of body
func NewAccountsReadAccountRequest ¶
func NewAccountsReadAccountRequest(server string, accountId string, params *AccountsReadAccountParams) (*http.Request, error)
NewAccountsReadAccountRequest generates requests for AccountsReadAccount
func NewAccountsReadAccountTypeRequest ¶
func NewAccountsReadAccountTypeRequest(server string, accountTypeId string, params *AccountsReadAccountTypeParams) (*http.Request, error)
NewAccountsReadAccountTypeRequest generates requests for AccountsReadAccountType
func NewAccountsReadAccountTypesRequest ¶
func NewAccountsReadAccountTypesRequest(server string, params *AccountsReadAccountTypesParams) (*http.Request, error)
NewAccountsReadAccountTypesRequest generates requests for AccountsReadAccountTypes
func NewAccountsReadAccountsRequest ¶
func NewAccountsReadAccountsRequest(server string, params *AccountsReadAccountsParams) (*http.Request, error)
NewAccountsReadAccountsRequest generates requests for AccountsReadAccounts
func NewAccountsUpdateAccountRequest ¶
func NewAccountsUpdateAccountRequest(server string, accountId string, body AccountsUpdateAccountJSONRequestBody) (*http.Request, error)
NewAccountsUpdateAccountRequest calls the generic AccountsUpdateAccount builder with application/json body
func NewAccountsUpdateAccountRequestWithBody ¶
func NewAccountsUpdateAccountRequestWithBody(server string, accountId string, contentType string, body io.Reader) (*http.Request, error)
NewAccountsUpdateAccountRequestWithBody generates requests for AccountsUpdateAccount with any type of body
func NewAccountsUpdateAccountTypeAccessRequest ¶
func NewAccountsUpdateAccountTypeAccessRequest(server string, body AccountsUpdateAccountTypeAccessJSONRequestBody) (*http.Request, error)
NewAccountsUpdateAccountTypeAccessRequest calls the generic AccountsUpdateAccountTypeAccess builder with application/json body
func NewAccountsUpdateAccountTypeAccessRequestWithBody ¶
func NewAccountsUpdateAccountTypeAccessRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewAccountsUpdateAccountTypeAccessRequestWithBody generates requests for AccountsUpdateAccountTypeAccess with any type of body
func NewAccountsUpdateAccountTypeMembersRequest ¶
func NewAccountsUpdateAccountTypeMembersRequest(server string, body AccountsUpdateAccountTypeMembersJSONRequestBody) (*http.Request, error)
NewAccountsUpdateAccountTypeMembersRequest calls the generic AccountsUpdateAccountTypeMembers builder with application/json body
func NewAccountsUpdateAccountTypeMembersRequestWithBody ¶
func NewAccountsUpdateAccountTypeMembersRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewAccountsUpdateAccountTypeMembersRequestWithBody generates requests for AccountsUpdateAccountTypeMembers with any type of body
func NewAccountsUpdateAccountTypePoliciesRequest ¶
func NewAccountsUpdateAccountTypePoliciesRequest(server string, body AccountsUpdateAccountTypePoliciesJSONRequestBody) (*http.Request, error)
NewAccountsUpdateAccountTypePoliciesRequest calls the generic AccountsUpdateAccountTypePolicies builder with application/json body
func NewAccountsUpdateAccountTypePoliciesRequestWithBody ¶
func NewAccountsUpdateAccountTypePoliciesRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewAccountsUpdateAccountTypePoliciesRequestWithBody generates requests for AccountsUpdateAccountTypePolicies with any type of body
func NewAccountsUpdateAccountTypeRequest ¶
func NewAccountsUpdateAccountTypeRequest(server string, accountTypeId string, body AccountsUpdateAccountTypeJSONRequestBody) (*http.Request, error)
NewAccountsUpdateAccountTypeRequest calls the generic AccountsUpdateAccountType builder with application/json body
func NewAccountsUpdateAccountTypeRequestWithBody ¶
func NewAccountsUpdateAccountTypeRequestWithBody(server string, accountTypeId string, contentType string, body io.Reader) (*http.Request, error)
NewAccountsUpdateAccountTypeRequestWithBody generates requests for AccountsUpdateAccountType with any type of body
func NewNetworkingCreateCidrExclusionRequest ¶
func NewNetworkingCreateCidrExclusionRequest(server string, hubId Uuidv4, body NetworkingCreateCidrExclusionJSONRequestBody) (*http.Request, error)
NewNetworkingCreateCidrExclusionRequest calls the generic NetworkingCreateCidrExclusion builder with application/json body
func NewNetworkingCreateCidrExclusionRequestWithBody ¶
func NewNetworkingCreateCidrExclusionRequestWithBody(server string, hubId Uuidv4, contentType string, body io.Reader) (*http.Request, error)
NewNetworkingCreateCidrExclusionRequestWithBody generates requests for NetworkingCreateCidrExclusion with any type of body
func NewNetworkingCreateCidrRangeRequest ¶
func NewNetworkingCreateCidrRangeRequest(server string, hubId Uuidv4, body NetworkingCreateCidrRangeJSONRequestBody) (*http.Request, error)
NewNetworkingCreateCidrRangeRequest calls the generic NetworkingCreateCidrRange builder with application/json body
func NewNetworkingCreateCidrRangeRequestWithBody ¶
func NewNetworkingCreateCidrRangeRequestWithBody(server string, hubId Uuidv4, contentType string, body io.Reader) (*http.Request, error)
NewNetworkingCreateCidrRangeRequestWithBody generates requests for NetworkingCreateCidrRange with any type of body
func NewNetworkingCreateDnsResolverRequest ¶
func NewNetworkingCreateDnsResolverRequest(server string, hubId Uuidv4, body NetworkingCreateDnsResolverJSONRequestBody) (*http.Request, error)
NewNetworkingCreateDnsResolverRequest calls the generic NetworkingCreateDnsResolver builder with application/json body
func NewNetworkingCreateDnsResolverRequestWithBody ¶
func NewNetworkingCreateDnsResolverRequestWithBody(server string, hubId Uuidv4, contentType string, body io.Reader) (*http.Request, error)
NewNetworkingCreateDnsResolverRequestWithBody generates requests for NetworkingCreateDnsResolver with any type of body
func NewNetworkingCreateDnsRuleRequest ¶
func NewNetworkingCreateDnsRuleRequest(server string, dnsResolverId Uuidv4, body NetworkingCreateDnsRuleJSONRequestBody) (*http.Request, error)
NewNetworkingCreateDnsRuleRequest calls the generic NetworkingCreateDnsRule builder with application/json body
func NewNetworkingCreateDnsRuleRequestWithBody ¶
func NewNetworkingCreateDnsRuleRequestWithBody(server string, dnsResolverId Uuidv4, contentType string, body io.Reader) (*http.Request, error)
NewNetworkingCreateDnsRuleRequestWithBody generates requests for NetworkingCreateDnsRule with any type of body
func NewNetworkingCreateDxAssociationRequest ¶
func NewNetworkingCreateDxAssociationRequest(server string, dxGatewayId Uuidv4, body NetworkingCreateDxAssociationJSONRequestBody) (*http.Request, error)
NewNetworkingCreateDxAssociationRequest calls the generic NetworkingCreateDxAssociation builder with application/json body
func NewNetworkingCreateDxAssociationRequestWithBody ¶
func NewNetworkingCreateDxAssociationRequestWithBody(server string, dxGatewayId Uuidv4, contentType string, body io.Reader) (*http.Request, error)
NewNetworkingCreateDxAssociationRequestWithBody generates requests for NetworkingCreateDxAssociation with any type of body
func NewNetworkingCreateDxResourceRequest ¶
func NewNetworkingCreateDxResourceRequest(server string, body NetworkingCreateDxResourceJSONRequestBody) (*http.Request, error)
NewNetworkingCreateDxResourceRequest calls the generic NetworkingCreateDxResource builder with application/json body
func NewNetworkingCreateDxResourceRequestWithBody ¶
func NewNetworkingCreateDxResourceRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewNetworkingCreateDxResourceRequestWithBody generates requests for NetworkingCreateDxResource with any type of body
func NewNetworkingCreateHubPeeringRequest ¶
func NewNetworkingCreateHubPeeringRequest(server string, networkingHubId Uuidv4, body NetworkingCreateHubPeeringJSONRequestBody) (*http.Request, error)
NewNetworkingCreateHubPeeringRequest calls the generic NetworkingCreateHubPeering builder with application/json body
func NewNetworkingCreateHubPeeringRequestWithBody ¶
func NewNetworkingCreateHubPeeringRequestWithBody(server string, networkingHubId Uuidv4, contentType string, body io.Reader) (*http.Request, error)
NewNetworkingCreateHubPeeringRequestWithBody generates requests for NetworkingCreateHubPeering with any type of body
func NewNetworkingCreateHubPrefixListRequest ¶
func NewNetworkingCreateHubPrefixListRequest(server string, hubId Uuidv4, body NetworkingCreateHubPrefixListJSONRequestBody) (*http.Request, error)
NewNetworkingCreateHubPrefixListRequest calls the generic NetworkingCreateHubPrefixList builder with application/json body
func NewNetworkingCreateHubPrefixListRequestWithBody ¶
func NewNetworkingCreateHubPrefixListRequestWithBody(server string, hubId Uuidv4, contentType string, body io.Reader) (*http.Request, error)
NewNetworkingCreateHubPrefixListRequestWithBody generates requests for NetworkingCreateHubPrefixList with any type of body
func NewNetworkingCreateHubRequest ¶
func NewNetworkingCreateHubRequest(server string, body NetworkingCreateHubJSONRequestBody) (*http.Request, error)
NewNetworkingCreateHubRequest calls the generic NetworkingCreateHub builder with application/json body
func NewNetworkingCreateHubRequestWithBody ¶
func NewNetworkingCreateHubRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewNetworkingCreateHubRequestWithBody generates requests for NetworkingCreateHub with any type of body
func NewNetworkingCreateVpcPrefixListRequest ¶
func NewNetworkingCreateVpcPrefixListRequest(server string, hubId Uuidv4, body NetworkingCreateVpcPrefixListJSONRequestBody) (*http.Request, error)
NewNetworkingCreateVpcPrefixListRequest calls the generic NetworkingCreateVpcPrefixList builder with application/json body
func NewNetworkingCreateVpcPrefixListRequestWithBody ¶
func NewNetworkingCreateVpcPrefixListRequestWithBody(server string, hubId Uuidv4, contentType string, body io.Reader) (*http.Request, error)
NewNetworkingCreateVpcPrefixListRequestWithBody generates requests for NetworkingCreateVpcPrefixList with any type of body
func NewNetworkingCreateVpcRequest ¶
func NewNetworkingCreateVpcRequest(server string, hubId Uuidv4, body NetworkingCreateVpcJSONRequestBody) (*http.Request, error)
NewNetworkingCreateVpcRequest calls the generic NetworkingCreateVpc builder with application/json body
func NewNetworkingCreateVpcRequestWithBody ¶
func NewNetworkingCreateVpcRequestWithBody(server string, hubId Uuidv4, contentType string, body io.Reader) (*http.Request, error)
NewNetworkingCreateVpcRequestWithBody generates requests for NetworkingCreateVpc with any type of body
func NewNetworkingCreateVpnConnectionRequest ¶
func NewNetworkingCreateVpnConnectionRequest(server string, vpnCustomerGatewayId Uuidv4, body NetworkingCreateVpnConnectionJSONRequestBody) (*http.Request, error)
NewNetworkingCreateVpnConnectionRequest calls the generic NetworkingCreateVpnConnection builder with application/json body
func NewNetworkingCreateVpnConnectionRequestWithBody ¶
func NewNetworkingCreateVpnConnectionRequestWithBody(server string, vpnCustomerGatewayId Uuidv4, contentType string, body io.Reader) (*http.Request, error)
NewNetworkingCreateVpnConnectionRequestWithBody generates requests for NetworkingCreateVpnConnection with any type of body
func NewNetworkingCreateVpnCustomerGatewayRequest ¶
func NewNetworkingCreateVpnCustomerGatewayRequest(server string, body NetworkingCreateVpnCustomerGatewayJSONRequestBody) (*http.Request, error)
NewNetworkingCreateVpnCustomerGatewayRequest calls the generic NetworkingCreateVpnCustomerGateway builder with application/json body
func NewNetworkingCreateVpnCustomerGatewayRequestWithBody ¶
func NewNetworkingCreateVpnCustomerGatewayRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewNetworkingCreateVpnCustomerGatewayRequestWithBody generates requests for NetworkingCreateVpnCustomerGateway with any type of body
func NewNetworkingDeleteCidrExclusionRequest ¶
func NewNetworkingDeleteCidrExclusionRequest(server string, exclusionId Uuidv4) (*http.Request, error)
NewNetworkingDeleteCidrExclusionRequest generates requests for NetworkingDeleteCidrExclusion
func NewNetworkingDeleteCidrRangeRequest ¶
NewNetworkingDeleteCidrRangeRequest generates requests for NetworkingDeleteCidrRange
func NewNetworkingDeleteDnsResolverRequest ¶
func NewNetworkingDeleteDnsResolverRequest(server string, dnsResolverId Uuidv4) (*http.Request, error)
NewNetworkingDeleteDnsResolverRequest generates requests for NetworkingDeleteDnsResolver
func NewNetworkingDeleteDnsRuleRequest ¶
NewNetworkingDeleteDnsRuleRequest generates requests for NetworkingDeleteDnsRule
func NewNetworkingDeleteDxAssociationRequest ¶
func NewNetworkingDeleteDxAssociationRequest(server string, dxAssociationId Uuidv4) (*http.Request, error)
NewNetworkingDeleteDxAssociationRequest generates requests for NetworkingDeleteDxAssociation
func NewNetworkingDeleteDxGatewayRequest ¶
NewNetworkingDeleteDxGatewayRequest generates requests for NetworkingDeleteDxGateway
func NewNetworkingDeleteDxVifRequest ¶
NewNetworkingDeleteDxVifRequest generates requests for NetworkingDeleteDxVif
func NewNetworkingDeleteHubPeeringRequest ¶
func NewNetworkingDeleteHubPeeringRequest(server string, hubPeeringId Uuidv4) (*http.Request, error)
NewNetworkingDeleteHubPeeringRequest generates requests for NetworkingDeleteHubPeering
func NewNetworkingDeleteHubRequest ¶
NewNetworkingDeleteHubRequest generates requests for NetworkingDeleteHub
func NewNetworkingDeletePrefixListRequest ¶
func NewNetworkingDeletePrefixListRequest(server string, prefixListId Uuidv4) (*http.Request, error)
NewNetworkingDeletePrefixListRequest generates requests for NetworkingDeletePrefixList
func NewNetworkingDeleteVpcRequest ¶
NewNetworkingDeleteVpcRequest generates requests for NetworkingDeleteVpc
func NewNetworkingDeleteVpnConnectionRequest ¶
func NewNetworkingDeleteVpnConnectionRequest(server string, vpnConnectionId Uuidv4) (*http.Request, error)
NewNetworkingDeleteVpnConnectionRequest generates requests for NetworkingDeleteVpnConnection
func NewNetworkingDeleteVpnCustomerGatewayRequest ¶
func NewNetworkingDeleteVpnCustomerGatewayRequest(server string, vpnCustomerGatewayId Uuidv4) (*http.Request, error)
NewNetworkingDeleteVpnCustomerGatewayRequest generates requests for NetworkingDeleteVpnCustomerGateway
func NewNetworkingReadCidrExclusionRequest ¶
func NewNetworkingReadCidrExclusionRequest(server string, exclusionId Uuidv4, params *NetworkingReadCidrExclusionParams) (*http.Request, error)
NewNetworkingReadCidrExclusionRequest generates requests for NetworkingReadCidrExclusion
func NewNetworkingReadCidrExclusionsRequest ¶
func NewNetworkingReadCidrExclusionsRequest(server string, params *NetworkingReadCidrExclusionsParams) (*http.Request, error)
NewNetworkingReadCidrExclusionsRequest generates requests for NetworkingReadCidrExclusions
func NewNetworkingReadCidrRangeRequest ¶
func NewNetworkingReadCidrRangeRequest(server string, rangeId Uuidv4, params *NetworkingReadCidrRangeParams) (*http.Request, error)
NewNetworkingReadCidrRangeRequest generates requests for NetworkingReadCidrRange
func NewNetworkingReadCidrRangesRequest ¶
func NewNetworkingReadCidrRangesRequest(server string, params *NetworkingReadCidrRangesParams) (*http.Request, error)
NewNetworkingReadCidrRangesRequest generates requests for NetworkingReadCidrRanges
func NewNetworkingReadDnsResolverRequest ¶
func NewNetworkingReadDnsResolverRequest(server string, dnsResolverId Uuidv4, params *NetworkingReadDnsResolverParams) (*http.Request, error)
NewNetworkingReadDnsResolverRequest generates requests for NetworkingReadDnsResolver
func NewNetworkingReadDnsResolversRequest ¶
func NewNetworkingReadDnsResolversRequest(server string, params *NetworkingReadDnsResolversParams) (*http.Request, error)
NewNetworkingReadDnsResolversRequest generates requests for NetworkingReadDnsResolvers
func NewNetworkingReadDnsRuleRequest ¶
func NewNetworkingReadDnsRuleRequest(server string, dnsRuleId Uuidv4, params *NetworkingReadDnsRuleParams) (*http.Request, error)
NewNetworkingReadDnsRuleRequest generates requests for NetworkingReadDnsRule
func NewNetworkingReadDnsRulesRequest ¶
func NewNetworkingReadDnsRulesRequest(server string, params *NetworkingReadDnsRulesParams) (*http.Request, error)
NewNetworkingReadDnsRulesRequest generates requests for NetworkingReadDnsRules
func NewNetworkingReadDxAssociationRequest ¶
func NewNetworkingReadDxAssociationRequest(server string, dxAssociationId Uuidv4, params *NetworkingReadDxAssociationParams) (*http.Request, error)
NewNetworkingReadDxAssociationRequest generates requests for NetworkingReadDxAssociation
func NewNetworkingReadDxAssociationsRequest ¶
func NewNetworkingReadDxAssociationsRequest(server string, params *NetworkingReadDxAssociationsParams) (*http.Request, error)
NewNetworkingReadDxAssociationsRequest generates requests for NetworkingReadDxAssociations
func NewNetworkingReadDxConnectionsRequest ¶
func NewNetworkingReadDxConnectionsRequest(server string, accountId Uuidv4, params *NetworkingReadDxConnectionsParams) (*http.Request, error)
NewNetworkingReadDxConnectionsRequest generates requests for NetworkingReadDxConnections
func NewNetworkingReadDxGatewayRequest ¶
func NewNetworkingReadDxGatewayRequest(server string, dxGatewayId Uuidv4, params *NetworkingReadDxGatewayParams) (*http.Request, error)
NewNetworkingReadDxGatewayRequest generates requests for NetworkingReadDxGateway
func NewNetworkingReadDxGatewaysRequest ¶
func NewNetworkingReadDxGatewaysRequest(server string, params *NetworkingReadDxGatewaysParams) (*http.Request, error)
NewNetworkingReadDxGatewaysRequest generates requests for NetworkingReadDxGateways
func NewNetworkingReadDxVifRequest ¶
func NewNetworkingReadDxVifRequest(server string, dxVifId Uuidv4, params *NetworkingReadDxVifParams) (*http.Request, error)
NewNetworkingReadDxVifRequest generates requests for NetworkingReadDxVif
func NewNetworkingReadDxVifStatusRequest ¶
NewNetworkingReadDxVifStatusRequest generates requests for NetworkingReadDxVifStatus
func NewNetworkingReadDxVifsRequest ¶
func NewNetworkingReadDxVifsRequest(server string, params *NetworkingReadDxVifsParams) (*http.Request, error)
NewNetworkingReadDxVifsRequest generates requests for NetworkingReadDxVifs
func NewNetworkingReadGatewayDxAssociationsRequest ¶
func NewNetworkingReadGatewayDxAssociationsRequest(server string, dxGatewayId Uuidv4, params *NetworkingReadGatewayDxAssociationsParams) (*http.Request, error)
NewNetworkingReadGatewayDxAssociationsRequest generates requests for NetworkingReadGatewayDxAssociations
func NewNetworkingReadGatewayDxVifsRequest ¶
func NewNetworkingReadGatewayDxVifsRequest(server string, dxGatewayId Uuidv4, params *NetworkingReadGatewayDxVifsParams) (*http.Request, error)
NewNetworkingReadGatewayDxVifsRequest generates requests for NetworkingReadGatewayDxVifs
func NewNetworkingReadGatewayVpnConnectionsRequest ¶
func NewNetworkingReadGatewayVpnConnectionsRequest(server string, vpnCustomerGatewayId Uuidv4, params *NetworkingReadGatewayVpnConnectionsParams) (*http.Request, error)
NewNetworkingReadGatewayVpnConnectionsRequest generates requests for NetworkingReadGatewayVpnConnections
func NewNetworkingReadHubCidrExclusionsRequest ¶
func NewNetworkingReadHubCidrExclusionsRequest(server string, hubId Uuidv4, params *NetworkingReadHubCidrExclusionsParams) (*http.Request, error)
NewNetworkingReadHubCidrExclusionsRequest generates requests for NetworkingReadHubCidrExclusions
func NewNetworkingReadHubCidrRangesRequest ¶
func NewNetworkingReadHubCidrRangesRequest(server string, hubId Uuidv4, params *NetworkingReadHubCidrRangesParams) (*http.Request, error)
NewNetworkingReadHubCidrRangesRequest generates requests for NetworkingReadHubCidrRanges
func NewNetworkingReadHubDnsResolversRequest ¶
func NewNetworkingReadHubDnsResolversRequest(server string, hubId Uuidv4, params *NetworkingReadHubDnsResolversParams) (*http.Request, error)
NewNetworkingReadHubDnsResolversRequest generates requests for NetworkingReadHubDnsResolvers
func NewNetworkingReadHubDxAssociationsRequest ¶
func NewNetworkingReadHubDxAssociationsRequest(server string, hubId Uuidv4, params *NetworkingReadHubDxAssociationsParams) (*http.Request, error)
NewNetworkingReadHubDxAssociationsRequest generates requests for NetworkingReadHubDxAssociations
func NewNetworkingReadHubDxGatewaysRequest ¶
func NewNetworkingReadHubDxGatewaysRequest(server string, hubId Uuidv4, params *NetworkingReadHubDxGatewaysParams) (*http.Request, error)
NewNetworkingReadHubDxGatewaysRequest generates requests for NetworkingReadHubDxGateways
func NewNetworkingReadHubHubPeeringsRequest ¶
func NewNetworkingReadHubHubPeeringsRequest(server string, networkingHubId Uuidv4, params *NetworkingReadHubHubPeeringsParams) (*http.Request, error)
NewNetworkingReadHubHubPeeringsRequest generates requests for NetworkingReadHubHubPeerings
func NewNetworkingReadHubPeeringRequest ¶
func NewNetworkingReadHubPeeringRequest(server string, hubPeeringId Uuidv4, params *NetworkingReadHubPeeringParams) (*http.Request, error)
NewNetworkingReadHubPeeringRequest generates requests for NetworkingReadHubPeering
func NewNetworkingReadHubPeeringsRequest ¶
func NewNetworkingReadHubPeeringsRequest(server string, params *NetworkingReadHubPeeringsParams) (*http.Request, error)
NewNetworkingReadHubPeeringsRequest generates requests for NetworkingReadHubPeerings
func NewNetworkingReadHubPrefixListsRequest ¶
func NewNetworkingReadHubPrefixListsRequest(server string, hubId Uuidv4, params *NetworkingReadHubPrefixListsParams) (*http.Request, error)
NewNetworkingReadHubPrefixListsRequest generates requests for NetworkingReadHubPrefixLists
func NewNetworkingReadHubRequest ¶
func NewNetworkingReadHubRequest(server string, hubId Uuidv4, params *NetworkingReadHubParams) (*http.Request, error)
NewNetworkingReadHubRequest generates requests for NetworkingReadHub
func NewNetworkingReadHubVpcsRequest ¶
func NewNetworkingReadHubVpcsRequest(server string, hubId Uuidv4, params *NetworkingReadHubVpcsParams) (*http.Request, error)
NewNetworkingReadHubVpcsRequest generates requests for NetworkingReadHubVpcs
func NewNetworkingReadHubVpnConnectionsRequest ¶
func NewNetworkingReadHubVpnConnectionsRequest(server string, hubId Uuidv4, params *NetworkingReadHubVpnConnectionsParams) (*http.Request, error)
NewNetworkingReadHubVpnConnectionsRequest generates requests for NetworkingReadHubVpnConnections
func NewNetworkingReadHubVpnCustomerGatewaysRequest ¶
func NewNetworkingReadHubVpnCustomerGatewaysRequest(server string, hubId Uuidv4, params *NetworkingReadHubVpnCustomerGatewaysParams) (*http.Request, error)
NewNetworkingReadHubVpnCustomerGatewaysRequest generates requests for NetworkingReadHubVpnCustomerGateways
func NewNetworkingReadHubsRequest ¶
func NewNetworkingReadHubsRequest(server string, params *NetworkingReadHubsParams) (*http.Request, error)
NewNetworkingReadHubsRequest generates requests for NetworkingReadHubs
func NewNetworkingReadPrefixListRequest ¶
func NewNetworkingReadPrefixListRequest(server string, prefixListId Uuidv4, params *NetworkingReadPrefixListParams) (*http.Request, error)
NewNetworkingReadPrefixListRequest generates requests for NetworkingReadPrefixList
func NewNetworkingReadPrefixListsRequest ¶
func NewNetworkingReadPrefixListsRequest(server string, params *NetworkingReadPrefixListsParams) (*http.Request, error)
NewNetworkingReadPrefixListsRequest generates requests for NetworkingReadPrefixLists
func NewNetworkingReadResolverDnsRulesRequest ¶
func NewNetworkingReadResolverDnsRulesRequest(server string, dnsResolverId Uuidv4, params *NetworkingReadResolverDnsRulesParams) (*http.Request, error)
NewNetworkingReadResolverDnsRulesRequest generates requests for NetworkingReadResolverDnsRules
func NewNetworkingReadVpcRequest ¶
func NewNetworkingReadVpcRequest(server string, vpcId Uuidv4, params *NetworkingReadVpcParams) (*http.Request, error)
NewNetworkingReadVpcRequest generates requests for NetworkingReadVpc
func NewNetworkingReadVpcsRequest ¶
func NewNetworkingReadVpcsRequest(server string, params *NetworkingReadVpcsParams) (*http.Request, error)
NewNetworkingReadVpcsRequest generates requests for NetworkingReadVpcs
func NewNetworkingReadVpnConnectionRequest ¶
func NewNetworkingReadVpnConnectionRequest(server string, vpnConnectionId Uuidv4, params *NetworkingReadVpnConnectionParams) (*http.Request, error)
NewNetworkingReadVpnConnectionRequest generates requests for NetworkingReadVpnConnection
func NewNetworkingReadVpnConnectionStatusRequest ¶
func NewNetworkingReadVpnConnectionStatusRequest(server string, vpnConnectionId Uuidv4) (*http.Request, error)
NewNetworkingReadVpnConnectionStatusRequest generates requests for NetworkingReadVpnConnectionStatus
func NewNetworkingReadVpnConnectionsRequest ¶
func NewNetworkingReadVpnConnectionsRequest(server string, params *NetworkingReadVpnConnectionsParams) (*http.Request, error)
NewNetworkingReadVpnConnectionsRequest generates requests for NetworkingReadVpnConnections
func NewNetworkingReadVpnCustomerGatewayRequest ¶
func NewNetworkingReadVpnCustomerGatewayRequest(server string, vpnCustomerGatewayId Uuidv4, params *NetworkingReadVpnCustomerGatewayParams) (*http.Request, error)
NewNetworkingReadVpnCustomerGatewayRequest generates requests for NetworkingReadVpnCustomerGateway
func NewNetworkingReadVpnCustomerGatewaysRequest ¶
func NewNetworkingReadVpnCustomerGatewaysRequest(server string, params *NetworkingReadVpnCustomerGatewaysParams) (*http.Request, error)
NewNetworkingReadVpnCustomerGatewaysRequest generates requests for NetworkingReadVpnCustomerGateways
func NewNetworkingUpdateCidrExclusionRequest ¶
func NewNetworkingUpdateCidrExclusionRequest(server string, exclusionId Uuidv4, body NetworkingUpdateCidrExclusionJSONRequestBody) (*http.Request, error)
NewNetworkingUpdateCidrExclusionRequest calls the generic NetworkingUpdateCidrExclusion builder with application/json body
func NewNetworkingUpdateCidrExclusionRequestWithBody ¶
func NewNetworkingUpdateCidrExclusionRequestWithBody(server string, exclusionId Uuidv4, contentType string, body io.Reader) (*http.Request, error)
NewNetworkingUpdateCidrExclusionRequestWithBody generates requests for NetworkingUpdateCidrExclusion with any type of body
func NewNetworkingUpdateCidrRangeRequest ¶
func NewNetworkingUpdateCidrRangeRequest(server string, rangeId Uuidv4, body NetworkingUpdateCidrRangeJSONRequestBody) (*http.Request, error)
NewNetworkingUpdateCidrRangeRequest calls the generic NetworkingUpdateCidrRange builder with application/json body
func NewNetworkingUpdateCidrRangeRequestWithBody ¶
func NewNetworkingUpdateCidrRangeRequestWithBody(server string, rangeId Uuidv4, contentType string, body io.Reader) (*http.Request, error)
NewNetworkingUpdateCidrRangeRequestWithBody generates requests for NetworkingUpdateCidrRange with any type of body
func NewNetworkingUpdateDnsResolverRequest ¶
func NewNetworkingUpdateDnsResolverRequest(server string, dnsResolverId Uuidv4, body NetworkingUpdateDnsResolverJSONRequestBody) (*http.Request, error)
NewNetworkingUpdateDnsResolverRequest calls the generic NetworkingUpdateDnsResolver builder with application/json body
func NewNetworkingUpdateDnsResolverRequestWithBody ¶
func NewNetworkingUpdateDnsResolverRequestWithBody(server string, dnsResolverId Uuidv4, contentType string, body io.Reader) (*http.Request, error)
NewNetworkingUpdateDnsResolverRequestWithBody generates requests for NetworkingUpdateDnsResolver with any type of body
func NewNetworkingUpdateDnsRuleRequest ¶
func NewNetworkingUpdateDnsRuleRequest(server string, dnsRuleId Uuidv4, body NetworkingUpdateDnsRuleJSONRequestBody) (*http.Request, error)
NewNetworkingUpdateDnsRuleRequest calls the generic NetworkingUpdateDnsRule builder with application/json body
func NewNetworkingUpdateDnsRuleRequestWithBody ¶
func NewNetworkingUpdateDnsRuleRequestWithBody(server string, dnsRuleId Uuidv4, contentType string, body io.Reader) (*http.Request, error)
NewNetworkingUpdateDnsRuleRequestWithBody generates requests for NetworkingUpdateDnsRule with any type of body
func NewNetworkingUpdateDxAssociationRequest ¶
func NewNetworkingUpdateDxAssociationRequest(server string, dxAssociationId Uuidv4, body NetworkingUpdateDxAssociationJSONRequestBody) (*http.Request, error)
NewNetworkingUpdateDxAssociationRequest calls the generic NetworkingUpdateDxAssociation builder with application/json body
func NewNetworkingUpdateDxAssociationRequestWithBody ¶
func NewNetworkingUpdateDxAssociationRequestWithBody(server string, dxAssociationId Uuidv4, contentType string, body io.Reader) (*http.Request, error)
NewNetworkingUpdateDxAssociationRequestWithBody generates requests for NetworkingUpdateDxAssociation with any type of body
func NewNetworkingUpdateDxVifRequest ¶
func NewNetworkingUpdateDxVifRequest(server string, dxVifId Uuidv4, body NetworkingUpdateDxVifJSONRequestBody) (*http.Request, error)
NewNetworkingUpdateDxVifRequest calls the generic NetworkingUpdateDxVif builder with application/json body
func NewNetworkingUpdateDxVifRequestWithBody ¶
func NewNetworkingUpdateDxVifRequestWithBody(server string, dxVifId Uuidv4, contentType string, body io.Reader) (*http.Request, error)
NewNetworkingUpdateDxVifRequestWithBody generates requests for NetworkingUpdateDxVif with any type of body
func NewNetworkingUpdateHubPeeringRequest ¶
func NewNetworkingUpdateHubPeeringRequest(server string, hubPeeringId Uuidv4, body NetworkingUpdateHubPeeringJSONRequestBody) (*http.Request, error)
NewNetworkingUpdateHubPeeringRequest calls the generic NetworkingUpdateHubPeering builder with application/json body
func NewNetworkingUpdateHubPeeringRequestWithBody ¶
func NewNetworkingUpdateHubPeeringRequestWithBody(server string, hubPeeringId Uuidv4, contentType string, body io.Reader) (*http.Request, error)
NewNetworkingUpdateHubPeeringRequestWithBody generates requests for NetworkingUpdateHubPeering with any type of body
func NewNetworkingUpdateHubPrefixListAssociationRequest ¶
func NewNetworkingUpdateHubPrefixListAssociationRequest(server string, prefixListId Uuidv4, body NetworkingUpdateHubPrefixListAssociationJSONRequestBody) (*http.Request, error)
NewNetworkingUpdateHubPrefixListAssociationRequest calls the generic NetworkingUpdateHubPrefixListAssociation builder with application/json body
func NewNetworkingUpdateHubPrefixListAssociationRequestWithBody ¶
func NewNetworkingUpdateHubPrefixListAssociationRequestWithBody(server string, prefixListId Uuidv4, contentType string, body io.Reader) (*http.Request, error)
NewNetworkingUpdateHubPrefixListAssociationRequestWithBody generates requests for NetworkingUpdateHubPrefixListAssociation with any type of body
func NewNetworkingUpdateHubRequest ¶
func NewNetworkingUpdateHubRequest(server string, hubId Uuidv4, body NetworkingUpdateHubJSONRequestBody) (*http.Request, error)
NewNetworkingUpdateHubRequest calls the generic NetworkingUpdateHub builder with application/json body
func NewNetworkingUpdateHubRequestWithBody ¶
func NewNetworkingUpdateHubRequestWithBody(server string, hubId Uuidv4, contentType string, body io.Reader) (*http.Request, error)
NewNetworkingUpdateHubRequestWithBody generates requests for NetworkingUpdateHub with any type of body
func NewNetworkingUpdatePrefixListRequest ¶
func NewNetworkingUpdatePrefixListRequest(server string, prefixListId Uuidv4, body NetworkingUpdatePrefixListJSONRequestBody) (*http.Request, error)
NewNetworkingUpdatePrefixListRequest calls the generic NetworkingUpdatePrefixList builder with application/json body
func NewNetworkingUpdatePrefixListRequestWithBody ¶
func NewNetworkingUpdatePrefixListRequestWithBody(server string, prefixListId Uuidv4, contentType string, body io.Reader) (*http.Request, error)
NewNetworkingUpdatePrefixListRequestWithBody generates requests for NetworkingUpdatePrefixList with any type of body
func NewNetworkingUpdateVpcPrefixListAssociationRequest ¶
func NewNetworkingUpdateVpcPrefixListAssociationRequest(server string, prefixListId Uuidv4, body NetworkingUpdateVpcPrefixListAssociationJSONRequestBody) (*http.Request, error)
NewNetworkingUpdateVpcPrefixListAssociationRequest calls the generic NetworkingUpdateVpcPrefixListAssociation builder with application/json body
func NewNetworkingUpdateVpcPrefixListAssociationRequestWithBody ¶
func NewNetworkingUpdateVpcPrefixListAssociationRequestWithBody(server string, prefixListId Uuidv4, contentType string, body io.Reader) (*http.Request, error)
NewNetworkingUpdateVpcPrefixListAssociationRequestWithBody generates requests for NetworkingUpdateVpcPrefixListAssociation with any type of body
func NewNetworkingUpdateVpcRequest ¶
func NewNetworkingUpdateVpcRequest(server string, vpcId Uuidv4, body NetworkingUpdateVpcJSONRequestBody) (*http.Request, error)
NewNetworkingUpdateVpcRequest calls the generic NetworkingUpdateVpc builder with application/json body
func NewNetworkingUpdateVpcRequestWithBody ¶
func NewNetworkingUpdateVpcRequestWithBody(server string, vpcId Uuidv4, contentType string, body io.Reader) (*http.Request, error)
NewNetworkingUpdateVpcRequestWithBody generates requests for NetworkingUpdateVpc with any type of body
func NewNetworkingUpdateVpnConnectionRequest ¶
func NewNetworkingUpdateVpnConnectionRequest(server string, vpnConnectionId Uuidv4, body NetworkingUpdateVpnConnectionJSONRequestBody) (*http.Request, error)
NewNetworkingUpdateVpnConnectionRequest calls the generic NetworkingUpdateVpnConnection builder with application/json body
func NewNetworkingUpdateVpnConnectionRequestWithBody ¶
func NewNetworkingUpdateVpnConnectionRequestWithBody(server string, vpnConnectionId Uuidv4, contentType string, body io.Reader) (*http.Request, error)
NewNetworkingUpdateVpnConnectionRequestWithBody generates requests for NetworkingUpdateVpnConnection with any type of body
func NewNetworkingUpdateVpnCustomerGatewayRequest ¶
func NewNetworkingUpdateVpnCustomerGatewayRequest(server string, vpnCustomerGatewayId Uuidv4, body NetworkingUpdateVpnCustomerGatewayJSONRequestBody) (*http.Request, error)
NewNetworkingUpdateVpnCustomerGatewayRequest calls the generic NetworkingUpdateVpnCustomerGateway builder with application/json body
func NewNetworkingUpdateVpnCustomerGatewayRequestWithBody ¶
func NewNetworkingUpdateVpnCustomerGatewayRequestWithBody(server string, vpnCustomerGatewayId Uuidv4, contentType string, body io.Reader) (*http.Request, error)
NewNetworkingUpdateVpnCustomerGatewayRequestWithBody generates requests for NetworkingUpdateVpnCustomerGateway with any type of body
func NewOrganisationsAttachPolicyRequest ¶
func NewOrganisationsAttachPolicyRequest(server string, policyId string, body OrganisationsAttachPolicyJSONRequestBody) (*http.Request, error)
NewOrganisationsAttachPolicyRequest calls the generic OrganisationsAttachPolicy builder with application/json body
func NewOrganisationsAttachPolicyRequestWithBody ¶
func NewOrganisationsAttachPolicyRequestWithBody(server string, policyId string, contentType string, body io.Reader) (*http.Request, error)
NewOrganisationsAttachPolicyRequestWithBody generates requests for OrganisationsAttachPolicy with any type of body
func NewOrganisationsCreatePolicyRequest ¶
func NewOrganisationsCreatePolicyRequest(server string, body OrganisationsCreatePolicyJSONRequestBody) (*http.Request, error)
NewOrganisationsCreatePolicyRequest calls the generic OrganisationsCreatePolicy builder with application/json body
func NewOrganisationsCreatePolicyRequestWithBody ¶
func NewOrganisationsCreatePolicyRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewOrganisationsCreatePolicyRequestWithBody generates requests for OrganisationsCreatePolicy with any type of body
func NewOrganisationsDeletePolicyRequest ¶
NewOrganisationsDeletePolicyRequest generates requests for OrganisationsDeletePolicy
func NewOrganisationsDetachPolicyRequest ¶
NewOrganisationsDetachPolicyRequest generates requests for OrganisationsDetachPolicy
func NewOrganisationsReadOrganisationRequest ¶
NewOrganisationsReadOrganisationRequest generates requests for OrganisationsReadOrganisation
func NewOrganisationsReadOrganisationalUnitRequest ¶
func NewOrganisationsReadOrganisationalUnitRequest(server string, organisationalUnitId string) (*http.Request, error)
NewOrganisationsReadOrganisationalUnitRequest generates requests for OrganisationsReadOrganisationalUnit
func NewOrganisationsReadOrganisationalUnitsRequest ¶
func NewOrganisationsReadOrganisationalUnitsRequest(server string, params *OrganisationsReadOrganisationalUnitsParams) (*http.Request, error)
NewOrganisationsReadOrganisationalUnitsRequest generates requests for OrganisationsReadOrganisationalUnits
func NewOrganisationsReadOrganisationsRequest ¶
NewOrganisationsReadOrganisationsRequest generates requests for OrganisationsReadOrganisations
func NewOrganisationsReadPoliciesRequest ¶
func NewOrganisationsReadPoliciesRequest(server string, params *OrganisationsReadPoliciesParams) (*http.Request, error)
NewOrganisationsReadPoliciesRequest generates requests for OrganisationsReadPolicies
func NewOrganisationsReadPolicyRequest ¶
NewOrganisationsReadPolicyRequest generates requests for OrganisationsReadPolicy
func NewOrganisationsUpdatePolicyRequest ¶
func NewOrganisationsUpdatePolicyRequest(server string, policyId string, body OrganisationsUpdatePolicyJSONRequestBody) (*http.Request, error)
NewOrganisationsUpdatePolicyRequest calls the generic OrganisationsUpdatePolicy builder with application/json body
func NewOrganisationsUpdatePolicyRequestWithBody ¶
func NewOrganisationsUpdatePolicyRequestWithBody(server string, policyId string, contentType string, body io.Reader) (*http.Request, error)
NewOrganisationsUpdatePolicyRequestWithBody generates requests for OrganisationsUpdatePolicy with any type of body
func NewPublicCheckAliasRequest ¶
NewPublicCheckAliasRequest generates requests for PublicCheckAlias
func NewPublicReadConfigRequest ¶
NewPublicReadConfigRequest generates requests for PublicReadConfig
func NewServicesConfigureSecurityHubRequest ¶
func NewServicesConfigureSecurityHubRequest(server string, body ServicesConfigureSecurityHubJSONRequestBody) (*http.Request, error)
NewServicesConfigureSecurityHubRequest calls the generic ServicesConfigureSecurityHub builder with application/json body
func NewServicesConfigureSecurityHubRequestWithBody ¶
func NewServicesConfigureSecurityHubRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewServicesConfigureSecurityHubRequestWithBody generates requests for ServicesConfigureSecurityHub with any type of body
func NewServicesReadConfigurationsRequest ¶
NewServicesReadConfigurationsRequest generates requests for ServicesReadConfigurations
func NewServicesReadSecurityHubConfigurationRequest ¶
NewServicesReadSecurityHubConfigurationRequest generates requests for ServicesReadSecurityHubConfiguration
func NewTasksReadTaskRequest ¶
NewTasksReadTaskRequest generates requests for TasksReadTask
func NewTeamsCreateApiTokenRequest ¶
func NewTeamsCreateApiTokenRequest(server string, body TeamsCreateApiTokenJSONRequestBody) (*http.Request, error)
NewTeamsCreateApiTokenRequest calls the generic TeamsCreateApiToken builder with application/json body
func NewTeamsCreateApiTokenRequestWithBody ¶
func NewTeamsCreateApiTokenRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewTeamsCreateApiTokenRequestWithBody generates requests for TeamsCreateApiToken with any type of body
func NewTeamsCreateGroupRequest ¶
func NewTeamsCreateGroupRequest(server string, body TeamsCreateGroupJSONRequestBody) (*http.Request, error)
NewTeamsCreateGroupRequest calls the generic TeamsCreateGroup builder with application/json body
func NewTeamsCreateGroupRequestWithBody ¶
func NewTeamsCreateGroupRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewTeamsCreateGroupRequestWithBody generates requests for TeamsCreateGroup with any type of body
func NewTeamsCreateUserRequest ¶
func NewTeamsCreateUserRequest(server string, body TeamsCreateUserJSONRequestBody) (*http.Request, error)
NewTeamsCreateUserRequest calls the generic TeamsCreateUser builder with application/json body
func NewTeamsCreateUserRequestWithBody ¶
func NewTeamsCreateUserRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewTeamsCreateUserRequestWithBody generates requests for TeamsCreateUser with any type of body
func NewTeamsDeleteApiTokenRequest ¶
NewTeamsDeleteApiTokenRequest generates requests for TeamsDeleteApiToken
func NewTeamsDeleteGroupRequest ¶
NewTeamsDeleteGroupRequest generates requests for TeamsDeleteGroup
func NewTeamsDeleteUserRequest ¶
NewTeamsDeleteUserRequest generates requests for TeamsDeleteUser
func NewTeamsFetchCurrentUserRequest ¶
NewTeamsFetchCurrentUserRequest generates requests for TeamsFetchCurrentUser
func NewTeamsReadApiTokenRequest ¶
func NewTeamsReadApiTokenRequest(server string, accessKey string, params *TeamsReadApiTokenParams) (*http.Request, error)
NewTeamsReadApiTokenRequest generates requests for TeamsReadApiToken
func NewTeamsReadApiTokensRequest ¶
func NewTeamsReadApiTokensRequest(server string, params *TeamsReadApiTokensParams) (*http.Request, error)
NewTeamsReadApiTokensRequest generates requests for TeamsReadApiTokens
func NewTeamsReadGroupRequest ¶
NewTeamsReadGroupRequest generates requests for TeamsReadGroup
func NewTeamsReadGroupsRequest ¶
NewTeamsReadGroupsRequest generates requests for TeamsReadGroups
func NewTeamsReadIdamUserRequest ¶
NewTeamsReadIdamUserRequest generates requests for TeamsReadIdamUser
func NewTeamsReadIdamUsersRequest ¶
NewTeamsReadIdamUsersRequest generates requests for TeamsReadIdamUsers
func NewTeamsReadUserRequest ¶
NewTeamsReadUserRequest generates requests for TeamsReadUser
func NewTeamsReadUsersRequest ¶
NewTeamsReadUsersRequest generates requests for TeamsReadUsers
func NewTeamsUpdateApiTokenRequest ¶
func NewTeamsUpdateApiTokenRequest(server string, accessKey string, body TeamsUpdateApiTokenJSONRequestBody) (*http.Request, error)
NewTeamsUpdateApiTokenRequest calls the generic TeamsUpdateApiToken builder with application/json body
func NewTeamsUpdateApiTokenRequestWithBody ¶
func NewTeamsUpdateApiTokenRequestWithBody(server string, accessKey string, contentType string, body io.Reader) (*http.Request, error)
NewTeamsUpdateApiTokenRequestWithBody generates requests for TeamsUpdateApiToken with any type of body
func NewTeamsUpdateGroupMembersRequest ¶
func NewTeamsUpdateGroupMembersRequest(server string, body TeamsUpdateGroupMembersJSONRequestBody) (*http.Request, error)
NewTeamsUpdateGroupMembersRequest calls the generic TeamsUpdateGroupMembers builder with application/json body
func NewTeamsUpdateGroupMembersRequestWithBody ¶
func NewTeamsUpdateGroupMembersRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewTeamsUpdateGroupMembersRequestWithBody generates requests for TeamsUpdateGroupMembers with any type of body
func NewTeamsUpdateGroupRequest ¶
func NewTeamsUpdateGroupRequest(server string, groupId string, body TeamsUpdateGroupJSONRequestBody) (*http.Request, error)
NewTeamsUpdateGroupRequest calls the generic TeamsUpdateGroup builder with application/json body
func NewTeamsUpdateGroupRequestWithBody ¶
func NewTeamsUpdateGroupRequestWithBody(server string, groupId string, contentType string, body io.Reader) (*http.Request, error)
NewTeamsUpdateGroupRequestWithBody generates requests for TeamsUpdateGroup with any type of body
func NewTeamsUpdateUserInviteRequest ¶
NewTeamsUpdateUserInviteRequest generates requests for TeamsUpdateUserInvite
func NewTeamsUpdateUserPasswordRequest ¶
NewTeamsUpdateUserPasswordRequest generates requests for TeamsUpdateUserPassword
func NewTeamsUpdateUserRequest ¶
func NewTeamsUpdateUserRequest(server string, userId string, body TeamsUpdateUserJSONRequestBody) (*http.Request, error)
NewTeamsUpdateUserRequest calls the generic TeamsUpdateUser builder with application/json body
func NewTeamsUpdateUserRequestWithBody ¶
func NewTeamsUpdateUserRequestWithBody(server string, userId string, contentType string, body io.Reader) (*http.Request, error)
NewTeamsUpdateUserRequestWithBody generates requests for TeamsUpdateUser with any type of body
func NewWorkloadsCreateCatalogueItemRequest ¶
func NewWorkloadsCreateCatalogueItemRequest(server string, body WorkloadsCreateCatalogueItemJSONRequestBody) (*http.Request, error)
NewWorkloadsCreateCatalogueItemRequest calls the generic WorkloadsCreateCatalogueItem builder with application/json body
func NewWorkloadsCreateCatalogueItemRequestWithBody ¶
func NewWorkloadsCreateCatalogueItemRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewWorkloadsCreateCatalogueItemRequestWithBody generates requests for WorkloadsCreateCatalogueItem with any type of body
func NewWorkloadsCreateCatalogueVersionRequest ¶
func NewWorkloadsCreateCatalogueVersionRequest(server string, catalogueId string, body WorkloadsCreateCatalogueVersionJSONRequestBody) (*http.Request, error)
NewWorkloadsCreateCatalogueVersionRequest calls the generic WorkloadsCreateCatalogueVersion builder with application/json body
func NewWorkloadsCreateCatalogueVersionRequestWithBody ¶
func NewWorkloadsCreateCatalogueVersionRequestWithBody(server string, catalogueId string, contentType string, body io.Reader) (*http.Request, error)
NewWorkloadsCreateCatalogueVersionRequestWithBody generates requests for WorkloadsCreateCatalogueVersion with any type of body
func NewWorkloadsCreateWorkloadRequest ¶
func NewWorkloadsCreateWorkloadRequest(server string, body WorkloadsCreateWorkloadJSONRequestBody) (*http.Request, error)
NewWorkloadsCreateWorkloadRequest calls the generic WorkloadsCreateWorkload builder with application/json body
func NewWorkloadsCreateWorkloadRequestWithBody ¶
func NewWorkloadsCreateWorkloadRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewWorkloadsCreateWorkloadRequestWithBody generates requests for WorkloadsCreateWorkload with any type of body
func NewWorkloadsDeleteCatalogueItemRequest ¶
func NewWorkloadsDeleteCatalogueItemRequest(server string, catalogueId string) (*http.Request, error)
NewWorkloadsDeleteCatalogueItemRequest generates requests for WorkloadsDeleteCatalogueItem
func NewWorkloadsDeleteCatalogueVersionRequest ¶
func NewWorkloadsDeleteCatalogueVersionRequest(server string, catalogueId string, versionId string) (*http.Request, error)
NewWorkloadsDeleteCatalogueVersionRequest generates requests for WorkloadsDeleteCatalogueVersion
func NewWorkloadsDeleteWorkloadRequest ¶
NewWorkloadsDeleteWorkloadRequest generates requests for WorkloadsDeleteWorkload
func NewWorkloadsReadCatalogueItemRequest ¶
func NewWorkloadsReadCatalogueItemRequest(server string, catalogueId string, params *WorkloadsReadCatalogueItemParams) (*http.Request, error)
NewWorkloadsReadCatalogueItemRequest generates requests for WorkloadsReadCatalogueItem
func NewWorkloadsReadCatalogueItemsRequest ¶
func NewWorkloadsReadCatalogueItemsRequest(server string, params *WorkloadsReadCatalogueItemsParams) (*http.Request, error)
NewWorkloadsReadCatalogueItemsRequest generates requests for WorkloadsReadCatalogueItems
func NewWorkloadsReadCatalogueManifestRequest ¶
func NewWorkloadsReadCatalogueManifestRequest(server string, versionId string) (*http.Request, error)
NewWorkloadsReadCatalogueManifestRequest generates requests for WorkloadsReadCatalogueManifest
func NewWorkloadsReadCatalogueTemplateRequest ¶
func NewWorkloadsReadCatalogueTemplateRequest(server string, versionId string, name string) (*http.Request, error)
NewWorkloadsReadCatalogueTemplateRequest generates requests for WorkloadsReadCatalogueTemplate
func NewWorkloadsReadCatalogueVersionRequest ¶
func NewWorkloadsReadCatalogueVersionRequest(server string, catalogueId string, versionId string, params *WorkloadsReadCatalogueVersionParams) (*http.Request, error)
NewWorkloadsReadCatalogueVersionRequest generates requests for WorkloadsReadCatalogueVersion
func NewWorkloadsReadWorkloadRequest ¶
func NewWorkloadsReadWorkloadRequest(server string, workloadId string, params *WorkloadsReadWorkloadParams) (*http.Request, error)
NewWorkloadsReadWorkloadRequest generates requests for WorkloadsReadWorkload
func NewWorkloadsReadWorkloadsRequest ¶
func NewWorkloadsReadWorkloadsRequest(server string, params *WorkloadsReadWorkloadsParams) (*http.Request, error)
NewWorkloadsReadWorkloadsRequest generates requests for WorkloadsReadWorkloads
func NewWorkloadsUpdateAllRequest ¶
func NewWorkloadsUpdateAllRequest(server string, body WorkloadsUpdateAllJSONRequestBody) (*http.Request, error)
NewWorkloadsUpdateAllRequest calls the generic WorkloadsUpdateAll builder with application/json body
func NewWorkloadsUpdateAllRequestWithBody ¶
func NewWorkloadsUpdateAllRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewWorkloadsUpdateAllRequestWithBody generates requests for WorkloadsUpdateAll with any type of body
Types ¶
type AccountsCloseAccountResp ¶
type AccountsCloseAccountResp struct { Body []byte HTTPResponse *http.Response JSON200 *AccountsCloseAccountResponse JSON400 *Error JSON409 *Error }
func ParseAccountsCloseAccountResp ¶
func ParseAccountsCloseAccountResp(rsp *http.Response) (*AccountsCloseAccountResp, error)
ParseAccountsCloseAccountResp parses an HTTP response from a AccountsCloseAccountWithResponse call
func (AccountsCloseAccountResp) Status ¶
func (r AccountsCloseAccountResp) Status() string
Status returns HTTPResponse.Status
func (AccountsCloseAccountResp) StatusCode ¶
func (r AccountsCloseAccountResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AccountsCreateAccountResp ¶
type AccountsCreateAccountResp struct { Body []byte HTTPResponse *http.Response JSON200 *AccountsCreateAccountResponse JSON400 *Error JSON409 *Error }
func ParseAccountsCreateAccountResp ¶
func ParseAccountsCreateAccountResp(rsp *http.Response) (*AccountsCreateAccountResp, error)
ParseAccountsCreateAccountResp parses an HTTP response from a AccountsCreateAccountWithResponse call
func (AccountsCreateAccountResp) Status ¶
func (r AccountsCreateAccountResp) Status() string
Status returns HTTPResponse.Status
func (AccountsCreateAccountResp) StatusCode ¶
func (r AccountsCreateAccountResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AccountsCreateAccountTypeResp ¶
type AccountsCreateAccountTypeResp struct { Body []byte HTTPResponse *http.Response JSON200 *AccountsCreateAccountTypeResponse JSON400 *Error JSON403 *Error }
func ParseAccountsCreateAccountTypeResp ¶
func ParseAccountsCreateAccountTypeResp(rsp *http.Response) (*AccountsCreateAccountTypeResp, error)
ParseAccountsCreateAccountTypeResp parses an HTTP response from a AccountsCreateAccountTypeWithResponse call
func (AccountsCreateAccountTypeResp) Status ¶
func (r AccountsCreateAccountTypeResp) Status() string
Status returns HTTPResponse.Status
func (AccountsCreateAccountTypeResp) StatusCode ¶
func (r AccountsCreateAccountTypeResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AccountsDeleteAccountTypeResp ¶
type AccountsDeleteAccountTypeResp struct { Body []byte HTTPResponse *http.Response JSON200 *AccountsDeleteAccountTypeResponse JSON400 *Error JSON403 *Error JSON404 *Error }
func ParseAccountsDeleteAccountTypeResp ¶
func ParseAccountsDeleteAccountTypeResp(rsp *http.Response) (*AccountsDeleteAccountTypeResp, error)
ParseAccountsDeleteAccountTypeResp parses an HTTP response from a AccountsDeleteAccountTypeWithResponse call
func (AccountsDeleteAccountTypeResp) Status ¶
func (r AccountsDeleteAccountTypeResp) Status() string
Status returns HTTPResponse.Status
func (AccountsDeleteAccountTypeResp) StatusCode ¶
func (r AccountsDeleteAccountTypeResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AccountsDiscoverAccountResp ¶
type AccountsDiscoverAccountResp struct { Body []byte HTTPResponse *http.Response JSON200 *AccountsDiscoverAccountsResponse JSON400 *Error JSON403 *Error JSON404 *Error JSON409 *Error }
func ParseAccountsDiscoverAccountResp ¶
func ParseAccountsDiscoverAccountResp(rsp *http.Response) (*AccountsDiscoverAccountResp, error)
ParseAccountsDiscoverAccountResp parses an HTTP response from a AccountsDiscoverAccountWithResponse call
func (AccountsDiscoverAccountResp) Status ¶
func (r AccountsDiscoverAccountResp) Status() string
Status returns HTTPResponse.Status
func (AccountsDiscoverAccountResp) StatusCode ¶
func (r AccountsDiscoverAccountResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AccountsDiscoverAccountsResp ¶
type AccountsDiscoverAccountsResp struct { Body []byte HTTPResponse *http.Response JSON200 *AccountsDiscoverAccountsResponse JSON400 *Error JSON403 *Error JSON404 *Error JSON409 *Error }
func ParseAccountsDiscoverAccountsResp ¶
func ParseAccountsDiscoverAccountsResp(rsp *http.Response) (*AccountsDiscoverAccountsResp, error)
ParseAccountsDiscoverAccountsResp parses an HTTP response from a AccountsDiscoverAccountsWithResponse call
func (AccountsDiscoverAccountsResp) Status ¶
func (r AccountsDiscoverAccountsResp) Status() string
Status returns HTTPResponse.Status
func (AccountsDiscoverAccountsResp) StatusCode ¶
func (r AccountsDiscoverAccountsResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AccountsOnboardAccountResp ¶
type AccountsOnboardAccountResp struct { Body []byte HTTPResponse *http.Response JSON200 *AccountsUpdateAccountResponse JSON400 *Error JSON404 *Error JSON409 *Error }
func ParseAccountsOnboardAccountResp ¶
func ParseAccountsOnboardAccountResp(rsp *http.Response) (*AccountsOnboardAccountResp, error)
ParseAccountsOnboardAccountResp parses an HTTP response from a AccountsOnboardAccountWithResponse call
func (AccountsOnboardAccountResp) Status ¶
func (r AccountsOnboardAccountResp) Status() string
Status returns HTTPResponse.Status
func (AccountsOnboardAccountResp) StatusCode ¶
func (r AccountsOnboardAccountResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AccountsReadAccountResp ¶
type AccountsReadAccountResp struct { Body []byte HTTPResponse *http.Response JSON200 *AccountsReadAccounts }
func ParseAccountsReadAccountResp ¶
func ParseAccountsReadAccountResp(rsp *http.Response) (*AccountsReadAccountResp, error)
ParseAccountsReadAccountResp parses an HTTP response from a AccountsReadAccountWithResponse call
func (AccountsReadAccountResp) Status ¶
func (r AccountsReadAccountResp) Status() string
Status returns HTTPResponse.Status
func (AccountsReadAccountResp) StatusCode ¶
func (r AccountsReadAccountResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AccountsReadAccountTypeResp ¶
type AccountsReadAccountTypeResp struct { Body []byte HTTPResponse *http.Response JSON200 *AccountsReadAccountTypes }
func ParseAccountsReadAccountTypeResp ¶
func ParseAccountsReadAccountTypeResp(rsp *http.Response) (*AccountsReadAccountTypeResp, error)
ParseAccountsReadAccountTypeResp parses an HTTP response from a AccountsReadAccountTypeWithResponse call
func (AccountsReadAccountTypeResp) Status ¶
func (r AccountsReadAccountTypeResp) Status() string
Status returns HTTPResponse.Status
func (AccountsReadAccountTypeResp) StatusCode ¶
func (r AccountsReadAccountTypeResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AccountsReadAccountTypesResp ¶
type AccountsReadAccountTypesResp struct { Body []byte HTTPResponse *http.Response JSON200 *AccountsReadAccountTypes }
func ParseAccountsReadAccountTypesResp ¶
func ParseAccountsReadAccountTypesResp(rsp *http.Response) (*AccountsReadAccountTypesResp, error)
ParseAccountsReadAccountTypesResp parses an HTTP response from a AccountsReadAccountTypesWithResponse call
func (AccountsReadAccountTypesResp) Status ¶
func (r AccountsReadAccountTypesResp) Status() string
Status returns HTTPResponse.Status
func (AccountsReadAccountTypesResp) StatusCode ¶
func (r AccountsReadAccountTypesResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AccountsReadAccountsResp ¶
type AccountsReadAccountsResp struct { Body []byte HTTPResponse *http.Response JSON200 *AccountsReadAccounts }
func ParseAccountsReadAccountsResp ¶
func ParseAccountsReadAccountsResp(rsp *http.Response) (*AccountsReadAccountsResp, error)
ParseAccountsReadAccountsResp parses an HTTP response from a AccountsReadAccountsWithResponse call
func (AccountsReadAccountsResp) Status ¶
func (r AccountsReadAccountsResp) Status() string
Status returns HTTPResponse.Status
func (AccountsReadAccountsResp) StatusCode ¶
func (r AccountsReadAccountsResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AccountsUpdateAccountResp ¶
type AccountsUpdateAccountResp struct { Body []byte HTTPResponse *http.Response JSON200 *AccountsUpdateAccountResponse JSON400 *Error JSON403 *Error JSON404 *Error JSON409 *Error }
func ParseAccountsUpdateAccountResp ¶
func ParseAccountsUpdateAccountResp(rsp *http.Response) (*AccountsUpdateAccountResp, error)
ParseAccountsUpdateAccountResp parses an HTTP response from a AccountsUpdateAccountWithResponse call
func (AccountsUpdateAccountResp) Status ¶
func (r AccountsUpdateAccountResp) Status() string
Status returns HTTPResponse.Status
func (AccountsUpdateAccountResp) StatusCode ¶
func (r AccountsUpdateAccountResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AccountsUpdateAccountTypeAccessResp ¶
type AccountsUpdateAccountTypeAccessResp struct { Body []byte HTTPResponse *http.Response JSON200 *AccountsUpdateAccountTypeAccessEvent JSON400 *Error }
func ParseAccountsUpdateAccountTypeAccessResp ¶
func ParseAccountsUpdateAccountTypeAccessResp(rsp *http.Response) (*AccountsUpdateAccountTypeAccessResp, error)
ParseAccountsUpdateAccountTypeAccessResp parses an HTTP response from a AccountsUpdateAccountTypeAccessWithResponse call
func (AccountsUpdateAccountTypeAccessResp) Status ¶
func (r AccountsUpdateAccountTypeAccessResp) Status() string
Status returns HTTPResponse.Status
func (AccountsUpdateAccountTypeAccessResp) StatusCode ¶
func (r AccountsUpdateAccountTypeAccessResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AccountsUpdateAccountTypeMembersResp ¶
type AccountsUpdateAccountTypeMembersResp struct { Body []byte HTTPResponse *http.Response JSON200 *AccountsUpdateAccountTypeMembersEvent JSON403 *Error JSON404 *Error }
func ParseAccountsUpdateAccountTypeMembersResp ¶
func ParseAccountsUpdateAccountTypeMembersResp(rsp *http.Response) (*AccountsUpdateAccountTypeMembersResp, error)
ParseAccountsUpdateAccountTypeMembersResp parses an HTTP response from a AccountsUpdateAccountTypeMembersWithResponse call
func (AccountsUpdateAccountTypeMembersResp) Status ¶
func (r AccountsUpdateAccountTypeMembersResp) Status() string
Status returns HTTPResponse.Status
func (AccountsUpdateAccountTypeMembersResp) StatusCode ¶
func (r AccountsUpdateAccountTypeMembersResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AccountsUpdateAccountTypePoliciesResp ¶
type AccountsUpdateAccountTypePoliciesResp struct { Body []byte HTTPResponse *http.Response JSON200 *AccountsUpdateAccountTypePoliciesEvent JSON400 *Error JSON403 *Error JSON404 *Error }
func ParseAccountsUpdateAccountTypePoliciesResp ¶
func ParseAccountsUpdateAccountTypePoliciesResp(rsp *http.Response) (*AccountsUpdateAccountTypePoliciesResp, error)
ParseAccountsUpdateAccountTypePoliciesResp parses an HTTP response from a AccountsUpdateAccountTypePoliciesWithResponse call
func (AccountsUpdateAccountTypePoliciesResp) Status ¶
func (r AccountsUpdateAccountTypePoliciesResp) Status() string
Status returns HTTPResponse.Status
func (AccountsUpdateAccountTypePoliciesResp) StatusCode ¶
func (r AccountsUpdateAccountTypePoliciesResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AccountsUpdateAccountTypeResp ¶
type AccountsUpdateAccountTypeResp struct { Body []byte HTTPResponse *http.Response JSON200 *AccountsUpdateAccountTypeResponse JSON403 *Error JSON404 *Error }
func ParseAccountsUpdateAccountTypeResp ¶
func ParseAccountsUpdateAccountTypeResp(rsp *http.Response) (*AccountsUpdateAccountTypeResp, error)
ParseAccountsUpdateAccountTypeResp parses an HTTP response from a AccountsUpdateAccountTypeWithResponse call
func (AccountsUpdateAccountTypeResp) Status ¶
func (r AccountsUpdateAccountTypeResp) Status() string
Status returns HTTPResponse.Status
func (AccountsUpdateAccountTypeResp) StatusCode ¶
func (r AccountsUpdateAccountTypeResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type Client ¶
type Client struct { // The endpoint of the server conforming to this interface, with scheme, // https://api.deepmap.com for example. This can contain a path relative // to the server, such as https://api.deepmap.com/dev-test, and all the // paths in the swagger spec will be appended to the server. Server string // Doer for performing requests, typically a *http.Client with any // customized settings, such as certificate chains. Client HttpRequestDoer // A list of callbacks for modifying requests which are generated before sending over // the network. RequestEditors []RequestEditorFn }
Client which conforms to the OpenAPI3 specification for this service.
func NewClient ¶
func NewClient(server string, opts ...ClientOption) (*Client, error)
Creates a new Client, with reasonable defaults
func (*Client) AccountsCloseAccount ¶
func (*Client) AccountsCloseAccountWithBody ¶
func (*Client) AccountsCreateAccount ¶
func (*Client) AccountsCreateAccountType ¶
func (*Client) AccountsCreateAccountTypeWithBody ¶
func (*Client) AccountsCreateAccountWithBody ¶
func (*Client) AccountsDeleteAccountType ¶
func (*Client) AccountsDiscoverAccount ¶
func (*Client) AccountsDiscoverAccounts ¶
func (*Client) AccountsOnboardAccount ¶
func (*Client) AccountsOnboardAccountWithBody ¶
func (*Client) AccountsReadAccount ¶
func (*Client) AccountsReadAccountType ¶
func (*Client) AccountsReadAccountTypes ¶
func (*Client) AccountsReadAccounts ¶
func (*Client) AccountsUpdateAccount ¶
func (*Client) AccountsUpdateAccountType ¶
func (*Client) AccountsUpdateAccountTypeAccess ¶
func (*Client) AccountsUpdateAccountTypeAccessWithBody ¶
func (*Client) AccountsUpdateAccountTypeMembers ¶
func (*Client) AccountsUpdateAccountTypeMembersWithBody ¶
func (*Client) AccountsUpdateAccountTypePolicies ¶
func (*Client) AccountsUpdateAccountTypePoliciesWithBody ¶
func (*Client) AccountsUpdateAccountTypeWithBody ¶
func (*Client) AccountsUpdateAccountWithBody ¶
func (*Client) NetworkingCreateCidrExclusion ¶
func (*Client) NetworkingCreateCidrExclusionWithBody ¶
func (*Client) NetworkingCreateCidrRange ¶
func (*Client) NetworkingCreateCidrRangeWithBody ¶
func (*Client) NetworkingCreateDnsResolver ¶
func (*Client) NetworkingCreateDnsResolverWithBody ¶
func (*Client) NetworkingCreateDnsRule ¶
func (*Client) NetworkingCreateDnsRuleWithBody ¶
func (*Client) NetworkingCreateDxAssociation ¶
func (*Client) NetworkingCreateDxAssociationWithBody ¶
func (*Client) NetworkingCreateDxResource ¶
func (*Client) NetworkingCreateDxResourceWithBody ¶
func (*Client) NetworkingCreateHub ¶
func (*Client) NetworkingCreateHubPeering ¶
func (*Client) NetworkingCreateHubPeeringWithBody ¶
func (*Client) NetworkingCreateHubPrefixList ¶
func (*Client) NetworkingCreateHubPrefixListWithBody ¶
func (*Client) NetworkingCreateHubWithBody ¶
func (*Client) NetworkingCreateVpc ¶
func (*Client) NetworkingCreateVpcPrefixList ¶
func (*Client) NetworkingCreateVpcPrefixListWithBody ¶
func (*Client) NetworkingCreateVpcWithBody ¶
func (*Client) NetworkingCreateVpnConnection ¶
func (*Client) NetworkingCreateVpnConnectionWithBody ¶
func (*Client) NetworkingCreateVpnCustomerGateway ¶
func (*Client) NetworkingCreateVpnCustomerGatewayWithBody ¶
func (*Client) NetworkingDeleteCidrExclusion ¶
func (*Client) NetworkingDeleteCidrRange ¶
func (*Client) NetworkingDeleteDnsResolver ¶
func (*Client) NetworkingDeleteDnsRule ¶
func (*Client) NetworkingDeleteDxAssociation ¶
func (*Client) NetworkingDeleteDxGateway ¶
func (*Client) NetworkingDeleteDxVif ¶
func (*Client) NetworkingDeleteHub ¶
func (*Client) NetworkingDeleteHubPeering ¶
func (*Client) NetworkingDeletePrefixList ¶
func (*Client) NetworkingDeleteVpc ¶
func (*Client) NetworkingDeleteVpnConnection ¶
func (*Client) NetworkingDeleteVpnCustomerGateway ¶
func (*Client) NetworkingReadCidrExclusion ¶
func (*Client) NetworkingReadCidrExclusions ¶
func (*Client) NetworkingReadCidrRange ¶
func (*Client) NetworkingReadCidrRanges ¶
func (*Client) NetworkingReadDnsResolver ¶
func (*Client) NetworkingReadDnsResolvers ¶
func (*Client) NetworkingReadDnsRule ¶
func (*Client) NetworkingReadDnsRules ¶
func (*Client) NetworkingReadDxAssociation ¶
func (*Client) NetworkingReadDxAssociations ¶
func (*Client) NetworkingReadDxConnections ¶
func (*Client) NetworkingReadDxGateway ¶
func (*Client) NetworkingReadDxGateways ¶
func (*Client) NetworkingReadDxVif ¶
func (*Client) NetworkingReadDxVifStatus ¶
func (*Client) NetworkingReadDxVifs ¶
func (*Client) NetworkingReadGatewayDxAssociations ¶
func (*Client) NetworkingReadGatewayDxVifs ¶
func (*Client) NetworkingReadGatewayVpnConnections ¶
func (*Client) NetworkingReadHub ¶
func (*Client) NetworkingReadHubCidrExclusions ¶
func (*Client) NetworkingReadHubCidrRanges ¶
func (*Client) NetworkingReadHubDnsResolvers ¶
func (*Client) NetworkingReadHubDxAssociations ¶
func (*Client) NetworkingReadHubDxGateways ¶
func (*Client) NetworkingReadHubHubPeerings ¶
func (*Client) NetworkingReadHubPeering ¶
func (*Client) NetworkingReadHubPeerings ¶
func (*Client) NetworkingReadHubPrefixLists ¶
func (*Client) NetworkingReadHubVpcs ¶
func (*Client) NetworkingReadHubVpnConnections ¶
func (*Client) NetworkingReadHubVpnCustomerGateways ¶
func (*Client) NetworkingReadHubs ¶
func (*Client) NetworkingReadPrefixList ¶
func (*Client) NetworkingReadPrefixLists ¶
func (*Client) NetworkingReadResolverDnsRules ¶
func (*Client) NetworkingReadVpc ¶
func (*Client) NetworkingReadVpcs ¶
func (*Client) NetworkingReadVpnConnection ¶
func (*Client) NetworkingReadVpnConnectionStatus ¶
func (*Client) NetworkingReadVpnConnections ¶
func (*Client) NetworkingReadVpnCustomerGateway ¶
func (*Client) NetworkingReadVpnCustomerGateways ¶
func (*Client) NetworkingUpdateCidrExclusion ¶
func (*Client) NetworkingUpdateCidrExclusionWithBody ¶
func (*Client) NetworkingUpdateCidrRange ¶
func (*Client) NetworkingUpdateCidrRangeWithBody ¶
func (*Client) NetworkingUpdateDnsResolver ¶
func (*Client) NetworkingUpdateDnsResolverWithBody ¶
func (*Client) NetworkingUpdateDnsRule ¶
func (*Client) NetworkingUpdateDnsRuleWithBody ¶
func (*Client) NetworkingUpdateDxAssociation ¶
func (*Client) NetworkingUpdateDxAssociationWithBody ¶
func (*Client) NetworkingUpdateDxVif ¶
func (*Client) NetworkingUpdateDxVifWithBody ¶
func (*Client) NetworkingUpdateHub ¶
func (*Client) NetworkingUpdateHubPeering ¶
func (*Client) NetworkingUpdateHubPeeringWithBody ¶
func (*Client) NetworkingUpdateHubPrefixListAssociation ¶
func (*Client) NetworkingUpdateHubPrefixListAssociationWithBody ¶
func (*Client) NetworkingUpdateHubWithBody ¶
func (*Client) NetworkingUpdatePrefixList ¶
func (*Client) NetworkingUpdatePrefixListWithBody ¶
func (*Client) NetworkingUpdateVpc ¶
func (*Client) NetworkingUpdateVpcPrefixListAssociation ¶
func (*Client) NetworkingUpdateVpcPrefixListAssociationWithBody ¶
func (*Client) NetworkingUpdateVpcWithBody ¶
func (*Client) NetworkingUpdateVpnConnection ¶
func (*Client) NetworkingUpdateVpnConnectionWithBody ¶
func (*Client) NetworkingUpdateVpnCustomerGateway ¶
func (*Client) NetworkingUpdateVpnCustomerGatewayWithBody ¶
func (*Client) OrganisationsAttachPolicy ¶
func (*Client) OrganisationsAttachPolicyWithBody ¶
func (*Client) OrganisationsCreatePolicy ¶
func (*Client) OrganisationsCreatePolicyWithBody ¶
func (*Client) OrganisationsDeletePolicy ¶
func (*Client) OrganisationsDetachPolicy ¶
func (*Client) OrganisationsReadOrganisation ¶
func (*Client) OrganisationsReadOrganisationalUnit ¶
func (*Client) OrganisationsReadOrganisationalUnits ¶
func (*Client) OrganisationsReadOrganisations ¶
func (*Client) OrganisationsReadPolicies ¶
func (*Client) OrganisationsReadPolicy ¶
func (*Client) OrganisationsUpdatePolicy ¶
func (*Client) OrganisationsUpdatePolicyWithBody ¶
func (*Client) PublicCheckAlias ¶
func (*Client) PublicReadConfig ¶
func (*Client) ServicesConfigureSecurityHub ¶
func (*Client) ServicesConfigureSecurityHubWithBody ¶
func (*Client) ServicesReadConfigurations ¶
func (*Client) ServicesReadSecurityHubConfiguration ¶
func (*Client) TasksReadTask ¶
func (*Client) TeamsCreateApiToken ¶
func (*Client) TeamsCreateApiTokenWithBody ¶
func (*Client) TeamsCreateGroup ¶
func (*Client) TeamsCreateGroupWithBody ¶
func (*Client) TeamsCreateUser ¶
func (*Client) TeamsCreateUserWithBody ¶
func (*Client) TeamsDeleteApiToken ¶
func (*Client) TeamsDeleteGroup ¶
func (*Client) TeamsDeleteUser ¶
func (*Client) TeamsFetchCurrentUser ¶
func (*Client) TeamsReadApiToken ¶
func (*Client) TeamsReadApiTokens ¶
func (*Client) TeamsReadGroup ¶
func (*Client) TeamsReadGroups ¶
func (*Client) TeamsReadIdamUser ¶
func (*Client) TeamsReadIdamUsers ¶
func (*Client) TeamsReadUser ¶
func (*Client) TeamsReadUsers ¶
func (*Client) TeamsUpdateApiToken ¶
func (*Client) TeamsUpdateApiTokenWithBody ¶
func (*Client) TeamsUpdateGroup ¶
func (*Client) TeamsUpdateGroupMembers ¶
func (*Client) TeamsUpdateGroupMembersWithBody ¶
func (*Client) TeamsUpdateGroupWithBody ¶
func (*Client) TeamsUpdateUser ¶
func (*Client) TeamsUpdateUserInvite ¶
func (*Client) TeamsUpdateUserPassword ¶
func (*Client) TeamsUpdateUserWithBody ¶
func (*Client) WorkloadsCreateCatalogueItem ¶
func (*Client) WorkloadsCreateCatalogueItemWithBody ¶
func (*Client) WorkloadsCreateCatalogueVersion ¶
func (*Client) WorkloadsCreateCatalogueVersionWithBody ¶
func (*Client) WorkloadsCreateWorkload ¶
func (*Client) WorkloadsCreateWorkloadWithBody ¶
func (*Client) WorkloadsDeleteCatalogueItem ¶
func (*Client) WorkloadsDeleteCatalogueVersion ¶
func (*Client) WorkloadsDeleteWorkload ¶
func (*Client) WorkloadsReadCatalogueItem ¶
func (*Client) WorkloadsReadCatalogueItems ¶
func (*Client) WorkloadsReadCatalogueManifest ¶
func (*Client) WorkloadsReadCatalogueTemplate ¶
func (*Client) WorkloadsReadCatalogueVersion ¶
func (*Client) WorkloadsReadWorkload ¶
func (*Client) WorkloadsReadWorkloads ¶
func (*Client) WorkloadsUpdateAll ¶
func (*Client) WorkloadsUpdateAllWithBody ¶
func (*Client) WorkloadsUpdateWorkload ¶
type ClientInterface ¶
type ClientInterface interface { // AccountsUpdateAccountTypeMembers request with any body AccountsUpdateAccountTypeMembersWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) AccountsUpdateAccountTypeMembers(ctx context.Context, body AccountsUpdateAccountTypeMembersJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // AccountsUpdateAccountTypePolicies request with any body AccountsUpdateAccountTypePoliciesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) AccountsUpdateAccountTypePolicies(ctx context.Context, body AccountsUpdateAccountTypePoliciesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // AccountsReadAccounts request AccountsReadAccounts(ctx context.Context, params *AccountsReadAccountsParams, reqEditors ...RequestEditorFn) (*http.Response, error) // AccountsCreateAccount request with any body AccountsCreateAccountWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) AccountsCreateAccount(ctx context.Context, body AccountsCreateAccountJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // AccountsCloseAccount request with any body AccountsCloseAccountWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) AccountsCloseAccount(ctx context.Context, body AccountsCloseAccountJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // AccountsDiscoverAccounts request AccountsDiscoverAccounts(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) // AccountsDiscoverAccount request AccountsDiscoverAccount(ctx context.Context, awsAccountId string, reqEditors ...RequestEditorFn) (*http.Response, error) // AccountsOnboardAccount request with any body AccountsOnboardAccountWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) AccountsOnboardAccount(ctx context.Context, body AccountsOnboardAccountJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // AccountsReadAccountTypes request AccountsReadAccountTypes(ctx context.Context, params *AccountsReadAccountTypesParams, reqEditors ...RequestEditorFn) (*http.Response, error) // AccountsCreateAccountType request with any body AccountsCreateAccountTypeWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) AccountsCreateAccountType(ctx context.Context, body AccountsCreateAccountTypeJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // AccountsUpdateAccountTypeAccess request with any body AccountsUpdateAccountTypeAccessWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) AccountsUpdateAccountTypeAccess(ctx context.Context, body AccountsUpdateAccountTypeAccessJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // AccountsDeleteAccountType request AccountsDeleteAccountType(ctx context.Context, accountTypeId string, reqEditors ...RequestEditorFn) (*http.Response, error) // AccountsReadAccountType request AccountsReadAccountType(ctx context.Context, accountTypeId string, params *AccountsReadAccountTypeParams, reqEditors ...RequestEditorFn) (*http.Response, error) // AccountsUpdateAccountType request with any body AccountsUpdateAccountTypeWithBody(ctx context.Context, accountTypeId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) AccountsUpdateAccountType(ctx context.Context, accountTypeId string, body AccountsUpdateAccountTypeJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // AccountsReadAccount request AccountsReadAccount(ctx context.Context, accountId string, params *AccountsReadAccountParams, reqEditors ...RequestEditorFn) (*http.Response, error) // AccountsUpdateAccount request with any body AccountsUpdateAccountWithBody(ctx context.Context, accountId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) AccountsUpdateAccount(ctx context.Context, accountId string, body AccountsUpdateAccountJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // TeamsReadApiTokens request TeamsReadApiTokens(ctx context.Context, params *TeamsReadApiTokensParams, reqEditors ...RequestEditorFn) (*http.Response, error) // TeamsCreateApiToken request with any body TeamsCreateApiTokenWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) TeamsCreateApiToken(ctx context.Context, body TeamsCreateApiTokenJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // TeamsDeleteApiToken request TeamsDeleteApiToken(ctx context.Context, accessKey string, reqEditors ...RequestEditorFn) (*http.Response, error) // TeamsReadApiToken request TeamsReadApiToken(ctx context.Context, accessKey string, params *TeamsReadApiTokenParams, reqEditors ...RequestEditorFn) (*http.Response, error) // TeamsUpdateApiToken request with any body TeamsUpdateApiTokenWithBody(ctx context.Context, accessKey string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) TeamsUpdateApiToken(ctx context.Context, accessKey string, body TeamsUpdateApiTokenJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // TeamsReadGroups request TeamsReadGroups(ctx context.Context, params *TeamsReadGroupsParams, reqEditors ...RequestEditorFn) (*http.Response, error) // TeamsCreateGroup request with any body TeamsCreateGroupWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) TeamsCreateGroup(ctx context.Context, body TeamsCreateGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // TeamsUpdateGroupMembers request with any body TeamsUpdateGroupMembersWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) TeamsUpdateGroupMembers(ctx context.Context, body TeamsUpdateGroupMembersJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // TeamsDeleteGroup request TeamsDeleteGroup(ctx context.Context, groupId string, reqEditors ...RequestEditorFn) (*http.Response, error) // TeamsReadGroup request TeamsReadGroup(ctx context.Context, groupId string, reqEditors ...RequestEditorFn) (*http.Response, error) // TeamsUpdateGroup request with any body TeamsUpdateGroupWithBody(ctx context.Context, groupId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) TeamsUpdateGroup(ctx context.Context, groupId string, body TeamsUpdateGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // TeamsReadIdamUsers request TeamsReadIdamUsers(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) // TeamsCreateUser request with any body TeamsCreateUserWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) TeamsCreateUser(ctx context.Context, body TeamsCreateUserJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // TeamsUpdateUserInvite request TeamsUpdateUserInvite(ctx context.Context, userId string, reqEditors ...RequestEditorFn) (*http.Response, error) // TeamsUpdateUserPassword request TeamsUpdateUserPassword(ctx context.Context, userId string, reqEditors ...RequestEditorFn) (*http.Response, error) // TeamsReadIdamUser request TeamsReadIdamUser(ctx context.Context, orgId string, reqEditors ...RequestEditorFn) (*http.Response, error) // TeamsUpdateUser request with any body TeamsUpdateUserWithBody(ctx context.Context, userId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) TeamsUpdateUser(ctx context.Context, userId string, body TeamsUpdateUserJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingReadDnsResolvers request NetworkingReadDnsResolvers(ctx context.Context, params *NetworkingReadDnsResolversParams, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingDeleteDnsResolver request NetworkingDeleteDnsResolver(ctx context.Context, dnsResolverId Uuidv4, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingReadDnsResolver request NetworkingReadDnsResolver(ctx context.Context, dnsResolverId Uuidv4, params *NetworkingReadDnsResolverParams, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingUpdateDnsResolver request with any body NetworkingUpdateDnsResolverWithBody(ctx context.Context, dnsResolverId Uuidv4, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) NetworkingUpdateDnsResolver(ctx context.Context, dnsResolverId Uuidv4, body NetworkingUpdateDnsResolverJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingReadResolverDnsRules request NetworkingReadResolverDnsRules(ctx context.Context, dnsResolverId Uuidv4, params *NetworkingReadResolverDnsRulesParams, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingCreateDnsRule request with any body NetworkingCreateDnsRuleWithBody(ctx context.Context, dnsResolverId Uuidv4, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) NetworkingCreateDnsRule(ctx context.Context, dnsResolverId Uuidv4, body NetworkingCreateDnsRuleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingReadDnsRules request NetworkingReadDnsRules(ctx context.Context, params *NetworkingReadDnsRulesParams, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingDeleteDnsRule request NetworkingDeleteDnsRule(ctx context.Context, dnsRuleId Uuidv4, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingReadDnsRule request NetworkingReadDnsRule(ctx context.Context, dnsRuleId Uuidv4, params *NetworkingReadDnsRuleParams, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingUpdateDnsRule request with any body NetworkingUpdateDnsRuleWithBody(ctx context.Context, dnsRuleId Uuidv4, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) NetworkingUpdateDnsRule(ctx context.Context, dnsRuleId Uuidv4, body NetworkingUpdateDnsRuleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingReadDxAssociations request NetworkingReadDxAssociations(ctx context.Context, params *NetworkingReadDxAssociationsParams, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingDeleteDxAssociation request NetworkingDeleteDxAssociation(ctx context.Context, dxAssociationId Uuidv4, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingReadDxAssociation request NetworkingReadDxAssociation(ctx context.Context, dxAssociationId Uuidv4, params *NetworkingReadDxAssociationParams, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingUpdateDxAssociation request with any body NetworkingUpdateDxAssociationWithBody(ctx context.Context, dxAssociationId Uuidv4, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) NetworkingUpdateDxAssociation(ctx context.Context, dxAssociationId Uuidv4, body NetworkingUpdateDxAssociationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingReadDxGateways request NetworkingReadDxGateways(ctx context.Context, params *NetworkingReadDxGatewaysParams, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingDeleteDxGateway request NetworkingDeleteDxGateway(ctx context.Context, dxGatewayId Uuidv4, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingReadDxGateway request NetworkingReadDxGateway(ctx context.Context, dxGatewayId Uuidv4, params *NetworkingReadDxGatewayParams, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingReadGatewayDxAssociations request NetworkingReadGatewayDxAssociations(ctx context.Context, dxGatewayId Uuidv4, params *NetworkingReadGatewayDxAssociationsParams, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingCreateDxAssociation request with any body NetworkingCreateDxAssociationWithBody(ctx context.Context, dxGatewayId Uuidv4, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) NetworkingCreateDxAssociation(ctx context.Context, dxGatewayId Uuidv4, body NetworkingCreateDxAssociationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingReadGatewayDxVifs request NetworkingReadGatewayDxVifs(ctx context.Context, dxGatewayId Uuidv4, params *NetworkingReadGatewayDxVifsParams, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingCreateDxResource request with any body NetworkingCreateDxResourceWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) NetworkingCreateDxResource(ctx context.Context, body NetworkingCreateDxResourceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingReadDxVifs request NetworkingReadDxVifs(ctx context.Context, params *NetworkingReadDxVifsParams, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingDeleteDxVif request NetworkingDeleteDxVif(ctx context.Context, dxVifId Uuidv4, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingReadDxVif request NetworkingReadDxVif(ctx context.Context, dxVifId Uuidv4, params *NetworkingReadDxVifParams, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingUpdateDxVif request with any body NetworkingUpdateDxVifWithBody(ctx context.Context, dxVifId Uuidv4, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) NetworkingUpdateDxVif(ctx context.Context, dxVifId Uuidv4, body NetworkingUpdateDxVifJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingReadDxVifStatus request NetworkingReadDxVifStatus(ctx context.Context, dxVifId Uuidv4, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingReadCidrExclusions request NetworkingReadCidrExclusions(ctx context.Context, params *NetworkingReadCidrExclusionsParams, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingDeleteCidrExclusion request NetworkingDeleteCidrExclusion(ctx context.Context, exclusionId Uuidv4, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingReadCidrExclusion request NetworkingReadCidrExclusion(ctx context.Context, exclusionId Uuidv4, params *NetworkingReadCidrExclusionParams, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingUpdateCidrExclusion request with any body NetworkingUpdateCidrExclusionWithBody(ctx context.Context, exclusionId Uuidv4, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) NetworkingUpdateCidrExclusion(ctx context.Context, exclusionId Uuidv4, body NetworkingUpdateCidrExclusionJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingReadHubPeerings request NetworkingReadHubPeerings(ctx context.Context, params *NetworkingReadHubPeeringsParams, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingDeleteHubPeering request NetworkingDeleteHubPeering(ctx context.Context, hubPeeringId Uuidv4, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingReadHubPeering request NetworkingReadHubPeering(ctx context.Context, hubPeeringId Uuidv4, params *NetworkingReadHubPeeringParams, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingUpdateHubPeering request with any body NetworkingUpdateHubPeeringWithBody(ctx context.Context, hubPeeringId Uuidv4, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) NetworkingUpdateHubPeering(ctx context.Context, hubPeeringId Uuidv4, body NetworkingUpdateHubPeeringJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingReadHubs request NetworkingReadHubs(ctx context.Context, params *NetworkingReadHubsParams, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingCreateHub request with any body NetworkingCreateHubWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) NetworkingCreateHub(ctx context.Context, body NetworkingCreateHubJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingDeleteHub request NetworkingDeleteHub(ctx context.Context, hubId Uuidv4, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingReadHub request NetworkingReadHub(ctx context.Context, hubId Uuidv4, params *NetworkingReadHubParams, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingUpdateHub request with any body NetworkingUpdateHubWithBody(ctx context.Context, hubId Uuidv4, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) NetworkingUpdateHub(ctx context.Context, hubId Uuidv4, body NetworkingUpdateHubJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingReadHubDnsResolvers request NetworkingReadHubDnsResolvers(ctx context.Context, hubId Uuidv4, params *NetworkingReadHubDnsResolversParams, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingCreateDnsResolver request with any body NetworkingCreateDnsResolverWithBody(ctx context.Context, hubId Uuidv4, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) NetworkingCreateDnsResolver(ctx context.Context, hubId Uuidv4, body NetworkingCreateDnsResolverJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingReadHubDxAssociations request NetworkingReadHubDxAssociations(ctx context.Context, hubId Uuidv4, params *NetworkingReadHubDxAssociationsParams, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingReadHubDxGateways request NetworkingReadHubDxGateways(ctx context.Context, hubId Uuidv4, params *NetworkingReadHubDxGatewaysParams, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingReadHubCidrExclusions request NetworkingReadHubCidrExclusions(ctx context.Context, hubId Uuidv4, params *NetworkingReadHubCidrExclusionsParams, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingCreateCidrExclusion request with any body NetworkingCreateCidrExclusionWithBody(ctx context.Context, hubId Uuidv4, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) NetworkingCreateCidrExclusion(ctx context.Context, hubId Uuidv4, body NetworkingCreateCidrExclusionJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingReadHubPrefixLists request NetworkingReadHubPrefixLists(ctx context.Context, hubId Uuidv4, params *NetworkingReadHubPrefixListsParams, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingCreateHubPrefixList request with any body NetworkingCreateHubPrefixListWithBody(ctx context.Context, hubId Uuidv4, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) NetworkingCreateHubPrefixList(ctx context.Context, hubId Uuidv4, body NetworkingCreateHubPrefixListJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingCreateVpcPrefixList request with any body NetworkingCreateVpcPrefixListWithBody(ctx context.Context, hubId Uuidv4, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) NetworkingCreateVpcPrefixList(ctx context.Context, hubId Uuidv4, body NetworkingCreateVpcPrefixListJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingReadHubCidrRanges request NetworkingReadHubCidrRanges(ctx context.Context, hubId Uuidv4, params *NetworkingReadHubCidrRangesParams, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingCreateCidrRange request with any body NetworkingCreateCidrRangeWithBody(ctx context.Context, hubId Uuidv4, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) NetworkingCreateCidrRange(ctx context.Context, hubId Uuidv4, body NetworkingCreateCidrRangeJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingReadHubVpcs request NetworkingReadHubVpcs(ctx context.Context, hubId Uuidv4, params *NetworkingReadHubVpcsParams, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingCreateVpc request with any body NetworkingCreateVpcWithBody(ctx context.Context, hubId Uuidv4, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) NetworkingCreateVpc(ctx context.Context, hubId Uuidv4, body NetworkingCreateVpcJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingReadHubVpnConnections request NetworkingReadHubVpnConnections(ctx context.Context, hubId Uuidv4, params *NetworkingReadHubVpnConnectionsParams, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingReadHubVpnCustomerGateways request NetworkingReadHubVpnCustomerGateways(ctx context.Context, hubId Uuidv4, params *NetworkingReadHubVpnCustomerGatewaysParams, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingReadHubHubPeerings request NetworkingReadHubHubPeerings(ctx context.Context, networkingHubId Uuidv4, params *NetworkingReadHubHubPeeringsParams, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingCreateHubPeering request with any body NetworkingCreateHubPeeringWithBody(ctx context.Context, networkingHubId Uuidv4, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) NetworkingCreateHubPeering(ctx context.Context, networkingHubId Uuidv4, body NetworkingCreateHubPeeringJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingReadPrefixLists request NetworkingReadPrefixLists(ctx context.Context, params *NetworkingReadPrefixListsParams, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingUpdateHubPrefixListAssociation request with any body NetworkingUpdateHubPrefixListAssociationWithBody(ctx context.Context, prefixListId Uuidv4, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) NetworkingUpdateHubPrefixListAssociation(ctx context.Context, prefixListId Uuidv4, body NetworkingUpdateHubPrefixListAssociationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingUpdateVpcPrefixListAssociation request with any body NetworkingUpdateVpcPrefixListAssociationWithBody(ctx context.Context, prefixListId Uuidv4, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) NetworkingUpdateVpcPrefixListAssociation(ctx context.Context, prefixListId Uuidv4, body NetworkingUpdateVpcPrefixListAssociationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingDeletePrefixList request NetworkingDeletePrefixList(ctx context.Context, prefixListId Uuidv4, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingReadPrefixList request NetworkingReadPrefixList(ctx context.Context, prefixListId Uuidv4, params *NetworkingReadPrefixListParams, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingUpdatePrefixList request with any body NetworkingUpdatePrefixListWithBody(ctx context.Context, prefixListId Uuidv4, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) NetworkingUpdatePrefixList(ctx context.Context, prefixListId Uuidv4, body NetworkingUpdatePrefixListJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingReadCidrRanges request NetworkingReadCidrRanges(ctx context.Context, params *NetworkingReadCidrRangesParams, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingDeleteCidrRange request NetworkingDeleteCidrRange(ctx context.Context, rangeId Uuidv4, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingReadCidrRange request NetworkingReadCidrRange(ctx context.Context, rangeId Uuidv4, params *NetworkingReadCidrRangeParams, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingUpdateCidrRange request with any body NetworkingUpdateCidrRangeWithBody(ctx context.Context, rangeId Uuidv4, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) NetworkingUpdateCidrRange(ctx context.Context, rangeId Uuidv4, body NetworkingUpdateCidrRangeJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingReadVpcs request NetworkingReadVpcs(ctx context.Context, params *NetworkingReadVpcsParams, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingDeleteVpc request NetworkingDeleteVpc(ctx context.Context, vpcId Uuidv4, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingReadVpc request NetworkingReadVpc(ctx context.Context, vpcId Uuidv4, params *NetworkingReadVpcParams, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingUpdateVpc request with any body NetworkingUpdateVpcWithBody(ctx context.Context, vpcId Uuidv4, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) NetworkingUpdateVpc(ctx context.Context, vpcId Uuidv4, body NetworkingUpdateVpcJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingReadVpnConnections request NetworkingReadVpnConnections(ctx context.Context, params *NetworkingReadVpnConnectionsParams, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingDeleteVpnConnection request NetworkingDeleteVpnConnection(ctx context.Context, vpnConnectionId Uuidv4, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingReadVpnConnection request NetworkingReadVpnConnection(ctx context.Context, vpnConnectionId Uuidv4, params *NetworkingReadVpnConnectionParams, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingUpdateVpnConnection request with any body NetworkingUpdateVpnConnectionWithBody(ctx context.Context, vpnConnectionId Uuidv4, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) NetworkingUpdateVpnConnection(ctx context.Context, vpnConnectionId Uuidv4, body NetworkingUpdateVpnConnectionJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingReadVpnConnectionStatus request NetworkingReadVpnConnectionStatus(ctx context.Context, vpnConnectionId Uuidv4, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingReadVpnCustomerGateways request NetworkingReadVpnCustomerGateways(ctx context.Context, params *NetworkingReadVpnCustomerGatewaysParams, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingCreateVpnCustomerGateway request with any body NetworkingCreateVpnCustomerGatewayWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) NetworkingCreateVpnCustomerGateway(ctx context.Context, body NetworkingCreateVpnCustomerGatewayJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingDeleteVpnCustomerGateway request NetworkingDeleteVpnCustomerGateway(ctx context.Context, vpnCustomerGatewayId Uuidv4, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingReadVpnCustomerGateway request NetworkingReadVpnCustomerGateway(ctx context.Context, vpnCustomerGatewayId Uuidv4, params *NetworkingReadVpnCustomerGatewayParams, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingUpdateVpnCustomerGateway request with any body NetworkingUpdateVpnCustomerGatewayWithBody(ctx context.Context, vpnCustomerGatewayId Uuidv4, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) NetworkingUpdateVpnCustomerGateway(ctx context.Context, vpnCustomerGatewayId Uuidv4, body NetworkingUpdateVpnCustomerGatewayJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingCreateVpnConnection request with any body NetworkingCreateVpnConnectionWithBody(ctx context.Context, vpnCustomerGatewayId Uuidv4, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) NetworkingCreateVpnConnection(ctx context.Context, vpnCustomerGatewayId Uuidv4, body NetworkingCreateVpnConnectionJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingReadGatewayVpnConnections request NetworkingReadGatewayVpnConnections(ctx context.Context, vpnCustomerGatewayId Uuidv4, params *NetworkingReadGatewayVpnConnectionsParams, reqEditors ...RequestEditorFn) (*http.Response, error) // NetworkingReadDxConnections request NetworkingReadDxConnections(ctx context.Context, accountId Uuidv4, params *NetworkingReadDxConnectionsParams, reqEditors ...RequestEditorFn) (*http.Response, error) // OrganisationsReadOrganisations request OrganisationsReadOrganisations(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) // OrganisationsReadOrganisation request OrganisationsReadOrganisation(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) // OrganisationsReadOrganisationalUnits request OrganisationsReadOrganisationalUnits(ctx context.Context, params *OrganisationsReadOrganisationalUnitsParams, reqEditors ...RequestEditorFn) (*http.Response, error) // OrganisationsReadOrganisationalUnit request OrganisationsReadOrganisationalUnit(ctx context.Context, organisationalUnitId string, reqEditors ...RequestEditorFn) (*http.Response, error) // OrganisationsReadPolicies request OrganisationsReadPolicies(ctx context.Context, params *OrganisationsReadPoliciesParams, reqEditors ...RequestEditorFn) (*http.Response, error) // OrganisationsCreatePolicy request with any body OrganisationsCreatePolicyWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) OrganisationsCreatePolicy(ctx context.Context, body OrganisationsCreatePolicyJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // OrganisationsDetachPolicy request OrganisationsDetachPolicy(ctx context.Context, policyId string, reqEditors ...RequestEditorFn) (*http.Response, error) // OrganisationsAttachPolicy request with any body OrganisationsAttachPolicyWithBody(ctx context.Context, policyId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) OrganisationsAttachPolicy(ctx context.Context, policyId string, body OrganisationsAttachPolicyJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // OrganisationsDeletePolicy request OrganisationsDeletePolicy(ctx context.Context, policyId string, reqEditors ...RequestEditorFn) (*http.Response, error) // OrganisationsReadPolicy request OrganisationsReadPolicy(ctx context.Context, policyId string, reqEditors ...RequestEditorFn) (*http.Response, error) // OrganisationsUpdatePolicy request with any body OrganisationsUpdatePolicyWithBody(ctx context.Context, policyId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) OrganisationsUpdatePolicy(ctx context.Context, policyId string, body OrganisationsUpdatePolicyJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // PublicCheckAlias request PublicCheckAlias(ctx context.Context, alias string, reqEditors ...RequestEditorFn) (*http.Response, error) // PublicReadConfig request PublicReadConfig(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) // ServicesReadConfigurations request ServicesReadConfigurations(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) // ServicesReadSecurityHubConfiguration request ServicesReadSecurityHubConfiguration(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) // ServicesConfigureSecurityHub request with any body ServicesConfigureSecurityHubWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) ServicesConfigureSecurityHub(ctx context.Context, body ServicesConfigureSecurityHubJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // TasksReadTask request TasksReadTask(ctx context.Context, taskId string, reqEditors ...RequestEditorFn) (*http.Response, error) // TeamsReadUsers request TeamsReadUsers(ctx context.Context, params *TeamsReadUsersParams, reqEditors ...RequestEditorFn) (*http.Response, error) // TeamsFetchCurrentUser request TeamsFetchCurrentUser(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) // TeamsDeleteUser request TeamsDeleteUser(ctx context.Context, userId string, reqEditors ...RequestEditorFn) (*http.Response, error) // TeamsReadUser request TeamsReadUser(ctx context.Context, userId string, reqEditors ...RequestEditorFn) (*http.Response, error) // WorkloadsReadCatalogueItems request WorkloadsReadCatalogueItems(ctx context.Context, params *WorkloadsReadCatalogueItemsParams, reqEditors ...RequestEditorFn) (*http.Response, error) // WorkloadsCreateCatalogueItem request with any body WorkloadsCreateCatalogueItemWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) WorkloadsCreateCatalogueItem(ctx context.Context, body WorkloadsCreateCatalogueItemJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // WorkloadsReadCatalogueManifest request WorkloadsReadCatalogueManifest(ctx context.Context, versionId string, reqEditors ...RequestEditorFn) (*http.Response, error) // WorkloadsReadCatalogueTemplate request WorkloadsReadCatalogueTemplate(ctx context.Context, versionId string, name string, reqEditors ...RequestEditorFn) (*http.Response, error) // WorkloadsDeleteCatalogueItem request WorkloadsDeleteCatalogueItem(ctx context.Context, catalogueId string, reqEditors ...RequestEditorFn) (*http.Response, error) // WorkloadsReadCatalogueItem request WorkloadsReadCatalogueItem(ctx context.Context, catalogueId string, params *WorkloadsReadCatalogueItemParams, reqEditors ...RequestEditorFn) (*http.Response, error) // WorkloadsCreateCatalogueVersion request with any body WorkloadsCreateCatalogueVersionWithBody(ctx context.Context, catalogueId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) WorkloadsCreateCatalogueVersion(ctx context.Context, catalogueId string, body WorkloadsCreateCatalogueVersionJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // WorkloadsDeleteCatalogueVersion request WorkloadsDeleteCatalogueVersion(ctx context.Context, catalogueId string, versionId string, reqEditors ...RequestEditorFn) (*http.Response, error) // WorkloadsReadCatalogueVersion request WorkloadsReadCatalogueVersion(ctx context.Context, catalogueId string, versionId string, params *WorkloadsReadCatalogueVersionParams, reqEditors ...RequestEditorFn) (*http.Response, error) // WorkloadsUpdateAll request with any body WorkloadsUpdateAllWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) WorkloadsUpdateAll(ctx context.Context, body WorkloadsUpdateAllJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // WorkloadsReadWorkloads request WorkloadsReadWorkloads(ctx context.Context, params *WorkloadsReadWorkloadsParams, reqEditors ...RequestEditorFn) (*http.Response, error) // WorkloadsCreateWorkload request with any body WorkloadsCreateWorkloadWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) WorkloadsCreateWorkload(ctx context.Context, body WorkloadsCreateWorkloadJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // WorkloadsDeleteWorkload request WorkloadsDeleteWorkload(ctx context.Context, workloadId string, reqEditors ...RequestEditorFn) (*http.Response, error) // WorkloadsReadWorkload request WorkloadsReadWorkload(ctx context.Context, workloadId string, params *WorkloadsReadWorkloadParams, reqEditors ...RequestEditorFn) (*http.Response, error) // WorkloadsUpdateWorkload request with any body WorkloadsUpdateWorkloadWithBody(ctx context.Context, workloadId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) WorkloadsUpdateWorkload(ctx context.Context, workloadId string, body WorkloadsUpdateWorkloadJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) }
The interface specification for the client above.
type ClientOption ¶
ClientOption allows setting custom parameters during construction
func WithHTTPClient ¶
func WithHTTPClient(doer HttpRequestDoer) ClientOption
WithHTTPClient allows overriding the default Doer, which is automatically created using http.Client. This is useful for tests.
func WithRequestEditorFn ¶
func WithRequestEditorFn(fn RequestEditorFn) ClientOption
WithRequestEditorFn allows setting up a callback function, which will be called right before sending the request. This can be used to mutate the request.
type ClientWithResponses ¶
type ClientWithResponses struct {
ClientInterface
}
ClientWithResponses builds on ClientInterface to offer response payloads
func NewClientWithResponses ¶
func NewClientWithResponses(server string, opts ...ClientOption) (*ClientWithResponses, error)
NewClientWithResponses creates a new ClientWithResponses, which wraps Client with return type handling
func (*ClientWithResponses) AccountsCloseAccountWithBodyWithResponse ¶
func (c *ClientWithResponses) AccountsCloseAccountWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AccountsCloseAccountResp, error)
AccountsCloseAccountWithBodyWithResponse request with arbitrary body returning *AccountsCloseAccountResp
func (*ClientWithResponses) AccountsCloseAccountWithResponse ¶
func (c *ClientWithResponses) AccountsCloseAccountWithResponse(ctx context.Context, body AccountsCloseAccountJSONRequestBody, reqEditors ...RequestEditorFn) (*AccountsCloseAccountResp, error)
func (*ClientWithResponses) AccountsCreateAccountTypeWithBodyWithResponse ¶
func (c *ClientWithResponses) AccountsCreateAccountTypeWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AccountsCreateAccountTypeResp, error)
AccountsCreateAccountTypeWithBodyWithResponse request with arbitrary body returning *AccountsCreateAccountTypeResp
func (*ClientWithResponses) AccountsCreateAccountTypeWithResponse ¶
func (c *ClientWithResponses) AccountsCreateAccountTypeWithResponse(ctx context.Context, body AccountsCreateAccountTypeJSONRequestBody, reqEditors ...RequestEditorFn) (*AccountsCreateAccountTypeResp, error)
func (*ClientWithResponses) AccountsCreateAccountWithBodyWithResponse ¶
func (c *ClientWithResponses) AccountsCreateAccountWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AccountsCreateAccountResp, error)
AccountsCreateAccountWithBodyWithResponse request with arbitrary body returning *AccountsCreateAccountResp
func (*ClientWithResponses) AccountsCreateAccountWithResponse ¶
func (c *ClientWithResponses) AccountsCreateAccountWithResponse(ctx context.Context, body AccountsCreateAccountJSONRequestBody, reqEditors ...RequestEditorFn) (*AccountsCreateAccountResp, error)
func (*ClientWithResponses) AccountsDeleteAccountTypeWithResponse ¶
func (c *ClientWithResponses) AccountsDeleteAccountTypeWithResponse(ctx context.Context, accountTypeId string, reqEditors ...RequestEditorFn) (*AccountsDeleteAccountTypeResp, error)
AccountsDeleteAccountTypeWithResponse request returning *AccountsDeleteAccountTypeResp
func (*ClientWithResponses) AccountsDiscoverAccountWithResponse ¶
func (c *ClientWithResponses) AccountsDiscoverAccountWithResponse(ctx context.Context, awsAccountId string, reqEditors ...RequestEditorFn) (*AccountsDiscoverAccountResp, error)
AccountsDiscoverAccountWithResponse request returning *AccountsDiscoverAccountResp
func (*ClientWithResponses) AccountsDiscoverAccountsWithResponse ¶
func (c *ClientWithResponses) AccountsDiscoverAccountsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*AccountsDiscoverAccountsResp, error)
AccountsDiscoverAccountsWithResponse request returning *AccountsDiscoverAccountsResp
func (*ClientWithResponses) AccountsOnboardAccountWithBodyWithResponse ¶
func (c *ClientWithResponses) AccountsOnboardAccountWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AccountsOnboardAccountResp, error)
AccountsOnboardAccountWithBodyWithResponse request with arbitrary body returning *AccountsOnboardAccountResp
func (*ClientWithResponses) AccountsOnboardAccountWithResponse ¶
func (c *ClientWithResponses) AccountsOnboardAccountWithResponse(ctx context.Context, body AccountsOnboardAccountJSONRequestBody, reqEditors ...RequestEditorFn) (*AccountsOnboardAccountResp, error)
func (*ClientWithResponses) AccountsReadAccountTypeWithResponse ¶
func (c *ClientWithResponses) AccountsReadAccountTypeWithResponse(ctx context.Context, accountTypeId string, params *AccountsReadAccountTypeParams, reqEditors ...RequestEditorFn) (*AccountsReadAccountTypeResp, error)
AccountsReadAccountTypeWithResponse request returning *AccountsReadAccountTypeResp
func (*ClientWithResponses) AccountsReadAccountTypesWithResponse ¶
func (c *ClientWithResponses) AccountsReadAccountTypesWithResponse(ctx context.Context, params *AccountsReadAccountTypesParams, reqEditors ...RequestEditorFn) (*AccountsReadAccountTypesResp, error)
AccountsReadAccountTypesWithResponse request returning *AccountsReadAccountTypesResp
func (*ClientWithResponses) AccountsReadAccountWithResponse ¶
func (c *ClientWithResponses) AccountsReadAccountWithResponse(ctx context.Context, accountId string, params *AccountsReadAccountParams, reqEditors ...RequestEditorFn) (*AccountsReadAccountResp, error)
AccountsReadAccountWithResponse request returning *AccountsReadAccountResp
func (*ClientWithResponses) AccountsReadAccountsWithResponse ¶
func (c *ClientWithResponses) AccountsReadAccountsWithResponse(ctx context.Context, params *AccountsReadAccountsParams, reqEditors ...RequestEditorFn) (*AccountsReadAccountsResp, error)
AccountsReadAccountsWithResponse request returning *AccountsReadAccountsResp
func (*ClientWithResponses) AccountsUpdateAccountTypeAccessWithBodyWithResponse ¶
func (c *ClientWithResponses) AccountsUpdateAccountTypeAccessWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AccountsUpdateAccountTypeAccessResp, error)
AccountsUpdateAccountTypeAccessWithBodyWithResponse request with arbitrary body returning *AccountsUpdateAccountTypeAccessResp
func (*ClientWithResponses) AccountsUpdateAccountTypeAccessWithResponse ¶
func (c *ClientWithResponses) AccountsUpdateAccountTypeAccessWithResponse(ctx context.Context, body AccountsUpdateAccountTypeAccessJSONRequestBody, reqEditors ...RequestEditorFn) (*AccountsUpdateAccountTypeAccessResp, error)
func (*ClientWithResponses) AccountsUpdateAccountTypeMembersWithBodyWithResponse ¶
func (c *ClientWithResponses) AccountsUpdateAccountTypeMembersWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AccountsUpdateAccountTypeMembersResp, error)
AccountsUpdateAccountTypeMembersWithBodyWithResponse request with arbitrary body returning *AccountsUpdateAccountTypeMembersResp
func (*ClientWithResponses) AccountsUpdateAccountTypeMembersWithResponse ¶
func (c *ClientWithResponses) AccountsUpdateAccountTypeMembersWithResponse(ctx context.Context, body AccountsUpdateAccountTypeMembersJSONRequestBody, reqEditors ...RequestEditorFn) (*AccountsUpdateAccountTypeMembersResp, error)
func (*ClientWithResponses) AccountsUpdateAccountTypePoliciesWithBodyWithResponse ¶
func (c *ClientWithResponses) AccountsUpdateAccountTypePoliciesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AccountsUpdateAccountTypePoliciesResp, error)
AccountsUpdateAccountTypePoliciesWithBodyWithResponse request with arbitrary body returning *AccountsUpdateAccountTypePoliciesResp
func (*ClientWithResponses) AccountsUpdateAccountTypePoliciesWithResponse ¶
func (c *ClientWithResponses) AccountsUpdateAccountTypePoliciesWithResponse(ctx context.Context, body AccountsUpdateAccountTypePoliciesJSONRequestBody, reqEditors ...RequestEditorFn) (*AccountsUpdateAccountTypePoliciesResp, error)
func (*ClientWithResponses) AccountsUpdateAccountTypeWithBodyWithResponse ¶
func (c *ClientWithResponses) AccountsUpdateAccountTypeWithBodyWithResponse(ctx context.Context, accountTypeId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AccountsUpdateAccountTypeResp, error)
AccountsUpdateAccountTypeWithBodyWithResponse request with arbitrary body returning *AccountsUpdateAccountTypeResp
func (*ClientWithResponses) AccountsUpdateAccountTypeWithResponse ¶
func (c *ClientWithResponses) AccountsUpdateAccountTypeWithResponse(ctx context.Context, accountTypeId string, body AccountsUpdateAccountTypeJSONRequestBody, reqEditors ...RequestEditorFn) (*AccountsUpdateAccountTypeResp, error)
func (*ClientWithResponses) AccountsUpdateAccountWithBodyWithResponse ¶
func (c *ClientWithResponses) AccountsUpdateAccountWithBodyWithResponse(ctx context.Context, accountId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AccountsUpdateAccountResp, error)
AccountsUpdateAccountWithBodyWithResponse request with arbitrary body returning *AccountsUpdateAccountResp
func (*ClientWithResponses) AccountsUpdateAccountWithResponse ¶
func (c *ClientWithResponses) AccountsUpdateAccountWithResponse(ctx context.Context, accountId string, body AccountsUpdateAccountJSONRequestBody, reqEditors ...RequestEditorFn) (*AccountsUpdateAccountResp, error)
func (*ClientWithResponses) NetworkingCreateCidrExclusionWithBodyWithResponse ¶
func (c *ClientWithResponses) NetworkingCreateCidrExclusionWithBodyWithResponse(ctx context.Context, hubId Uuidv4, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*NetworkingCreateCidrExclusionResp, error)
NetworkingCreateCidrExclusionWithBodyWithResponse request with arbitrary body returning *NetworkingCreateCidrExclusionResp
func (*ClientWithResponses) NetworkingCreateCidrExclusionWithResponse ¶
func (c *ClientWithResponses) NetworkingCreateCidrExclusionWithResponse(ctx context.Context, hubId Uuidv4, body NetworkingCreateCidrExclusionJSONRequestBody, reqEditors ...RequestEditorFn) (*NetworkingCreateCidrExclusionResp, error)
func (*ClientWithResponses) NetworkingCreateCidrRangeWithBodyWithResponse ¶
func (c *ClientWithResponses) NetworkingCreateCidrRangeWithBodyWithResponse(ctx context.Context, hubId Uuidv4, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*NetworkingCreateCidrRangeResp, error)
NetworkingCreateCidrRangeWithBodyWithResponse request with arbitrary body returning *NetworkingCreateCidrRangeResp
func (*ClientWithResponses) NetworkingCreateCidrRangeWithResponse ¶
func (c *ClientWithResponses) NetworkingCreateCidrRangeWithResponse(ctx context.Context, hubId Uuidv4, body NetworkingCreateCidrRangeJSONRequestBody, reqEditors ...RequestEditorFn) (*NetworkingCreateCidrRangeResp, error)
func (*ClientWithResponses) NetworkingCreateDnsResolverWithBodyWithResponse ¶
func (c *ClientWithResponses) NetworkingCreateDnsResolverWithBodyWithResponse(ctx context.Context, hubId Uuidv4, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*NetworkingCreateDnsResolverResp, error)
NetworkingCreateDnsResolverWithBodyWithResponse request with arbitrary body returning *NetworkingCreateDnsResolverResp
func (*ClientWithResponses) NetworkingCreateDnsResolverWithResponse ¶
func (c *ClientWithResponses) NetworkingCreateDnsResolverWithResponse(ctx context.Context, hubId Uuidv4, body NetworkingCreateDnsResolverJSONRequestBody, reqEditors ...RequestEditorFn) (*NetworkingCreateDnsResolverResp, error)
func (*ClientWithResponses) NetworkingCreateDnsRuleWithBodyWithResponse ¶
func (c *ClientWithResponses) NetworkingCreateDnsRuleWithBodyWithResponse(ctx context.Context, dnsResolverId Uuidv4, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*NetworkingCreateDnsRuleResp, error)
NetworkingCreateDnsRuleWithBodyWithResponse request with arbitrary body returning *NetworkingCreateDnsRuleResp
func (*ClientWithResponses) NetworkingCreateDnsRuleWithResponse ¶
func (c *ClientWithResponses) NetworkingCreateDnsRuleWithResponse(ctx context.Context, dnsResolverId Uuidv4, body NetworkingCreateDnsRuleJSONRequestBody, reqEditors ...RequestEditorFn) (*NetworkingCreateDnsRuleResp, error)
func (*ClientWithResponses) NetworkingCreateDxAssociationWithBodyWithResponse ¶
func (c *ClientWithResponses) NetworkingCreateDxAssociationWithBodyWithResponse(ctx context.Context, dxGatewayId Uuidv4, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*NetworkingCreateDxAssociationResp, error)
NetworkingCreateDxAssociationWithBodyWithResponse request with arbitrary body returning *NetworkingCreateDxAssociationResp
func (*ClientWithResponses) NetworkingCreateDxAssociationWithResponse ¶
func (c *ClientWithResponses) NetworkingCreateDxAssociationWithResponse(ctx context.Context, dxGatewayId Uuidv4, body NetworkingCreateDxAssociationJSONRequestBody, reqEditors ...RequestEditorFn) (*NetworkingCreateDxAssociationResp, error)
func (*ClientWithResponses) NetworkingCreateDxResourceWithBodyWithResponse ¶
func (c *ClientWithResponses) NetworkingCreateDxResourceWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*NetworkingCreateDxResourceResp, error)
NetworkingCreateDxResourceWithBodyWithResponse request with arbitrary body returning *NetworkingCreateDxResourceResp
func (*ClientWithResponses) NetworkingCreateDxResourceWithResponse ¶
func (c *ClientWithResponses) NetworkingCreateDxResourceWithResponse(ctx context.Context, body NetworkingCreateDxResourceJSONRequestBody, reqEditors ...RequestEditorFn) (*NetworkingCreateDxResourceResp, error)
func (*ClientWithResponses) NetworkingCreateHubPeeringWithBodyWithResponse ¶
func (c *ClientWithResponses) NetworkingCreateHubPeeringWithBodyWithResponse(ctx context.Context, networkingHubId Uuidv4, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*NetworkingCreateHubPeeringResp, error)
NetworkingCreateHubPeeringWithBodyWithResponse request with arbitrary body returning *NetworkingCreateHubPeeringResp
func (*ClientWithResponses) NetworkingCreateHubPeeringWithResponse ¶
func (c *ClientWithResponses) NetworkingCreateHubPeeringWithResponse(ctx context.Context, networkingHubId Uuidv4, body NetworkingCreateHubPeeringJSONRequestBody, reqEditors ...RequestEditorFn) (*NetworkingCreateHubPeeringResp, error)
func (*ClientWithResponses) NetworkingCreateHubPrefixListWithBodyWithResponse ¶
func (c *ClientWithResponses) NetworkingCreateHubPrefixListWithBodyWithResponse(ctx context.Context, hubId Uuidv4, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*NetworkingCreateHubPrefixListResp, error)
NetworkingCreateHubPrefixListWithBodyWithResponse request with arbitrary body returning *NetworkingCreateHubPrefixListResp
func (*ClientWithResponses) NetworkingCreateHubPrefixListWithResponse ¶
func (c *ClientWithResponses) NetworkingCreateHubPrefixListWithResponse(ctx context.Context, hubId Uuidv4, body NetworkingCreateHubPrefixListJSONRequestBody, reqEditors ...RequestEditorFn) (*NetworkingCreateHubPrefixListResp, error)
func (*ClientWithResponses) NetworkingCreateHubWithBodyWithResponse ¶
func (c *ClientWithResponses) NetworkingCreateHubWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*NetworkingCreateHubResp, error)
NetworkingCreateHubWithBodyWithResponse request with arbitrary body returning *NetworkingCreateHubResp
func (*ClientWithResponses) NetworkingCreateHubWithResponse ¶
func (c *ClientWithResponses) NetworkingCreateHubWithResponse(ctx context.Context, body NetworkingCreateHubJSONRequestBody, reqEditors ...RequestEditorFn) (*NetworkingCreateHubResp, error)
func (*ClientWithResponses) NetworkingCreateVpcPrefixListWithBodyWithResponse ¶
func (c *ClientWithResponses) NetworkingCreateVpcPrefixListWithBodyWithResponse(ctx context.Context, hubId Uuidv4, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*NetworkingCreateVpcPrefixListResp, error)
NetworkingCreateVpcPrefixListWithBodyWithResponse request with arbitrary body returning *NetworkingCreateVpcPrefixListResp
func (*ClientWithResponses) NetworkingCreateVpcPrefixListWithResponse ¶
func (c *ClientWithResponses) NetworkingCreateVpcPrefixListWithResponse(ctx context.Context, hubId Uuidv4, body NetworkingCreateVpcPrefixListJSONRequestBody, reqEditors ...RequestEditorFn) (*NetworkingCreateVpcPrefixListResp, error)
func (*ClientWithResponses) NetworkingCreateVpcWithBodyWithResponse ¶
func (c *ClientWithResponses) NetworkingCreateVpcWithBodyWithResponse(ctx context.Context, hubId Uuidv4, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*NetworkingCreateVpcResp, error)
NetworkingCreateVpcWithBodyWithResponse request with arbitrary body returning *NetworkingCreateVpcResp
func (*ClientWithResponses) NetworkingCreateVpcWithResponse ¶
func (c *ClientWithResponses) NetworkingCreateVpcWithResponse(ctx context.Context, hubId Uuidv4, body NetworkingCreateVpcJSONRequestBody, reqEditors ...RequestEditorFn) (*NetworkingCreateVpcResp, error)
func (*ClientWithResponses) NetworkingCreateVpnConnectionWithBodyWithResponse ¶
func (c *ClientWithResponses) NetworkingCreateVpnConnectionWithBodyWithResponse(ctx context.Context, vpnCustomerGatewayId Uuidv4, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*NetworkingCreateVpnConnectionResp, error)
NetworkingCreateVpnConnectionWithBodyWithResponse request with arbitrary body returning *NetworkingCreateVpnConnectionResp
func (*ClientWithResponses) NetworkingCreateVpnConnectionWithResponse ¶
func (c *ClientWithResponses) NetworkingCreateVpnConnectionWithResponse(ctx context.Context, vpnCustomerGatewayId Uuidv4, body NetworkingCreateVpnConnectionJSONRequestBody, reqEditors ...RequestEditorFn) (*NetworkingCreateVpnConnectionResp, error)
func (*ClientWithResponses) NetworkingCreateVpnCustomerGatewayWithBodyWithResponse ¶
func (c *ClientWithResponses) NetworkingCreateVpnCustomerGatewayWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*NetworkingCreateVpnCustomerGatewayResp, error)
NetworkingCreateVpnCustomerGatewayWithBodyWithResponse request with arbitrary body returning *NetworkingCreateVpnCustomerGatewayResp
func (*ClientWithResponses) NetworkingCreateVpnCustomerGatewayWithResponse ¶
func (c *ClientWithResponses) NetworkingCreateVpnCustomerGatewayWithResponse(ctx context.Context, body NetworkingCreateVpnCustomerGatewayJSONRequestBody, reqEditors ...RequestEditorFn) (*NetworkingCreateVpnCustomerGatewayResp, error)
func (*ClientWithResponses) NetworkingDeleteCidrExclusionWithResponse ¶
func (c *ClientWithResponses) NetworkingDeleteCidrExclusionWithResponse(ctx context.Context, exclusionId Uuidv4, reqEditors ...RequestEditorFn) (*NetworkingDeleteCidrExclusionResp, error)
NetworkingDeleteCidrExclusionWithResponse request returning *NetworkingDeleteCidrExclusionResp
func (*ClientWithResponses) NetworkingDeleteCidrRangeWithResponse ¶
func (c *ClientWithResponses) NetworkingDeleteCidrRangeWithResponse(ctx context.Context, rangeId Uuidv4, reqEditors ...RequestEditorFn) (*NetworkingDeleteCidrRangeResp, error)
NetworkingDeleteCidrRangeWithResponse request returning *NetworkingDeleteCidrRangeResp
func (*ClientWithResponses) NetworkingDeleteDnsResolverWithResponse ¶
func (c *ClientWithResponses) NetworkingDeleteDnsResolverWithResponse(ctx context.Context, dnsResolverId Uuidv4, reqEditors ...RequestEditorFn) (*NetworkingDeleteDnsResolverResp, error)
NetworkingDeleteDnsResolverWithResponse request returning *NetworkingDeleteDnsResolverResp
func (*ClientWithResponses) NetworkingDeleteDnsRuleWithResponse ¶
func (c *ClientWithResponses) NetworkingDeleteDnsRuleWithResponse(ctx context.Context, dnsRuleId Uuidv4, reqEditors ...RequestEditorFn) (*NetworkingDeleteDnsRuleResp, error)
NetworkingDeleteDnsRuleWithResponse request returning *NetworkingDeleteDnsRuleResp
func (*ClientWithResponses) NetworkingDeleteDxAssociationWithResponse ¶
func (c *ClientWithResponses) NetworkingDeleteDxAssociationWithResponse(ctx context.Context, dxAssociationId Uuidv4, reqEditors ...RequestEditorFn) (*NetworkingDeleteDxAssociationResp, error)
NetworkingDeleteDxAssociationWithResponse request returning *NetworkingDeleteDxAssociationResp
func (*ClientWithResponses) NetworkingDeleteDxGatewayWithResponse ¶
func (c *ClientWithResponses) NetworkingDeleteDxGatewayWithResponse(ctx context.Context, dxGatewayId Uuidv4, reqEditors ...RequestEditorFn) (*NetworkingDeleteDxGatewayResp, error)
NetworkingDeleteDxGatewayWithResponse request returning *NetworkingDeleteDxGatewayResp
func (*ClientWithResponses) NetworkingDeleteDxVifWithResponse ¶
func (c *ClientWithResponses) NetworkingDeleteDxVifWithResponse(ctx context.Context, dxVifId Uuidv4, reqEditors ...RequestEditorFn) (*NetworkingDeleteDxVifResp, error)
NetworkingDeleteDxVifWithResponse request returning *NetworkingDeleteDxVifResp
func (*ClientWithResponses) NetworkingDeleteHubPeeringWithResponse ¶
func (c *ClientWithResponses) NetworkingDeleteHubPeeringWithResponse(ctx context.Context, hubPeeringId Uuidv4, reqEditors ...RequestEditorFn) (*NetworkingDeleteHubPeeringResp, error)
NetworkingDeleteHubPeeringWithResponse request returning *NetworkingDeleteHubPeeringResp
func (*ClientWithResponses) NetworkingDeleteHubWithResponse ¶
func (c *ClientWithResponses) NetworkingDeleteHubWithResponse(ctx context.Context, hubId Uuidv4, reqEditors ...RequestEditorFn) (*NetworkingDeleteHubResp, error)
NetworkingDeleteHubWithResponse request returning *NetworkingDeleteHubResp
func (*ClientWithResponses) NetworkingDeletePrefixListWithResponse ¶
func (c *ClientWithResponses) NetworkingDeletePrefixListWithResponse(ctx context.Context, prefixListId Uuidv4, reqEditors ...RequestEditorFn) (*NetworkingDeletePrefixListResp, error)
NetworkingDeletePrefixListWithResponse request returning *NetworkingDeletePrefixListResp
func (*ClientWithResponses) NetworkingDeleteVpcWithResponse ¶
func (c *ClientWithResponses) NetworkingDeleteVpcWithResponse(ctx context.Context, vpcId Uuidv4, reqEditors ...RequestEditorFn) (*NetworkingDeleteVpcResp, error)
NetworkingDeleteVpcWithResponse request returning *NetworkingDeleteVpcResp
func (*ClientWithResponses) NetworkingDeleteVpnConnectionWithResponse ¶
func (c *ClientWithResponses) NetworkingDeleteVpnConnectionWithResponse(ctx context.Context, vpnConnectionId Uuidv4, reqEditors ...RequestEditorFn) (*NetworkingDeleteVpnConnectionResp, error)
NetworkingDeleteVpnConnectionWithResponse request returning *NetworkingDeleteVpnConnectionResp
func (*ClientWithResponses) NetworkingDeleteVpnCustomerGatewayWithResponse ¶
func (c *ClientWithResponses) NetworkingDeleteVpnCustomerGatewayWithResponse(ctx context.Context, vpnCustomerGatewayId Uuidv4, reqEditors ...RequestEditorFn) (*NetworkingDeleteVpnCustomerGatewayResp, error)
NetworkingDeleteVpnCustomerGatewayWithResponse request returning *NetworkingDeleteVpnCustomerGatewayResp
func (*ClientWithResponses) NetworkingReadCidrExclusionWithResponse ¶
func (c *ClientWithResponses) NetworkingReadCidrExclusionWithResponse(ctx context.Context, exclusionId Uuidv4, params *NetworkingReadCidrExclusionParams, reqEditors ...RequestEditorFn) (*NetworkingReadCidrExclusionResp, error)
NetworkingReadCidrExclusionWithResponse request returning *NetworkingReadCidrExclusionResp
func (*ClientWithResponses) NetworkingReadCidrExclusionsWithResponse ¶
func (c *ClientWithResponses) NetworkingReadCidrExclusionsWithResponse(ctx context.Context, params *NetworkingReadCidrExclusionsParams, reqEditors ...RequestEditorFn) (*NetworkingReadCidrExclusionsResp, error)
NetworkingReadCidrExclusionsWithResponse request returning *NetworkingReadCidrExclusionsResp
func (*ClientWithResponses) NetworkingReadCidrRangeWithResponse ¶
func (c *ClientWithResponses) NetworkingReadCidrRangeWithResponse(ctx context.Context, rangeId Uuidv4, params *NetworkingReadCidrRangeParams, reqEditors ...RequestEditorFn) (*NetworkingReadCidrRangeResp, error)
NetworkingReadCidrRangeWithResponse request returning *NetworkingReadCidrRangeResp
func (*ClientWithResponses) NetworkingReadCidrRangesWithResponse ¶
func (c *ClientWithResponses) NetworkingReadCidrRangesWithResponse(ctx context.Context, params *NetworkingReadCidrRangesParams, reqEditors ...RequestEditorFn) (*NetworkingReadCidrRangesResp, error)
NetworkingReadCidrRangesWithResponse request returning *NetworkingReadCidrRangesResp
func (*ClientWithResponses) NetworkingReadDnsResolverWithResponse ¶
func (c *ClientWithResponses) NetworkingReadDnsResolverWithResponse(ctx context.Context, dnsResolverId Uuidv4, params *NetworkingReadDnsResolverParams, reqEditors ...RequestEditorFn) (*NetworkingReadDnsResolverResp, error)
NetworkingReadDnsResolverWithResponse request returning *NetworkingReadDnsResolverResp
func (*ClientWithResponses) NetworkingReadDnsResolversWithResponse ¶
func (c *ClientWithResponses) NetworkingReadDnsResolversWithResponse(ctx context.Context, params *NetworkingReadDnsResolversParams, reqEditors ...RequestEditorFn) (*NetworkingReadDnsResolversResp, error)
NetworkingReadDnsResolversWithResponse request returning *NetworkingReadDnsResolversResp
func (*ClientWithResponses) NetworkingReadDnsRuleWithResponse ¶
func (c *ClientWithResponses) NetworkingReadDnsRuleWithResponse(ctx context.Context, dnsRuleId Uuidv4, params *NetworkingReadDnsRuleParams, reqEditors ...RequestEditorFn) (*NetworkingReadDnsRuleResp, error)
NetworkingReadDnsRuleWithResponse request returning *NetworkingReadDnsRuleResp
func (*ClientWithResponses) NetworkingReadDnsRulesWithResponse ¶
func (c *ClientWithResponses) NetworkingReadDnsRulesWithResponse(ctx context.Context, params *NetworkingReadDnsRulesParams, reqEditors ...RequestEditorFn) (*NetworkingReadDnsRulesResp, error)
NetworkingReadDnsRulesWithResponse request returning *NetworkingReadDnsRulesResp
func (*ClientWithResponses) NetworkingReadDxAssociationWithResponse ¶
func (c *ClientWithResponses) NetworkingReadDxAssociationWithResponse(ctx context.Context, dxAssociationId Uuidv4, params *NetworkingReadDxAssociationParams, reqEditors ...RequestEditorFn) (*NetworkingReadDxAssociationResp, error)
NetworkingReadDxAssociationWithResponse request returning *NetworkingReadDxAssociationResp
func (*ClientWithResponses) NetworkingReadDxAssociationsWithResponse ¶
func (c *ClientWithResponses) NetworkingReadDxAssociationsWithResponse(ctx context.Context, params *NetworkingReadDxAssociationsParams, reqEditors ...RequestEditorFn) (*NetworkingReadDxAssociationsResp, error)
NetworkingReadDxAssociationsWithResponse request returning *NetworkingReadDxAssociationsResp
func (*ClientWithResponses) NetworkingReadDxConnectionsWithResponse ¶
func (c *ClientWithResponses) NetworkingReadDxConnectionsWithResponse(ctx context.Context, accountId Uuidv4, params *NetworkingReadDxConnectionsParams, reqEditors ...RequestEditorFn) (*NetworkingReadDxConnectionsResp, error)
NetworkingReadDxConnectionsWithResponse request returning *NetworkingReadDxConnectionsResp
func (*ClientWithResponses) NetworkingReadDxGatewayWithResponse ¶
func (c *ClientWithResponses) NetworkingReadDxGatewayWithResponse(ctx context.Context, dxGatewayId Uuidv4, params *NetworkingReadDxGatewayParams, reqEditors ...RequestEditorFn) (*NetworkingReadDxGatewayResp, error)
NetworkingReadDxGatewayWithResponse request returning *NetworkingReadDxGatewayResp
func (*ClientWithResponses) NetworkingReadDxGatewaysWithResponse ¶
func (c *ClientWithResponses) NetworkingReadDxGatewaysWithResponse(ctx context.Context, params *NetworkingReadDxGatewaysParams, reqEditors ...RequestEditorFn) (*NetworkingReadDxGatewaysResp, error)
NetworkingReadDxGatewaysWithResponse request returning *NetworkingReadDxGatewaysResp
func (*ClientWithResponses) NetworkingReadDxVifStatusWithResponse ¶
func (c *ClientWithResponses) NetworkingReadDxVifStatusWithResponse(ctx context.Context, dxVifId Uuidv4, reqEditors ...RequestEditorFn) (*NetworkingReadDxVifStatusResp, error)
NetworkingReadDxVifStatusWithResponse request returning *NetworkingReadDxVifStatusResp
func (*ClientWithResponses) NetworkingReadDxVifWithResponse ¶
func (c *ClientWithResponses) NetworkingReadDxVifWithResponse(ctx context.Context, dxVifId Uuidv4, params *NetworkingReadDxVifParams, reqEditors ...RequestEditorFn) (*NetworkingReadDxVifResp, error)
NetworkingReadDxVifWithResponse request returning *NetworkingReadDxVifResp
func (*ClientWithResponses) NetworkingReadDxVifsWithResponse ¶
func (c *ClientWithResponses) NetworkingReadDxVifsWithResponse(ctx context.Context, params *NetworkingReadDxVifsParams, reqEditors ...RequestEditorFn) (*NetworkingReadDxVifsResp, error)
NetworkingReadDxVifsWithResponse request returning *NetworkingReadDxVifsResp
func (*ClientWithResponses) NetworkingReadGatewayDxAssociationsWithResponse ¶
func (c *ClientWithResponses) NetworkingReadGatewayDxAssociationsWithResponse(ctx context.Context, dxGatewayId Uuidv4, params *NetworkingReadGatewayDxAssociationsParams, reqEditors ...RequestEditorFn) (*NetworkingReadGatewayDxAssociationsResp, error)
NetworkingReadGatewayDxAssociationsWithResponse request returning *NetworkingReadGatewayDxAssociationsResp
func (*ClientWithResponses) NetworkingReadGatewayDxVifsWithResponse ¶
func (c *ClientWithResponses) NetworkingReadGatewayDxVifsWithResponse(ctx context.Context, dxGatewayId Uuidv4, params *NetworkingReadGatewayDxVifsParams, reqEditors ...RequestEditorFn) (*NetworkingReadGatewayDxVifsResp, error)
NetworkingReadGatewayDxVifsWithResponse request returning *NetworkingReadGatewayDxVifsResp
func (*ClientWithResponses) NetworkingReadGatewayVpnConnectionsWithResponse ¶
func (c *ClientWithResponses) NetworkingReadGatewayVpnConnectionsWithResponse(ctx context.Context, vpnCustomerGatewayId Uuidv4, params *NetworkingReadGatewayVpnConnectionsParams, reqEditors ...RequestEditorFn) (*NetworkingReadGatewayVpnConnectionsResp, error)
NetworkingReadGatewayVpnConnectionsWithResponse request returning *NetworkingReadGatewayVpnConnectionsResp
func (*ClientWithResponses) NetworkingReadHubCidrExclusionsWithResponse ¶
func (c *ClientWithResponses) NetworkingReadHubCidrExclusionsWithResponse(ctx context.Context, hubId Uuidv4, params *NetworkingReadHubCidrExclusionsParams, reqEditors ...RequestEditorFn) (*NetworkingReadHubCidrExclusionsResp, error)
NetworkingReadHubCidrExclusionsWithResponse request returning *NetworkingReadHubCidrExclusionsResp
func (*ClientWithResponses) NetworkingReadHubCidrRangesWithResponse ¶
func (c *ClientWithResponses) NetworkingReadHubCidrRangesWithResponse(ctx context.Context, hubId Uuidv4, params *NetworkingReadHubCidrRangesParams, reqEditors ...RequestEditorFn) (*NetworkingReadHubCidrRangesResp, error)
NetworkingReadHubCidrRangesWithResponse request returning *NetworkingReadHubCidrRangesResp
func (*ClientWithResponses) NetworkingReadHubDnsResolversWithResponse ¶
func (c *ClientWithResponses) NetworkingReadHubDnsResolversWithResponse(ctx context.Context, hubId Uuidv4, params *NetworkingReadHubDnsResolversParams, reqEditors ...RequestEditorFn) (*NetworkingReadHubDnsResolversResp, error)
NetworkingReadHubDnsResolversWithResponse request returning *NetworkingReadHubDnsResolversResp
func (*ClientWithResponses) NetworkingReadHubDxAssociationsWithResponse ¶
func (c *ClientWithResponses) NetworkingReadHubDxAssociationsWithResponse(ctx context.Context, hubId Uuidv4, params *NetworkingReadHubDxAssociationsParams, reqEditors ...RequestEditorFn) (*NetworkingReadHubDxAssociationsResp, error)
NetworkingReadHubDxAssociationsWithResponse request returning *NetworkingReadHubDxAssociationsResp
func (*ClientWithResponses) NetworkingReadHubDxGatewaysWithResponse ¶
func (c *ClientWithResponses) NetworkingReadHubDxGatewaysWithResponse(ctx context.Context, hubId Uuidv4, params *NetworkingReadHubDxGatewaysParams, reqEditors ...RequestEditorFn) (*NetworkingReadHubDxGatewaysResp, error)
NetworkingReadHubDxGatewaysWithResponse request returning *NetworkingReadHubDxGatewaysResp
func (*ClientWithResponses) NetworkingReadHubHubPeeringsWithResponse ¶
func (c *ClientWithResponses) NetworkingReadHubHubPeeringsWithResponse(ctx context.Context, networkingHubId Uuidv4, params *NetworkingReadHubHubPeeringsParams, reqEditors ...RequestEditorFn) (*NetworkingReadHubHubPeeringsResp, error)
NetworkingReadHubHubPeeringsWithResponse request returning *NetworkingReadHubHubPeeringsResp
func (*ClientWithResponses) NetworkingReadHubPeeringWithResponse ¶
func (c *ClientWithResponses) NetworkingReadHubPeeringWithResponse(ctx context.Context, hubPeeringId Uuidv4, params *NetworkingReadHubPeeringParams, reqEditors ...RequestEditorFn) (*NetworkingReadHubPeeringResp, error)
NetworkingReadHubPeeringWithResponse request returning *NetworkingReadHubPeeringResp
func (*ClientWithResponses) NetworkingReadHubPeeringsWithResponse ¶
func (c *ClientWithResponses) NetworkingReadHubPeeringsWithResponse(ctx context.Context, params *NetworkingReadHubPeeringsParams, reqEditors ...RequestEditorFn) (*NetworkingReadHubPeeringsResp, error)
NetworkingReadHubPeeringsWithResponse request returning *NetworkingReadHubPeeringsResp
func (*ClientWithResponses) NetworkingReadHubPrefixListsWithResponse ¶
func (c *ClientWithResponses) NetworkingReadHubPrefixListsWithResponse(ctx context.Context, hubId Uuidv4, params *NetworkingReadHubPrefixListsParams, reqEditors ...RequestEditorFn) (*NetworkingReadHubPrefixListsResp, error)
NetworkingReadHubPrefixListsWithResponse request returning *NetworkingReadHubPrefixListsResp
func (*ClientWithResponses) NetworkingReadHubVpcsWithResponse ¶
func (c *ClientWithResponses) NetworkingReadHubVpcsWithResponse(ctx context.Context, hubId Uuidv4, params *NetworkingReadHubVpcsParams, reqEditors ...RequestEditorFn) (*NetworkingReadHubVpcsResp, error)
NetworkingReadHubVpcsWithResponse request returning *NetworkingReadHubVpcsResp
func (*ClientWithResponses) NetworkingReadHubVpnConnectionsWithResponse ¶
func (c *ClientWithResponses) NetworkingReadHubVpnConnectionsWithResponse(ctx context.Context, hubId Uuidv4, params *NetworkingReadHubVpnConnectionsParams, reqEditors ...RequestEditorFn) (*NetworkingReadHubVpnConnectionsResp, error)
NetworkingReadHubVpnConnectionsWithResponse request returning *NetworkingReadHubVpnConnectionsResp
func (*ClientWithResponses) NetworkingReadHubVpnCustomerGatewaysWithResponse ¶
func (c *ClientWithResponses) NetworkingReadHubVpnCustomerGatewaysWithResponse(ctx context.Context, hubId Uuidv4, params *NetworkingReadHubVpnCustomerGatewaysParams, reqEditors ...RequestEditorFn) (*NetworkingReadHubVpnCustomerGatewaysResp, error)
NetworkingReadHubVpnCustomerGatewaysWithResponse request returning *NetworkingReadHubVpnCustomerGatewaysResp
func (*ClientWithResponses) NetworkingReadHubWithResponse ¶
func (c *ClientWithResponses) NetworkingReadHubWithResponse(ctx context.Context, hubId Uuidv4, params *NetworkingReadHubParams, reqEditors ...RequestEditorFn) (*NetworkingReadHubResp, error)
NetworkingReadHubWithResponse request returning *NetworkingReadHubResp
func (*ClientWithResponses) NetworkingReadHubsWithResponse ¶
func (c *ClientWithResponses) NetworkingReadHubsWithResponse(ctx context.Context, params *NetworkingReadHubsParams, reqEditors ...RequestEditorFn) (*NetworkingReadHubsResp, error)
NetworkingReadHubsWithResponse request returning *NetworkingReadHubsResp
func (*ClientWithResponses) NetworkingReadPrefixListWithResponse ¶
func (c *ClientWithResponses) NetworkingReadPrefixListWithResponse(ctx context.Context, prefixListId Uuidv4, params *NetworkingReadPrefixListParams, reqEditors ...RequestEditorFn) (*NetworkingReadPrefixListResp, error)
NetworkingReadPrefixListWithResponse request returning *NetworkingReadPrefixListResp
func (*ClientWithResponses) NetworkingReadPrefixListsWithResponse ¶
func (c *ClientWithResponses) NetworkingReadPrefixListsWithResponse(ctx context.Context, params *NetworkingReadPrefixListsParams, reqEditors ...RequestEditorFn) (*NetworkingReadPrefixListsResp, error)
NetworkingReadPrefixListsWithResponse request returning *NetworkingReadPrefixListsResp
func (*ClientWithResponses) NetworkingReadResolverDnsRulesWithResponse ¶
func (c *ClientWithResponses) NetworkingReadResolverDnsRulesWithResponse(ctx context.Context, dnsResolverId Uuidv4, params *NetworkingReadResolverDnsRulesParams, reqEditors ...RequestEditorFn) (*NetworkingReadResolverDnsRulesResp, error)
NetworkingReadResolverDnsRulesWithResponse request returning *NetworkingReadResolverDnsRulesResp
func (*ClientWithResponses) NetworkingReadVpcWithResponse ¶
func (c *ClientWithResponses) NetworkingReadVpcWithResponse(ctx context.Context, vpcId Uuidv4, params *NetworkingReadVpcParams, reqEditors ...RequestEditorFn) (*NetworkingReadVpcResp, error)
NetworkingReadVpcWithResponse request returning *NetworkingReadVpcResp
func (*ClientWithResponses) NetworkingReadVpcsWithResponse ¶
func (c *ClientWithResponses) NetworkingReadVpcsWithResponse(ctx context.Context, params *NetworkingReadVpcsParams, reqEditors ...RequestEditorFn) (*NetworkingReadVpcsResp, error)
NetworkingReadVpcsWithResponse request returning *NetworkingReadVpcsResp
func (*ClientWithResponses) NetworkingReadVpnConnectionStatusWithResponse ¶
func (c *ClientWithResponses) NetworkingReadVpnConnectionStatusWithResponse(ctx context.Context, vpnConnectionId Uuidv4, reqEditors ...RequestEditorFn) (*NetworkingReadVpnConnectionStatusResp, error)
NetworkingReadVpnConnectionStatusWithResponse request returning *NetworkingReadVpnConnectionStatusResp
func (*ClientWithResponses) NetworkingReadVpnConnectionWithResponse ¶
func (c *ClientWithResponses) NetworkingReadVpnConnectionWithResponse(ctx context.Context, vpnConnectionId Uuidv4, params *NetworkingReadVpnConnectionParams, reqEditors ...RequestEditorFn) (*NetworkingReadVpnConnectionResp, error)
NetworkingReadVpnConnectionWithResponse request returning *NetworkingReadVpnConnectionResp
func (*ClientWithResponses) NetworkingReadVpnConnectionsWithResponse ¶
func (c *ClientWithResponses) NetworkingReadVpnConnectionsWithResponse(ctx context.Context, params *NetworkingReadVpnConnectionsParams, reqEditors ...RequestEditorFn) (*NetworkingReadVpnConnectionsResp, error)
NetworkingReadVpnConnectionsWithResponse request returning *NetworkingReadVpnConnectionsResp
func (*ClientWithResponses) NetworkingReadVpnCustomerGatewayWithResponse ¶
func (c *ClientWithResponses) NetworkingReadVpnCustomerGatewayWithResponse(ctx context.Context, vpnCustomerGatewayId Uuidv4, params *NetworkingReadVpnCustomerGatewayParams, reqEditors ...RequestEditorFn) (*NetworkingReadVpnCustomerGatewayResp, error)
NetworkingReadVpnCustomerGatewayWithResponse request returning *NetworkingReadVpnCustomerGatewayResp
func (*ClientWithResponses) NetworkingReadVpnCustomerGatewaysWithResponse ¶
func (c *ClientWithResponses) NetworkingReadVpnCustomerGatewaysWithResponse(ctx context.Context, params *NetworkingReadVpnCustomerGatewaysParams, reqEditors ...RequestEditorFn) (*NetworkingReadVpnCustomerGatewaysResp, error)
NetworkingReadVpnCustomerGatewaysWithResponse request returning *NetworkingReadVpnCustomerGatewaysResp
func (*ClientWithResponses) NetworkingUpdateCidrExclusionWithBodyWithResponse ¶
func (c *ClientWithResponses) NetworkingUpdateCidrExclusionWithBodyWithResponse(ctx context.Context, exclusionId Uuidv4, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*NetworkingUpdateCidrExclusionResp, error)
NetworkingUpdateCidrExclusionWithBodyWithResponse request with arbitrary body returning *NetworkingUpdateCidrExclusionResp
func (*ClientWithResponses) NetworkingUpdateCidrExclusionWithResponse ¶
func (c *ClientWithResponses) NetworkingUpdateCidrExclusionWithResponse(ctx context.Context, exclusionId Uuidv4, body NetworkingUpdateCidrExclusionJSONRequestBody, reqEditors ...RequestEditorFn) (*NetworkingUpdateCidrExclusionResp, error)
func (*ClientWithResponses) NetworkingUpdateCidrRangeWithBodyWithResponse ¶
func (c *ClientWithResponses) NetworkingUpdateCidrRangeWithBodyWithResponse(ctx context.Context, rangeId Uuidv4, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*NetworkingUpdateCidrRangeResp, error)
NetworkingUpdateCidrRangeWithBodyWithResponse request with arbitrary body returning *NetworkingUpdateCidrRangeResp
func (*ClientWithResponses) NetworkingUpdateCidrRangeWithResponse ¶
func (c *ClientWithResponses) NetworkingUpdateCidrRangeWithResponse(ctx context.Context, rangeId Uuidv4, body NetworkingUpdateCidrRangeJSONRequestBody, reqEditors ...RequestEditorFn) (*NetworkingUpdateCidrRangeResp, error)
func (*ClientWithResponses) NetworkingUpdateDnsResolverWithBodyWithResponse ¶
func (c *ClientWithResponses) NetworkingUpdateDnsResolverWithBodyWithResponse(ctx context.Context, dnsResolverId Uuidv4, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*NetworkingUpdateDnsResolverResp, error)
NetworkingUpdateDnsResolverWithBodyWithResponse request with arbitrary body returning *NetworkingUpdateDnsResolverResp
func (*ClientWithResponses) NetworkingUpdateDnsResolverWithResponse ¶
func (c *ClientWithResponses) NetworkingUpdateDnsResolverWithResponse(ctx context.Context, dnsResolverId Uuidv4, body NetworkingUpdateDnsResolverJSONRequestBody, reqEditors ...RequestEditorFn) (*NetworkingUpdateDnsResolverResp, error)
func (*ClientWithResponses) NetworkingUpdateDnsRuleWithBodyWithResponse ¶
func (c *ClientWithResponses) NetworkingUpdateDnsRuleWithBodyWithResponse(ctx context.Context, dnsRuleId Uuidv4, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*NetworkingUpdateDnsRuleResp, error)
NetworkingUpdateDnsRuleWithBodyWithResponse request with arbitrary body returning *NetworkingUpdateDnsRuleResp
func (*ClientWithResponses) NetworkingUpdateDnsRuleWithResponse ¶
func (c *ClientWithResponses) NetworkingUpdateDnsRuleWithResponse(ctx context.Context, dnsRuleId Uuidv4, body NetworkingUpdateDnsRuleJSONRequestBody, reqEditors ...RequestEditorFn) (*NetworkingUpdateDnsRuleResp, error)
func (*ClientWithResponses) NetworkingUpdateDxAssociationWithBodyWithResponse ¶
func (c *ClientWithResponses) NetworkingUpdateDxAssociationWithBodyWithResponse(ctx context.Context, dxAssociationId Uuidv4, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*NetworkingUpdateDxAssociationResp, error)
NetworkingUpdateDxAssociationWithBodyWithResponse request with arbitrary body returning *NetworkingUpdateDxAssociationResp
func (*ClientWithResponses) NetworkingUpdateDxAssociationWithResponse ¶
func (c *ClientWithResponses) NetworkingUpdateDxAssociationWithResponse(ctx context.Context, dxAssociationId Uuidv4, body NetworkingUpdateDxAssociationJSONRequestBody, reqEditors ...RequestEditorFn) (*NetworkingUpdateDxAssociationResp, error)
func (*ClientWithResponses) NetworkingUpdateDxVifWithBodyWithResponse ¶
func (c *ClientWithResponses) NetworkingUpdateDxVifWithBodyWithResponse(ctx context.Context, dxVifId Uuidv4, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*NetworkingUpdateDxVifResp, error)
NetworkingUpdateDxVifWithBodyWithResponse request with arbitrary body returning *NetworkingUpdateDxVifResp
func (*ClientWithResponses) NetworkingUpdateDxVifWithResponse ¶
func (c *ClientWithResponses) NetworkingUpdateDxVifWithResponse(ctx context.Context, dxVifId Uuidv4, body NetworkingUpdateDxVifJSONRequestBody, reqEditors ...RequestEditorFn) (*NetworkingUpdateDxVifResp, error)
func (*ClientWithResponses) NetworkingUpdateHubPeeringWithBodyWithResponse ¶
func (c *ClientWithResponses) NetworkingUpdateHubPeeringWithBodyWithResponse(ctx context.Context, hubPeeringId Uuidv4, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*NetworkingUpdateHubPeeringResp, error)
NetworkingUpdateHubPeeringWithBodyWithResponse request with arbitrary body returning *NetworkingUpdateHubPeeringResp
func (*ClientWithResponses) NetworkingUpdateHubPeeringWithResponse ¶
func (c *ClientWithResponses) NetworkingUpdateHubPeeringWithResponse(ctx context.Context, hubPeeringId Uuidv4, body NetworkingUpdateHubPeeringJSONRequestBody, reqEditors ...RequestEditorFn) (*NetworkingUpdateHubPeeringResp, error)
func (*ClientWithResponses) NetworkingUpdateHubPrefixListAssociationWithBodyWithResponse ¶
func (c *ClientWithResponses) NetworkingUpdateHubPrefixListAssociationWithBodyWithResponse(ctx context.Context, prefixListId Uuidv4, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*NetworkingUpdateHubPrefixListAssociationResp, error)
NetworkingUpdateHubPrefixListAssociationWithBodyWithResponse request with arbitrary body returning *NetworkingUpdateHubPrefixListAssociationResp
func (*ClientWithResponses) NetworkingUpdateHubPrefixListAssociationWithResponse ¶
func (c *ClientWithResponses) NetworkingUpdateHubPrefixListAssociationWithResponse(ctx context.Context, prefixListId Uuidv4, body NetworkingUpdateHubPrefixListAssociationJSONRequestBody, reqEditors ...RequestEditorFn) (*NetworkingUpdateHubPrefixListAssociationResp, error)
func (*ClientWithResponses) NetworkingUpdateHubWithBodyWithResponse ¶
func (c *ClientWithResponses) NetworkingUpdateHubWithBodyWithResponse(ctx context.Context, hubId Uuidv4, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*NetworkingUpdateHubResp, error)
NetworkingUpdateHubWithBodyWithResponse request with arbitrary body returning *NetworkingUpdateHubResp
func (*ClientWithResponses) NetworkingUpdateHubWithResponse ¶
func (c *ClientWithResponses) NetworkingUpdateHubWithResponse(ctx context.Context, hubId Uuidv4, body NetworkingUpdateHubJSONRequestBody, reqEditors ...RequestEditorFn) (*NetworkingUpdateHubResp, error)
func (*ClientWithResponses) NetworkingUpdatePrefixListWithBodyWithResponse ¶
func (c *ClientWithResponses) NetworkingUpdatePrefixListWithBodyWithResponse(ctx context.Context, prefixListId Uuidv4, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*NetworkingUpdatePrefixListResp, error)
NetworkingUpdatePrefixListWithBodyWithResponse request with arbitrary body returning *NetworkingUpdatePrefixListResp
func (*ClientWithResponses) NetworkingUpdatePrefixListWithResponse ¶
func (c *ClientWithResponses) NetworkingUpdatePrefixListWithResponse(ctx context.Context, prefixListId Uuidv4, body NetworkingUpdatePrefixListJSONRequestBody, reqEditors ...RequestEditorFn) (*NetworkingUpdatePrefixListResp, error)
func (*ClientWithResponses) NetworkingUpdateVpcPrefixListAssociationWithBodyWithResponse ¶
func (c *ClientWithResponses) NetworkingUpdateVpcPrefixListAssociationWithBodyWithResponse(ctx context.Context, prefixListId Uuidv4, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*NetworkingUpdateVpcPrefixListAssociationResp, error)
NetworkingUpdateVpcPrefixListAssociationWithBodyWithResponse request with arbitrary body returning *NetworkingUpdateVpcPrefixListAssociationResp
func (*ClientWithResponses) NetworkingUpdateVpcPrefixListAssociationWithResponse ¶
func (c *ClientWithResponses) NetworkingUpdateVpcPrefixListAssociationWithResponse(ctx context.Context, prefixListId Uuidv4, body NetworkingUpdateVpcPrefixListAssociationJSONRequestBody, reqEditors ...RequestEditorFn) (*NetworkingUpdateVpcPrefixListAssociationResp, error)
func (*ClientWithResponses) NetworkingUpdateVpcWithBodyWithResponse ¶
func (c *ClientWithResponses) NetworkingUpdateVpcWithBodyWithResponse(ctx context.Context, vpcId Uuidv4, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*NetworkingUpdateVpcResp, error)
NetworkingUpdateVpcWithBodyWithResponse request with arbitrary body returning *NetworkingUpdateVpcResp
func (*ClientWithResponses) NetworkingUpdateVpcWithResponse ¶
func (c *ClientWithResponses) NetworkingUpdateVpcWithResponse(ctx context.Context, vpcId Uuidv4, body NetworkingUpdateVpcJSONRequestBody, reqEditors ...RequestEditorFn) (*NetworkingUpdateVpcResp, error)
func (*ClientWithResponses) NetworkingUpdateVpnConnectionWithBodyWithResponse ¶
func (c *ClientWithResponses) NetworkingUpdateVpnConnectionWithBodyWithResponse(ctx context.Context, vpnConnectionId Uuidv4, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*NetworkingUpdateVpnConnectionResp, error)
NetworkingUpdateVpnConnectionWithBodyWithResponse request with arbitrary body returning *NetworkingUpdateVpnConnectionResp
func (*ClientWithResponses) NetworkingUpdateVpnConnectionWithResponse ¶
func (c *ClientWithResponses) NetworkingUpdateVpnConnectionWithResponse(ctx context.Context, vpnConnectionId Uuidv4, body NetworkingUpdateVpnConnectionJSONRequestBody, reqEditors ...RequestEditorFn) (*NetworkingUpdateVpnConnectionResp, error)
func (*ClientWithResponses) NetworkingUpdateVpnCustomerGatewayWithBodyWithResponse ¶
func (c *ClientWithResponses) NetworkingUpdateVpnCustomerGatewayWithBodyWithResponse(ctx context.Context, vpnCustomerGatewayId Uuidv4, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*NetworkingUpdateVpnCustomerGatewayResp, error)
NetworkingUpdateVpnCustomerGatewayWithBodyWithResponse request with arbitrary body returning *NetworkingUpdateVpnCustomerGatewayResp
func (*ClientWithResponses) NetworkingUpdateVpnCustomerGatewayWithResponse ¶
func (c *ClientWithResponses) NetworkingUpdateVpnCustomerGatewayWithResponse(ctx context.Context, vpnCustomerGatewayId Uuidv4, body NetworkingUpdateVpnCustomerGatewayJSONRequestBody, reqEditors ...RequestEditorFn) (*NetworkingUpdateVpnCustomerGatewayResp, error)
func (*ClientWithResponses) OrganisationsAttachPolicyWithBodyWithResponse ¶
func (c *ClientWithResponses) OrganisationsAttachPolicyWithBodyWithResponse(ctx context.Context, policyId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*OrganisationsAttachPolicyResp, error)
OrganisationsAttachPolicyWithBodyWithResponse request with arbitrary body returning *OrganisationsAttachPolicyResp
func (*ClientWithResponses) OrganisationsAttachPolicyWithResponse ¶
func (c *ClientWithResponses) OrganisationsAttachPolicyWithResponse(ctx context.Context, policyId string, body OrganisationsAttachPolicyJSONRequestBody, reqEditors ...RequestEditorFn) (*OrganisationsAttachPolicyResp, error)
func (*ClientWithResponses) OrganisationsCreatePolicyWithBodyWithResponse ¶
func (c *ClientWithResponses) OrganisationsCreatePolicyWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*OrganisationsCreatePolicyResp, error)
OrganisationsCreatePolicyWithBodyWithResponse request with arbitrary body returning *OrganisationsCreatePolicyResp
func (*ClientWithResponses) OrganisationsCreatePolicyWithResponse ¶
func (c *ClientWithResponses) OrganisationsCreatePolicyWithResponse(ctx context.Context, body OrganisationsCreatePolicyJSONRequestBody, reqEditors ...RequestEditorFn) (*OrganisationsCreatePolicyResp, error)
func (*ClientWithResponses) OrganisationsDeletePolicyWithResponse ¶
func (c *ClientWithResponses) OrganisationsDeletePolicyWithResponse(ctx context.Context, policyId string, reqEditors ...RequestEditorFn) (*OrganisationsDeletePolicyResp, error)
OrganisationsDeletePolicyWithResponse request returning *OrganisationsDeletePolicyResp
func (*ClientWithResponses) OrganisationsDetachPolicyWithResponse ¶
func (c *ClientWithResponses) OrganisationsDetachPolicyWithResponse(ctx context.Context, policyId string, reqEditors ...RequestEditorFn) (*OrganisationsDetachPolicyResp, error)
OrganisationsDetachPolicyWithResponse request returning *OrganisationsDetachPolicyResp
func (*ClientWithResponses) OrganisationsReadOrganisationWithResponse ¶
func (c *ClientWithResponses) OrganisationsReadOrganisationWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*OrganisationsReadOrganisationResp, error)
OrganisationsReadOrganisationWithResponse request returning *OrganisationsReadOrganisationResp
func (*ClientWithResponses) OrganisationsReadOrganisationalUnitWithResponse ¶
func (c *ClientWithResponses) OrganisationsReadOrganisationalUnitWithResponse(ctx context.Context, organisationalUnitId string, reqEditors ...RequestEditorFn) (*OrganisationsReadOrganisationalUnitResp, error)
OrganisationsReadOrganisationalUnitWithResponse request returning *OrganisationsReadOrganisationalUnitResp
func (*ClientWithResponses) OrganisationsReadOrganisationalUnitsWithResponse ¶
func (c *ClientWithResponses) OrganisationsReadOrganisationalUnitsWithResponse(ctx context.Context, params *OrganisationsReadOrganisationalUnitsParams, reqEditors ...RequestEditorFn) (*OrganisationsReadOrganisationalUnitsResp, error)
OrganisationsReadOrganisationalUnitsWithResponse request returning *OrganisationsReadOrganisationalUnitsResp
func (*ClientWithResponses) OrganisationsReadOrganisationsWithResponse ¶
func (c *ClientWithResponses) OrganisationsReadOrganisationsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*OrganisationsReadOrganisationsResp, error)
OrganisationsReadOrganisationsWithResponse request returning *OrganisationsReadOrganisationsResp
func (*ClientWithResponses) OrganisationsReadPoliciesWithResponse ¶
func (c *ClientWithResponses) OrganisationsReadPoliciesWithResponse(ctx context.Context, params *OrganisationsReadPoliciesParams, reqEditors ...RequestEditorFn) (*OrganisationsReadPoliciesResp, error)
OrganisationsReadPoliciesWithResponse request returning *OrganisationsReadPoliciesResp
func (*ClientWithResponses) OrganisationsReadPolicyWithResponse ¶
func (c *ClientWithResponses) OrganisationsReadPolicyWithResponse(ctx context.Context, policyId string, reqEditors ...RequestEditorFn) (*OrganisationsReadPolicyResp, error)
OrganisationsReadPolicyWithResponse request returning *OrganisationsReadPolicyResp
func (*ClientWithResponses) OrganisationsUpdatePolicyWithBodyWithResponse ¶
func (c *ClientWithResponses) OrganisationsUpdatePolicyWithBodyWithResponse(ctx context.Context, policyId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*OrganisationsUpdatePolicyResp, error)
OrganisationsUpdatePolicyWithBodyWithResponse request with arbitrary body returning *OrganisationsUpdatePolicyResp
func (*ClientWithResponses) OrganisationsUpdatePolicyWithResponse ¶
func (c *ClientWithResponses) OrganisationsUpdatePolicyWithResponse(ctx context.Context, policyId string, body OrganisationsUpdatePolicyJSONRequestBody, reqEditors ...RequestEditorFn) (*OrganisationsUpdatePolicyResp, error)
func (*ClientWithResponses) PublicCheckAliasWithResponse ¶
func (c *ClientWithResponses) PublicCheckAliasWithResponse(ctx context.Context, alias string, reqEditors ...RequestEditorFn) (*PublicCheckAliasResp, error)
PublicCheckAliasWithResponse request returning *PublicCheckAliasResp
func (*ClientWithResponses) PublicReadConfigWithResponse ¶
func (c *ClientWithResponses) PublicReadConfigWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*PublicReadConfigResp, error)
PublicReadConfigWithResponse request returning *PublicReadConfigResp
func (*ClientWithResponses) ServicesConfigureSecurityHubWithBodyWithResponse ¶
func (c *ClientWithResponses) ServicesConfigureSecurityHubWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ServicesConfigureSecurityHubResp, error)
ServicesConfigureSecurityHubWithBodyWithResponse request with arbitrary body returning *ServicesConfigureSecurityHubResp
func (*ClientWithResponses) ServicesConfigureSecurityHubWithResponse ¶
func (c *ClientWithResponses) ServicesConfigureSecurityHubWithResponse(ctx context.Context, body ServicesConfigureSecurityHubJSONRequestBody, reqEditors ...RequestEditorFn) (*ServicesConfigureSecurityHubResp, error)
func (*ClientWithResponses) ServicesReadConfigurationsWithResponse ¶
func (c *ClientWithResponses) ServicesReadConfigurationsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ServicesReadConfigurationsResp, error)
ServicesReadConfigurationsWithResponse request returning *ServicesReadConfigurationsResp
func (*ClientWithResponses) ServicesReadSecurityHubConfigurationWithResponse ¶
func (c *ClientWithResponses) ServicesReadSecurityHubConfigurationWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ServicesReadSecurityHubConfigurationResp, error)
ServicesReadSecurityHubConfigurationWithResponse request returning *ServicesReadSecurityHubConfigurationResp
func (*ClientWithResponses) TasksReadTaskWithResponse ¶
func (c *ClientWithResponses) TasksReadTaskWithResponse(ctx context.Context, taskId string, reqEditors ...RequestEditorFn) (*TasksReadTaskResp, error)
TasksReadTaskWithResponse request returning *TasksReadTaskResp
func (*ClientWithResponses) TeamsCreateApiTokenWithBodyWithResponse ¶
func (c *ClientWithResponses) TeamsCreateApiTokenWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TeamsCreateApiTokenResp, error)
TeamsCreateApiTokenWithBodyWithResponse request with arbitrary body returning *TeamsCreateApiTokenResp
func (*ClientWithResponses) TeamsCreateApiTokenWithResponse ¶
func (c *ClientWithResponses) TeamsCreateApiTokenWithResponse(ctx context.Context, body TeamsCreateApiTokenJSONRequestBody, reqEditors ...RequestEditorFn) (*TeamsCreateApiTokenResp, error)
func (*ClientWithResponses) TeamsCreateGroupWithBodyWithResponse ¶
func (c *ClientWithResponses) TeamsCreateGroupWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TeamsCreateGroupResp, error)
TeamsCreateGroupWithBodyWithResponse request with arbitrary body returning *TeamsCreateGroupResp
func (*ClientWithResponses) TeamsCreateGroupWithResponse ¶
func (c *ClientWithResponses) TeamsCreateGroupWithResponse(ctx context.Context, body TeamsCreateGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*TeamsCreateGroupResp, error)
func (*ClientWithResponses) TeamsCreateUserWithBodyWithResponse ¶
func (c *ClientWithResponses) TeamsCreateUserWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TeamsCreateUserResp, error)
TeamsCreateUserWithBodyWithResponse request with arbitrary body returning *TeamsCreateUserResp
func (*ClientWithResponses) TeamsCreateUserWithResponse ¶
func (c *ClientWithResponses) TeamsCreateUserWithResponse(ctx context.Context, body TeamsCreateUserJSONRequestBody, reqEditors ...RequestEditorFn) (*TeamsCreateUserResp, error)
func (*ClientWithResponses) TeamsDeleteApiTokenWithResponse ¶
func (c *ClientWithResponses) TeamsDeleteApiTokenWithResponse(ctx context.Context, accessKey string, reqEditors ...RequestEditorFn) (*TeamsDeleteApiTokenResp, error)
TeamsDeleteApiTokenWithResponse request returning *TeamsDeleteApiTokenResp
func (*ClientWithResponses) TeamsDeleteGroupWithResponse ¶
func (c *ClientWithResponses) TeamsDeleteGroupWithResponse(ctx context.Context, groupId string, reqEditors ...RequestEditorFn) (*TeamsDeleteGroupResp, error)
TeamsDeleteGroupWithResponse request returning *TeamsDeleteGroupResp
func (*ClientWithResponses) TeamsDeleteUserWithResponse ¶
func (c *ClientWithResponses) TeamsDeleteUserWithResponse(ctx context.Context, userId string, reqEditors ...RequestEditorFn) (*TeamsDeleteUserResp, error)
TeamsDeleteUserWithResponse request returning *TeamsDeleteUserResp
func (*ClientWithResponses) TeamsFetchCurrentUserWithResponse ¶
func (c *ClientWithResponses) TeamsFetchCurrentUserWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*TeamsFetchCurrentUserResp, error)
TeamsFetchCurrentUserWithResponse request returning *TeamsFetchCurrentUserResp
func (*ClientWithResponses) TeamsReadApiTokenWithResponse ¶
func (c *ClientWithResponses) TeamsReadApiTokenWithResponse(ctx context.Context, accessKey string, params *TeamsReadApiTokenParams, reqEditors ...RequestEditorFn) (*TeamsReadApiTokenResp, error)
TeamsReadApiTokenWithResponse request returning *TeamsReadApiTokenResp
func (*ClientWithResponses) TeamsReadApiTokensWithResponse ¶
func (c *ClientWithResponses) TeamsReadApiTokensWithResponse(ctx context.Context, params *TeamsReadApiTokensParams, reqEditors ...RequestEditorFn) (*TeamsReadApiTokensResp, error)
TeamsReadApiTokensWithResponse request returning *TeamsReadApiTokensResp
func (*ClientWithResponses) TeamsReadGroupWithResponse ¶
func (c *ClientWithResponses) TeamsReadGroupWithResponse(ctx context.Context, groupId string, reqEditors ...RequestEditorFn) (*TeamsReadGroupResp, error)
TeamsReadGroupWithResponse request returning *TeamsReadGroupResp
func (*ClientWithResponses) TeamsReadGroupsWithResponse ¶
func (c *ClientWithResponses) TeamsReadGroupsWithResponse(ctx context.Context, params *TeamsReadGroupsParams, reqEditors ...RequestEditorFn) (*TeamsReadGroupsResp, error)
TeamsReadGroupsWithResponse request returning *TeamsReadGroupsResp
func (*ClientWithResponses) TeamsReadIdamUserWithResponse ¶
func (c *ClientWithResponses) TeamsReadIdamUserWithResponse(ctx context.Context, orgId string, reqEditors ...RequestEditorFn) (*TeamsReadIdamUserResp, error)
TeamsReadIdamUserWithResponse request returning *TeamsReadIdamUserResp
func (*ClientWithResponses) TeamsReadIdamUsersWithResponse ¶
func (c *ClientWithResponses) TeamsReadIdamUsersWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*TeamsReadIdamUsersResp, error)
TeamsReadIdamUsersWithResponse request returning *TeamsReadIdamUsersResp
func (*ClientWithResponses) TeamsReadUserWithResponse ¶
func (c *ClientWithResponses) TeamsReadUserWithResponse(ctx context.Context, userId string, reqEditors ...RequestEditorFn) (*TeamsReadUserResp, error)
TeamsReadUserWithResponse request returning *TeamsReadUserResp
func (*ClientWithResponses) TeamsReadUsersWithResponse ¶
func (c *ClientWithResponses) TeamsReadUsersWithResponse(ctx context.Context, params *TeamsReadUsersParams, reqEditors ...RequestEditorFn) (*TeamsReadUsersResp, error)
TeamsReadUsersWithResponse request returning *TeamsReadUsersResp
func (*ClientWithResponses) TeamsUpdateApiTokenWithBodyWithResponse ¶
func (c *ClientWithResponses) TeamsUpdateApiTokenWithBodyWithResponse(ctx context.Context, accessKey string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TeamsUpdateApiTokenResp, error)
TeamsUpdateApiTokenWithBodyWithResponse request with arbitrary body returning *TeamsUpdateApiTokenResp
func (*ClientWithResponses) TeamsUpdateApiTokenWithResponse ¶
func (c *ClientWithResponses) TeamsUpdateApiTokenWithResponse(ctx context.Context, accessKey string, body TeamsUpdateApiTokenJSONRequestBody, reqEditors ...RequestEditorFn) (*TeamsUpdateApiTokenResp, error)
func (*ClientWithResponses) TeamsUpdateGroupMembersWithBodyWithResponse ¶
func (c *ClientWithResponses) TeamsUpdateGroupMembersWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TeamsUpdateGroupMembersResp, error)
TeamsUpdateGroupMembersWithBodyWithResponse request with arbitrary body returning *TeamsUpdateGroupMembersResp
func (*ClientWithResponses) TeamsUpdateGroupMembersWithResponse ¶
func (c *ClientWithResponses) TeamsUpdateGroupMembersWithResponse(ctx context.Context, body TeamsUpdateGroupMembersJSONRequestBody, reqEditors ...RequestEditorFn) (*TeamsUpdateGroupMembersResp, error)
func (*ClientWithResponses) TeamsUpdateGroupWithBodyWithResponse ¶
func (c *ClientWithResponses) TeamsUpdateGroupWithBodyWithResponse(ctx context.Context, groupId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TeamsUpdateGroupResp, error)
TeamsUpdateGroupWithBodyWithResponse request with arbitrary body returning *TeamsUpdateGroupResp
func (*ClientWithResponses) TeamsUpdateGroupWithResponse ¶
func (c *ClientWithResponses) TeamsUpdateGroupWithResponse(ctx context.Context, groupId string, body TeamsUpdateGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*TeamsUpdateGroupResp, error)
func (*ClientWithResponses) TeamsUpdateUserInviteWithResponse ¶
func (c *ClientWithResponses) TeamsUpdateUserInviteWithResponse(ctx context.Context, userId string, reqEditors ...RequestEditorFn) (*TeamsUpdateUserInviteResp, error)
TeamsUpdateUserInviteWithResponse request returning *TeamsUpdateUserInviteResp
func (*ClientWithResponses) TeamsUpdateUserPasswordWithResponse ¶
func (c *ClientWithResponses) TeamsUpdateUserPasswordWithResponse(ctx context.Context, userId string, reqEditors ...RequestEditorFn) (*TeamsUpdateUserPasswordResp, error)
TeamsUpdateUserPasswordWithResponse request returning *TeamsUpdateUserPasswordResp
func (*ClientWithResponses) TeamsUpdateUserWithBodyWithResponse ¶
func (c *ClientWithResponses) TeamsUpdateUserWithBodyWithResponse(ctx context.Context, userId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TeamsUpdateUserResp, error)
TeamsUpdateUserWithBodyWithResponse request with arbitrary body returning *TeamsUpdateUserResp
func (*ClientWithResponses) TeamsUpdateUserWithResponse ¶
func (c *ClientWithResponses) TeamsUpdateUserWithResponse(ctx context.Context, userId string, body TeamsUpdateUserJSONRequestBody, reqEditors ...RequestEditorFn) (*TeamsUpdateUserResp, error)
func (*ClientWithResponses) WorkloadsCreateCatalogueItemWithBodyWithResponse ¶
func (c *ClientWithResponses) WorkloadsCreateCatalogueItemWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*WorkloadsCreateCatalogueItemResp, error)
WorkloadsCreateCatalogueItemWithBodyWithResponse request with arbitrary body returning *WorkloadsCreateCatalogueItemResp
func (*ClientWithResponses) WorkloadsCreateCatalogueItemWithResponse ¶
func (c *ClientWithResponses) WorkloadsCreateCatalogueItemWithResponse(ctx context.Context, body WorkloadsCreateCatalogueItemJSONRequestBody, reqEditors ...RequestEditorFn) (*WorkloadsCreateCatalogueItemResp, error)
func (*ClientWithResponses) WorkloadsCreateCatalogueVersionWithBodyWithResponse ¶
func (c *ClientWithResponses) WorkloadsCreateCatalogueVersionWithBodyWithResponse(ctx context.Context, catalogueId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*WorkloadsCreateCatalogueVersionResp, error)
WorkloadsCreateCatalogueVersionWithBodyWithResponse request with arbitrary body returning *WorkloadsCreateCatalogueVersionResp
func (*ClientWithResponses) WorkloadsCreateCatalogueVersionWithResponse ¶
func (c *ClientWithResponses) WorkloadsCreateCatalogueVersionWithResponse(ctx context.Context, catalogueId string, body WorkloadsCreateCatalogueVersionJSONRequestBody, reqEditors ...RequestEditorFn) (*WorkloadsCreateCatalogueVersionResp, error)
func (*ClientWithResponses) WorkloadsCreateWorkloadWithBodyWithResponse ¶
func (c *ClientWithResponses) WorkloadsCreateWorkloadWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*WorkloadsCreateWorkloadResp, error)
WorkloadsCreateWorkloadWithBodyWithResponse request with arbitrary body returning *WorkloadsCreateWorkloadResp
func (*ClientWithResponses) WorkloadsCreateWorkloadWithResponse ¶
func (c *ClientWithResponses) WorkloadsCreateWorkloadWithResponse(ctx context.Context, body WorkloadsCreateWorkloadJSONRequestBody, reqEditors ...RequestEditorFn) (*WorkloadsCreateWorkloadResp, error)
func (*ClientWithResponses) WorkloadsDeleteCatalogueItemWithResponse ¶
func (c *ClientWithResponses) WorkloadsDeleteCatalogueItemWithResponse(ctx context.Context, catalogueId string, reqEditors ...RequestEditorFn) (*WorkloadsDeleteCatalogueItemResp, error)
WorkloadsDeleteCatalogueItemWithResponse request returning *WorkloadsDeleteCatalogueItemResp
func (*ClientWithResponses) WorkloadsDeleteCatalogueVersionWithResponse ¶
func (c *ClientWithResponses) WorkloadsDeleteCatalogueVersionWithResponse(ctx context.Context, catalogueId string, versionId string, reqEditors ...RequestEditorFn) (*WorkloadsDeleteCatalogueVersionResp, error)
WorkloadsDeleteCatalogueVersionWithResponse request returning *WorkloadsDeleteCatalogueVersionResp
func (*ClientWithResponses) WorkloadsDeleteWorkloadWithResponse ¶
func (c *ClientWithResponses) WorkloadsDeleteWorkloadWithResponse(ctx context.Context, workloadId string, reqEditors ...RequestEditorFn) (*WorkloadsDeleteWorkloadResp, error)
WorkloadsDeleteWorkloadWithResponse request returning *WorkloadsDeleteWorkloadResp
func (*ClientWithResponses) WorkloadsReadCatalogueItemWithResponse ¶
func (c *ClientWithResponses) WorkloadsReadCatalogueItemWithResponse(ctx context.Context, catalogueId string, params *WorkloadsReadCatalogueItemParams, reqEditors ...RequestEditorFn) (*WorkloadsReadCatalogueItemResp, error)
WorkloadsReadCatalogueItemWithResponse request returning *WorkloadsReadCatalogueItemResp
func (*ClientWithResponses) WorkloadsReadCatalogueItemsWithResponse ¶
func (c *ClientWithResponses) WorkloadsReadCatalogueItemsWithResponse(ctx context.Context, params *WorkloadsReadCatalogueItemsParams, reqEditors ...RequestEditorFn) (*WorkloadsReadCatalogueItemsResp, error)
WorkloadsReadCatalogueItemsWithResponse request returning *WorkloadsReadCatalogueItemsResp
func (*ClientWithResponses) WorkloadsReadCatalogueManifestWithResponse ¶
func (c *ClientWithResponses) WorkloadsReadCatalogueManifestWithResponse(ctx context.Context, versionId string, reqEditors ...RequestEditorFn) (*WorkloadsReadCatalogueManifestResp, error)
WorkloadsReadCatalogueManifestWithResponse request returning *WorkloadsReadCatalogueManifestResp
func (*ClientWithResponses) WorkloadsReadCatalogueTemplateWithResponse ¶
func (c *ClientWithResponses) WorkloadsReadCatalogueTemplateWithResponse(ctx context.Context, versionId string, name string, reqEditors ...RequestEditorFn) (*WorkloadsReadCatalogueTemplateResp, error)
WorkloadsReadCatalogueTemplateWithResponse request returning *WorkloadsReadCatalogueTemplateResp
func (*ClientWithResponses) WorkloadsReadCatalogueVersionWithResponse ¶
func (c *ClientWithResponses) WorkloadsReadCatalogueVersionWithResponse(ctx context.Context, catalogueId string, versionId string, params *WorkloadsReadCatalogueVersionParams, reqEditors ...RequestEditorFn) (*WorkloadsReadCatalogueVersionResp, error)
WorkloadsReadCatalogueVersionWithResponse request returning *WorkloadsReadCatalogueVersionResp
func (*ClientWithResponses) WorkloadsReadWorkloadWithResponse ¶
func (c *ClientWithResponses) WorkloadsReadWorkloadWithResponse(ctx context.Context, workloadId string, params *WorkloadsReadWorkloadParams, reqEditors ...RequestEditorFn) (*WorkloadsReadWorkloadResp, error)
WorkloadsReadWorkloadWithResponse request returning *WorkloadsReadWorkloadResp
func (*ClientWithResponses) WorkloadsReadWorkloadsWithResponse ¶
func (c *ClientWithResponses) WorkloadsReadWorkloadsWithResponse(ctx context.Context, params *WorkloadsReadWorkloadsParams, reqEditors ...RequestEditorFn) (*WorkloadsReadWorkloadsResp, error)
WorkloadsReadWorkloadsWithResponse request returning *WorkloadsReadWorkloadsResp
func (*ClientWithResponses) WorkloadsUpdateAllWithBodyWithResponse ¶
func (c *ClientWithResponses) WorkloadsUpdateAllWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*WorkloadsUpdateAllResp, error)
WorkloadsUpdateAllWithBodyWithResponse request with arbitrary body returning *WorkloadsUpdateAllResp
func (*ClientWithResponses) WorkloadsUpdateAllWithResponse ¶
func (c *ClientWithResponses) WorkloadsUpdateAllWithResponse(ctx context.Context, body WorkloadsUpdateAllJSONRequestBody, reqEditors ...RequestEditorFn) (*WorkloadsUpdateAllResp, error)
func (*ClientWithResponses) WorkloadsUpdateWorkloadWithBodyWithResponse ¶
func (c *ClientWithResponses) WorkloadsUpdateWorkloadWithBodyWithResponse(ctx context.Context, workloadId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*WorkloadsUpdateWorkloadResp, error)
WorkloadsUpdateWorkloadWithBodyWithResponse request with arbitrary body returning *WorkloadsUpdateWorkloadResp
func (*ClientWithResponses) WorkloadsUpdateWorkloadWithResponse ¶
func (c *ClientWithResponses) WorkloadsUpdateWorkloadWithResponse(ctx context.Context, workloadId string, body WorkloadsUpdateWorkloadJSONRequestBody, reqEditors ...RequestEditorFn) (*WorkloadsUpdateWorkloadResp, error)
type ClientWithResponsesInterface ¶
type ClientWithResponsesInterface interface { // AccountsUpdateAccountTypeMembers request with any body AccountsUpdateAccountTypeMembersWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AccountsUpdateAccountTypeMembersResp, error) AccountsUpdateAccountTypeMembersWithResponse(ctx context.Context, body AccountsUpdateAccountTypeMembersJSONRequestBody, reqEditors ...RequestEditorFn) (*AccountsUpdateAccountTypeMembersResp, error) // AccountsUpdateAccountTypePolicies request with any body AccountsUpdateAccountTypePoliciesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AccountsUpdateAccountTypePoliciesResp, error) AccountsUpdateAccountTypePoliciesWithResponse(ctx context.Context, body AccountsUpdateAccountTypePoliciesJSONRequestBody, reqEditors ...RequestEditorFn) (*AccountsUpdateAccountTypePoliciesResp, error) // AccountsReadAccounts request AccountsReadAccountsWithResponse(ctx context.Context, params *AccountsReadAccountsParams, reqEditors ...RequestEditorFn) (*AccountsReadAccountsResp, error) // AccountsCreateAccount request with any body AccountsCreateAccountWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AccountsCreateAccountResp, error) AccountsCreateAccountWithResponse(ctx context.Context, body AccountsCreateAccountJSONRequestBody, reqEditors ...RequestEditorFn) (*AccountsCreateAccountResp, error) // AccountsCloseAccount request with any body AccountsCloseAccountWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AccountsCloseAccountResp, error) AccountsCloseAccountWithResponse(ctx context.Context, body AccountsCloseAccountJSONRequestBody, reqEditors ...RequestEditorFn) (*AccountsCloseAccountResp, error) // AccountsDiscoverAccounts request AccountsDiscoverAccountsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*AccountsDiscoverAccountsResp, error) // AccountsDiscoverAccount request AccountsDiscoverAccountWithResponse(ctx context.Context, awsAccountId string, reqEditors ...RequestEditorFn) (*AccountsDiscoverAccountResp, error) // AccountsOnboardAccount request with any body AccountsOnboardAccountWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AccountsOnboardAccountResp, error) AccountsOnboardAccountWithResponse(ctx context.Context, body AccountsOnboardAccountJSONRequestBody, reqEditors ...RequestEditorFn) (*AccountsOnboardAccountResp, error) // AccountsReadAccountTypes request AccountsReadAccountTypesWithResponse(ctx context.Context, params *AccountsReadAccountTypesParams, reqEditors ...RequestEditorFn) (*AccountsReadAccountTypesResp, error) // AccountsCreateAccountType request with any body AccountsCreateAccountTypeWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AccountsCreateAccountTypeResp, error) AccountsCreateAccountTypeWithResponse(ctx context.Context, body AccountsCreateAccountTypeJSONRequestBody, reqEditors ...RequestEditorFn) (*AccountsCreateAccountTypeResp, error) // AccountsUpdateAccountTypeAccess request with any body AccountsUpdateAccountTypeAccessWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AccountsUpdateAccountTypeAccessResp, error) AccountsUpdateAccountTypeAccessWithResponse(ctx context.Context, body AccountsUpdateAccountTypeAccessJSONRequestBody, reqEditors ...RequestEditorFn) (*AccountsUpdateAccountTypeAccessResp, error) // AccountsDeleteAccountType request AccountsDeleteAccountTypeWithResponse(ctx context.Context, accountTypeId string, reqEditors ...RequestEditorFn) (*AccountsDeleteAccountTypeResp, error) // AccountsReadAccountType request AccountsReadAccountTypeWithResponse(ctx context.Context, accountTypeId string, params *AccountsReadAccountTypeParams, reqEditors ...RequestEditorFn) (*AccountsReadAccountTypeResp, error) // AccountsUpdateAccountType request with any body AccountsUpdateAccountTypeWithBodyWithResponse(ctx context.Context, accountTypeId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AccountsUpdateAccountTypeResp, error) AccountsUpdateAccountTypeWithResponse(ctx context.Context, accountTypeId string, body AccountsUpdateAccountTypeJSONRequestBody, reqEditors ...RequestEditorFn) (*AccountsUpdateAccountTypeResp, error) // AccountsReadAccount request AccountsReadAccountWithResponse(ctx context.Context, accountId string, params *AccountsReadAccountParams, reqEditors ...RequestEditorFn) (*AccountsReadAccountResp, error) // AccountsUpdateAccount request with any body AccountsUpdateAccountWithBodyWithResponse(ctx context.Context, accountId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AccountsUpdateAccountResp, error) AccountsUpdateAccountWithResponse(ctx context.Context, accountId string, body AccountsUpdateAccountJSONRequestBody, reqEditors ...RequestEditorFn) (*AccountsUpdateAccountResp, error) // TeamsReadApiTokens request TeamsReadApiTokensWithResponse(ctx context.Context, params *TeamsReadApiTokensParams, reqEditors ...RequestEditorFn) (*TeamsReadApiTokensResp, error) // TeamsCreateApiToken request with any body TeamsCreateApiTokenWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TeamsCreateApiTokenResp, error) TeamsCreateApiTokenWithResponse(ctx context.Context, body TeamsCreateApiTokenJSONRequestBody, reqEditors ...RequestEditorFn) (*TeamsCreateApiTokenResp, error) // TeamsDeleteApiToken request TeamsDeleteApiTokenWithResponse(ctx context.Context, accessKey string, reqEditors ...RequestEditorFn) (*TeamsDeleteApiTokenResp, error) // TeamsReadApiToken request TeamsReadApiTokenWithResponse(ctx context.Context, accessKey string, params *TeamsReadApiTokenParams, reqEditors ...RequestEditorFn) (*TeamsReadApiTokenResp, error) // TeamsUpdateApiToken request with any body TeamsUpdateApiTokenWithBodyWithResponse(ctx context.Context, accessKey string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TeamsUpdateApiTokenResp, error) TeamsUpdateApiTokenWithResponse(ctx context.Context, accessKey string, body TeamsUpdateApiTokenJSONRequestBody, reqEditors ...RequestEditorFn) (*TeamsUpdateApiTokenResp, error) // TeamsReadGroups request TeamsReadGroupsWithResponse(ctx context.Context, params *TeamsReadGroupsParams, reqEditors ...RequestEditorFn) (*TeamsReadGroupsResp, error) // TeamsCreateGroup request with any body TeamsCreateGroupWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TeamsCreateGroupResp, error) TeamsCreateGroupWithResponse(ctx context.Context, body TeamsCreateGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*TeamsCreateGroupResp, error) // TeamsUpdateGroupMembers request with any body TeamsUpdateGroupMembersWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TeamsUpdateGroupMembersResp, error) TeamsUpdateGroupMembersWithResponse(ctx context.Context, body TeamsUpdateGroupMembersJSONRequestBody, reqEditors ...RequestEditorFn) (*TeamsUpdateGroupMembersResp, error) // TeamsDeleteGroup request TeamsDeleteGroupWithResponse(ctx context.Context, groupId string, reqEditors ...RequestEditorFn) (*TeamsDeleteGroupResp, error) // TeamsReadGroup request TeamsReadGroupWithResponse(ctx context.Context, groupId string, reqEditors ...RequestEditorFn) (*TeamsReadGroupResp, error) // TeamsUpdateGroup request with any body TeamsUpdateGroupWithBodyWithResponse(ctx context.Context, groupId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TeamsUpdateGroupResp, error) TeamsUpdateGroupWithResponse(ctx context.Context, groupId string, body TeamsUpdateGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*TeamsUpdateGroupResp, error) // TeamsReadIdamUsers request TeamsReadIdamUsersWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*TeamsReadIdamUsersResp, error) // TeamsCreateUser request with any body TeamsCreateUserWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TeamsCreateUserResp, error) TeamsCreateUserWithResponse(ctx context.Context, body TeamsCreateUserJSONRequestBody, reqEditors ...RequestEditorFn) (*TeamsCreateUserResp, error) // TeamsUpdateUserInvite request TeamsUpdateUserInviteWithResponse(ctx context.Context, userId string, reqEditors ...RequestEditorFn) (*TeamsUpdateUserInviteResp, error) // TeamsUpdateUserPassword request TeamsUpdateUserPasswordWithResponse(ctx context.Context, userId string, reqEditors ...RequestEditorFn) (*TeamsUpdateUserPasswordResp, error) // TeamsReadIdamUser request TeamsReadIdamUserWithResponse(ctx context.Context, orgId string, reqEditors ...RequestEditorFn) (*TeamsReadIdamUserResp, error) // TeamsUpdateUser request with any body TeamsUpdateUserWithBodyWithResponse(ctx context.Context, userId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TeamsUpdateUserResp, error) TeamsUpdateUserWithResponse(ctx context.Context, userId string, body TeamsUpdateUserJSONRequestBody, reqEditors ...RequestEditorFn) (*TeamsUpdateUserResp, error) // NetworkingReadDnsResolvers request NetworkingReadDnsResolversWithResponse(ctx context.Context, params *NetworkingReadDnsResolversParams, reqEditors ...RequestEditorFn) (*NetworkingReadDnsResolversResp, error) // NetworkingDeleteDnsResolver request NetworkingDeleteDnsResolverWithResponse(ctx context.Context, dnsResolverId Uuidv4, reqEditors ...RequestEditorFn) (*NetworkingDeleteDnsResolverResp, error) // NetworkingReadDnsResolver request NetworkingReadDnsResolverWithResponse(ctx context.Context, dnsResolverId Uuidv4, params *NetworkingReadDnsResolverParams, reqEditors ...RequestEditorFn) (*NetworkingReadDnsResolverResp, error) // NetworkingUpdateDnsResolver request with any body NetworkingUpdateDnsResolverWithBodyWithResponse(ctx context.Context, dnsResolverId Uuidv4, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*NetworkingUpdateDnsResolverResp, error) NetworkingUpdateDnsResolverWithResponse(ctx context.Context, dnsResolverId Uuidv4, body NetworkingUpdateDnsResolverJSONRequestBody, reqEditors ...RequestEditorFn) (*NetworkingUpdateDnsResolverResp, error) // NetworkingReadResolverDnsRules request NetworkingReadResolverDnsRulesWithResponse(ctx context.Context, dnsResolverId Uuidv4, params *NetworkingReadResolverDnsRulesParams, reqEditors ...RequestEditorFn) (*NetworkingReadResolverDnsRulesResp, error) // NetworkingCreateDnsRule request with any body NetworkingCreateDnsRuleWithBodyWithResponse(ctx context.Context, dnsResolverId Uuidv4, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*NetworkingCreateDnsRuleResp, error) NetworkingCreateDnsRuleWithResponse(ctx context.Context, dnsResolverId Uuidv4, body NetworkingCreateDnsRuleJSONRequestBody, reqEditors ...RequestEditorFn) (*NetworkingCreateDnsRuleResp, error) // NetworkingReadDnsRules request NetworkingReadDnsRulesWithResponse(ctx context.Context, params *NetworkingReadDnsRulesParams, reqEditors ...RequestEditorFn) (*NetworkingReadDnsRulesResp, error) // NetworkingDeleteDnsRule request NetworkingDeleteDnsRuleWithResponse(ctx context.Context, dnsRuleId Uuidv4, reqEditors ...RequestEditorFn) (*NetworkingDeleteDnsRuleResp, error) // NetworkingReadDnsRule request NetworkingReadDnsRuleWithResponse(ctx context.Context, dnsRuleId Uuidv4, params *NetworkingReadDnsRuleParams, reqEditors ...RequestEditorFn) (*NetworkingReadDnsRuleResp, error) // NetworkingUpdateDnsRule request with any body NetworkingUpdateDnsRuleWithBodyWithResponse(ctx context.Context, dnsRuleId Uuidv4, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*NetworkingUpdateDnsRuleResp, error) NetworkingUpdateDnsRuleWithResponse(ctx context.Context, dnsRuleId Uuidv4, body NetworkingUpdateDnsRuleJSONRequestBody, reqEditors ...RequestEditorFn) (*NetworkingUpdateDnsRuleResp, error) // NetworkingReadDxAssociations request NetworkingReadDxAssociationsWithResponse(ctx context.Context, params *NetworkingReadDxAssociationsParams, reqEditors ...RequestEditorFn) (*NetworkingReadDxAssociationsResp, error) // NetworkingDeleteDxAssociation request NetworkingDeleteDxAssociationWithResponse(ctx context.Context, dxAssociationId Uuidv4, reqEditors ...RequestEditorFn) (*NetworkingDeleteDxAssociationResp, error) // NetworkingReadDxAssociation request NetworkingReadDxAssociationWithResponse(ctx context.Context, dxAssociationId Uuidv4, params *NetworkingReadDxAssociationParams, reqEditors ...RequestEditorFn) (*NetworkingReadDxAssociationResp, error) // NetworkingUpdateDxAssociation request with any body NetworkingUpdateDxAssociationWithBodyWithResponse(ctx context.Context, dxAssociationId Uuidv4, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*NetworkingUpdateDxAssociationResp, error) NetworkingUpdateDxAssociationWithResponse(ctx context.Context, dxAssociationId Uuidv4, body NetworkingUpdateDxAssociationJSONRequestBody, reqEditors ...RequestEditorFn) (*NetworkingUpdateDxAssociationResp, error) // NetworkingReadDxGateways request NetworkingReadDxGatewaysWithResponse(ctx context.Context, params *NetworkingReadDxGatewaysParams, reqEditors ...RequestEditorFn) (*NetworkingReadDxGatewaysResp, error) // NetworkingDeleteDxGateway request NetworkingDeleteDxGatewayWithResponse(ctx context.Context, dxGatewayId Uuidv4, reqEditors ...RequestEditorFn) (*NetworkingDeleteDxGatewayResp, error) // NetworkingReadDxGateway request NetworkingReadDxGatewayWithResponse(ctx context.Context, dxGatewayId Uuidv4, params *NetworkingReadDxGatewayParams, reqEditors ...RequestEditorFn) (*NetworkingReadDxGatewayResp, error) // NetworkingReadGatewayDxAssociations request NetworkingReadGatewayDxAssociationsWithResponse(ctx context.Context, dxGatewayId Uuidv4, params *NetworkingReadGatewayDxAssociationsParams, reqEditors ...RequestEditorFn) (*NetworkingReadGatewayDxAssociationsResp, error) // NetworkingCreateDxAssociation request with any body NetworkingCreateDxAssociationWithBodyWithResponse(ctx context.Context, dxGatewayId Uuidv4, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*NetworkingCreateDxAssociationResp, error) NetworkingCreateDxAssociationWithResponse(ctx context.Context, dxGatewayId Uuidv4, body NetworkingCreateDxAssociationJSONRequestBody, reqEditors ...RequestEditorFn) (*NetworkingCreateDxAssociationResp, error) // NetworkingReadGatewayDxVifs request NetworkingReadGatewayDxVifsWithResponse(ctx context.Context, dxGatewayId Uuidv4, params *NetworkingReadGatewayDxVifsParams, reqEditors ...RequestEditorFn) (*NetworkingReadGatewayDxVifsResp, error) // NetworkingCreateDxResource request with any body NetworkingCreateDxResourceWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*NetworkingCreateDxResourceResp, error) NetworkingCreateDxResourceWithResponse(ctx context.Context, body NetworkingCreateDxResourceJSONRequestBody, reqEditors ...RequestEditorFn) (*NetworkingCreateDxResourceResp, error) // NetworkingReadDxVifs request NetworkingReadDxVifsWithResponse(ctx context.Context, params *NetworkingReadDxVifsParams, reqEditors ...RequestEditorFn) (*NetworkingReadDxVifsResp, error) // NetworkingDeleteDxVif request NetworkingDeleteDxVifWithResponse(ctx context.Context, dxVifId Uuidv4, reqEditors ...RequestEditorFn) (*NetworkingDeleteDxVifResp, error) // NetworkingReadDxVif request NetworkingReadDxVifWithResponse(ctx context.Context, dxVifId Uuidv4, params *NetworkingReadDxVifParams, reqEditors ...RequestEditorFn) (*NetworkingReadDxVifResp, error) // NetworkingUpdateDxVif request with any body NetworkingUpdateDxVifWithBodyWithResponse(ctx context.Context, dxVifId Uuidv4, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*NetworkingUpdateDxVifResp, error) NetworkingUpdateDxVifWithResponse(ctx context.Context, dxVifId Uuidv4, body NetworkingUpdateDxVifJSONRequestBody, reqEditors ...RequestEditorFn) (*NetworkingUpdateDxVifResp, error) // NetworkingReadDxVifStatus request NetworkingReadDxVifStatusWithResponse(ctx context.Context, dxVifId Uuidv4, reqEditors ...RequestEditorFn) (*NetworkingReadDxVifStatusResp, error) // NetworkingReadCidrExclusions request NetworkingReadCidrExclusionsWithResponse(ctx context.Context, params *NetworkingReadCidrExclusionsParams, reqEditors ...RequestEditorFn) (*NetworkingReadCidrExclusionsResp, error) // NetworkingDeleteCidrExclusion request NetworkingDeleteCidrExclusionWithResponse(ctx context.Context, exclusionId Uuidv4, reqEditors ...RequestEditorFn) (*NetworkingDeleteCidrExclusionResp, error) // NetworkingReadCidrExclusion request NetworkingReadCidrExclusionWithResponse(ctx context.Context, exclusionId Uuidv4, params *NetworkingReadCidrExclusionParams, reqEditors ...RequestEditorFn) (*NetworkingReadCidrExclusionResp, error) // NetworkingUpdateCidrExclusion request with any body NetworkingUpdateCidrExclusionWithBodyWithResponse(ctx context.Context, exclusionId Uuidv4, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*NetworkingUpdateCidrExclusionResp, error) NetworkingUpdateCidrExclusionWithResponse(ctx context.Context, exclusionId Uuidv4, body NetworkingUpdateCidrExclusionJSONRequestBody, reqEditors ...RequestEditorFn) (*NetworkingUpdateCidrExclusionResp, error) // NetworkingReadHubPeerings request NetworkingReadHubPeeringsWithResponse(ctx context.Context, params *NetworkingReadHubPeeringsParams, reqEditors ...RequestEditorFn) (*NetworkingReadHubPeeringsResp, error) // NetworkingDeleteHubPeering request NetworkingDeleteHubPeeringWithResponse(ctx context.Context, hubPeeringId Uuidv4, reqEditors ...RequestEditorFn) (*NetworkingDeleteHubPeeringResp, error) // NetworkingReadHubPeering request NetworkingReadHubPeeringWithResponse(ctx context.Context, hubPeeringId Uuidv4, params *NetworkingReadHubPeeringParams, reqEditors ...RequestEditorFn) (*NetworkingReadHubPeeringResp, error) // NetworkingUpdateHubPeering request with any body NetworkingUpdateHubPeeringWithBodyWithResponse(ctx context.Context, hubPeeringId Uuidv4, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*NetworkingUpdateHubPeeringResp, error) NetworkingUpdateHubPeeringWithResponse(ctx context.Context, hubPeeringId Uuidv4, body NetworkingUpdateHubPeeringJSONRequestBody, reqEditors ...RequestEditorFn) (*NetworkingUpdateHubPeeringResp, error) // NetworkingReadHubs request NetworkingReadHubsWithResponse(ctx context.Context, params *NetworkingReadHubsParams, reqEditors ...RequestEditorFn) (*NetworkingReadHubsResp, error) // NetworkingCreateHub request with any body NetworkingCreateHubWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*NetworkingCreateHubResp, error) NetworkingCreateHubWithResponse(ctx context.Context, body NetworkingCreateHubJSONRequestBody, reqEditors ...RequestEditorFn) (*NetworkingCreateHubResp, error) // NetworkingDeleteHub request NetworkingDeleteHubWithResponse(ctx context.Context, hubId Uuidv4, reqEditors ...RequestEditorFn) (*NetworkingDeleteHubResp, error) // NetworkingReadHub request NetworkingReadHubWithResponse(ctx context.Context, hubId Uuidv4, params *NetworkingReadHubParams, reqEditors ...RequestEditorFn) (*NetworkingReadHubResp, error) // NetworkingUpdateHub request with any body NetworkingUpdateHubWithBodyWithResponse(ctx context.Context, hubId Uuidv4, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*NetworkingUpdateHubResp, error) NetworkingUpdateHubWithResponse(ctx context.Context, hubId Uuidv4, body NetworkingUpdateHubJSONRequestBody, reqEditors ...RequestEditorFn) (*NetworkingUpdateHubResp, error) // NetworkingReadHubDnsResolvers request NetworkingReadHubDnsResolversWithResponse(ctx context.Context, hubId Uuidv4, params *NetworkingReadHubDnsResolversParams, reqEditors ...RequestEditorFn) (*NetworkingReadHubDnsResolversResp, error) // NetworkingCreateDnsResolver request with any body NetworkingCreateDnsResolverWithBodyWithResponse(ctx context.Context, hubId Uuidv4, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*NetworkingCreateDnsResolverResp, error) NetworkingCreateDnsResolverWithResponse(ctx context.Context, hubId Uuidv4, body NetworkingCreateDnsResolverJSONRequestBody, reqEditors ...RequestEditorFn) (*NetworkingCreateDnsResolverResp, error) // NetworkingReadHubDxAssociations request NetworkingReadHubDxAssociationsWithResponse(ctx context.Context, hubId Uuidv4, params *NetworkingReadHubDxAssociationsParams, reqEditors ...RequestEditorFn) (*NetworkingReadHubDxAssociationsResp, error) // NetworkingReadHubDxGateways request NetworkingReadHubDxGatewaysWithResponse(ctx context.Context, hubId Uuidv4, params *NetworkingReadHubDxGatewaysParams, reqEditors ...RequestEditorFn) (*NetworkingReadHubDxGatewaysResp, error) // NetworkingReadHubCidrExclusions request NetworkingReadHubCidrExclusionsWithResponse(ctx context.Context, hubId Uuidv4, params *NetworkingReadHubCidrExclusionsParams, reqEditors ...RequestEditorFn) (*NetworkingReadHubCidrExclusionsResp, error) // NetworkingCreateCidrExclusion request with any body NetworkingCreateCidrExclusionWithBodyWithResponse(ctx context.Context, hubId Uuidv4, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*NetworkingCreateCidrExclusionResp, error) NetworkingCreateCidrExclusionWithResponse(ctx context.Context, hubId Uuidv4, body NetworkingCreateCidrExclusionJSONRequestBody, reqEditors ...RequestEditorFn) (*NetworkingCreateCidrExclusionResp, error) // NetworkingReadHubPrefixLists request NetworkingReadHubPrefixListsWithResponse(ctx context.Context, hubId Uuidv4, params *NetworkingReadHubPrefixListsParams, reqEditors ...RequestEditorFn) (*NetworkingReadHubPrefixListsResp, error) // NetworkingCreateHubPrefixList request with any body NetworkingCreateHubPrefixListWithBodyWithResponse(ctx context.Context, hubId Uuidv4, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*NetworkingCreateHubPrefixListResp, error) NetworkingCreateHubPrefixListWithResponse(ctx context.Context, hubId Uuidv4, body NetworkingCreateHubPrefixListJSONRequestBody, reqEditors ...RequestEditorFn) (*NetworkingCreateHubPrefixListResp, error) // NetworkingCreateVpcPrefixList request with any body NetworkingCreateVpcPrefixListWithBodyWithResponse(ctx context.Context, hubId Uuidv4, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*NetworkingCreateVpcPrefixListResp, error) NetworkingCreateVpcPrefixListWithResponse(ctx context.Context, hubId Uuidv4, body NetworkingCreateVpcPrefixListJSONRequestBody, reqEditors ...RequestEditorFn) (*NetworkingCreateVpcPrefixListResp, error) // NetworkingReadHubCidrRanges request NetworkingReadHubCidrRangesWithResponse(ctx context.Context, hubId Uuidv4, params *NetworkingReadHubCidrRangesParams, reqEditors ...RequestEditorFn) (*NetworkingReadHubCidrRangesResp, error) // NetworkingCreateCidrRange request with any body NetworkingCreateCidrRangeWithBodyWithResponse(ctx context.Context, hubId Uuidv4, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*NetworkingCreateCidrRangeResp, error) NetworkingCreateCidrRangeWithResponse(ctx context.Context, hubId Uuidv4, body NetworkingCreateCidrRangeJSONRequestBody, reqEditors ...RequestEditorFn) (*NetworkingCreateCidrRangeResp, error) // NetworkingReadHubVpcs request NetworkingReadHubVpcsWithResponse(ctx context.Context, hubId Uuidv4, params *NetworkingReadHubVpcsParams, reqEditors ...RequestEditorFn) (*NetworkingReadHubVpcsResp, error) // NetworkingCreateVpc request with any body NetworkingCreateVpcWithBodyWithResponse(ctx context.Context, hubId Uuidv4, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*NetworkingCreateVpcResp, error) NetworkingCreateVpcWithResponse(ctx context.Context, hubId Uuidv4, body NetworkingCreateVpcJSONRequestBody, reqEditors ...RequestEditorFn) (*NetworkingCreateVpcResp, error) // NetworkingReadHubVpnConnections request NetworkingReadHubVpnConnectionsWithResponse(ctx context.Context, hubId Uuidv4, params *NetworkingReadHubVpnConnectionsParams, reqEditors ...RequestEditorFn) (*NetworkingReadHubVpnConnectionsResp, error) // NetworkingReadHubVpnCustomerGateways request NetworkingReadHubVpnCustomerGatewaysWithResponse(ctx context.Context, hubId Uuidv4, params *NetworkingReadHubVpnCustomerGatewaysParams, reqEditors ...RequestEditorFn) (*NetworkingReadHubVpnCustomerGatewaysResp, error) // NetworkingReadHubHubPeerings request NetworkingReadHubHubPeeringsWithResponse(ctx context.Context, networkingHubId Uuidv4, params *NetworkingReadHubHubPeeringsParams, reqEditors ...RequestEditorFn) (*NetworkingReadHubHubPeeringsResp, error) // NetworkingCreateHubPeering request with any body NetworkingCreateHubPeeringWithBodyWithResponse(ctx context.Context, networkingHubId Uuidv4, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*NetworkingCreateHubPeeringResp, error) NetworkingCreateHubPeeringWithResponse(ctx context.Context, networkingHubId Uuidv4, body NetworkingCreateHubPeeringJSONRequestBody, reqEditors ...RequestEditorFn) (*NetworkingCreateHubPeeringResp, error) // NetworkingReadPrefixLists request NetworkingReadPrefixListsWithResponse(ctx context.Context, params *NetworkingReadPrefixListsParams, reqEditors ...RequestEditorFn) (*NetworkingReadPrefixListsResp, error) // NetworkingUpdateHubPrefixListAssociation request with any body NetworkingUpdateHubPrefixListAssociationWithBodyWithResponse(ctx context.Context, prefixListId Uuidv4, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*NetworkingUpdateHubPrefixListAssociationResp, error) NetworkingUpdateHubPrefixListAssociationWithResponse(ctx context.Context, prefixListId Uuidv4, body NetworkingUpdateHubPrefixListAssociationJSONRequestBody, reqEditors ...RequestEditorFn) (*NetworkingUpdateHubPrefixListAssociationResp, error) // NetworkingUpdateVpcPrefixListAssociation request with any body NetworkingUpdateVpcPrefixListAssociationWithBodyWithResponse(ctx context.Context, prefixListId Uuidv4, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*NetworkingUpdateVpcPrefixListAssociationResp, error) NetworkingUpdateVpcPrefixListAssociationWithResponse(ctx context.Context, prefixListId Uuidv4, body NetworkingUpdateVpcPrefixListAssociationJSONRequestBody, reqEditors ...RequestEditorFn) (*NetworkingUpdateVpcPrefixListAssociationResp, error) // NetworkingDeletePrefixList request NetworkingDeletePrefixListWithResponse(ctx context.Context, prefixListId Uuidv4, reqEditors ...RequestEditorFn) (*NetworkingDeletePrefixListResp, error) // NetworkingReadPrefixList request NetworkingReadPrefixListWithResponse(ctx context.Context, prefixListId Uuidv4, params *NetworkingReadPrefixListParams, reqEditors ...RequestEditorFn) (*NetworkingReadPrefixListResp, error) // NetworkingUpdatePrefixList request with any body NetworkingUpdatePrefixListWithBodyWithResponse(ctx context.Context, prefixListId Uuidv4, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*NetworkingUpdatePrefixListResp, error) NetworkingUpdatePrefixListWithResponse(ctx context.Context, prefixListId Uuidv4, body NetworkingUpdatePrefixListJSONRequestBody, reqEditors ...RequestEditorFn) (*NetworkingUpdatePrefixListResp, error) // NetworkingReadCidrRanges request NetworkingReadCidrRangesWithResponse(ctx context.Context, params *NetworkingReadCidrRangesParams, reqEditors ...RequestEditorFn) (*NetworkingReadCidrRangesResp, error) // NetworkingDeleteCidrRange request NetworkingDeleteCidrRangeWithResponse(ctx context.Context, rangeId Uuidv4, reqEditors ...RequestEditorFn) (*NetworkingDeleteCidrRangeResp, error) // NetworkingReadCidrRange request NetworkingReadCidrRangeWithResponse(ctx context.Context, rangeId Uuidv4, params *NetworkingReadCidrRangeParams, reqEditors ...RequestEditorFn) (*NetworkingReadCidrRangeResp, error) // NetworkingUpdateCidrRange request with any body NetworkingUpdateCidrRangeWithBodyWithResponse(ctx context.Context, rangeId Uuidv4, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*NetworkingUpdateCidrRangeResp, error) NetworkingUpdateCidrRangeWithResponse(ctx context.Context, rangeId Uuidv4, body NetworkingUpdateCidrRangeJSONRequestBody, reqEditors ...RequestEditorFn) (*NetworkingUpdateCidrRangeResp, error) // NetworkingReadVpcs request NetworkingReadVpcsWithResponse(ctx context.Context, params *NetworkingReadVpcsParams, reqEditors ...RequestEditorFn) (*NetworkingReadVpcsResp, error) // NetworkingDeleteVpc request NetworkingDeleteVpcWithResponse(ctx context.Context, vpcId Uuidv4, reqEditors ...RequestEditorFn) (*NetworkingDeleteVpcResp, error) // NetworkingReadVpc request NetworkingReadVpcWithResponse(ctx context.Context, vpcId Uuidv4, params *NetworkingReadVpcParams, reqEditors ...RequestEditorFn) (*NetworkingReadVpcResp, error) // NetworkingUpdateVpc request with any body NetworkingUpdateVpcWithBodyWithResponse(ctx context.Context, vpcId Uuidv4, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*NetworkingUpdateVpcResp, error) NetworkingUpdateVpcWithResponse(ctx context.Context, vpcId Uuidv4, body NetworkingUpdateVpcJSONRequestBody, reqEditors ...RequestEditorFn) (*NetworkingUpdateVpcResp, error) // NetworkingReadVpnConnections request NetworkingReadVpnConnectionsWithResponse(ctx context.Context, params *NetworkingReadVpnConnectionsParams, reqEditors ...RequestEditorFn) (*NetworkingReadVpnConnectionsResp, error) // NetworkingDeleteVpnConnection request NetworkingDeleteVpnConnectionWithResponse(ctx context.Context, vpnConnectionId Uuidv4, reqEditors ...RequestEditorFn) (*NetworkingDeleteVpnConnectionResp, error) // NetworkingReadVpnConnection request NetworkingReadVpnConnectionWithResponse(ctx context.Context, vpnConnectionId Uuidv4, params *NetworkingReadVpnConnectionParams, reqEditors ...RequestEditorFn) (*NetworkingReadVpnConnectionResp, error) // NetworkingUpdateVpnConnection request with any body NetworkingUpdateVpnConnectionWithBodyWithResponse(ctx context.Context, vpnConnectionId Uuidv4, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*NetworkingUpdateVpnConnectionResp, error) NetworkingUpdateVpnConnectionWithResponse(ctx context.Context, vpnConnectionId Uuidv4, body NetworkingUpdateVpnConnectionJSONRequestBody, reqEditors ...RequestEditorFn) (*NetworkingUpdateVpnConnectionResp, error) // NetworkingReadVpnConnectionStatus request NetworkingReadVpnConnectionStatusWithResponse(ctx context.Context, vpnConnectionId Uuidv4, reqEditors ...RequestEditorFn) (*NetworkingReadVpnConnectionStatusResp, error) // NetworkingReadVpnCustomerGateways request NetworkingReadVpnCustomerGatewaysWithResponse(ctx context.Context, params *NetworkingReadVpnCustomerGatewaysParams, reqEditors ...RequestEditorFn) (*NetworkingReadVpnCustomerGatewaysResp, error) // NetworkingCreateVpnCustomerGateway request with any body NetworkingCreateVpnCustomerGatewayWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*NetworkingCreateVpnCustomerGatewayResp, error) NetworkingCreateVpnCustomerGatewayWithResponse(ctx context.Context, body NetworkingCreateVpnCustomerGatewayJSONRequestBody, reqEditors ...RequestEditorFn) (*NetworkingCreateVpnCustomerGatewayResp, error) // NetworkingDeleteVpnCustomerGateway request NetworkingDeleteVpnCustomerGatewayWithResponse(ctx context.Context, vpnCustomerGatewayId Uuidv4, reqEditors ...RequestEditorFn) (*NetworkingDeleteVpnCustomerGatewayResp, error) // NetworkingReadVpnCustomerGateway request NetworkingReadVpnCustomerGatewayWithResponse(ctx context.Context, vpnCustomerGatewayId Uuidv4, params *NetworkingReadVpnCustomerGatewayParams, reqEditors ...RequestEditorFn) (*NetworkingReadVpnCustomerGatewayResp, error) // NetworkingUpdateVpnCustomerGateway request with any body NetworkingUpdateVpnCustomerGatewayWithBodyWithResponse(ctx context.Context, vpnCustomerGatewayId Uuidv4, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*NetworkingUpdateVpnCustomerGatewayResp, error) NetworkingUpdateVpnCustomerGatewayWithResponse(ctx context.Context, vpnCustomerGatewayId Uuidv4, body NetworkingUpdateVpnCustomerGatewayJSONRequestBody, reqEditors ...RequestEditorFn) (*NetworkingUpdateVpnCustomerGatewayResp, error) // NetworkingCreateVpnConnection request with any body NetworkingCreateVpnConnectionWithBodyWithResponse(ctx context.Context, vpnCustomerGatewayId Uuidv4, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*NetworkingCreateVpnConnectionResp, error) NetworkingCreateVpnConnectionWithResponse(ctx context.Context, vpnCustomerGatewayId Uuidv4, body NetworkingCreateVpnConnectionJSONRequestBody, reqEditors ...RequestEditorFn) (*NetworkingCreateVpnConnectionResp, error) // NetworkingReadGatewayVpnConnections request NetworkingReadGatewayVpnConnectionsWithResponse(ctx context.Context, vpnCustomerGatewayId Uuidv4, params *NetworkingReadGatewayVpnConnectionsParams, reqEditors ...RequestEditorFn) (*NetworkingReadGatewayVpnConnectionsResp, error) // NetworkingReadDxConnections request NetworkingReadDxConnectionsWithResponse(ctx context.Context, accountId Uuidv4, params *NetworkingReadDxConnectionsParams, reqEditors ...RequestEditorFn) (*NetworkingReadDxConnectionsResp, error) // OrganisationsReadOrganisations request OrganisationsReadOrganisationsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*OrganisationsReadOrganisationsResp, error) // OrganisationsReadOrganisation request OrganisationsReadOrganisationWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*OrganisationsReadOrganisationResp, error) // OrganisationsReadOrganisationalUnits request OrganisationsReadOrganisationalUnitsWithResponse(ctx context.Context, params *OrganisationsReadOrganisationalUnitsParams, reqEditors ...RequestEditorFn) (*OrganisationsReadOrganisationalUnitsResp, error) // OrganisationsReadOrganisationalUnit request OrganisationsReadOrganisationalUnitWithResponse(ctx context.Context, organisationalUnitId string, reqEditors ...RequestEditorFn) (*OrganisationsReadOrganisationalUnitResp, error) // OrganisationsReadPolicies request OrganisationsReadPoliciesWithResponse(ctx context.Context, params *OrganisationsReadPoliciesParams, reqEditors ...RequestEditorFn) (*OrganisationsReadPoliciesResp, error) // OrganisationsCreatePolicy request with any body OrganisationsCreatePolicyWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*OrganisationsCreatePolicyResp, error) OrganisationsCreatePolicyWithResponse(ctx context.Context, body OrganisationsCreatePolicyJSONRequestBody, reqEditors ...RequestEditorFn) (*OrganisationsCreatePolicyResp, error) // OrganisationsDetachPolicy request OrganisationsDetachPolicyWithResponse(ctx context.Context, policyId string, reqEditors ...RequestEditorFn) (*OrganisationsDetachPolicyResp, error) // OrganisationsAttachPolicy request with any body OrganisationsAttachPolicyWithBodyWithResponse(ctx context.Context, policyId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*OrganisationsAttachPolicyResp, error) OrganisationsAttachPolicyWithResponse(ctx context.Context, policyId string, body OrganisationsAttachPolicyJSONRequestBody, reqEditors ...RequestEditorFn) (*OrganisationsAttachPolicyResp, error) // OrganisationsDeletePolicy request OrganisationsDeletePolicyWithResponse(ctx context.Context, policyId string, reqEditors ...RequestEditorFn) (*OrganisationsDeletePolicyResp, error) // OrganisationsReadPolicy request OrganisationsReadPolicyWithResponse(ctx context.Context, policyId string, reqEditors ...RequestEditorFn) (*OrganisationsReadPolicyResp, error) // OrganisationsUpdatePolicy request with any body OrganisationsUpdatePolicyWithBodyWithResponse(ctx context.Context, policyId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*OrganisationsUpdatePolicyResp, error) OrganisationsUpdatePolicyWithResponse(ctx context.Context, policyId string, body OrganisationsUpdatePolicyJSONRequestBody, reqEditors ...RequestEditorFn) (*OrganisationsUpdatePolicyResp, error) // PublicCheckAlias request PublicCheckAliasWithResponse(ctx context.Context, alias string, reqEditors ...RequestEditorFn) (*PublicCheckAliasResp, error) // PublicReadConfig request PublicReadConfigWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*PublicReadConfigResp, error) // ServicesReadConfigurations request ServicesReadConfigurationsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ServicesReadConfigurationsResp, error) // ServicesReadSecurityHubConfiguration request ServicesReadSecurityHubConfigurationWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ServicesReadSecurityHubConfigurationResp, error) // ServicesConfigureSecurityHub request with any body ServicesConfigureSecurityHubWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ServicesConfigureSecurityHubResp, error) ServicesConfigureSecurityHubWithResponse(ctx context.Context, body ServicesConfigureSecurityHubJSONRequestBody, reqEditors ...RequestEditorFn) (*ServicesConfigureSecurityHubResp, error) // TasksReadTask request TasksReadTaskWithResponse(ctx context.Context, taskId string, reqEditors ...RequestEditorFn) (*TasksReadTaskResp, error) // TeamsReadUsers request TeamsReadUsersWithResponse(ctx context.Context, params *TeamsReadUsersParams, reqEditors ...RequestEditorFn) (*TeamsReadUsersResp, error) // TeamsFetchCurrentUser request TeamsFetchCurrentUserWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*TeamsFetchCurrentUserResp, error) // TeamsDeleteUser request TeamsDeleteUserWithResponse(ctx context.Context, userId string, reqEditors ...RequestEditorFn) (*TeamsDeleteUserResp, error) // TeamsReadUser request TeamsReadUserWithResponse(ctx context.Context, userId string, reqEditors ...RequestEditorFn) (*TeamsReadUserResp, error) // WorkloadsReadCatalogueItems request WorkloadsReadCatalogueItemsWithResponse(ctx context.Context, params *WorkloadsReadCatalogueItemsParams, reqEditors ...RequestEditorFn) (*WorkloadsReadCatalogueItemsResp, error) // WorkloadsCreateCatalogueItem request with any body WorkloadsCreateCatalogueItemWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*WorkloadsCreateCatalogueItemResp, error) WorkloadsCreateCatalogueItemWithResponse(ctx context.Context, body WorkloadsCreateCatalogueItemJSONRequestBody, reqEditors ...RequestEditorFn) (*WorkloadsCreateCatalogueItemResp, error) // WorkloadsReadCatalogueManifest request WorkloadsReadCatalogueManifestWithResponse(ctx context.Context, versionId string, reqEditors ...RequestEditorFn) (*WorkloadsReadCatalogueManifestResp, error) // WorkloadsReadCatalogueTemplate request WorkloadsReadCatalogueTemplateWithResponse(ctx context.Context, versionId string, name string, reqEditors ...RequestEditorFn) (*WorkloadsReadCatalogueTemplateResp, error) // WorkloadsDeleteCatalogueItem request WorkloadsDeleteCatalogueItemWithResponse(ctx context.Context, catalogueId string, reqEditors ...RequestEditorFn) (*WorkloadsDeleteCatalogueItemResp, error) // WorkloadsReadCatalogueItem request WorkloadsReadCatalogueItemWithResponse(ctx context.Context, catalogueId string, params *WorkloadsReadCatalogueItemParams, reqEditors ...RequestEditorFn) (*WorkloadsReadCatalogueItemResp, error) // WorkloadsCreateCatalogueVersion request with any body WorkloadsCreateCatalogueVersionWithBodyWithResponse(ctx context.Context, catalogueId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*WorkloadsCreateCatalogueVersionResp, error) WorkloadsCreateCatalogueVersionWithResponse(ctx context.Context, catalogueId string, body WorkloadsCreateCatalogueVersionJSONRequestBody, reqEditors ...RequestEditorFn) (*WorkloadsCreateCatalogueVersionResp, error) // WorkloadsDeleteCatalogueVersion request WorkloadsDeleteCatalogueVersionWithResponse(ctx context.Context, catalogueId string, versionId string, reqEditors ...RequestEditorFn) (*WorkloadsDeleteCatalogueVersionResp, error) // WorkloadsReadCatalogueVersion request WorkloadsReadCatalogueVersionWithResponse(ctx context.Context, catalogueId string, versionId string, params *WorkloadsReadCatalogueVersionParams, reqEditors ...RequestEditorFn) (*WorkloadsReadCatalogueVersionResp, error) // WorkloadsUpdateAll request with any body WorkloadsUpdateAllWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*WorkloadsUpdateAllResp, error) WorkloadsUpdateAllWithResponse(ctx context.Context, body WorkloadsUpdateAllJSONRequestBody, reqEditors ...RequestEditorFn) (*WorkloadsUpdateAllResp, error) // WorkloadsReadWorkloads request WorkloadsReadWorkloadsWithResponse(ctx context.Context, params *WorkloadsReadWorkloadsParams, reqEditors ...RequestEditorFn) (*WorkloadsReadWorkloadsResp, error) // WorkloadsCreateWorkload request with any body WorkloadsCreateWorkloadWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*WorkloadsCreateWorkloadResp, error) WorkloadsCreateWorkloadWithResponse(ctx context.Context, body WorkloadsCreateWorkloadJSONRequestBody, reqEditors ...RequestEditorFn) (*WorkloadsCreateWorkloadResp, error) // WorkloadsDeleteWorkload request WorkloadsDeleteWorkloadWithResponse(ctx context.Context, workloadId string, reqEditors ...RequestEditorFn) (*WorkloadsDeleteWorkloadResp, error) // WorkloadsReadWorkload request WorkloadsReadWorkloadWithResponse(ctx context.Context, workloadId string, params *WorkloadsReadWorkloadParams, reqEditors ...RequestEditorFn) (*WorkloadsReadWorkloadResp, error) // WorkloadsUpdateWorkload request with any body WorkloadsUpdateWorkloadWithBodyWithResponse(ctx context.Context, workloadId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*WorkloadsUpdateWorkloadResp, error) WorkloadsUpdateWorkloadWithResponse(ctx context.Context, workloadId string, body WorkloadsUpdateWorkloadJSONRequestBody, reqEditors ...RequestEditorFn) (*WorkloadsUpdateWorkloadResp, error) }
ClientWithResponsesInterface is the interface specification for the client with responses above.
type HttpRequestDoer ¶
Doer performs HTTP requests.
The standard http.Client implements this interface.
type NetworkingCreateCidrExclusionResp ¶
type NetworkingCreateCidrExclusionResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingReadCidrExclusions JSON400 *Error JSON404 *Error }
func ParseNetworkingCreateCidrExclusionResp ¶
func ParseNetworkingCreateCidrExclusionResp(rsp *http.Response) (*NetworkingCreateCidrExclusionResp, error)
ParseNetworkingCreateCidrExclusionResp parses an HTTP response from a NetworkingCreateCidrExclusionWithResponse call
func (NetworkingCreateCidrExclusionResp) Status ¶
func (r NetworkingCreateCidrExclusionResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingCreateCidrExclusionResp) StatusCode ¶
func (r NetworkingCreateCidrExclusionResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingCreateCidrRangeResp ¶
type NetworkingCreateCidrRangeResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingReadCidrRanges JSON400 *Error JSON404 *Error }
func ParseNetworkingCreateCidrRangeResp ¶
func ParseNetworkingCreateCidrRangeResp(rsp *http.Response) (*NetworkingCreateCidrRangeResp, error)
ParseNetworkingCreateCidrRangeResp parses an HTTP response from a NetworkingCreateCidrRangeWithResponse call
func (NetworkingCreateCidrRangeResp) Status ¶
func (r NetworkingCreateCidrRangeResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingCreateCidrRangeResp) StatusCode ¶
func (r NetworkingCreateCidrRangeResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingCreateDnsResolverResp ¶
type NetworkingCreateDnsResolverResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingCreateDnsResolverEvent JSON400 *Error JSON404 *Error }
func ParseNetworkingCreateDnsResolverResp ¶
func ParseNetworkingCreateDnsResolverResp(rsp *http.Response) (*NetworkingCreateDnsResolverResp, error)
ParseNetworkingCreateDnsResolverResp parses an HTTP response from a NetworkingCreateDnsResolverWithResponse call
func (NetworkingCreateDnsResolverResp) Status ¶
func (r NetworkingCreateDnsResolverResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingCreateDnsResolverResp) StatusCode ¶
func (r NetworkingCreateDnsResolverResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingCreateDnsRuleResp ¶
type NetworkingCreateDnsRuleResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingCreateDnsRuleEvent JSON400 *Error JSON403 *Error JSON404 *Error }
func ParseNetworkingCreateDnsRuleResp ¶
func ParseNetworkingCreateDnsRuleResp(rsp *http.Response) (*NetworkingCreateDnsRuleResp, error)
ParseNetworkingCreateDnsRuleResp parses an HTTP response from a NetworkingCreateDnsRuleWithResponse call
func (NetworkingCreateDnsRuleResp) Status ¶
func (r NetworkingCreateDnsRuleResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingCreateDnsRuleResp) StatusCode ¶
func (r NetworkingCreateDnsRuleResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingCreateDxAssociationResp ¶
type NetworkingCreateDxAssociationResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingCreateDxAssociationEvent JSON400 *Error JSON404 *Error }
func ParseNetworkingCreateDxAssociationResp ¶
func ParseNetworkingCreateDxAssociationResp(rsp *http.Response) (*NetworkingCreateDxAssociationResp, error)
ParseNetworkingCreateDxAssociationResp parses an HTTP response from a NetworkingCreateDxAssociationWithResponse call
func (NetworkingCreateDxAssociationResp) Status ¶
func (r NetworkingCreateDxAssociationResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingCreateDxAssociationResp) StatusCode ¶
func (r NetworkingCreateDxAssociationResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingCreateDxResourceResp ¶
type NetworkingCreateDxResourceResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingCreateDxResourceEvent JSON400 *Error JSON404 *Error }
func ParseNetworkingCreateDxResourceResp ¶
func ParseNetworkingCreateDxResourceResp(rsp *http.Response) (*NetworkingCreateDxResourceResp, error)
ParseNetworkingCreateDxResourceResp parses an HTTP response from a NetworkingCreateDxResourceWithResponse call
func (NetworkingCreateDxResourceResp) Status ¶
func (r NetworkingCreateDxResourceResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingCreateDxResourceResp) StatusCode ¶
func (r NetworkingCreateDxResourceResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingCreateHubPeeringResp ¶
type NetworkingCreateHubPeeringResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingCreateHubPeeringEvent JSON400 *Error JSON404 *Error }
func ParseNetworkingCreateHubPeeringResp ¶
func ParseNetworkingCreateHubPeeringResp(rsp *http.Response) (*NetworkingCreateHubPeeringResp, error)
ParseNetworkingCreateHubPeeringResp parses an HTTP response from a NetworkingCreateHubPeeringWithResponse call
func (NetworkingCreateHubPeeringResp) Status ¶
func (r NetworkingCreateHubPeeringResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingCreateHubPeeringResp) StatusCode ¶
func (r NetworkingCreateHubPeeringResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingCreateHubPrefixListResp ¶
type NetworkingCreateHubPrefixListResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingCreatePrefixListEvent JSON400 *Error JSON404 *Error }
func ParseNetworkingCreateHubPrefixListResp ¶
func ParseNetworkingCreateHubPrefixListResp(rsp *http.Response) (*NetworkingCreateHubPrefixListResp, error)
ParseNetworkingCreateHubPrefixListResp parses an HTTP response from a NetworkingCreateHubPrefixListWithResponse call
func (NetworkingCreateHubPrefixListResp) Status ¶
func (r NetworkingCreateHubPrefixListResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingCreateHubPrefixListResp) StatusCode ¶
func (r NetworkingCreateHubPrefixListResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingCreateHubResp ¶
type NetworkingCreateHubResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingCreateHubEvent JSON400 *Error JSON403 *Error JSON404 *Error }
func ParseNetworkingCreateHubResp ¶
func ParseNetworkingCreateHubResp(rsp *http.Response) (*NetworkingCreateHubResp, error)
ParseNetworkingCreateHubResp parses an HTTP response from a NetworkingCreateHubWithResponse call
func (NetworkingCreateHubResp) Status ¶
func (r NetworkingCreateHubResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingCreateHubResp) StatusCode ¶
func (r NetworkingCreateHubResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingCreateVpcPrefixListResp ¶
type NetworkingCreateVpcPrefixListResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingCreatePrefixListEvent JSON400 *Error JSON404 *Error }
func ParseNetworkingCreateVpcPrefixListResp ¶
func ParseNetworkingCreateVpcPrefixListResp(rsp *http.Response) (*NetworkingCreateVpcPrefixListResp, error)
ParseNetworkingCreateVpcPrefixListResp parses an HTTP response from a NetworkingCreateVpcPrefixListWithResponse call
func (NetworkingCreateVpcPrefixListResp) Status ¶
func (r NetworkingCreateVpcPrefixListResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingCreateVpcPrefixListResp) StatusCode ¶
func (r NetworkingCreateVpcPrefixListResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingCreateVpcResp ¶
type NetworkingCreateVpcResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingCreateVpcEvent JSON400 *Error JSON403 *Error JSON404 *Error }
func ParseNetworkingCreateVpcResp ¶
func ParseNetworkingCreateVpcResp(rsp *http.Response) (*NetworkingCreateVpcResp, error)
ParseNetworkingCreateVpcResp parses an HTTP response from a NetworkingCreateVpcWithResponse call
func (NetworkingCreateVpcResp) Status ¶
func (r NetworkingCreateVpcResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingCreateVpcResp) StatusCode ¶
func (r NetworkingCreateVpcResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingCreateVpnConnectionResp ¶
type NetworkingCreateVpnConnectionResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingCreateVpnConnectionEvent JSON400 *Error JSON404 *Error }
func ParseNetworkingCreateVpnConnectionResp ¶
func ParseNetworkingCreateVpnConnectionResp(rsp *http.Response) (*NetworkingCreateVpnConnectionResp, error)
ParseNetworkingCreateVpnConnectionResp parses an HTTP response from a NetworkingCreateVpnConnectionWithResponse call
func (NetworkingCreateVpnConnectionResp) Status ¶
func (r NetworkingCreateVpnConnectionResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingCreateVpnConnectionResp) StatusCode ¶
func (r NetworkingCreateVpnConnectionResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingCreateVpnCustomerGatewayResp ¶
type NetworkingCreateVpnCustomerGatewayResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingCreateVpnCustomerGatewayEvent JSON400 *Error JSON404 *Error }
func ParseNetworkingCreateVpnCustomerGatewayResp ¶
func ParseNetworkingCreateVpnCustomerGatewayResp(rsp *http.Response) (*NetworkingCreateVpnCustomerGatewayResp, error)
ParseNetworkingCreateVpnCustomerGatewayResp parses an HTTP response from a NetworkingCreateVpnCustomerGatewayWithResponse call
func (NetworkingCreateVpnCustomerGatewayResp) Status ¶
func (r NetworkingCreateVpnCustomerGatewayResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingCreateVpnCustomerGatewayResp) StatusCode ¶
func (r NetworkingCreateVpnCustomerGatewayResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingDeleteCidrExclusionResp ¶
type NetworkingDeleteCidrExclusionResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingReadCidrExclusions JSON400 *Error JSON404 *Error }
func ParseNetworkingDeleteCidrExclusionResp ¶
func ParseNetworkingDeleteCidrExclusionResp(rsp *http.Response) (*NetworkingDeleteCidrExclusionResp, error)
ParseNetworkingDeleteCidrExclusionResp parses an HTTP response from a NetworkingDeleteCidrExclusionWithResponse call
func (NetworkingDeleteCidrExclusionResp) Status ¶
func (r NetworkingDeleteCidrExclusionResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingDeleteCidrExclusionResp) StatusCode ¶
func (r NetworkingDeleteCidrExclusionResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingDeleteCidrRangeResp ¶
type NetworkingDeleteCidrRangeResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingReadCidrRanges JSON400 *Error JSON404 *Error }
func ParseNetworkingDeleteCidrRangeResp ¶
func ParseNetworkingDeleteCidrRangeResp(rsp *http.Response) (*NetworkingDeleteCidrRangeResp, error)
ParseNetworkingDeleteCidrRangeResp parses an HTTP response from a NetworkingDeleteCidrRangeWithResponse call
func (NetworkingDeleteCidrRangeResp) Status ¶
func (r NetworkingDeleteCidrRangeResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingDeleteCidrRangeResp) StatusCode ¶
func (r NetworkingDeleteCidrRangeResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingDeleteDnsResolverResp ¶
type NetworkingDeleteDnsResolverResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingDeleteDnsResolverEvent JSON400 *Error JSON403 *Error JSON404 *Error }
func ParseNetworkingDeleteDnsResolverResp ¶
func ParseNetworkingDeleteDnsResolverResp(rsp *http.Response) (*NetworkingDeleteDnsResolverResp, error)
ParseNetworkingDeleteDnsResolverResp parses an HTTP response from a NetworkingDeleteDnsResolverWithResponse call
func (NetworkingDeleteDnsResolverResp) Status ¶
func (r NetworkingDeleteDnsResolverResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingDeleteDnsResolverResp) StatusCode ¶
func (r NetworkingDeleteDnsResolverResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingDeleteDnsRuleResp ¶
type NetworkingDeleteDnsRuleResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingDeleteDnsRuleEvent JSON400 *Error JSON403 *Error JSON404 *Error }
func ParseNetworkingDeleteDnsRuleResp ¶
func ParseNetworkingDeleteDnsRuleResp(rsp *http.Response) (*NetworkingDeleteDnsRuleResp, error)
ParseNetworkingDeleteDnsRuleResp parses an HTTP response from a NetworkingDeleteDnsRuleWithResponse call
func (NetworkingDeleteDnsRuleResp) Status ¶
func (r NetworkingDeleteDnsRuleResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingDeleteDnsRuleResp) StatusCode ¶
func (r NetworkingDeleteDnsRuleResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingDeleteDxAssociationResp ¶
type NetworkingDeleteDxAssociationResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingDeleteDxAssociationEvent JSON400 *Error JSON404 *Error }
func ParseNetworkingDeleteDxAssociationResp ¶
func ParseNetworkingDeleteDxAssociationResp(rsp *http.Response) (*NetworkingDeleteDxAssociationResp, error)
ParseNetworkingDeleteDxAssociationResp parses an HTTP response from a NetworkingDeleteDxAssociationWithResponse call
func (NetworkingDeleteDxAssociationResp) Status ¶
func (r NetworkingDeleteDxAssociationResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingDeleteDxAssociationResp) StatusCode ¶
func (r NetworkingDeleteDxAssociationResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingDeleteDxGatewayResp ¶
type NetworkingDeleteDxGatewayResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingDeleteDxGatewayEvent JSON400 *Error JSON404 *Error }
func ParseNetworkingDeleteDxGatewayResp ¶
func ParseNetworkingDeleteDxGatewayResp(rsp *http.Response) (*NetworkingDeleteDxGatewayResp, error)
ParseNetworkingDeleteDxGatewayResp parses an HTTP response from a NetworkingDeleteDxGatewayWithResponse call
func (NetworkingDeleteDxGatewayResp) Status ¶
func (r NetworkingDeleteDxGatewayResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingDeleteDxGatewayResp) StatusCode ¶
func (r NetworkingDeleteDxGatewayResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingDeleteDxVifResp ¶
type NetworkingDeleteDxVifResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingDeleteDxVifEvent JSON400 *Error JSON404 *Error }
func ParseNetworkingDeleteDxVifResp ¶
func ParseNetworkingDeleteDxVifResp(rsp *http.Response) (*NetworkingDeleteDxVifResp, error)
ParseNetworkingDeleteDxVifResp parses an HTTP response from a NetworkingDeleteDxVifWithResponse call
func (NetworkingDeleteDxVifResp) Status ¶
func (r NetworkingDeleteDxVifResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingDeleteDxVifResp) StatusCode ¶
func (r NetworkingDeleteDxVifResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingDeleteHubPeeringResp ¶
type NetworkingDeleteHubPeeringResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingDeleteHubPeeringEvent JSON400 *Error JSON404 *Error }
func ParseNetworkingDeleteHubPeeringResp ¶
func ParseNetworkingDeleteHubPeeringResp(rsp *http.Response) (*NetworkingDeleteHubPeeringResp, error)
ParseNetworkingDeleteHubPeeringResp parses an HTTP response from a NetworkingDeleteHubPeeringWithResponse call
func (NetworkingDeleteHubPeeringResp) Status ¶
func (r NetworkingDeleteHubPeeringResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingDeleteHubPeeringResp) StatusCode ¶
func (r NetworkingDeleteHubPeeringResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingDeleteHubResp ¶
type NetworkingDeleteHubResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingDeleteHubEvent JSON400 *Error JSON404 *Error }
func ParseNetworkingDeleteHubResp ¶
func ParseNetworkingDeleteHubResp(rsp *http.Response) (*NetworkingDeleteHubResp, error)
ParseNetworkingDeleteHubResp parses an HTTP response from a NetworkingDeleteHubWithResponse call
func (NetworkingDeleteHubResp) Status ¶
func (r NetworkingDeleteHubResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingDeleteHubResp) StatusCode ¶
func (r NetworkingDeleteHubResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingDeletePrefixListResp ¶
type NetworkingDeletePrefixListResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingDeletePrefixListEvent JSON400 *Error JSON404 *Error }
func ParseNetworkingDeletePrefixListResp ¶
func ParseNetworkingDeletePrefixListResp(rsp *http.Response) (*NetworkingDeletePrefixListResp, error)
ParseNetworkingDeletePrefixListResp parses an HTTP response from a NetworkingDeletePrefixListWithResponse call
func (NetworkingDeletePrefixListResp) Status ¶
func (r NetworkingDeletePrefixListResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingDeletePrefixListResp) StatusCode ¶
func (r NetworkingDeletePrefixListResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingDeleteVpcResp ¶
type NetworkingDeleteVpcResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingDeleteVpcEvent JSON400 *Error JSON404 *Error }
func ParseNetworkingDeleteVpcResp ¶
func ParseNetworkingDeleteVpcResp(rsp *http.Response) (*NetworkingDeleteVpcResp, error)
ParseNetworkingDeleteVpcResp parses an HTTP response from a NetworkingDeleteVpcWithResponse call
func (NetworkingDeleteVpcResp) Status ¶
func (r NetworkingDeleteVpcResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingDeleteVpcResp) StatusCode ¶
func (r NetworkingDeleteVpcResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingDeleteVpnConnectionResp ¶
type NetworkingDeleteVpnConnectionResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingDeleteVpnConnectionEvent JSON400 *Error JSON404 *Error }
func ParseNetworkingDeleteVpnConnectionResp ¶
func ParseNetworkingDeleteVpnConnectionResp(rsp *http.Response) (*NetworkingDeleteVpnConnectionResp, error)
ParseNetworkingDeleteVpnConnectionResp parses an HTTP response from a NetworkingDeleteVpnConnectionWithResponse call
func (NetworkingDeleteVpnConnectionResp) Status ¶
func (r NetworkingDeleteVpnConnectionResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingDeleteVpnConnectionResp) StatusCode ¶
func (r NetworkingDeleteVpnConnectionResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingDeleteVpnCustomerGatewayResp ¶
type NetworkingDeleteVpnCustomerGatewayResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingDeleteVpnCustomerGatewayEvent JSON400 *Error JSON404 *Error }
func ParseNetworkingDeleteVpnCustomerGatewayResp ¶
func ParseNetworkingDeleteVpnCustomerGatewayResp(rsp *http.Response) (*NetworkingDeleteVpnCustomerGatewayResp, error)
ParseNetworkingDeleteVpnCustomerGatewayResp parses an HTTP response from a NetworkingDeleteVpnCustomerGatewayWithResponse call
func (NetworkingDeleteVpnCustomerGatewayResp) Status ¶
func (r NetworkingDeleteVpnCustomerGatewayResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingDeleteVpnCustomerGatewayResp) StatusCode ¶
func (r NetworkingDeleteVpnCustomerGatewayResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingReadCidrExclusionResp ¶
type NetworkingReadCidrExclusionResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingReadCidrExclusions JSON404 *Error }
func ParseNetworkingReadCidrExclusionResp ¶
func ParseNetworkingReadCidrExclusionResp(rsp *http.Response) (*NetworkingReadCidrExclusionResp, error)
ParseNetworkingReadCidrExclusionResp parses an HTTP response from a NetworkingReadCidrExclusionWithResponse call
func (NetworkingReadCidrExclusionResp) Status ¶
func (r NetworkingReadCidrExclusionResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingReadCidrExclusionResp) StatusCode ¶
func (r NetworkingReadCidrExclusionResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingReadCidrExclusionsResp ¶
type NetworkingReadCidrExclusionsResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingReadCidrExclusions JSON404 *Error }
func ParseNetworkingReadCidrExclusionsResp ¶
func ParseNetworkingReadCidrExclusionsResp(rsp *http.Response) (*NetworkingReadCidrExclusionsResp, error)
ParseNetworkingReadCidrExclusionsResp parses an HTTP response from a NetworkingReadCidrExclusionsWithResponse call
func (NetworkingReadCidrExclusionsResp) Status ¶
func (r NetworkingReadCidrExclusionsResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingReadCidrExclusionsResp) StatusCode ¶
func (r NetworkingReadCidrExclusionsResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingReadCidrRangeResp ¶
type NetworkingReadCidrRangeResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingReadCidrRanges JSON404 *Error }
func ParseNetworkingReadCidrRangeResp ¶
func ParseNetworkingReadCidrRangeResp(rsp *http.Response) (*NetworkingReadCidrRangeResp, error)
ParseNetworkingReadCidrRangeResp parses an HTTP response from a NetworkingReadCidrRangeWithResponse call
func (NetworkingReadCidrRangeResp) Status ¶
func (r NetworkingReadCidrRangeResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingReadCidrRangeResp) StatusCode ¶
func (r NetworkingReadCidrRangeResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingReadCidrRangesResp ¶
type NetworkingReadCidrRangesResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingReadCidrRanges JSON404 *Error }
func ParseNetworkingReadCidrRangesResp ¶
func ParseNetworkingReadCidrRangesResp(rsp *http.Response) (*NetworkingReadCidrRangesResp, error)
ParseNetworkingReadCidrRangesResp parses an HTTP response from a NetworkingReadCidrRangesWithResponse call
func (NetworkingReadCidrRangesResp) Status ¶
func (r NetworkingReadCidrRangesResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingReadCidrRangesResp) StatusCode ¶
func (r NetworkingReadCidrRangesResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingReadDnsResolverResp ¶
type NetworkingReadDnsResolverResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingReadDnsResolvers JSON404 *Error }
func ParseNetworkingReadDnsResolverResp ¶
func ParseNetworkingReadDnsResolverResp(rsp *http.Response) (*NetworkingReadDnsResolverResp, error)
ParseNetworkingReadDnsResolverResp parses an HTTP response from a NetworkingReadDnsResolverWithResponse call
func (NetworkingReadDnsResolverResp) Status ¶
func (r NetworkingReadDnsResolverResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingReadDnsResolverResp) StatusCode ¶
func (r NetworkingReadDnsResolverResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingReadDnsResolversResp ¶
type NetworkingReadDnsResolversResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingReadDnsResolvers JSON404 *Error }
func ParseNetworkingReadDnsResolversResp ¶
func ParseNetworkingReadDnsResolversResp(rsp *http.Response) (*NetworkingReadDnsResolversResp, error)
ParseNetworkingReadDnsResolversResp parses an HTTP response from a NetworkingReadDnsResolversWithResponse call
func (NetworkingReadDnsResolversResp) Status ¶
func (r NetworkingReadDnsResolversResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingReadDnsResolversResp) StatusCode ¶
func (r NetworkingReadDnsResolversResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingReadDnsRuleResp ¶
type NetworkingReadDnsRuleResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingReadDnsRules JSON404 *Error }
func ParseNetworkingReadDnsRuleResp ¶
func ParseNetworkingReadDnsRuleResp(rsp *http.Response) (*NetworkingReadDnsRuleResp, error)
ParseNetworkingReadDnsRuleResp parses an HTTP response from a NetworkingReadDnsRuleWithResponse call
func (NetworkingReadDnsRuleResp) Status ¶
func (r NetworkingReadDnsRuleResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingReadDnsRuleResp) StatusCode ¶
func (r NetworkingReadDnsRuleResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingReadDnsRulesResp ¶
type NetworkingReadDnsRulesResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingReadDnsRules JSON404 *Error }
func ParseNetworkingReadDnsRulesResp ¶
func ParseNetworkingReadDnsRulesResp(rsp *http.Response) (*NetworkingReadDnsRulesResp, error)
ParseNetworkingReadDnsRulesResp parses an HTTP response from a NetworkingReadDnsRulesWithResponse call
func (NetworkingReadDnsRulesResp) Status ¶
func (r NetworkingReadDnsRulesResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingReadDnsRulesResp) StatusCode ¶
func (r NetworkingReadDnsRulesResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingReadDxAssociationResp ¶
type NetworkingReadDxAssociationResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingReadDxAssociations JSON404 *Error }
func ParseNetworkingReadDxAssociationResp ¶
func ParseNetworkingReadDxAssociationResp(rsp *http.Response) (*NetworkingReadDxAssociationResp, error)
ParseNetworkingReadDxAssociationResp parses an HTTP response from a NetworkingReadDxAssociationWithResponse call
func (NetworkingReadDxAssociationResp) Status ¶
func (r NetworkingReadDxAssociationResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingReadDxAssociationResp) StatusCode ¶
func (r NetworkingReadDxAssociationResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingReadDxAssociationsResp ¶
type NetworkingReadDxAssociationsResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingReadDxAssociations JSON404 *Error }
func ParseNetworkingReadDxAssociationsResp ¶
func ParseNetworkingReadDxAssociationsResp(rsp *http.Response) (*NetworkingReadDxAssociationsResp, error)
ParseNetworkingReadDxAssociationsResp parses an HTTP response from a NetworkingReadDxAssociationsWithResponse call
func (NetworkingReadDxAssociationsResp) Status ¶
func (r NetworkingReadDxAssociationsResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingReadDxAssociationsResp) StatusCode ¶
func (r NetworkingReadDxAssociationsResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingReadDxConnectionsResp ¶
type NetworkingReadDxConnectionsResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingReadDxConnections JSON404 *Error }
func ParseNetworkingReadDxConnectionsResp ¶
func ParseNetworkingReadDxConnectionsResp(rsp *http.Response) (*NetworkingReadDxConnectionsResp, error)
ParseNetworkingReadDxConnectionsResp parses an HTTP response from a NetworkingReadDxConnectionsWithResponse call
func (NetworkingReadDxConnectionsResp) Status ¶
func (r NetworkingReadDxConnectionsResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingReadDxConnectionsResp) StatusCode ¶
func (r NetworkingReadDxConnectionsResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingReadDxGatewayResp ¶
type NetworkingReadDxGatewayResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingReadDxGateways JSON404 *Error }
func ParseNetworkingReadDxGatewayResp ¶
func ParseNetworkingReadDxGatewayResp(rsp *http.Response) (*NetworkingReadDxGatewayResp, error)
ParseNetworkingReadDxGatewayResp parses an HTTP response from a NetworkingReadDxGatewayWithResponse call
func (NetworkingReadDxGatewayResp) Status ¶
func (r NetworkingReadDxGatewayResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingReadDxGatewayResp) StatusCode ¶
func (r NetworkingReadDxGatewayResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingReadDxGatewaysResp ¶
type NetworkingReadDxGatewaysResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingReadDxGateways JSON404 *Error }
func ParseNetworkingReadDxGatewaysResp ¶
func ParseNetworkingReadDxGatewaysResp(rsp *http.Response) (*NetworkingReadDxGatewaysResp, error)
ParseNetworkingReadDxGatewaysResp parses an HTTP response from a NetworkingReadDxGatewaysWithResponse call
func (NetworkingReadDxGatewaysResp) Status ¶
func (r NetworkingReadDxGatewaysResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingReadDxGatewaysResp) StatusCode ¶
func (r NetworkingReadDxGatewaysResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingReadDxVifResp ¶
type NetworkingReadDxVifResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingReadDxVifs JSON404 *Error }
func ParseNetworkingReadDxVifResp ¶
func ParseNetworkingReadDxVifResp(rsp *http.Response) (*NetworkingReadDxVifResp, error)
ParseNetworkingReadDxVifResp parses an HTTP response from a NetworkingReadDxVifWithResponse call
func (NetworkingReadDxVifResp) Status ¶
func (r NetworkingReadDxVifResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingReadDxVifResp) StatusCode ¶
func (r NetworkingReadDxVifResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingReadDxVifStatusResp ¶
type NetworkingReadDxVifStatusResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingReadDxVifStatus JSON404 *Error }
func ParseNetworkingReadDxVifStatusResp ¶
func ParseNetworkingReadDxVifStatusResp(rsp *http.Response) (*NetworkingReadDxVifStatusResp, error)
ParseNetworkingReadDxVifStatusResp parses an HTTP response from a NetworkingReadDxVifStatusWithResponse call
func (NetworkingReadDxVifStatusResp) Status ¶
func (r NetworkingReadDxVifStatusResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingReadDxVifStatusResp) StatusCode ¶
func (r NetworkingReadDxVifStatusResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingReadDxVifsResp ¶
type NetworkingReadDxVifsResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingReadDxVifs JSON404 *Error }
func ParseNetworkingReadDxVifsResp ¶
func ParseNetworkingReadDxVifsResp(rsp *http.Response) (*NetworkingReadDxVifsResp, error)
ParseNetworkingReadDxVifsResp parses an HTTP response from a NetworkingReadDxVifsWithResponse call
func (NetworkingReadDxVifsResp) Status ¶
func (r NetworkingReadDxVifsResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingReadDxVifsResp) StatusCode ¶
func (r NetworkingReadDxVifsResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingReadGatewayDxAssociationsResp ¶
type NetworkingReadGatewayDxAssociationsResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingReadDxAssociations JSON404 *Error }
func ParseNetworkingReadGatewayDxAssociationsResp ¶
func ParseNetworkingReadGatewayDxAssociationsResp(rsp *http.Response) (*NetworkingReadGatewayDxAssociationsResp, error)
ParseNetworkingReadGatewayDxAssociationsResp parses an HTTP response from a NetworkingReadGatewayDxAssociationsWithResponse call
func (NetworkingReadGatewayDxAssociationsResp) Status ¶
func (r NetworkingReadGatewayDxAssociationsResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingReadGatewayDxAssociationsResp) StatusCode ¶
func (r NetworkingReadGatewayDxAssociationsResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingReadGatewayDxVifsResp ¶
type NetworkingReadGatewayDxVifsResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingReadDxVifs JSON404 *Error }
func ParseNetworkingReadGatewayDxVifsResp ¶
func ParseNetworkingReadGatewayDxVifsResp(rsp *http.Response) (*NetworkingReadGatewayDxVifsResp, error)
ParseNetworkingReadGatewayDxVifsResp parses an HTTP response from a NetworkingReadGatewayDxVifsWithResponse call
func (NetworkingReadGatewayDxVifsResp) Status ¶
func (r NetworkingReadGatewayDxVifsResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingReadGatewayDxVifsResp) StatusCode ¶
func (r NetworkingReadGatewayDxVifsResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingReadGatewayVpnConnectionsResp ¶
type NetworkingReadGatewayVpnConnectionsResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingReadVpnConnections JSON404 *Error }
func ParseNetworkingReadGatewayVpnConnectionsResp ¶
func ParseNetworkingReadGatewayVpnConnectionsResp(rsp *http.Response) (*NetworkingReadGatewayVpnConnectionsResp, error)
ParseNetworkingReadGatewayVpnConnectionsResp parses an HTTP response from a NetworkingReadGatewayVpnConnectionsWithResponse call
func (NetworkingReadGatewayVpnConnectionsResp) Status ¶
func (r NetworkingReadGatewayVpnConnectionsResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingReadGatewayVpnConnectionsResp) StatusCode ¶
func (r NetworkingReadGatewayVpnConnectionsResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingReadHubCidrExclusionsResp ¶
type NetworkingReadHubCidrExclusionsResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingReadCidrExclusions JSON404 *Error }
func ParseNetworkingReadHubCidrExclusionsResp ¶
func ParseNetworkingReadHubCidrExclusionsResp(rsp *http.Response) (*NetworkingReadHubCidrExclusionsResp, error)
ParseNetworkingReadHubCidrExclusionsResp parses an HTTP response from a NetworkingReadHubCidrExclusionsWithResponse call
func (NetworkingReadHubCidrExclusionsResp) Status ¶
func (r NetworkingReadHubCidrExclusionsResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingReadHubCidrExclusionsResp) StatusCode ¶
func (r NetworkingReadHubCidrExclusionsResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingReadHubCidrRangesResp ¶
type NetworkingReadHubCidrRangesResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingReadCidrRanges JSON404 *Error }
func ParseNetworkingReadHubCidrRangesResp ¶
func ParseNetworkingReadHubCidrRangesResp(rsp *http.Response) (*NetworkingReadHubCidrRangesResp, error)
ParseNetworkingReadHubCidrRangesResp parses an HTTP response from a NetworkingReadHubCidrRangesWithResponse call
func (NetworkingReadHubCidrRangesResp) Status ¶
func (r NetworkingReadHubCidrRangesResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingReadHubCidrRangesResp) StatusCode ¶
func (r NetworkingReadHubCidrRangesResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingReadHubDnsResolversResp ¶
type NetworkingReadHubDnsResolversResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingReadDnsResolvers JSON404 *Error }
func ParseNetworkingReadHubDnsResolversResp ¶
func ParseNetworkingReadHubDnsResolversResp(rsp *http.Response) (*NetworkingReadHubDnsResolversResp, error)
ParseNetworkingReadHubDnsResolversResp parses an HTTP response from a NetworkingReadHubDnsResolversWithResponse call
func (NetworkingReadHubDnsResolversResp) Status ¶
func (r NetworkingReadHubDnsResolversResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingReadHubDnsResolversResp) StatusCode ¶
func (r NetworkingReadHubDnsResolversResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingReadHubDxAssociationsResp ¶
type NetworkingReadHubDxAssociationsResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingReadDxAssociations JSON404 *Error }
func ParseNetworkingReadHubDxAssociationsResp ¶
func ParseNetworkingReadHubDxAssociationsResp(rsp *http.Response) (*NetworkingReadHubDxAssociationsResp, error)
ParseNetworkingReadHubDxAssociationsResp parses an HTTP response from a NetworkingReadHubDxAssociationsWithResponse call
func (NetworkingReadHubDxAssociationsResp) Status ¶
func (r NetworkingReadHubDxAssociationsResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingReadHubDxAssociationsResp) StatusCode ¶
func (r NetworkingReadHubDxAssociationsResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingReadHubDxGatewaysResp ¶
type NetworkingReadHubDxGatewaysResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingReadDxGateways JSON404 *Error }
func ParseNetworkingReadHubDxGatewaysResp ¶
func ParseNetworkingReadHubDxGatewaysResp(rsp *http.Response) (*NetworkingReadHubDxGatewaysResp, error)
ParseNetworkingReadHubDxGatewaysResp parses an HTTP response from a NetworkingReadHubDxGatewaysWithResponse call
func (NetworkingReadHubDxGatewaysResp) Status ¶
func (r NetworkingReadHubDxGatewaysResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingReadHubDxGatewaysResp) StatusCode ¶
func (r NetworkingReadHubDxGatewaysResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingReadHubHubPeeringsResp ¶
type NetworkingReadHubHubPeeringsResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingReadHubPeerings JSON404 *Error }
func ParseNetworkingReadHubHubPeeringsResp ¶
func ParseNetworkingReadHubHubPeeringsResp(rsp *http.Response) (*NetworkingReadHubHubPeeringsResp, error)
ParseNetworkingReadHubHubPeeringsResp parses an HTTP response from a NetworkingReadHubHubPeeringsWithResponse call
func (NetworkingReadHubHubPeeringsResp) Status ¶
func (r NetworkingReadHubHubPeeringsResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingReadHubHubPeeringsResp) StatusCode ¶
func (r NetworkingReadHubHubPeeringsResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingReadHubPeeringResp ¶
type NetworkingReadHubPeeringResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingReadHubPeerings JSON404 *Error }
func ParseNetworkingReadHubPeeringResp ¶
func ParseNetworkingReadHubPeeringResp(rsp *http.Response) (*NetworkingReadHubPeeringResp, error)
ParseNetworkingReadHubPeeringResp parses an HTTP response from a NetworkingReadHubPeeringWithResponse call
func (NetworkingReadHubPeeringResp) Status ¶
func (r NetworkingReadHubPeeringResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingReadHubPeeringResp) StatusCode ¶
func (r NetworkingReadHubPeeringResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingReadHubPeeringsResp ¶
type NetworkingReadHubPeeringsResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingReadHubPeerings JSON404 *Error }
func ParseNetworkingReadHubPeeringsResp ¶
func ParseNetworkingReadHubPeeringsResp(rsp *http.Response) (*NetworkingReadHubPeeringsResp, error)
ParseNetworkingReadHubPeeringsResp parses an HTTP response from a NetworkingReadHubPeeringsWithResponse call
func (NetworkingReadHubPeeringsResp) Status ¶
func (r NetworkingReadHubPeeringsResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingReadHubPeeringsResp) StatusCode ¶
func (r NetworkingReadHubPeeringsResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingReadHubPrefixListsResp ¶
type NetworkingReadHubPrefixListsResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingReadPrefixLists JSON404 *Error }
func ParseNetworkingReadHubPrefixListsResp ¶
func ParseNetworkingReadHubPrefixListsResp(rsp *http.Response) (*NetworkingReadHubPrefixListsResp, error)
ParseNetworkingReadHubPrefixListsResp parses an HTTP response from a NetworkingReadHubPrefixListsWithResponse call
func (NetworkingReadHubPrefixListsResp) Status ¶
func (r NetworkingReadHubPrefixListsResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingReadHubPrefixListsResp) StatusCode ¶
func (r NetworkingReadHubPrefixListsResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingReadHubResp ¶
type NetworkingReadHubResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingReadHubs JSON404 *Error }
func ParseNetworkingReadHubResp ¶
func ParseNetworkingReadHubResp(rsp *http.Response) (*NetworkingReadHubResp, error)
ParseNetworkingReadHubResp parses an HTTP response from a NetworkingReadHubWithResponse call
func (NetworkingReadHubResp) Status ¶
func (r NetworkingReadHubResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingReadHubResp) StatusCode ¶
func (r NetworkingReadHubResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingReadHubVpcsResp ¶
type NetworkingReadHubVpcsResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingReadVpcs JSON404 *Error }
func ParseNetworkingReadHubVpcsResp ¶
func ParseNetworkingReadHubVpcsResp(rsp *http.Response) (*NetworkingReadHubVpcsResp, error)
ParseNetworkingReadHubVpcsResp parses an HTTP response from a NetworkingReadHubVpcsWithResponse call
func (NetworkingReadHubVpcsResp) Status ¶
func (r NetworkingReadHubVpcsResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingReadHubVpcsResp) StatusCode ¶
func (r NetworkingReadHubVpcsResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingReadHubVpnConnectionsResp ¶
type NetworkingReadHubVpnConnectionsResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingReadVpnConnections JSON404 *Error }
func ParseNetworkingReadHubVpnConnectionsResp ¶
func ParseNetworkingReadHubVpnConnectionsResp(rsp *http.Response) (*NetworkingReadHubVpnConnectionsResp, error)
ParseNetworkingReadHubVpnConnectionsResp parses an HTTP response from a NetworkingReadHubVpnConnectionsWithResponse call
func (NetworkingReadHubVpnConnectionsResp) Status ¶
func (r NetworkingReadHubVpnConnectionsResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingReadHubVpnConnectionsResp) StatusCode ¶
func (r NetworkingReadHubVpnConnectionsResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingReadHubVpnCustomerGatewaysResp ¶
type NetworkingReadHubVpnCustomerGatewaysResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingReadVpnCustomerGateways JSON404 *Error }
func ParseNetworkingReadHubVpnCustomerGatewaysResp ¶
func ParseNetworkingReadHubVpnCustomerGatewaysResp(rsp *http.Response) (*NetworkingReadHubVpnCustomerGatewaysResp, error)
ParseNetworkingReadHubVpnCustomerGatewaysResp parses an HTTP response from a NetworkingReadHubVpnCustomerGatewaysWithResponse call
func (NetworkingReadHubVpnCustomerGatewaysResp) Status ¶
func (r NetworkingReadHubVpnCustomerGatewaysResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingReadHubVpnCustomerGatewaysResp) StatusCode ¶
func (r NetworkingReadHubVpnCustomerGatewaysResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingReadHubsResp ¶
type NetworkingReadHubsResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingReadHubs JSON404 *Error }
func ParseNetworkingReadHubsResp ¶
func ParseNetworkingReadHubsResp(rsp *http.Response) (*NetworkingReadHubsResp, error)
ParseNetworkingReadHubsResp parses an HTTP response from a NetworkingReadHubsWithResponse call
func (NetworkingReadHubsResp) Status ¶
func (r NetworkingReadHubsResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingReadHubsResp) StatusCode ¶
func (r NetworkingReadHubsResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingReadPrefixListResp ¶
type NetworkingReadPrefixListResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingReadPrefixLists JSON404 *Error }
func ParseNetworkingReadPrefixListResp ¶
func ParseNetworkingReadPrefixListResp(rsp *http.Response) (*NetworkingReadPrefixListResp, error)
ParseNetworkingReadPrefixListResp parses an HTTP response from a NetworkingReadPrefixListWithResponse call
func (NetworkingReadPrefixListResp) Status ¶
func (r NetworkingReadPrefixListResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingReadPrefixListResp) StatusCode ¶
func (r NetworkingReadPrefixListResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingReadPrefixListsResp ¶
type NetworkingReadPrefixListsResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingReadPrefixLists JSON404 *Error }
func ParseNetworkingReadPrefixListsResp ¶
func ParseNetworkingReadPrefixListsResp(rsp *http.Response) (*NetworkingReadPrefixListsResp, error)
ParseNetworkingReadPrefixListsResp parses an HTTP response from a NetworkingReadPrefixListsWithResponse call
func (NetworkingReadPrefixListsResp) Status ¶
func (r NetworkingReadPrefixListsResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingReadPrefixListsResp) StatusCode ¶
func (r NetworkingReadPrefixListsResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingReadResolverDnsRulesResp ¶
type NetworkingReadResolverDnsRulesResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingReadDnsRules JSON404 *Error }
func ParseNetworkingReadResolverDnsRulesResp ¶
func ParseNetworkingReadResolverDnsRulesResp(rsp *http.Response) (*NetworkingReadResolverDnsRulesResp, error)
ParseNetworkingReadResolverDnsRulesResp parses an HTTP response from a NetworkingReadResolverDnsRulesWithResponse call
func (NetworkingReadResolverDnsRulesResp) Status ¶
func (r NetworkingReadResolverDnsRulesResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingReadResolverDnsRulesResp) StatusCode ¶
func (r NetworkingReadResolverDnsRulesResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingReadVpcResp ¶
type NetworkingReadVpcResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingReadVpcs JSON404 *Error }
func ParseNetworkingReadVpcResp ¶
func ParseNetworkingReadVpcResp(rsp *http.Response) (*NetworkingReadVpcResp, error)
ParseNetworkingReadVpcResp parses an HTTP response from a NetworkingReadVpcWithResponse call
func (NetworkingReadVpcResp) Status ¶
func (r NetworkingReadVpcResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingReadVpcResp) StatusCode ¶
func (r NetworkingReadVpcResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingReadVpcsResp ¶
type NetworkingReadVpcsResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingReadVpcs JSON404 *Error }
func ParseNetworkingReadVpcsResp ¶
func ParseNetworkingReadVpcsResp(rsp *http.Response) (*NetworkingReadVpcsResp, error)
ParseNetworkingReadVpcsResp parses an HTTP response from a NetworkingReadVpcsWithResponse call
func (NetworkingReadVpcsResp) Status ¶
func (r NetworkingReadVpcsResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingReadVpcsResp) StatusCode ¶
func (r NetworkingReadVpcsResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingReadVpnConnectionResp ¶
type NetworkingReadVpnConnectionResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingReadVpnConnections JSON404 *Error }
func ParseNetworkingReadVpnConnectionResp ¶
func ParseNetworkingReadVpnConnectionResp(rsp *http.Response) (*NetworkingReadVpnConnectionResp, error)
ParseNetworkingReadVpnConnectionResp parses an HTTP response from a NetworkingReadVpnConnectionWithResponse call
func (NetworkingReadVpnConnectionResp) Status ¶
func (r NetworkingReadVpnConnectionResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingReadVpnConnectionResp) StatusCode ¶
func (r NetworkingReadVpnConnectionResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingReadVpnConnectionStatusResp ¶
type NetworkingReadVpnConnectionStatusResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingReadVpnConnectionStatus JSON404 *Error }
func ParseNetworkingReadVpnConnectionStatusResp ¶
func ParseNetworkingReadVpnConnectionStatusResp(rsp *http.Response) (*NetworkingReadVpnConnectionStatusResp, error)
ParseNetworkingReadVpnConnectionStatusResp parses an HTTP response from a NetworkingReadVpnConnectionStatusWithResponse call
func (NetworkingReadVpnConnectionStatusResp) Status ¶
func (r NetworkingReadVpnConnectionStatusResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingReadVpnConnectionStatusResp) StatusCode ¶
func (r NetworkingReadVpnConnectionStatusResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingReadVpnConnectionsResp ¶
type NetworkingReadVpnConnectionsResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingReadVpnConnections JSON404 *Error }
func ParseNetworkingReadVpnConnectionsResp ¶
func ParseNetworkingReadVpnConnectionsResp(rsp *http.Response) (*NetworkingReadVpnConnectionsResp, error)
ParseNetworkingReadVpnConnectionsResp parses an HTTP response from a NetworkingReadVpnConnectionsWithResponse call
func (NetworkingReadVpnConnectionsResp) Status ¶
func (r NetworkingReadVpnConnectionsResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingReadVpnConnectionsResp) StatusCode ¶
func (r NetworkingReadVpnConnectionsResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingReadVpnCustomerGatewayResp ¶
type NetworkingReadVpnCustomerGatewayResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingReadVpnCustomerGateways JSON404 *Error }
func ParseNetworkingReadVpnCustomerGatewayResp ¶
func ParseNetworkingReadVpnCustomerGatewayResp(rsp *http.Response) (*NetworkingReadVpnCustomerGatewayResp, error)
ParseNetworkingReadVpnCustomerGatewayResp parses an HTTP response from a NetworkingReadVpnCustomerGatewayWithResponse call
func (NetworkingReadVpnCustomerGatewayResp) Status ¶
func (r NetworkingReadVpnCustomerGatewayResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingReadVpnCustomerGatewayResp) StatusCode ¶
func (r NetworkingReadVpnCustomerGatewayResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingReadVpnCustomerGatewaysResp ¶
type NetworkingReadVpnCustomerGatewaysResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingReadVpnCustomerGateways JSON404 *Error }
func ParseNetworkingReadVpnCustomerGatewaysResp ¶
func ParseNetworkingReadVpnCustomerGatewaysResp(rsp *http.Response) (*NetworkingReadVpnCustomerGatewaysResp, error)
ParseNetworkingReadVpnCustomerGatewaysResp parses an HTTP response from a NetworkingReadVpnCustomerGatewaysWithResponse call
func (NetworkingReadVpnCustomerGatewaysResp) Status ¶
func (r NetworkingReadVpnCustomerGatewaysResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingReadVpnCustomerGatewaysResp) StatusCode ¶
func (r NetworkingReadVpnCustomerGatewaysResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingUpdateCidrExclusionResp ¶
type NetworkingUpdateCidrExclusionResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingUpdateCidrExclusion JSON400 *Error JSON404 *Error }
func ParseNetworkingUpdateCidrExclusionResp ¶
func ParseNetworkingUpdateCidrExclusionResp(rsp *http.Response) (*NetworkingUpdateCidrExclusionResp, error)
ParseNetworkingUpdateCidrExclusionResp parses an HTTP response from a NetworkingUpdateCidrExclusionWithResponse call
func (NetworkingUpdateCidrExclusionResp) Status ¶
func (r NetworkingUpdateCidrExclusionResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingUpdateCidrExclusionResp) StatusCode ¶
func (r NetworkingUpdateCidrExclusionResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingUpdateCidrRangeResp ¶
type NetworkingUpdateCidrRangeResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingUpdateCidrRange JSON400 *Error JSON404 *Error }
func ParseNetworkingUpdateCidrRangeResp ¶
func ParseNetworkingUpdateCidrRangeResp(rsp *http.Response) (*NetworkingUpdateCidrRangeResp, error)
ParseNetworkingUpdateCidrRangeResp parses an HTTP response from a NetworkingUpdateCidrRangeWithResponse call
func (NetworkingUpdateCidrRangeResp) Status ¶
func (r NetworkingUpdateCidrRangeResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingUpdateCidrRangeResp) StatusCode ¶
func (r NetworkingUpdateCidrRangeResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingUpdateDnsResolverResp ¶
type NetworkingUpdateDnsResolverResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingUpdateDnsResolverEvent JSON400 *Error JSON403 *Error JSON404 *Error }
func ParseNetworkingUpdateDnsResolverResp ¶
func ParseNetworkingUpdateDnsResolverResp(rsp *http.Response) (*NetworkingUpdateDnsResolverResp, error)
ParseNetworkingUpdateDnsResolverResp parses an HTTP response from a NetworkingUpdateDnsResolverWithResponse call
func (NetworkingUpdateDnsResolverResp) Status ¶
func (r NetworkingUpdateDnsResolverResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingUpdateDnsResolverResp) StatusCode ¶
func (r NetworkingUpdateDnsResolverResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingUpdateDnsRuleResp ¶
type NetworkingUpdateDnsRuleResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingUpdateDnsRuleEvent JSON400 *Error JSON403 *Error JSON404 *Error }
func ParseNetworkingUpdateDnsRuleResp ¶
func ParseNetworkingUpdateDnsRuleResp(rsp *http.Response) (*NetworkingUpdateDnsRuleResp, error)
ParseNetworkingUpdateDnsRuleResp parses an HTTP response from a NetworkingUpdateDnsRuleWithResponse call
func (NetworkingUpdateDnsRuleResp) Status ¶
func (r NetworkingUpdateDnsRuleResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingUpdateDnsRuleResp) StatusCode ¶
func (r NetworkingUpdateDnsRuleResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingUpdateDxAssociationResp ¶
type NetworkingUpdateDxAssociationResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingUpdateDxAssociationEvent JSON400 *Error JSON404 *Error }
func ParseNetworkingUpdateDxAssociationResp ¶
func ParseNetworkingUpdateDxAssociationResp(rsp *http.Response) (*NetworkingUpdateDxAssociationResp, error)
ParseNetworkingUpdateDxAssociationResp parses an HTTP response from a NetworkingUpdateDxAssociationWithResponse call
func (NetworkingUpdateDxAssociationResp) Status ¶
func (r NetworkingUpdateDxAssociationResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingUpdateDxAssociationResp) StatusCode ¶
func (r NetworkingUpdateDxAssociationResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingUpdateDxVifResp ¶
type NetworkingUpdateDxVifResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingUpdateDxVifEvent JSON400 *Error JSON404 *Error }
func ParseNetworkingUpdateDxVifResp ¶
func ParseNetworkingUpdateDxVifResp(rsp *http.Response) (*NetworkingUpdateDxVifResp, error)
ParseNetworkingUpdateDxVifResp parses an HTTP response from a NetworkingUpdateDxVifWithResponse call
func (NetworkingUpdateDxVifResp) Status ¶
func (r NetworkingUpdateDxVifResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingUpdateDxVifResp) StatusCode ¶
func (r NetworkingUpdateDxVifResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingUpdateHubPeeringResp ¶
type NetworkingUpdateHubPeeringResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingUpdateHubPeeringEvent JSON400 *Error JSON404 *Error }
func ParseNetworkingUpdateHubPeeringResp ¶
func ParseNetworkingUpdateHubPeeringResp(rsp *http.Response) (*NetworkingUpdateHubPeeringResp, error)
ParseNetworkingUpdateHubPeeringResp parses an HTTP response from a NetworkingUpdateHubPeeringWithResponse call
func (NetworkingUpdateHubPeeringResp) Status ¶
func (r NetworkingUpdateHubPeeringResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingUpdateHubPeeringResp) StatusCode ¶
func (r NetworkingUpdateHubPeeringResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingUpdateHubPrefixListAssociationResp ¶
type NetworkingUpdateHubPrefixListAssociationResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingUpdatePrefixListAssociationEvent JSON400 *Error JSON404 *Error }
func ParseNetworkingUpdateHubPrefixListAssociationResp ¶
func ParseNetworkingUpdateHubPrefixListAssociationResp(rsp *http.Response) (*NetworkingUpdateHubPrefixListAssociationResp, error)
ParseNetworkingUpdateHubPrefixListAssociationResp parses an HTTP response from a NetworkingUpdateHubPrefixListAssociationWithResponse call
func (NetworkingUpdateHubPrefixListAssociationResp) Status ¶
func (r NetworkingUpdateHubPrefixListAssociationResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingUpdateHubPrefixListAssociationResp) StatusCode ¶
func (r NetworkingUpdateHubPrefixListAssociationResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingUpdateHubResp ¶
type NetworkingUpdateHubResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingUpdateHubEvent JSON400 *Error JSON404 *Error }
func ParseNetworkingUpdateHubResp ¶
func ParseNetworkingUpdateHubResp(rsp *http.Response) (*NetworkingUpdateHubResp, error)
ParseNetworkingUpdateHubResp parses an HTTP response from a NetworkingUpdateHubWithResponse call
func (NetworkingUpdateHubResp) Status ¶
func (r NetworkingUpdateHubResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingUpdateHubResp) StatusCode ¶
func (r NetworkingUpdateHubResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingUpdatePrefixListResp ¶
type NetworkingUpdatePrefixListResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingUpdatePrefixListEvent JSON400 *Error JSON404 *Error }
func ParseNetworkingUpdatePrefixListResp ¶
func ParseNetworkingUpdatePrefixListResp(rsp *http.Response) (*NetworkingUpdatePrefixListResp, error)
ParseNetworkingUpdatePrefixListResp parses an HTTP response from a NetworkingUpdatePrefixListWithResponse call
func (NetworkingUpdatePrefixListResp) Status ¶
func (r NetworkingUpdatePrefixListResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingUpdatePrefixListResp) StatusCode ¶
func (r NetworkingUpdatePrefixListResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingUpdateVpcPrefixListAssociationResp ¶
type NetworkingUpdateVpcPrefixListAssociationResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingUpdatePrefixListAssociationEvent JSON400 *Error JSON404 *Error }
func ParseNetworkingUpdateVpcPrefixListAssociationResp ¶
func ParseNetworkingUpdateVpcPrefixListAssociationResp(rsp *http.Response) (*NetworkingUpdateVpcPrefixListAssociationResp, error)
ParseNetworkingUpdateVpcPrefixListAssociationResp parses an HTTP response from a NetworkingUpdateVpcPrefixListAssociationWithResponse call
func (NetworkingUpdateVpcPrefixListAssociationResp) Status ¶
func (r NetworkingUpdateVpcPrefixListAssociationResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingUpdateVpcPrefixListAssociationResp) StatusCode ¶
func (r NetworkingUpdateVpcPrefixListAssociationResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingUpdateVpcResp ¶
type NetworkingUpdateVpcResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingUpdateVpcEvent JSON400 *Error JSON404 *Error }
func ParseNetworkingUpdateVpcResp ¶
func ParseNetworkingUpdateVpcResp(rsp *http.Response) (*NetworkingUpdateVpcResp, error)
ParseNetworkingUpdateVpcResp parses an HTTP response from a NetworkingUpdateVpcWithResponse call
func (NetworkingUpdateVpcResp) Status ¶
func (r NetworkingUpdateVpcResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingUpdateVpcResp) StatusCode ¶
func (r NetworkingUpdateVpcResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingUpdateVpnConnectionResp ¶
type NetworkingUpdateVpnConnectionResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingUpdateVpnConnectionEvent JSON400 *Error JSON404 *Error }
func ParseNetworkingUpdateVpnConnectionResp ¶
func ParseNetworkingUpdateVpnConnectionResp(rsp *http.Response) (*NetworkingUpdateVpnConnectionResp, error)
ParseNetworkingUpdateVpnConnectionResp parses an HTTP response from a NetworkingUpdateVpnConnectionWithResponse call
func (NetworkingUpdateVpnConnectionResp) Status ¶
func (r NetworkingUpdateVpnConnectionResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingUpdateVpnConnectionResp) StatusCode ¶
func (r NetworkingUpdateVpnConnectionResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type NetworkingUpdateVpnCustomerGatewayResp ¶
type NetworkingUpdateVpnCustomerGatewayResp struct { Body []byte HTTPResponse *http.Response JSON200 *NetworkingUpdateVpnCustomerGatewayEvent JSON400 *Error JSON404 *Error }
func ParseNetworkingUpdateVpnCustomerGatewayResp ¶
func ParseNetworkingUpdateVpnCustomerGatewayResp(rsp *http.Response) (*NetworkingUpdateVpnCustomerGatewayResp, error)
ParseNetworkingUpdateVpnCustomerGatewayResp parses an HTTP response from a NetworkingUpdateVpnCustomerGatewayWithResponse call
func (NetworkingUpdateVpnCustomerGatewayResp) Status ¶
func (r NetworkingUpdateVpnCustomerGatewayResp) Status() string
Status returns HTTPResponse.Status
func (NetworkingUpdateVpnCustomerGatewayResp) StatusCode ¶
func (r NetworkingUpdateVpnCustomerGatewayResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type OrganisationsAttachPolicyResp ¶
type OrganisationsAttachPolicyResp struct { Body []byte HTTPResponse *http.Response JSON200 *OrganisationsAttachPolicyEvent JSON400 *Error JSON404 *Error }
func ParseOrganisationsAttachPolicyResp ¶
func ParseOrganisationsAttachPolicyResp(rsp *http.Response) (*OrganisationsAttachPolicyResp, error)
ParseOrganisationsAttachPolicyResp parses an HTTP response from a OrganisationsAttachPolicyWithResponse call
func (OrganisationsAttachPolicyResp) Status ¶
func (r OrganisationsAttachPolicyResp) Status() string
Status returns HTTPResponse.Status
func (OrganisationsAttachPolicyResp) StatusCode ¶
func (r OrganisationsAttachPolicyResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type OrganisationsCreatePolicyResp ¶
type OrganisationsCreatePolicyResp struct { Body []byte HTTPResponse *http.Response JSON200 *OrganisationsCreatePolicyEvent JSON400 *Error }
func ParseOrganisationsCreatePolicyResp ¶
func ParseOrganisationsCreatePolicyResp(rsp *http.Response) (*OrganisationsCreatePolicyResp, error)
ParseOrganisationsCreatePolicyResp parses an HTTP response from a OrganisationsCreatePolicyWithResponse call
func (OrganisationsCreatePolicyResp) Status ¶
func (r OrganisationsCreatePolicyResp) Status() string
Status returns HTTPResponse.Status
func (OrganisationsCreatePolicyResp) StatusCode ¶
func (r OrganisationsCreatePolicyResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type OrganisationsDeletePolicyResp ¶
type OrganisationsDeletePolicyResp struct { Body []byte HTTPResponse *http.Response JSON200 *OrganisationsDeletePolicyEvent JSON400 *Error JSON404 *Error }
func ParseOrganisationsDeletePolicyResp ¶
func ParseOrganisationsDeletePolicyResp(rsp *http.Response) (*OrganisationsDeletePolicyResp, error)
ParseOrganisationsDeletePolicyResp parses an HTTP response from a OrganisationsDeletePolicyWithResponse call
func (OrganisationsDeletePolicyResp) Status ¶
func (r OrganisationsDeletePolicyResp) Status() string
Status returns HTTPResponse.Status
func (OrganisationsDeletePolicyResp) StatusCode ¶
func (r OrganisationsDeletePolicyResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type OrganisationsDetachPolicyResp ¶
type OrganisationsDetachPolicyResp struct { Body []byte HTTPResponse *http.Response JSON200 *OrganisationsDetachPolicyEvent JSON400 *Error JSON404 *Error }
func ParseOrganisationsDetachPolicyResp ¶
func ParseOrganisationsDetachPolicyResp(rsp *http.Response) (*OrganisationsDetachPolicyResp, error)
ParseOrganisationsDetachPolicyResp parses an HTTP response from a OrganisationsDetachPolicyWithResponse call
func (OrganisationsDetachPolicyResp) Status ¶
func (r OrganisationsDetachPolicyResp) Status() string
Status returns HTTPResponse.Status
func (OrganisationsDetachPolicyResp) StatusCode ¶
func (r OrganisationsDetachPolicyResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type OrganisationsReadOrganisationResp ¶
type OrganisationsReadOrganisationResp struct { Body []byte HTTPResponse *http.Response JSON200 *OrganisationsReadOrganisations }
func ParseOrganisationsReadOrganisationResp ¶
func ParseOrganisationsReadOrganisationResp(rsp *http.Response) (*OrganisationsReadOrganisationResp, error)
ParseOrganisationsReadOrganisationResp parses an HTTP response from a OrganisationsReadOrganisationWithResponse call
func (OrganisationsReadOrganisationResp) Status ¶
func (r OrganisationsReadOrganisationResp) Status() string
Status returns HTTPResponse.Status
func (OrganisationsReadOrganisationResp) StatusCode ¶
func (r OrganisationsReadOrganisationResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type OrganisationsReadOrganisationalUnitResp ¶
type OrganisationsReadOrganisationalUnitResp struct { Body []byte HTTPResponse *http.Response JSON200 *OrganisationsReadOrganisationalUnits }
func ParseOrganisationsReadOrganisationalUnitResp ¶
func ParseOrganisationsReadOrganisationalUnitResp(rsp *http.Response) (*OrganisationsReadOrganisationalUnitResp, error)
ParseOrganisationsReadOrganisationalUnitResp parses an HTTP response from a OrganisationsReadOrganisationalUnitWithResponse call
func (OrganisationsReadOrganisationalUnitResp) Status ¶
func (r OrganisationsReadOrganisationalUnitResp) Status() string
Status returns HTTPResponse.Status
func (OrganisationsReadOrganisationalUnitResp) StatusCode ¶
func (r OrganisationsReadOrganisationalUnitResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type OrganisationsReadOrganisationalUnitsResp ¶
type OrganisationsReadOrganisationalUnitsResp struct { Body []byte HTTPResponse *http.Response JSON200 *OrganisationsReadOrganisationalUnits JSON404 *Error }
func ParseOrganisationsReadOrganisationalUnitsResp ¶
func ParseOrganisationsReadOrganisationalUnitsResp(rsp *http.Response) (*OrganisationsReadOrganisationalUnitsResp, error)
ParseOrganisationsReadOrganisationalUnitsResp parses an HTTP response from a OrganisationsReadOrganisationalUnitsWithResponse call
func (OrganisationsReadOrganisationalUnitsResp) Status ¶
func (r OrganisationsReadOrganisationalUnitsResp) Status() string
Status returns HTTPResponse.Status
func (OrganisationsReadOrganisationalUnitsResp) StatusCode ¶
func (r OrganisationsReadOrganisationalUnitsResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type OrganisationsReadOrganisationsResp ¶
type OrganisationsReadOrganisationsResp struct { Body []byte HTTPResponse *http.Response JSON200 *OrganisationsReadOrganisations }
func ParseOrganisationsReadOrganisationsResp ¶
func ParseOrganisationsReadOrganisationsResp(rsp *http.Response) (*OrganisationsReadOrganisationsResp, error)
ParseOrganisationsReadOrganisationsResp parses an HTTP response from a OrganisationsReadOrganisationsWithResponse call
func (OrganisationsReadOrganisationsResp) Status ¶
func (r OrganisationsReadOrganisationsResp) Status() string
Status returns HTTPResponse.Status
func (OrganisationsReadOrganisationsResp) StatusCode ¶
func (r OrganisationsReadOrganisationsResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type OrganisationsReadPoliciesResp ¶
type OrganisationsReadPoliciesResp struct { Body []byte HTTPResponse *http.Response JSON200 *OrganisationsReadPolicies }
func ParseOrganisationsReadPoliciesResp ¶
func ParseOrganisationsReadPoliciesResp(rsp *http.Response) (*OrganisationsReadPoliciesResp, error)
ParseOrganisationsReadPoliciesResp parses an HTTP response from a OrganisationsReadPoliciesWithResponse call
func (OrganisationsReadPoliciesResp) Status ¶
func (r OrganisationsReadPoliciesResp) Status() string
Status returns HTTPResponse.Status
func (OrganisationsReadPoliciesResp) StatusCode ¶
func (r OrganisationsReadPoliciesResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type OrganisationsReadPolicyResp ¶
type OrganisationsReadPolicyResp struct { Body []byte HTTPResponse *http.Response JSON200 *OrganisationsReadPolicies }
func ParseOrganisationsReadPolicyResp ¶
func ParseOrganisationsReadPolicyResp(rsp *http.Response) (*OrganisationsReadPolicyResp, error)
ParseOrganisationsReadPolicyResp parses an HTTP response from a OrganisationsReadPolicyWithResponse call
func (OrganisationsReadPolicyResp) Status ¶
func (r OrganisationsReadPolicyResp) Status() string
Status returns HTTPResponse.Status
func (OrganisationsReadPolicyResp) StatusCode ¶
func (r OrganisationsReadPolicyResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type OrganisationsUpdatePolicyResp ¶
type OrganisationsUpdatePolicyResp struct { Body []byte HTTPResponse *http.Response JSON200 *OrganisationsUpdatePolicyEvent JSON400 *Error JSON404 *Error }
func ParseOrganisationsUpdatePolicyResp ¶
func ParseOrganisationsUpdatePolicyResp(rsp *http.Response) (*OrganisationsUpdatePolicyResp, error)
ParseOrganisationsUpdatePolicyResp parses an HTTP response from a OrganisationsUpdatePolicyWithResponse call
func (OrganisationsUpdatePolicyResp) Status ¶
func (r OrganisationsUpdatePolicyResp) Status() string
Status returns HTTPResponse.Status
func (OrganisationsUpdatePolicyResp) StatusCode ¶
func (r OrganisationsUpdatePolicyResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PublicCheckAliasResp ¶
type PublicCheckAliasResp struct { Body []byte HTTPResponse *http.Response JSON200 *PublicCheckAlias JSON409 *PublicCheckAlias }
func ParsePublicCheckAliasResp ¶
func ParsePublicCheckAliasResp(rsp *http.Response) (*PublicCheckAliasResp, error)
ParsePublicCheckAliasResp parses an HTTP response from a PublicCheckAliasWithResponse call
func (PublicCheckAliasResp) Status ¶
func (r PublicCheckAliasResp) Status() string
Status returns HTTPResponse.Status
func (PublicCheckAliasResp) StatusCode ¶
func (r PublicCheckAliasResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PublicReadConfigResp ¶
type PublicReadConfigResp struct { Body []byte HTTPResponse *http.Response JSON200 *PublicReadConfig }
func ParsePublicReadConfigResp ¶
func ParsePublicReadConfigResp(rsp *http.Response) (*PublicReadConfigResp, error)
ParsePublicReadConfigResp parses an HTTP response from a PublicReadConfigWithResponse call
func (PublicReadConfigResp) Status ¶
func (r PublicReadConfigResp) Status() string
Status returns HTTPResponse.Status
func (PublicReadConfigResp) StatusCode ¶
func (r PublicReadConfigResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type RequestEditorFn ¶
RequestEditorFn is the function signature for the RequestEditor callback function
type ServicesConfigureSecurityHubResp ¶
type ServicesConfigureSecurityHubResp struct { Body []byte HTTPResponse *http.Response JSON200 *ServicesConfigureSecurityHubEvent JSON400 *Error JSON409 *Error }
func ParseServicesConfigureSecurityHubResp ¶
func ParseServicesConfigureSecurityHubResp(rsp *http.Response) (*ServicesConfigureSecurityHubResp, error)
ParseServicesConfigureSecurityHubResp parses an HTTP response from a ServicesConfigureSecurityHubWithResponse call
func (ServicesConfigureSecurityHubResp) Status ¶
func (r ServicesConfigureSecurityHubResp) Status() string
Status returns HTTPResponse.Status
func (ServicesConfigureSecurityHubResp) StatusCode ¶
func (r ServicesConfigureSecurityHubResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ServicesReadConfigurationsResp ¶
type ServicesReadConfigurationsResp struct { Body []byte HTTPResponse *http.Response JSON200 *ServicesReadConfigurations }
func ParseServicesReadConfigurationsResp ¶
func ParseServicesReadConfigurationsResp(rsp *http.Response) (*ServicesReadConfigurationsResp, error)
ParseServicesReadConfigurationsResp parses an HTTP response from a ServicesReadConfigurationsWithResponse call
func (ServicesReadConfigurationsResp) Status ¶
func (r ServicesReadConfigurationsResp) Status() string
Status returns HTTPResponse.Status
func (ServicesReadConfigurationsResp) StatusCode ¶
func (r ServicesReadConfigurationsResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ServicesReadSecurityHubConfigurationResp ¶
type ServicesReadSecurityHubConfigurationResp struct { Body []byte HTTPResponse *http.Response JSON200 *ServicesReadSecurityHubConfiguration JSON404 *Error }
func ParseServicesReadSecurityHubConfigurationResp ¶
func ParseServicesReadSecurityHubConfigurationResp(rsp *http.Response) (*ServicesReadSecurityHubConfigurationResp, error)
ParseServicesReadSecurityHubConfigurationResp parses an HTTP response from a ServicesReadSecurityHubConfigurationWithResponse call
func (ServicesReadSecurityHubConfigurationResp) Status ¶
func (r ServicesReadSecurityHubConfigurationResp) Status() string
Status returns HTTPResponse.Status
func (ServicesReadSecurityHubConfigurationResp) StatusCode ¶
func (r ServicesReadSecurityHubConfigurationResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TasksReadTaskResp ¶
type TasksReadTaskResp struct { Body []byte HTTPResponse *http.Response JSON200 *TasksReadTask JSON404 *Error }
func ParseTasksReadTaskResp ¶
func ParseTasksReadTaskResp(rsp *http.Response) (*TasksReadTaskResp, error)
ParseTasksReadTaskResp parses an HTTP response from a TasksReadTaskWithResponse call
func (TasksReadTaskResp) Status ¶
func (r TasksReadTaskResp) Status() string
Status returns HTTPResponse.Status
func (TasksReadTaskResp) StatusCode ¶
func (r TasksReadTaskResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TeamsCreateApiTokenResp ¶
type TeamsCreateApiTokenResp struct { Body []byte HTTPResponse *http.Response JSON200 *TeamsCreateApiTokenResponse JSON400 *Error JSON403 *Error }
func ParseTeamsCreateApiTokenResp ¶
func ParseTeamsCreateApiTokenResp(rsp *http.Response) (*TeamsCreateApiTokenResp, error)
ParseTeamsCreateApiTokenResp parses an HTTP response from a TeamsCreateApiTokenWithResponse call
func (TeamsCreateApiTokenResp) Status ¶
func (r TeamsCreateApiTokenResp) Status() string
Status returns HTTPResponse.Status
func (TeamsCreateApiTokenResp) StatusCode ¶
func (r TeamsCreateApiTokenResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TeamsCreateGroupResp ¶
type TeamsCreateGroupResp struct { Body []byte HTTPResponse *http.Response JSON200 *TeamsCreateGroupEvent JSON400 *Error JSON409 *StaxEvent }
func ParseTeamsCreateGroupResp ¶
func ParseTeamsCreateGroupResp(rsp *http.Response) (*TeamsCreateGroupResp, error)
ParseTeamsCreateGroupResp parses an HTTP response from a TeamsCreateGroupWithResponse call
func (TeamsCreateGroupResp) Status ¶
func (r TeamsCreateGroupResp) Status() string
Status returns HTTPResponse.Status
func (TeamsCreateGroupResp) StatusCode ¶
func (r TeamsCreateGroupResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TeamsCreateUserResp ¶
type TeamsCreateUserResp struct { Body []byte HTTPResponse *http.Response JSON200 *TeamsCreateUserEvent JSON403 *Error }
func ParseTeamsCreateUserResp ¶
func ParseTeamsCreateUserResp(rsp *http.Response) (*TeamsCreateUserResp, error)
ParseTeamsCreateUserResp parses an HTTP response from a TeamsCreateUserWithResponse call
func (TeamsCreateUserResp) Status ¶
func (r TeamsCreateUserResp) Status() string
Status returns HTTPResponse.Status
func (TeamsCreateUserResp) StatusCode ¶
func (r TeamsCreateUserResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TeamsDeleteApiTokenResp ¶
type TeamsDeleteApiTokenResp struct { Body []byte HTTPResponse *http.Response JSON200 *TeamsDeleteApiTokenResponse JSON404 *Error }
func ParseTeamsDeleteApiTokenResp ¶
func ParseTeamsDeleteApiTokenResp(rsp *http.Response) (*TeamsDeleteApiTokenResp, error)
ParseTeamsDeleteApiTokenResp parses an HTTP response from a TeamsDeleteApiTokenWithResponse call
func (TeamsDeleteApiTokenResp) Status ¶
func (r TeamsDeleteApiTokenResp) Status() string
Status returns HTTPResponse.Status
func (TeamsDeleteApiTokenResp) StatusCode ¶
func (r TeamsDeleteApiTokenResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TeamsDeleteGroupResp ¶
type TeamsDeleteGroupResp struct { Body []byte HTTPResponse *http.Response JSON200 *TeamsDeleteGroupEvent JSON400 *StaxEvent JSON404 *StaxEvent }
func ParseTeamsDeleteGroupResp ¶
func ParseTeamsDeleteGroupResp(rsp *http.Response) (*TeamsDeleteGroupResp, error)
ParseTeamsDeleteGroupResp parses an HTTP response from a TeamsDeleteGroupWithResponse call
func (TeamsDeleteGroupResp) Status ¶
func (r TeamsDeleteGroupResp) Status() string
Status returns HTTPResponse.Status
func (TeamsDeleteGroupResp) StatusCode ¶
func (r TeamsDeleteGroupResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TeamsDeleteUserResp ¶
type TeamsDeleteUserResp struct { Body []byte HTTPResponse *http.Response JSON200 *TeamsDeleteUserResponse JSON404 *Error }
func ParseTeamsDeleteUserResp ¶
func ParseTeamsDeleteUserResp(rsp *http.Response) (*TeamsDeleteUserResp, error)
ParseTeamsDeleteUserResp parses an HTTP response from a TeamsDeleteUserWithResponse call
func (TeamsDeleteUserResp) Status ¶
func (r TeamsDeleteUserResp) Status() string
Status returns HTTPResponse.Status
func (TeamsDeleteUserResp) StatusCode ¶
func (r TeamsDeleteUserResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TeamsFetchCurrentUserResp ¶
type TeamsFetchCurrentUserResp struct { Body []byte HTTPResponse *http.Response JSON200 *TeamsReadUsers JSON404 *Error }
func ParseTeamsFetchCurrentUserResp ¶
func ParseTeamsFetchCurrentUserResp(rsp *http.Response) (*TeamsFetchCurrentUserResp, error)
ParseTeamsFetchCurrentUserResp parses an HTTP response from a TeamsFetchCurrentUserWithResponse call
func (TeamsFetchCurrentUserResp) Status ¶
func (r TeamsFetchCurrentUserResp) Status() string
Status returns HTTPResponse.Status
func (TeamsFetchCurrentUserResp) StatusCode ¶
func (r TeamsFetchCurrentUserResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TeamsReadApiTokenResp ¶
type TeamsReadApiTokenResp struct { Body []byte HTTPResponse *http.Response JSON200 *TeamsReadApiTokens }
func ParseTeamsReadApiTokenResp ¶
func ParseTeamsReadApiTokenResp(rsp *http.Response) (*TeamsReadApiTokenResp, error)
ParseTeamsReadApiTokenResp parses an HTTP response from a TeamsReadApiTokenWithResponse call
func (TeamsReadApiTokenResp) Status ¶
func (r TeamsReadApiTokenResp) Status() string
Status returns HTTPResponse.Status
func (TeamsReadApiTokenResp) StatusCode ¶
func (r TeamsReadApiTokenResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TeamsReadApiTokensResp ¶
type TeamsReadApiTokensResp struct { Body []byte HTTPResponse *http.Response JSON200 *TeamsReadApiTokens }
func ParseTeamsReadApiTokensResp ¶
func ParseTeamsReadApiTokensResp(rsp *http.Response) (*TeamsReadApiTokensResp, error)
ParseTeamsReadApiTokensResp parses an HTTP response from a TeamsReadApiTokensWithResponse call
func (TeamsReadApiTokensResp) Status ¶
func (r TeamsReadApiTokensResp) Status() string
Status returns HTTPResponse.Status
func (TeamsReadApiTokensResp) StatusCode ¶
func (r TeamsReadApiTokensResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TeamsReadGroupResp ¶
type TeamsReadGroupResp struct { Body []byte HTTPResponse *http.Response JSON200 *TeamsReadGroupsResponse JSON404 *Error }
func ParseTeamsReadGroupResp ¶
func ParseTeamsReadGroupResp(rsp *http.Response) (*TeamsReadGroupResp, error)
ParseTeamsReadGroupResp parses an HTTP response from a TeamsReadGroupWithResponse call
func (TeamsReadGroupResp) Status ¶
func (r TeamsReadGroupResp) Status() string
Status returns HTTPResponse.Status
func (TeamsReadGroupResp) StatusCode ¶
func (r TeamsReadGroupResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TeamsReadGroupsResp ¶
type TeamsReadGroupsResp struct { Body []byte HTTPResponse *http.Response JSON200 *TeamsReadGroupsResponse }
func ParseTeamsReadGroupsResp ¶
func ParseTeamsReadGroupsResp(rsp *http.Response) (*TeamsReadGroupsResp, error)
ParseTeamsReadGroupsResp parses an HTTP response from a TeamsReadGroupsWithResponse call
func (TeamsReadGroupsResp) Status ¶
func (r TeamsReadGroupsResp) Status() string
Status returns HTTPResponse.Status
func (TeamsReadGroupsResp) StatusCode ¶
func (r TeamsReadGroupsResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TeamsReadIdamUserResp ¶
type TeamsReadIdamUserResp struct { Body []byte HTTPResponse *http.Response JSON200 *TeamsReadIdamUsers JSON404 *Error }
func ParseTeamsReadIdamUserResp ¶
func ParseTeamsReadIdamUserResp(rsp *http.Response) (*TeamsReadIdamUserResp, error)
ParseTeamsReadIdamUserResp parses an HTTP response from a TeamsReadIdamUserWithResponse call
func (TeamsReadIdamUserResp) Status ¶
func (r TeamsReadIdamUserResp) Status() string
Status returns HTTPResponse.Status
func (TeamsReadIdamUserResp) StatusCode ¶
func (r TeamsReadIdamUserResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TeamsReadIdamUsersResp ¶
type TeamsReadIdamUsersResp struct { Body []byte HTTPResponse *http.Response JSON200 *TeamsReadIdamUsers JSON404 *Error }
func ParseTeamsReadIdamUsersResp ¶
func ParseTeamsReadIdamUsersResp(rsp *http.Response) (*TeamsReadIdamUsersResp, error)
ParseTeamsReadIdamUsersResp parses an HTTP response from a TeamsReadIdamUsersWithResponse call
func (TeamsReadIdamUsersResp) Status ¶
func (r TeamsReadIdamUsersResp) Status() string
Status returns HTTPResponse.Status
func (TeamsReadIdamUsersResp) StatusCode ¶
func (r TeamsReadIdamUsersResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TeamsReadUserResp ¶
type TeamsReadUserResp struct { Body []byte HTTPResponse *http.Response JSON200 *TeamsReadUsers JSON404 *Error }
func ParseTeamsReadUserResp ¶
func ParseTeamsReadUserResp(rsp *http.Response) (*TeamsReadUserResp, error)
ParseTeamsReadUserResp parses an HTTP response from a TeamsReadUserWithResponse call
func (TeamsReadUserResp) Status ¶
func (r TeamsReadUserResp) Status() string
Status returns HTTPResponse.Status
func (TeamsReadUserResp) StatusCode ¶
func (r TeamsReadUserResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TeamsReadUsersResp ¶
type TeamsReadUsersResp struct { Body []byte HTTPResponse *http.Response JSON200 *TeamsReadUsers JSON400 *Error }
func ParseTeamsReadUsersResp ¶
func ParseTeamsReadUsersResp(rsp *http.Response) (*TeamsReadUsersResp, error)
ParseTeamsReadUsersResp parses an HTTP response from a TeamsReadUsersWithResponse call
func (TeamsReadUsersResp) Status ¶
func (r TeamsReadUsersResp) Status() string
Status returns HTTPResponse.Status
func (TeamsReadUsersResp) StatusCode ¶
func (r TeamsReadUsersResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TeamsUpdateApiTokenResp ¶
type TeamsUpdateApiTokenResp struct { Body []byte HTTPResponse *http.Response JSON200 *TeamsUpdateApiTokenResponse JSON400 *Error JSON403 *Error JSON404 *Error }
func ParseTeamsUpdateApiTokenResp ¶
func ParseTeamsUpdateApiTokenResp(rsp *http.Response) (*TeamsUpdateApiTokenResp, error)
ParseTeamsUpdateApiTokenResp parses an HTTP response from a TeamsUpdateApiTokenWithResponse call
func (TeamsUpdateApiTokenResp) Status ¶
func (r TeamsUpdateApiTokenResp) Status() string
Status returns HTTPResponse.Status
func (TeamsUpdateApiTokenResp) StatusCode ¶
func (r TeamsUpdateApiTokenResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TeamsUpdateGroupMembersResp ¶
type TeamsUpdateGroupMembersResp struct { Body []byte HTTPResponse *http.Response JSON200 *TeamsUpdateGroupMembersEvent JSON400 *Error JSON404 *StaxEvent }
func ParseTeamsUpdateGroupMembersResp ¶
func ParseTeamsUpdateGroupMembersResp(rsp *http.Response) (*TeamsUpdateGroupMembersResp, error)
ParseTeamsUpdateGroupMembersResp parses an HTTP response from a TeamsUpdateGroupMembersWithResponse call
func (TeamsUpdateGroupMembersResp) Status ¶
func (r TeamsUpdateGroupMembersResp) Status() string
Status returns HTTPResponse.Status
func (TeamsUpdateGroupMembersResp) StatusCode ¶
func (r TeamsUpdateGroupMembersResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TeamsUpdateGroupResp ¶
type TeamsUpdateGroupResp struct { Body []byte HTTPResponse *http.Response JSON200 *TeamsUpdateGroupEvent JSON400 *Error JSON404 *StaxEvent JSON409 *StaxEvent }
func ParseTeamsUpdateGroupResp ¶
func ParseTeamsUpdateGroupResp(rsp *http.Response) (*TeamsUpdateGroupResp, error)
ParseTeamsUpdateGroupResp parses an HTTP response from a TeamsUpdateGroupWithResponse call
func (TeamsUpdateGroupResp) Status ¶
func (r TeamsUpdateGroupResp) Status() string
Status returns HTTPResponse.Status
func (TeamsUpdateGroupResp) StatusCode ¶
func (r TeamsUpdateGroupResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TeamsUpdateUserInviteResp ¶
type TeamsUpdateUserInviteResp struct { Body []byte HTTPResponse *http.Response JSON200 *TeamsUpdateUserInviteEvent JSON400 *Error JSON404 *Error }
func ParseTeamsUpdateUserInviteResp ¶
func ParseTeamsUpdateUserInviteResp(rsp *http.Response) (*TeamsUpdateUserInviteResp, error)
ParseTeamsUpdateUserInviteResp parses an HTTP response from a TeamsUpdateUserInviteWithResponse call
func (TeamsUpdateUserInviteResp) Status ¶
func (r TeamsUpdateUserInviteResp) Status() string
Status returns HTTPResponse.Status
func (TeamsUpdateUserInviteResp) StatusCode ¶
func (r TeamsUpdateUserInviteResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TeamsUpdateUserPasswordResp ¶
type TeamsUpdateUserPasswordResp struct { Body []byte HTTPResponse *http.Response JSON200 *TeamsUpdateUserPasswordEvent JSON403 *Error JSON404 *Error }
func ParseTeamsUpdateUserPasswordResp ¶
func ParseTeamsUpdateUserPasswordResp(rsp *http.Response) (*TeamsUpdateUserPasswordResp, error)
ParseTeamsUpdateUserPasswordResp parses an HTTP response from a TeamsUpdateUserPasswordWithResponse call
func (TeamsUpdateUserPasswordResp) Status ¶
func (r TeamsUpdateUserPasswordResp) Status() string
Status returns HTTPResponse.Status
func (TeamsUpdateUserPasswordResp) StatusCode ¶
func (r TeamsUpdateUserPasswordResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TeamsUpdateUserResp ¶
type TeamsUpdateUserResp struct { Body []byte HTTPResponse *http.Response JSON200 *TeamsUpdateUserEvent JSON400 *Error JSON403 *Error JSON404 *Error }
func ParseTeamsUpdateUserResp ¶
func ParseTeamsUpdateUserResp(rsp *http.Response) (*TeamsUpdateUserResp, error)
ParseTeamsUpdateUserResp parses an HTTP response from a TeamsUpdateUserWithResponse call
func (TeamsUpdateUserResp) Status ¶
func (r TeamsUpdateUserResp) Status() string
Status returns HTTPResponse.Status
func (TeamsUpdateUserResp) StatusCode ¶
func (r TeamsUpdateUserResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type WorkloadsCreateCatalogueItemResp ¶
type WorkloadsCreateCatalogueItemResp struct { Body []byte HTTPResponse *http.Response JSON200 *CreateCatalogueEvent JSON400 *Error JSON403 *Error }
func ParseWorkloadsCreateCatalogueItemResp ¶
func ParseWorkloadsCreateCatalogueItemResp(rsp *http.Response) (*WorkloadsCreateCatalogueItemResp, error)
ParseWorkloadsCreateCatalogueItemResp parses an HTTP response from a WorkloadsCreateCatalogueItemWithResponse call
func (WorkloadsCreateCatalogueItemResp) Status ¶
func (r WorkloadsCreateCatalogueItemResp) Status() string
Status returns HTTPResponse.Status
func (WorkloadsCreateCatalogueItemResp) StatusCode ¶
func (r WorkloadsCreateCatalogueItemResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type WorkloadsCreateCatalogueVersionResp ¶
type WorkloadsCreateCatalogueVersionResp struct { Body []byte HTTPResponse *http.Response JSON200 *CreateVersionEvent JSON400 *Error JSON403 *Error JSON404 *Error }
func ParseWorkloadsCreateCatalogueVersionResp ¶
func ParseWorkloadsCreateCatalogueVersionResp(rsp *http.Response) (*WorkloadsCreateCatalogueVersionResp, error)
ParseWorkloadsCreateCatalogueVersionResp parses an HTTP response from a WorkloadsCreateCatalogueVersionWithResponse call
func (WorkloadsCreateCatalogueVersionResp) Status ¶
func (r WorkloadsCreateCatalogueVersionResp) Status() string
Status returns HTTPResponse.Status
func (WorkloadsCreateCatalogueVersionResp) StatusCode ¶
func (r WorkloadsCreateCatalogueVersionResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type WorkloadsCreateWorkloadResp ¶
type WorkloadsCreateWorkloadResp struct { Body []byte HTTPResponse *http.Response JSON200 *CreateWorkloadEvent JSON400 *StaxEvent }
func ParseWorkloadsCreateWorkloadResp ¶
func ParseWorkloadsCreateWorkloadResp(rsp *http.Response) (*WorkloadsCreateWorkloadResp, error)
ParseWorkloadsCreateWorkloadResp parses an HTTP response from a WorkloadsCreateWorkloadWithResponse call
func (WorkloadsCreateWorkloadResp) Status ¶
func (r WorkloadsCreateWorkloadResp) Status() string
Status returns HTTPResponse.Status
func (WorkloadsCreateWorkloadResp) StatusCode ¶
func (r WorkloadsCreateWorkloadResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type WorkloadsDeleteCatalogueItemResp ¶
type WorkloadsDeleteCatalogueItemResp struct { Body []byte HTTPResponse *http.Response JSON200 *DeleteCatalogueEvent JSON400 *Error JSON403 *Error JSON404 *Error }
func ParseWorkloadsDeleteCatalogueItemResp ¶
func ParseWorkloadsDeleteCatalogueItemResp(rsp *http.Response) (*WorkloadsDeleteCatalogueItemResp, error)
ParseWorkloadsDeleteCatalogueItemResp parses an HTTP response from a WorkloadsDeleteCatalogueItemWithResponse call
func (WorkloadsDeleteCatalogueItemResp) Status ¶
func (r WorkloadsDeleteCatalogueItemResp) Status() string
Status returns HTTPResponse.Status
func (WorkloadsDeleteCatalogueItemResp) StatusCode ¶
func (r WorkloadsDeleteCatalogueItemResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type WorkloadsDeleteCatalogueVersionResp ¶
type WorkloadsDeleteCatalogueVersionResp struct { Body []byte HTTPResponse *http.Response JSON200 *DeleteVersionEvent JSON400 *Error JSON404 *Error }
func ParseWorkloadsDeleteCatalogueVersionResp ¶
func ParseWorkloadsDeleteCatalogueVersionResp(rsp *http.Response) (*WorkloadsDeleteCatalogueVersionResp, error)
ParseWorkloadsDeleteCatalogueVersionResp parses an HTTP response from a WorkloadsDeleteCatalogueVersionWithResponse call
func (WorkloadsDeleteCatalogueVersionResp) Status ¶
func (r WorkloadsDeleteCatalogueVersionResp) Status() string
Status returns HTTPResponse.Status
func (WorkloadsDeleteCatalogueVersionResp) StatusCode ¶
func (r WorkloadsDeleteCatalogueVersionResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type WorkloadsDeleteWorkloadResp ¶
type WorkloadsDeleteWorkloadResp struct { Body []byte HTTPResponse *http.Response JSON200 *DeleteWorkloadEvent JSON400 *StaxEvent JSON403 *StaxEvent JSON404 *Error }
func ParseWorkloadsDeleteWorkloadResp ¶
func ParseWorkloadsDeleteWorkloadResp(rsp *http.Response) (*WorkloadsDeleteWorkloadResp, error)
ParseWorkloadsDeleteWorkloadResp parses an HTTP response from a WorkloadsDeleteWorkloadWithResponse call
func (WorkloadsDeleteWorkloadResp) Status ¶
func (r WorkloadsDeleteWorkloadResp) Status() string
Status returns HTTPResponse.Status
func (WorkloadsDeleteWorkloadResp) StatusCode ¶
func (r WorkloadsDeleteWorkloadResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type WorkloadsReadCatalogueItemResp ¶
type WorkloadsReadCatalogueItemResp struct { Body []byte HTTPResponse *http.Response JSON200 *WorkloadsReadCatalogueItems JSON400 *Error JSON404 *Error }
func ParseWorkloadsReadCatalogueItemResp ¶
func ParseWorkloadsReadCatalogueItemResp(rsp *http.Response) (*WorkloadsReadCatalogueItemResp, error)
ParseWorkloadsReadCatalogueItemResp parses an HTTP response from a WorkloadsReadCatalogueItemWithResponse call
func (WorkloadsReadCatalogueItemResp) Status ¶
func (r WorkloadsReadCatalogueItemResp) Status() string
Status returns HTTPResponse.Status
func (WorkloadsReadCatalogueItemResp) StatusCode ¶
func (r WorkloadsReadCatalogueItemResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type WorkloadsReadCatalogueItemsResp ¶
type WorkloadsReadCatalogueItemsResp struct { Body []byte HTTPResponse *http.Response JSON200 *WorkloadsReadCatalogueItems JSON400 *Error JSON404 *Error }
func ParseWorkloadsReadCatalogueItemsResp ¶
func ParseWorkloadsReadCatalogueItemsResp(rsp *http.Response) (*WorkloadsReadCatalogueItemsResp, error)
ParseWorkloadsReadCatalogueItemsResp parses an HTTP response from a WorkloadsReadCatalogueItemsWithResponse call
func (WorkloadsReadCatalogueItemsResp) Status ¶
func (r WorkloadsReadCatalogueItemsResp) Status() string
Status returns HTTPResponse.Status
func (WorkloadsReadCatalogueItemsResp) StatusCode ¶
func (r WorkloadsReadCatalogueItemsResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type WorkloadsReadCatalogueManifestResp ¶
type WorkloadsReadCatalogueManifestResp struct { Body []byte HTTPResponse *http.Response JSON200 *WorkloadsReadCatalogueManifest JSON400 *Error JSON404 *Error }
func ParseWorkloadsReadCatalogueManifestResp ¶
func ParseWorkloadsReadCatalogueManifestResp(rsp *http.Response) (*WorkloadsReadCatalogueManifestResp, error)
ParseWorkloadsReadCatalogueManifestResp parses an HTTP response from a WorkloadsReadCatalogueManifestWithResponse call
func (WorkloadsReadCatalogueManifestResp) Status ¶
func (r WorkloadsReadCatalogueManifestResp) Status() string
Status returns HTTPResponse.Status
func (WorkloadsReadCatalogueManifestResp) StatusCode ¶
func (r WorkloadsReadCatalogueManifestResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type WorkloadsReadCatalogueTemplateResp ¶
type WorkloadsReadCatalogueTemplateResp struct { Body []byte HTTPResponse *http.Response JSON200 *WorkloadsReadCatalogueTemplate JSON400 *Error JSON403 *Error JSON404 *Error }
func ParseWorkloadsReadCatalogueTemplateResp ¶
func ParseWorkloadsReadCatalogueTemplateResp(rsp *http.Response) (*WorkloadsReadCatalogueTemplateResp, error)
ParseWorkloadsReadCatalogueTemplateResp parses an HTTP response from a WorkloadsReadCatalogueTemplateWithResponse call
func (WorkloadsReadCatalogueTemplateResp) Status ¶
func (r WorkloadsReadCatalogueTemplateResp) Status() string
Status returns HTTPResponse.Status
func (WorkloadsReadCatalogueTemplateResp) StatusCode ¶
func (r WorkloadsReadCatalogueTemplateResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type WorkloadsReadCatalogueVersionResp ¶
type WorkloadsReadCatalogueVersionResp struct { Body []byte HTTPResponse *http.Response JSON200 *WorkloadsReadCatalogueVersion JSON400 *Error JSON404 *Error }
func ParseWorkloadsReadCatalogueVersionResp ¶
func ParseWorkloadsReadCatalogueVersionResp(rsp *http.Response) (*WorkloadsReadCatalogueVersionResp, error)
ParseWorkloadsReadCatalogueVersionResp parses an HTTP response from a WorkloadsReadCatalogueVersionWithResponse call
func (WorkloadsReadCatalogueVersionResp) Status ¶
func (r WorkloadsReadCatalogueVersionResp) Status() string
Status returns HTTPResponse.Status
func (WorkloadsReadCatalogueVersionResp) StatusCode ¶
func (r WorkloadsReadCatalogueVersionResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type WorkloadsReadWorkloadResp ¶
type WorkloadsReadWorkloadResp struct { Body []byte HTTPResponse *http.Response JSON200 *WorkloadsReadWorkloadsResponse JSON400 *Error JSON404 *Error }
func ParseWorkloadsReadWorkloadResp ¶
func ParseWorkloadsReadWorkloadResp(rsp *http.Response) (*WorkloadsReadWorkloadResp, error)
ParseWorkloadsReadWorkloadResp parses an HTTP response from a WorkloadsReadWorkloadWithResponse call
func (WorkloadsReadWorkloadResp) Status ¶
func (r WorkloadsReadWorkloadResp) Status() string
Status returns HTTPResponse.Status
func (WorkloadsReadWorkloadResp) StatusCode ¶
func (r WorkloadsReadWorkloadResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type WorkloadsReadWorkloadsResp ¶
type WorkloadsReadWorkloadsResp struct { Body []byte HTTPResponse *http.Response JSON200 *WorkloadsReadWorkloadsResponse JSON400 *Error JSON404 *Error }
func ParseWorkloadsReadWorkloadsResp ¶
func ParseWorkloadsReadWorkloadsResp(rsp *http.Response) (*WorkloadsReadWorkloadsResp, error)
ParseWorkloadsReadWorkloadsResp parses an HTTP response from a WorkloadsReadWorkloadsWithResponse call
func (WorkloadsReadWorkloadsResp) Status ¶
func (r WorkloadsReadWorkloadsResp) Status() string
Status returns HTTPResponse.Status
func (WorkloadsReadWorkloadsResp) StatusCode ¶
func (r WorkloadsReadWorkloadsResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type WorkloadsUpdateAllResp ¶
type WorkloadsUpdateAllResp struct { Body []byte HTTPResponse *http.Response JSON200 *StaxEvent JSON400 *Error JSON403 *Error }
func ParseWorkloadsUpdateAllResp ¶
func ParseWorkloadsUpdateAllResp(rsp *http.Response) (*WorkloadsUpdateAllResp, error)
ParseWorkloadsUpdateAllResp parses an HTTP response from a WorkloadsUpdateAllWithResponse call
func (WorkloadsUpdateAllResp) Status ¶
func (r WorkloadsUpdateAllResp) Status() string
Status returns HTTPResponse.Status
func (WorkloadsUpdateAllResp) StatusCode ¶
func (r WorkloadsUpdateAllResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type WorkloadsUpdateWorkloadResp ¶
type WorkloadsUpdateWorkloadResp struct { Body []byte HTTPResponse *http.Response JSON200 *UpdateWorkloadEvent JSON400 *StaxEvent JSON404 *Error }
func ParseWorkloadsUpdateWorkloadResp ¶
func ParseWorkloadsUpdateWorkloadResp(rsp *http.Response) (*WorkloadsUpdateWorkloadResp, error)
ParseWorkloadsUpdateWorkloadResp parses an HTTP response from a WorkloadsUpdateWorkloadWithResponse call
func (WorkloadsUpdateWorkloadResp) Status ¶
func (r WorkloadsUpdateWorkloadResp) Status() string
Status returns HTTPResponse.Status
func (WorkloadsUpdateWorkloadResp) StatusCode ¶
func (r WorkloadsUpdateWorkloadResp) StatusCode() int
StatusCode returns HTTPResponse.StatusCode