Documentation
¶
Overview ¶
Package arkclawiface provides an interface to enable mocking the ARKCLAW service client for testing your code.
It is important to note that this interface will have breaking changes when the service model is updated and adds new API operations, paginators, and waiters.
Index ¶
- Constants
- type ARKCLAW
- func (c *ARKCLAW) ApproveClawOmniInstanceDevicePairing(input *ApproveClawOmniInstanceDevicePairingInput) (*ApproveClawOmniInstanceDevicePairingOutput, error)
- func (c *ARKCLAW) ApproveClawOmniInstanceDevicePairingCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) ApproveClawOmniInstanceDevicePairingCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) ApproveClawOmniInstanceDevicePairingCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) ApproveClawOmniInstanceDevicePairingRequest(input *ApproveClawOmniInstanceDevicePairingInput) (req *request.Request, output *ApproveClawOmniInstanceDevicePairingOutput)
- func (c *ARKCLAW) ApproveClawOmniInstanceDevicePairingWithContext(ctx volcengine.Context, input *ApproveClawOmniInstanceDevicePairingInput, ...) (*ApproveClawOmniInstanceDevicePairingOutput, error)
- func (c *ARKCLAW) ClearClawOmniInstanceDevicePaired(input *ClearClawOmniInstanceDevicePairedInput) (*ClearClawOmniInstanceDevicePairedOutput, error)
- func (c *ARKCLAW) ClearClawOmniInstanceDevicePairedCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) ClearClawOmniInstanceDevicePairedCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) ClearClawOmniInstanceDevicePairedCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) ClearClawOmniInstanceDevicePairedRequest(input *ClearClawOmniInstanceDevicePairedInput) (req *request.Request, output *ClearClawOmniInstanceDevicePairedOutput)
- func (c *ARKCLAW) ClearClawOmniInstanceDevicePairedWithContext(ctx volcengine.Context, input *ClearClawOmniInstanceDevicePairedInput, ...) (*ClearClawOmniInstanceDevicePairedOutput, error)
- func (c *ARKCLAW) CreateClawInstance(input *CreateClawInstanceInput) (*CreateClawInstanceOutput, error)
- func (c *ARKCLAW) CreateClawInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) CreateClawInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) CreateClawInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) CreateClawInstanceRequest(input *CreateClawInstanceInput) (req *request.Request, output *CreateClawInstanceOutput)
- func (c *ARKCLAW) CreateClawInstanceWithContext(ctx volcengine.Context, input *CreateClawInstanceInput, opts ...request.Option) (*CreateClawInstanceOutput, error)
- func (c *ARKCLAW) CreateClawOmniAutoChannelJob(input *CreateClawOmniAutoChannelJobInput) (*CreateClawOmniAutoChannelJobOutput, error)
- func (c *ARKCLAW) CreateClawOmniAutoChannelJobCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) CreateClawOmniAutoChannelJobCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) CreateClawOmniAutoChannelJobCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) CreateClawOmniAutoChannelJobRequest(input *CreateClawOmniAutoChannelJobInput) (req *request.Request, output *CreateClawOmniAutoChannelJobOutput)
- func (c *ARKCLAW) CreateClawOmniAutoChannelJobWithContext(ctx volcengine.Context, input *CreateClawOmniAutoChannelJobInput, ...) (*CreateClawOmniAutoChannelJobOutput, error)
- func (c *ARKCLAW) CreateClawOmniInstance(input *CreateClawOmniInstanceInput) (*CreateClawOmniInstanceOutput, error)
- func (c *ARKCLAW) CreateClawOmniInstanceCommandJob(input *CreateClawOmniInstanceCommandJobInput) (*CreateClawOmniInstanceCommandJobOutput, error)
- func (c *ARKCLAW) CreateClawOmniInstanceCommandJobCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) CreateClawOmniInstanceCommandJobCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) CreateClawOmniInstanceCommandJobCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) CreateClawOmniInstanceCommandJobRequest(input *CreateClawOmniInstanceCommandJobInput) (req *request.Request, output *CreateClawOmniInstanceCommandJobOutput)
- func (c *ARKCLAW) CreateClawOmniInstanceCommandJobWithContext(ctx volcengine.Context, input *CreateClawOmniInstanceCommandJobInput, ...) (*CreateClawOmniInstanceCommandJobOutput, error)
- func (c *ARKCLAW) CreateClawOmniInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) CreateClawOmniInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) CreateClawOmniInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) CreateClawOmniInstanceRequest(input *CreateClawOmniInstanceInput) (req *request.Request, output *CreateClawOmniInstanceOutput)
- func (c *ARKCLAW) CreateClawOmniInstanceWithContext(ctx volcengine.Context, input *CreateClawOmniInstanceInput, ...) (*CreateClawOmniInstanceOutput, error)
- func (c *ARKCLAW) CreateIdentityProviderTokenExchange(input *CreateIdentityProviderTokenExchangeInput) (*CreateIdentityProviderTokenExchangeOutput, error)
- func (c *ARKCLAW) CreateIdentityProviderTokenExchangeCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) CreateIdentityProviderTokenExchangeCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) CreateIdentityProviderTokenExchangeCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) CreateIdentityProviderTokenExchangeRequest(input *CreateIdentityProviderTokenExchangeInput) (req *request.Request, output *CreateIdentityProviderTokenExchangeOutput)
- func (c *ARKCLAW) CreateIdentityProviderTokenExchangeWithContext(ctx volcengine.Context, input *CreateIdentityProviderTokenExchangeInput, ...) (*CreateIdentityProviderTokenExchangeOutput, error)
- func (c *ARKCLAW) CreatePrivateClawOmniSpaceTemplate(input *CreatePrivateClawOmniSpaceTemplateInput) (*CreatePrivateClawOmniSpaceTemplateOutput, error)
- func (c *ARKCLAW) CreatePrivateClawOmniSpaceTemplateCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) CreatePrivateClawOmniSpaceTemplateCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) CreatePrivateClawOmniSpaceTemplateCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) CreatePrivateClawOmniSpaceTemplateRequest(input *CreatePrivateClawOmniSpaceTemplateInput) (req *request.Request, output *CreatePrivateClawOmniSpaceTemplateOutput)
- func (c *ARKCLAW) CreatePrivateClawOmniSpaceTemplateWithContext(ctx volcengine.Context, input *CreatePrivateClawOmniSpaceTemplateInput, ...) (*CreatePrivateClawOmniSpaceTemplateOutput, error)
- func (c *ARKCLAW) CreatePrivateEgressDnsBlockRule(input *CreatePrivateEgressDnsBlockRuleInput) (*CreatePrivateEgressDnsBlockRuleOutput, error)
- func (c *ARKCLAW) CreatePrivateEgressDnsBlockRuleCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) CreatePrivateEgressDnsBlockRuleCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) CreatePrivateEgressDnsBlockRuleCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) CreatePrivateEgressDnsBlockRuleRequest(input *CreatePrivateEgressDnsBlockRuleInput) (req *request.Request, output *CreatePrivateEgressDnsBlockRuleOutput)
- func (c *ARKCLAW) CreatePrivateEgressDnsBlockRuleWithContext(ctx volcengine.Context, input *CreatePrivateEgressDnsBlockRuleInput, ...) (*CreatePrivateEgressDnsBlockRuleOutput, error)
- func (c *ARKCLAW) CreatePrivateEgressEndpoint(input *CreatePrivateEgressEndpointInput) (*CreatePrivateEgressEndpointOutput, error)
- func (c *ARKCLAW) CreatePrivateEgressEndpointCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) CreatePrivateEgressEndpointCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) CreatePrivateEgressEndpointCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) CreatePrivateEgressEndpointRequest(input *CreatePrivateEgressEndpointInput) (req *request.Request, output *CreatePrivateEgressEndpointOutput)
- func (c *ARKCLAW) CreatePrivateEgressEndpointWithContext(ctx volcengine.Context, input *CreatePrivateEgressEndpointInput, ...) (*CreatePrivateEgressEndpointOutput, error)
- func (c *ARKCLAW) CreatePrivateEgressNetworkAccessRule(input *CreatePrivateEgressNetworkAccessRuleInput) (*CreatePrivateEgressNetworkAccessRuleOutput, error)
- func (c *ARKCLAW) CreatePrivateEgressNetworkAccessRuleCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) CreatePrivateEgressNetworkAccessRuleCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) CreatePrivateEgressNetworkAccessRuleCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) CreatePrivateEgressNetworkAccessRuleRequest(input *CreatePrivateEgressNetworkAccessRuleInput) (req *request.Request, output *CreatePrivateEgressNetworkAccessRuleOutput)
- func (c *ARKCLAW) CreatePrivateEgressNetworkAccessRuleWithContext(ctx volcengine.Context, input *CreatePrivateEgressNetworkAccessRuleInput, ...) (*CreatePrivateEgressNetworkAccessRuleOutput, error)
- func (c *ARKCLAW) CreatePrivateEgressWebAccessRule(input *CreatePrivateEgressWebAccessRuleInput) (*CreatePrivateEgressWebAccessRuleOutput, error)
- func (c *ARKCLAW) CreatePrivateEgressWebAccessRuleCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) CreatePrivateEgressWebAccessRuleCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) CreatePrivateEgressWebAccessRuleCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) CreatePrivateEgressWebAccessRuleRequest(input *CreatePrivateEgressWebAccessRuleInput) (req *request.Request, output *CreatePrivateEgressWebAccessRuleOutput)
- func (c *ARKCLAW) CreatePrivateEgressWebAccessRuleWithContext(ctx volcengine.Context, input *CreatePrivateEgressWebAccessRuleInput, ...) (*CreatePrivateEgressWebAccessRuleOutput, error)
- func (c *ARKCLAW) CreateScheduledJob(input *CreateScheduledJobInput) (*CreateScheduledJobOutput, error)
- func (c *ARKCLAW) CreateScheduledJobCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) CreateScheduledJobCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) CreateScheduledJobCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) CreateScheduledJobRequest(input *CreateScheduledJobInput) (req *request.Request, output *CreateScheduledJobOutput)
- func (c *ARKCLAW) CreateScheduledJobWithContext(ctx volcengine.Context, input *CreateScheduledJobInput, opts ...request.Option) (*CreateScheduledJobOutput, error)
- func (c *ARKCLAW) DeleteClawInstance(input *DeleteClawInstanceInput) (*DeleteClawInstanceOutput, error)
- func (c *ARKCLAW) DeleteClawInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) DeleteClawInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) DeleteClawInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) DeleteClawInstanceRequest(input *DeleteClawInstanceInput) (req *request.Request, output *DeleteClawInstanceOutput)
- func (c *ARKCLAW) DeleteClawInstanceWithContext(ctx volcengine.Context, input *DeleteClawInstanceInput, opts ...request.Option) (*DeleteClawInstanceOutput, error)
- func (c *ARKCLAW) DeleteClawOmniChannel(input *DeleteClawOmniChannelInput) (*DeleteClawOmniChannelOutput, error)
- func (c *ARKCLAW) DeleteClawOmniChannelCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) DeleteClawOmniChannelCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) DeleteClawOmniChannelCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) DeleteClawOmniChannelRequest(input *DeleteClawOmniChannelInput) (req *request.Request, output *DeleteClawOmniChannelOutput)
- func (c *ARKCLAW) DeleteClawOmniChannelWithContext(ctx volcengine.Context, input *DeleteClawOmniChannelInput, ...) (*DeleteClawOmniChannelOutput, error)
- func (c *ARKCLAW) DeleteClawOmniInstance(input *DeleteClawOmniInstanceInput) (*DeleteClawOmniInstanceOutput, error)
- func (c *ARKCLAW) DeleteClawOmniInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) DeleteClawOmniInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) DeleteClawOmniInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) DeleteClawOmniInstanceRequest(input *DeleteClawOmniInstanceInput) (req *request.Request, output *DeleteClawOmniInstanceOutput)
- func (c *ARKCLAW) DeleteClawOmniInstanceWithContext(ctx volcengine.Context, input *DeleteClawOmniInstanceInput, ...) (*DeleteClawOmniInstanceOutput, error)
- func (c *ARKCLAW) DeleteIdentityProviderTokenExchange(input *DeleteIdentityProviderTokenExchangeInput) (*DeleteIdentityProviderTokenExchangeOutput, error)
- func (c *ARKCLAW) DeleteIdentityProviderTokenExchangeCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) DeleteIdentityProviderTokenExchangeCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) DeleteIdentityProviderTokenExchangeCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) DeleteIdentityProviderTokenExchangeRequest(input *DeleteIdentityProviderTokenExchangeInput) (req *request.Request, output *DeleteIdentityProviderTokenExchangeOutput)
- func (c *ARKCLAW) DeleteIdentityProviderTokenExchangeWithContext(ctx volcengine.Context, input *DeleteIdentityProviderTokenExchangeInput, ...) (*DeleteIdentityProviderTokenExchangeOutput, error)
- func (c *ARKCLAW) DeletePrivateEgressDnsBlockRule(input *DeletePrivateEgressDnsBlockRuleInput) (*DeletePrivateEgressDnsBlockRuleOutput, error)
- func (c *ARKCLAW) DeletePrivateEgressDnsBlockRuleCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) DeletePrivateEgressDnsBlockRuleCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) DeletePrivateEgressDnsBlockRuleCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) DeletePrivateEgressDnsBlockRuleRequest(input *DeletePrivateEgressDnsBlockRuleInput) (req *request.Request, output *DeletePrivateEgressDnsBlockRuleOutput)
- func (c *ARKCLAW) DeletePrivateEgressDnsBlockRuleWithContext(ctx volcengine.Context, input *DeletePrivateEgressDnsBlockRuleInput, ...) (*DeletePrivateEgressDnsBlockRuleOutput, error)
- func (c *ARKCLAW) DeletePrivateEgressEndpoint(input *DeletePrivateEgressEndpointInput) (*DeletePrivateEgressEndpointOutput, error)
- func (c *ARKCLAW) DeletePrivateEgressEndpointCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) DeletePrivateEgressEndpointCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) DeletePrivateEgressEndpointCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) DeletePrivateEgressEndpointRequest(input *DeletePrivateEgressEndpointInput) (req *request.Request, output *DeletePrivateEgressEndpointOutput)
- func (c *ARKCLAW) DeletePrivateEgressEndpointWithContext(ctx volcengine.Context, input *DeletePrivateEgressEndpointInput, ...) (*DeletePrivateEgressEndpointOutput, error)
- func (c *ARKCLAW) DeletePrivateEgressNetworkAccessRule(input *DeletePrivateEgressNetworkAccessRuleInput) (*DeletePrivateEgressNetworkAccessRuleOutput, error)
- func (c *ARKCLAW) DeletePrivateEgressNetworkAccessRuleCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) DeletePrivateEgressNetworkAccessRuleCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) DeletePrivateEgressNetworkAccessRuleCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) DeletePrivateEgressNetworkAccessRuleRequest(input *DeletePrivateEgressNetworkAccessRuleInput) (req *request.Request, output *DeletePrivateEgressNetworkAccessRuleOutput)
- func (c *ARKCLAW) DeletePrivateEgressNetworkAccessRuleWithContext(ctx volcengine.Context, input *DeletePrivateEgressNetworkAccessRuleInput, ...) (*DeletePrivateEgressNetworkAccessRuleOutput, error)
- func (c *ARKCLAW) DeletePrivateEgressWebAccessRule(input *DeletePrivateEgressWebAccessRuleInput) (*DeletePrivateEgressWebAccessRuleOutput, error)
- func (c *ARKCLAW) DeletePrivateEgressWebAccessRuleCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) DeletePrivateEgressWebAccessRuleCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) DeletePrivateEgressWebAccessRuleCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) DeletePrivateEgressWebAccessRuleRequest(input *DeletePrivateEgressWebAccessRuleInput) (req *request.Request, output *DeletePrivateEgressWebAccessRuleOutput)
- func (c *ARKCLAW) DeletePrivateEgressWebAccessRuleWithContext(ctx volcengine.Context, input *DeletePrivateEgressWebAccessRuleInput, ...) (*DeletePrivateEgressWebAccessRuleOutput, error)
- func (c *ARKCLAW) DeleteScheduledJob(input *DeleteScheduledJobInput) (*DeleteScheduledJobOutput, error)
- func (c *ARKCLAW) DeleteScheduledJobCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) DeleteScheduledJobCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) DeleteScheduledJobCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) DeleteScheduledJobRequest(input *DeleteScheduledJobInput) (req *request.Request, output *DeleteScheduledJobOutput)
- func (c *ARKCLAW) DeleteScheduledJobWithContext(ctx volcengine.Context, input *DeleteScheduledJobInput, opts ...request.Option) (*DeleteScheduledJobOutput, error)
- func (c *ARKCLAW) DescribeAccountWhiteList(input *DescribeAccountWhiteListInput) (*DescribeAccountWhiteListOutput, error)
- func (c *ARKCLAW) DescribeAccountWhiteListCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) DescribeAccountWhiteListCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) DescribeAccountWhiteListCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) DescribeAccountWhiteListRequest(input *DescribeAccountWhiteListInput) (req *request.Request, output *DescribeAccountWhiteListOutput)
- func (c *ARKCLAW) DescribeAccountWhiteListWithContext(ctx volcengine.Context, input *DescribeAccountWhiteListInput, ...) (*DescribeAccountWhiteListOutput, error)
- func (c *ARKCLAW) DescribePrivateEgress(input *DescribePrivateEgressInput) (*DescribePrivateEgressOutput, error)
- func (c *ARKCLAW) DescribePrivateEgressAvailableZones(input *DescribePrivateEgressAvailableZonesInput) (*DescribePrivateEgressAvailableZonesOutput, error)
- func (c *ARKCLAW) DescribePrivateEgressAvailableZonesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) DescribePrivateEgressAvailableZonesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) DescribePrivateEgressAvailableZonesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) DescribePrivateEgressAvailableZonesRequest(input *DescribePrivateEgressAvailableZonesInput) (req *request.Request, output *DescribePrivateEgressAvailableZonesOutput)
- func (c *ARKCLAW) DescribePrivateEgressAvailableZonesWithContext(ctx volcengine.Context, input *DescribePrivateEgressAvailableZonesInput, ...) (*DescribePrivateEgressAvailableZonesOutput, error)
- func (c *ARKCLAW) DescribePrivateEgressCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) DescribePrivateEgressCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) DescribePrivateEgressCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) DescribePrivateEgressDnsBlockRules(input *DescribePrivateEgressDnsBlockRulesInput) (*DescribePrivateEgressDnsBlockRulesOutput, error)
- func (c *ARKCLAW) DescribePrivateEgressDnsBlockRulesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) DescribePrivateEgressDnsBlockRulesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) DescribePrivateEgressDnsBlockRulesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) DescribePrivateEgressDnsBlockRulesRequest(input *DescribePrivateEgressDnsBlockRulesInput) (req *request.Request, output *DescribePrivateEgressDnsBlockRulesOutput)
- func (c *ARKCLAW) DescribePrivateEgressDnsBlockRulesWithContext(ctx volcengine.Context, input *DescribePrivateEgressDnsBlockRulesInput, ...) (*DescribePrivateEgressDnsBlockRulesOutput, error)
- func (c *ARKCLAW) DescribePrivateEgressEndpoints(input *DescribePrivateEgressEndpointsInput) (*DescribePrivateEgressEndpointsOutput, error)
- func (c *ARKCLAW) DescribePrivateEgressEndpointsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) DescribePrivateEgressEndpointsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) DescribePrivateEgressEndpointsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) DescribePrivateEgressEndpointsRequest(input *DescribePrivateEgressEndpointsInput) (req *request.Request, output *DescribePrivateEgressEndpointsOutput)
- func (c *ARKCLAW) DescribePrivateEgressEndpointsWithContext(ctx volcengine.Context, input *DescribePrivateEgressEndpointsInput, ...) (*DescribePrivateEgressEndpointsOutput, error)
- func (c *ARKCLAW) DescribePrivateEgressManagedWebAccessRuleTemplates(input *DescribePrivateEgressManagedWebAccessRuleTemplatesInput) (*DescribePrivateEgressManagedWebAccessRuleTemplatesOutput, error)
- func (c *ARKCLAW) DescribePrivateEgressManagedWebAccessRuleTemplatesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) DescribePrivateEgressManagedWebAccessRuleTemplatesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) DescribePrivateEgressManagedWebAccessRuleTemplatesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) DescribePrivateEgressManagedWebAccessRuleTemplatesRequest(input *DescribePrivateEgressManagedWebAccessRuleTemplatesInput) (req *request.Request, ...)
- func (c *ARKCLAW) DescribePrivateEgressManagedWebAccessRuleTemplatesWithContext(ctx volcengine.Context, ...) (*DescribePrivateEgressManagedWebAccessRuleTemplatesOutput, error)
- func (c *ARKCLAW) DescribePrivateEgressNetworkAccessPolicy(input *DescribePrivateEgressNetworkAccessPolicyInput) (*DescribePrivateEgressNetworkAccessPolicyOutput, error)
- func (c *ARKCLAW) DescribePrivateEgressNetworkAccessPolicyCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) DescribePrivateEgressNetworkAccessPolicyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) DescribePrivateEgressNetworkAccessPolicyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) DescribePrivateEgressNetworkAccessPolicyRequest(input *DescribePrivateEgressNetworkAccessPolicyInput) (req *request.Request, output *DescribePrivateEgressNetworkAccessPolicyOutput)
- func (c *ARKCLAW) DescribePrivateEgressNetworkAccessPolicyWithContext(ctx volcengine.Context, input *DescribePrivateEgressNetworkAccessPolicyInput, ...) (*DescribePrivateEgressNetworkAccessPolicyOutput, error)
- func (c *ARKCLAW) DescribePrivateEgressNetworkAccessRuleAttributes(input *DescribePrivateEgressNetworkAccessRuleAttributesInput) (*DescribePrivateEgressNetworkAccessRuleAttributesOutput, error)
- func (c *ARKCLAW) DescribePrivateEgressNetworkAccessRuleAttributesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) DescribePrivateEgressNetworkAccessRuleAttributesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) DescribePrivateEgressNetworkAccessRuleAttributesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) DescribePrivateEgressNetworkAccessRuleAttributesRequest(input *DescribePrivateEgressNetworkAccessRuleAttributesInput) (req *request.Request, ...)
- func (c *ARKCLAW) DescribePrivateEgressNetworkAccessRuleAttributesWithContext(ctx volcengine.Context, ...) (*DescribePrivateEgressNetworkAccessRuleAttributesOutput, error)
- func (c *ARKCLAW) DescribePrivateEgressNetworkAccessRules(input *DescribePrivateEgressNetworkAccessRulesInput) (*DescribePrivateEgressNetworkAccessRulesOutput, error)
- func (c *ARKCLAW) DescribePrivateEgressNetworkAccessRulesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) DescribePrivateEgressNetworkAccessRulesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) DescribePrivateEgressNetworkAccessRulesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) DescribePrivateEgressNetworkAccessRulesRequest(input *DescribePrivateEgressNetworkAccessRulesInput) (req *request.Request, output *DescribePrivateEgressNetworkAccessRulesOutput)
- func (c *ARKCLAW) DescribePrivateEgressNetworkAccessRulesWithContext(ctx volcengine.Context, input *DescribePrivateEgressNetworkAccessRulesInput, ...) (*DescribePrivateEgressNetworkAccessRulesOutput, error)
- func (c *ARKCLAW) DescribePrivateEgressRequest(input *DescribePrivateEgressInput) (req *request.Request, output *DescribePrivateEgressOutput)
- func (c *ARKCLAW) DescribePrivateEgressWebAccessPolicy(input *DescribePrivateEgressWebAccessPolicyInput) (*DescribePrivateEgressWebAccessPolicyOutput, error)
- func (c *ARKCLAW) DescribePrivateEgressWebAccessPolicyCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) DescribePrivateEgressWebAccessPolicyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) DescribePrivateEgressWebAccessPolicyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) DescribePrivateEgressWebAccessPolicyRequest(input *DescribePrivateEgressWebAccessPolicyInput) (req *request.Request, output *DescribePrivateEgressWebAccessPolicyOutput)
- func (c *ARKCLAW) DescribePrivateEgressWebAccessPolicyWithContext(ctx volcengine.Context, input *DescribePrivateEgressWebAccessPolicyInput, ...) (*DescribePrivateEgressWebAccessPolicyOutput, error)
- func (c *ARKCLAW) DescribePrivateEgressWebAccessRuleAttributes(input *DescribePrivateEgressWebAccessRuleAttributesInput) (*DescribePrivateEgressWebAccessRuleAttributesOutput, error)
- func (c *ARKCLAW) DescribePrivateEgressWebAccessRuleAttributesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) DescribePrivateEgressWebAccessRuleAttributesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) DescribePrivateEgressWebAccessRuleAttributesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) DescribePrivateEgressWebAccessRuleAttributesRequest(input *DescribePrivateEgressWebAccessRuleAttributesInput) (req *request.Request, ...)
- func (c *ARKCLAW) DescribePrivateEgressWebAccessRuleAttributesWithContext(ctx volcengine.Context, ...) (*DescribePrivateEgressWebAccessRuleAttributesOutput, error)
- func (c *ARKCLAW) DescribePrivateEgressWebAccessRules(input *DescribePrivateEgressWebAccessRulesInput) (*DescribePrivateEgressWebAccessRulesOutput, error)
- func (c *ARKCLAW) DescribePrivateEgressWebAccessRulesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) DescribePrivateEgressWebAccessRulesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) DescribePrivateEgressWebAccessRulesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) DescribePrivateEgressWebAccessRulesRequest(input *DescribePrivateEgressWebAccessRulesInput) (req *request.Request, output *DescribePrivateEgressWebAccessRulesOutput)
- func (c *ARKCLAW) DescribePrivateEgressWebAccessRulesWithContext(ctx volcengine.Context, input *DescribePrivateEgressWebAccessRulesInput, ...) (*DescribePrivateEgressWebAccessRulesOutput, error)
- func (c *ARKCLAW) DescribePrivateEgressWithContext(ctx volcengine.Context, input *DescribePrivateEgressInput, ...) (*DescribePrivateEgressOutput, error)
- func (c *ARKCLAW) DisablePrivateEgressAccessLog(input *DisablePrivateEgressAccessLogInput) (*DisablePrivateEgressAccessLogOutput, error)
- func (c *ARKCLAW) DisablePrivateEgressAccessLogCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) DisablePrivateEgressAccessLogCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) DisablePrivateEgressAccessLogCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) DisablePrivateEgressAccessLogRequest(input *DisablePrivateEgressAccessLogInput) (req *request.Request, output *DisablePrivateEgressAccessLogOutput)
- func (c *ARKCLAW) DisablePrivateEgressAccessLogWithContext(ctx volcengine.Context, input *DisablePrivateEgressAccessLogInput, ...) (*DisablePrivateEgressAccessLogOutput, error)
- func (c *ARKCLAW) DisablePrivateEgressDns(input *DisablePrivateEgressDnsInput) (*DisablePrivateEgressDnsOutput, error)
- func (c *ARKCLAW) DisablePrivateEgressDnsBlockRule(input *DisablePrivateEgressDnsBlockRuleInput) (*DisablePrivateEgressDnsBlockRuleOutput, error)
- func (c *ARKCLAW) DisablePrivateEgressDnsBlockRuleCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) DisablePrivateEgressDnsBlockRuleCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) DisablePrivateEgressDnsBlockRuleCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) DisablePrivateEgressDnsBlockRuleRequest(input *DisablePrivateEgressDnsBlockRuleInput) (req *request.Request, output *DisablePrivateEgressDnsBlockRuleOutput)
- func (c *ARKCLAW) DisablePrivateEgressDnsBlockRuleWithContext(ctx volcengine.Context, input *DisablePrivateEgressDnsBlockRuleInput, ...) (*DisablePrivateEgressDnsBlockRuleOutput, error)
- func (c *ARKCLAW) DisablePrivateEgressDnsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) DisablePrivateEgressDnsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) DisablePrivateEgressDnsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) DisablePrivateEgressDnsRequest(input *DisablePrivateEgressDnsInput) (req *request.Request, output *DisablePrivateEgressDnsOutput)
- func (c *ARKCLAW) DisablePrivateEgressDnsWithContext(ctx volcengine.Context, input *DisablePrivateEgressDnsInput, ...) (*DisablePrivateEgressDnsOutput, error)
- func (c *ARKCLAW) DisablePrivateEgressNetworkAccessPolicy(input *DisablePrivateEgressNetworkAccessPolicyInput) (*DisablePrivateEgressNetworkAccessPolicyOutput, error)
- func (c *ARKCLAW) DisablePrivateEgressNetworkAccessPolicyCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) DisablePrivateEgressNetworkAccessPolicyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) DisablePrivateEgressNetworkAccessPolicyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) DisablePrivateEgressNetworkAccessPolicyRequest(input *DisablePrivateEgressNetworkAccessPolicyInput) (req *request.Request, output *DisablePrivateEgressNetworkAccessPolicyOutput)
- func (c *ARKCLAW) DisablePrivateEgressNetworkAccessPolicyWithContext(ctx volcengine.Context, input *DisablePrivateEgressNetworkAccessPolicyInput, ...) (*DisablePrivateEgressNetworkAccessPolicyOutput, error)
- func (c *ARKCLAW) DisablePrivateEgressWebAccessPolicy(input *DisablePrivateEgressWebAccessPolicyInput) (*DisablePrivateEgressWebAccessPolicyOutput, error)
- func (c *ARKCLAW) DisablePrivateEgressWebAccessPolicyCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) DisablePrivateEgressWebAccessPolicyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) DisablePrivateEgressWebAccessPolicyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) DisablePrivateEgressWebAccessPolicyRequest(input *DisablePrivateEgressWebAccessPolicyInput) (req *request.Request, output *DisablePrivateEgressWebAccessPolicyOutput)
- func (c *ARKCLAW) DisablePrivateEgressWebAccessPolicyWithContext(ctx volcengine.Context, input *DisablePrivateEgressWebAccessPolicyInput, ...) (*DisablePrivateEgressWebAccessPolicyOutput, error)
- func (c *ARKCLAW) EnablePrivateEgressAccessLog(input *EnablePrivateEgressAccessLogInput) (*EnablePrivateEgressAccessLogOutput, error)
- func (c *ARKCLAW) EnablePrivateEgressAccessLogCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) EnablePrivateEgressAccessLogCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) EnablePrivateEgressAccessLogCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) EnablePrivateEgressAccessLogRequest(input *EnablePrivateEgressAccessLogInput) (req *request.Request, output *EnablePrivateEgressAccessLogOutput)
- func (c *ARKCLAW) EnablePrivateEgressAccessLogWithContext(ctx volcengine.Context, input *EnablePrivateEgressAccessLogInput, ...) (*EnablePrivateEgressAccessLogOutput, error)
- func (c *ARKCLAW) EnablePrivateEgressDns(input *EnablePrivateEgressDnsInput) (*EnablePrivateEgressDnsOutput, error)
- func (c *ARKCLAW) EnablePrivateEgressDnsBlockRule(input *EnablePrivateEgressDnsBlockRuleInput) (*EnablePrivateEgressDnsBlockRuleOutput, error)
- func (c *ARKCLAW) EnablePrivateEgressDnsBlockRuleCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) EnablePrivateEgressDnsBlockRuleCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) EnablePrivateEgressDnsBlockRuleCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) EnablePrivateEgressDnsBlockRuleRequest(input *EnablePrivateEgressDnsBlockRuleInput) (req *request.Request, output *EnablePrivateEgressDnsBlockRuleOutput)
- func (c *ARKCLAW) EnablePrivateEgressDnsBlockRuleWithContext(ctx volcengine.Context, input *EnablePrivateEgressDnsBlockRuleInput, ...) (*EnablePrivateEgressDnsBlockRuleOutput, error)
- func (c *ARKCLAW) EnablePrivateEgressDnsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) EnablePrivateEgressDnsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) EnablePrivateEgressDnsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) EnablePrivateEgressDnsRequest(input *EnablePrivateEgressDnsInput) (req *request.Request, output *EnablePrivateEgressDnsOutput)
- func (c *ARKCLAW) EnablePrivateEgressDnsWithContext(ctx volcengine.Context, input *EnablePrivateEgressDnsInput, ...) (*EnablePrivateEgressDnsOutput, error)
- func (c *ARKCLAW) EnablePrivateEgressNetworkAccessPolicy(input *EnablePrivateEgressNetworkAccessPolicyInput) (*EnablePrivateEgressNetworkAccessPolicyOutput, error)
- func (c *ARKCLAW) EnablePrivateEgressNetworkAccessPolicyCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) EnablePrivateEgressNetworkAccessPolicyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) EnablePrivateEgressNetworkAccessPolicyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) EnablePrivateEgressNetworkAccessPolicyRequest(input *EnablePrivateEgressNetworkAccessPolicyInput) (req *request.Request, output *EnablePrivateEgressNetworkAccessPolicyOutput)
- func (c *ARKCLAW) EnablePrivateEgressNetworkAccessPolicyWithContext(ctx volcengine.Context, input *EnablePrivateEgressNetworkAccessPolicyInput, ...) (*EnablePrivateEgressNetworkAccessPolicyOutput, error)
- func (c *ARKCLAW) EnablePrivateEgressWebAccessPolicy(input *EnablePrivateEgressWebAccessPolicyInput) (*EnablePrivateEgressWebAccessPolicyOutput, error)
- func (c *ARKCLAW) EnablePrivateEgressWebAccessPolicyCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) EnablePrivateEgressWebAccessPolicyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) EnablePrivateEgressWebAccessPolicyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) EnablePrivateEgressWebAccessPolicyRequest(input *EnablePrivateEgressWebAccessPolicyInput) (req *request.Request, output *EnablePrivateEgressWebAccessPolicyOutput)
- func (c *ARKCLAW) EnablePrivateEgressWebAccessPolicyWithContext(ctx volcengine.Context, input *EnablePrivateEgressWebAccessPolicyInput, ...) (*EnablePrivateEgressWebAccessPolicyOutput, error)
- func (c *ARKCLAW) ExecuteClawOmniInstanceCommand(input *ExecuteClawOmniInstanceCommandInput) (*ExecuteClawOmniInstanceCommandOutput, error)
- func (c *ARKCLAW) ExecuteClawOmniInstanceCommandCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) ExecuteClawOmniInstanceCommandCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) ExecuteClawOmniInstanceCommandCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) ExecuteClawOmniInstanceCommandRequest(input *ExecuteClawOmniInstanceCommandInput) (req *request.Request, output *ExecuteClawOmniInstanceCommandOutput)
- func (c *ARKCLAW) ExecuteClawOmniInstanceCommandWithContext(ctx volcengine.Context, input *ExecuteClawOmniInstanceCommandInput, ...) (*ExecuteClawOmniInstanceCommandOutput, error)
- func (c *ARKCLAW) GetArkclawOmniInstanceWebui(input *GetArkclawOmniInstanceWebuiInput) (*GetArkclawOmniInstanceWebuiOutput, error)
- func (c *ARKCLAW) GetArkclawOmniInstanceWebuiCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) GetArkclawOmniInstanceWebuiCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) GetArkclawOmniInstanceWebuiCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) GetArkclawOmniInstanceWebuiRequest(input *GetArkclawOmniInstanceWebuiInput) (req *request.Request, output *GetArkclawOmniInstanceWebuiOutput)
- func (c *ARKCLAW) GetArkclawOmniInstanceWebuiWithContext(ctx volcengine.Context, input *GetArkclawOmniInstanceWebuiInput, ...) (*GetArkclawOmniInstanceWebuiOutput, error)
- func (c *ARKCLAW) GetClawInstance(input *GetClawInstanceInput) (*GetClawInstanceOutput, error)
- func (c *ARKCLAW) GetClawInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) GetClawInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) GetClawInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) GetClawInstanceRequest(input *GetClawInstanceInput) (req *request.Request, output *GetClawInstanceOutput)
- func (c *ARKCLAW) GetClawInstanceWithContext(ctx volcengine.Context, input *GetClawInstanceInput, opts ...request.Option) (*GetClawInstanceOutput, error)
- func (c *ARKCLAW) GetClawOmniAutoChannelJob(input *GetClawOmniAutoChannelJobInput) (*GetClawOmniAutoChannelJobOutput, error)
- func (c *ARKCLAW) GetClawOmniAutoChannelJobCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) GetClawOmniAutoChannelJobCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) GetClawOmniAutoChannelJobCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) GetClawOmniAutoChannelJobRequest(input *GetClawOmniAutoChannelJobInput) (req *request.Request, output *GetClawOmniAutoChannelJobOutput)
- func (c *ARKCLAW) GetClawOmniAutoChannelJobWithContext(ctx volcengine.Context, input *GetClawOmniAutoChannelJobInput, ...) (*GetClawOmniAutoChannelJobOutput, error)
- func (c *ARKCLAW) GetClawOmniInstance(input *GetClawOmniInstanceInput) (*GetClawOmniInstanceOutput, error)
- func (c *ARKCLAW) GetClawOmniInstanceCommandJob(input *GetClawOmniInstanceCommandJobInput) (*GetClawOmniInstanceCommandJobOutput, error)
- func (c *ARKCLAW) GetClawOmniInstanceCommandJobCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) GetClawOmniInstanceCommandJobCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) GetClawOmniInstanceCommandJobCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) GetClawOmniInstanceCommandJobLog(input *GetClawOmniInstanceCommandJobLogInput) (*GetClawOmniInstanceCommandJobLogOutput, error)
- func (c *ARKCLAW) GetClawOmniInstanceCommandJobLogCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) GetClawOmniInstanceCommandJobLogCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) GetClawOmniInstanceCommandJobLogCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) GetClawOmniInstanceCommandJobLogRequest(input *GetClawOmniInstanceCommandJobLogInput) (req *request.Request, output *GetClawOmniInstanceCommandJobLogOutput)
- func (c *ARKCLAW) GetClawOmniInstanceCommandJobLogWithContext(ctx volcengine.Context, input *GetClawOmniInstanceCommandJobLogInput, ...) (*GetClawOmniInstanceCommandJobLogOutput, error)
- func (c *ARKCLAW) GetClawOmniInstanceCommandJobRequest(input *GetClawOmniInstanceCommandJobInput) (req *request.Request, output *GetClawOmniInstanceCommandJobOutput)
- func (c *ARKCLAW) GetClawOmniInstanceCommandJobWithContext(ctx volcengine.Context, input *GetClawOmniInstanceCommandJobInput, ...) (*GetClawOmniInstanceCommandJobOutput, error)
- func (c *ARKCLAW) GetClawOmniInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) GetClawOmniInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) GetClawOmniInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) GetClawOmniInstanceRequest(input *GetClawOmniInstanceInput) (req *request.Request, output *GetClawOmniInstanceOutput)
- func (c *ARKCLAW) GetClawOmniInstanceSkills(input *GetClawOmniInstanceSkillsInput) (*GetClawOmniInstanceSkillsOutput, error)
- func (c *ARKCLAW) GetClawOmniInstanceSkillsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) GetClawOmniInstanceSkillsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) GetClawOmniInstanceSkillsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) GetClawOmniInstanceSkillsRequest(input *GetClawOmniInstanceSkillsInput) (req *request.Request, output *GetClawOmniInstanceSkillsOutput)
- func (c *ARKCLAW) GetClawOmniInstanceSkillsWithContext(ctx volcengine.Context, input *GetClawOmniInstanceSkillsInput, ...) (*GetClawOmniInstanceSkillsOutput, error)
- func (c *ARKCLAW) GetClawOmniInstanceWithContext(ctx volcengine.Context, input *GetClawOmniInstanceInput, ...) (*GetClawOmniInstanceOutput, error)
- func (c *ARKCLAW) GetClawOmniSpaceTemplate(input *GetClawOmniSpaceTemplateInput) (*GetClawOmniSpaceTemplateOutput, error)
- func (c *ARKCLAW) GetClawOmniSpaceTemplateCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) GetClawOmniSpaceTemplateCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) GetClawOmniSpaceTemplateCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) GetClawOmniSpaceTemplateRequest(input *GetClawOmniSpaceTemplateInput) (req *request.Request, output *GetClawOmniSpaceTemplateOutput)
- func (c *ARKCLAW) GetClawOmniSpaceTemplateWithContext(ctx volcengine.Context, input *GetClawOmniSpaceTemplateInput, ...) (*GetClawOmniSpaceTemplateOutput, error)
- func (c *ARKCLAW) GetIdentityProviderTokenExchange(input *GetIdentityProviderTokenExchangeInput) (*GetIdentityProviderTokenExchangeOutput, error)
- func (c *ARKCLAW) GetIdentityProviderTokenExchangeCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) GetIdentityProviderTokenExchangeCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) GetIdentityProviderTokenExchangeCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) GetIdentityProviderTokenExchangeRequest(input *GetIdentityProviderTokenExchangeInput) (req *request.Request, output *GetIdentityProviderTokenExchangeOutput)
- func (c *ARKCLAW) GetIdentityProviderTokenExchangeWithContext(ctx volcengine.Context, input *GetIdentityProviderTokenExchangeInput, ...) (*GetIdentityProviderTokenExchangeOutput, error)
- func (c *ARKCLAW) GetScheduledJob(input *GetScheduledJobInput) (*GetScheduledJobOutput, error)
- func (c *ARKCLAW) GetScheduledJobCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) GetScheduledJobCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) GetScheduledJobCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) GetScheduledJobRequest(input *GetScheduledJobInput) (req *request.Request, output *GetScheduledJobOutput)
- func (c *ARKCLAW) GetScheduledJobWithContext(ctx volcengine.Context, input *GetScheduledJobInput, opts ...request.Option) (*GetScheduledJobOutput, error)
- func (c *ARKCLAW) GetUserPoolClient(input *GetUserPoolClientInput) (*GetUserPoolClientOutput, error)
- func (c *ARKCLAW) GetUserPoolClientCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) GetUserPoolClientCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) GetUserPoolClientCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) GetUserPoolClientRequest(input *GetUserPoolClientInput) (req *request.Request, output *GetUserPoolClientOutput)
- func (c *ARKCLAW) GetUserPoolClientWithContext(ctx volcengine.Context, input *GetUserPoolClientInput, opts ...request.Option) (*GetUserPoolClientOutput, error)
- func (c *ARKCLAW) InstallClawOmniInstanceSkill(input *InstallClawOmniInstanceSkillInput) (*InstallClawOmniInstanceSkillOutput, error)
- func (c *ARKCLAW) InstallClawOmniInstanceSkillCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) InstallClawOmniInstanceSkillCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) InstallClawOmniInstanceSkillCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) InstallClawOmniInstanceSkillRequest(input *InstallClawOmniInstanceSkillInput) (req *request.Request, output *InstallClawOmniInstanceSkillOutput)
- func (c *ARKCLAW) InstallClawOmniInstanceSkillWithContext(ctx volcengine.Context, input *InstallClawOmniInstanceSkillInput, ...) (*InstallClawOmniInstanceSkillOutput, error)
- func (c *ARKCLAW) ListClawInstances(input *ListClawInstancesInput) (*ListClawInstancesOutput, error)
- func (c *ARKCLAW) ListClawInstancesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) ListClawInstancesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) ListClawInstancesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) ListClawInstancesRequest(input *ListClawInstancesInput) (req *request.Request, output *ListClawInstancesOutput)
- func (c *ARKCLAW) ListClawInstancesWithContext(ctx volcengine.Context, input *ListClawInstancesInput, opts ...request.Option) (*ListClawInstancesOutput, error)
- func (c *ARKCLAW) ListClawOmniChannels(input *ListClawOmniChannelsInput) (*ListClawOmniChannelsOutput, error)
- func (c *ARKCLAW) ListClawOmniChannelsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) ListClawOmniChannelsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) ListClawOmniChannelsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) ListClawOmniChannelsRequest(input *ListClawOmniChannelsInput) (req *request.Request, output *ListClawOmniChannelsOutput)
- func (c *ARKCLAW) ListClawOmniChannelsWithContext(ctx volcengine.Context, input *ListClawOmniChannelsInput, ...) (*ListClawOmniChannelsOutput, error)
- func (c *ARKCLAW) ListClawOmniInstanceCommandJobs(input *ListClawOmniInstanceCommandJobsInput) (*ListClawOmniInstanceCommandJobsOutput, error)
- func (c *ARKCLAW) ListClawOmniInstanceCommandJobsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) ListClawOmniInstanceCommandJobsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) ListClawOmniInstanceCommandJobsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) ListClawOmniInstanceCommandJobsRequest(input *ListClawOmniInstanceCommandJobsInput) (req *request.Request, output *ListClawOmniInstanceCommandJobsOutput)
- func (c *ARKCLAW) ListClawOmniInstanceCommandJobsWithContext(ctx volcengine.Context, input *ListClawOmniInstanceCommandJobsInput, ...) (*ListClawOmniInstanceCommandJobsOutput, error)
- func (c *ARKCLAW) ListClawOmniInstanceDevicePairings(input *ListClawOmniInstanceDevicePairingsInput) (*ListClawOmniInstanceDevicePairingsOutput, error)
- func (c *ARKCLAW) ListClawOmniInstanceDevicePairingsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) ListClawOmniInstanceDevicePairingsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) ListClawOmniInstanceDevicePairingsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) ListClawOmniInstanceDevicePairingsRequest(input *ListClawOmniInstanceDevicePairingsInput) (req *request.Request, output *ListClawOmniInstanceDevicePairingsOutput)
- func (c *ARKCLAW) ListClawOmniInstanceDevicePairingsWithContext(ctx volcengine.Context, input *ListClawOmniInstanceDevicePairingsInput, ...) (*ListClawOmniInstanceDevicePairingsOutput, error)
- func (c *ARKCLAW) ListClawOmniInstanceDeviceStatus(input *ListClawOmniInstanceDeviceStatusInput) (*ListClawOmniInstanceDeviceStatusOutput, error)
- func (c *ARKCLAW) ListClawOmniInstanceDeviceStatusCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) ListClawOmniInstanceDeviceStatusCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) ListClawOmniInstanceDeviceStatusCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) ListClawOmniInstanceDeviceStatusRequest(input *ListClawOmniInstanceDeviceStatusInput) (req *request.Request, output *ListClawOmniInstanceDeviceStatusOutput)
- func (c *ARKCLAW) ListClawOmniInstanceDeviceStatusWithContext(ctx volcengine.Context, input *ListClawOmniInstanceDeviceStatusInput, ...) (*ListClawOmniInstanceDeviceStatusOutput, error)
- func (c *ARKCLAW) ListClawOmniInstances(input *ListClawOmniInstancesInput) (*ListClawOmniInstancesOutput, error)
- func (c *ARKCLAW) ListClawOmniInstancesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) ListClawOmniInstancesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) ListClawOmniInstancesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) ListClawOmniInstancesRequest(input *ListClawOmniInstancesInput) (req *request.Request, output *ListClawOmniInstancesOutput)
- func (c *ARKCLAW) ListClawOmniInstancesWithContext(ctx volcengine.Context, input *ListClawOmniInstancesInput, ...) (*ListClawOmniInstancesOutput, error)
- func (c *ARKCLAW) ListClawOmniSpaceEnabledModels(input *ListClawOmniSpaceEnabledModelsInput) (*ListClawOmniSpaceEnabledModelsOutput, error)
- func (c *ARKCLAW) ListClawOmniSpaceEnabledModelsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) ListClawOmniSpaceEnabledModelsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) ListClawOmniSpaceEnabledModelsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) ListClawOmniSpaceEnabledModelsRequest(input *ListClawOmniSpaceEnabledModelsInput) (req *request.Request, output *ListClawOmniSpaceEnabledModelsOutput)
- func (c *ARKCLAW) ListClawOmniSpaceEnabledModelsWithContext(ctx volcengine.Context, input *ListClawOmniSpaceEnabledModelsInput, ...) (*ListClawOmniSpaceEnabledModelsOutput, error)
- func (c *ARKCLAW) ListClawOmniSpaceTemplates(input *ListClawOmniSpaceTemplatesInput) (*ListClawOmniSpaceTemplatesOutput, error)
- func (c *ARKCLAW) ListClawOmniSpaceTemplatesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) ListClawOmniSpaceTemplatesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) ListClawOmniSpaceTemplatesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) ListClawOmniSpaceTemplatesRequest(input *ListClawOmniSpaceTemplatesInput) (req *request.Request, output *ListClawOmniSpaceTemplatesOutput)
- func (c *ARKCLAW) ListClawOmniSpaceTemplatesWithContext(ctx volcengine.Context, input *ListClawOmniSpaceTemplatesInput, ...) (*ListClawOmniSpaceTemplatesOutput, error)
- func (c *ARKCLAW) ListClawSpaceSeats(input *ListClawSpaceSeatsInput) (*ListClawSpaceSeatsOutput, error)
- func (c *ARKCLAW) ListClawSpaceSeatsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) ListClawSpaceSeatsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) ListClawSpaceSeatsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) ListClawSpaceSeatsRequest(input *ListClawSpaceSeatsInput) (req *request.Request, output *ListClawSpaceSeatsOutput)
- func (c *ARKCLAW) ListClawSpaceSeatsWithContext(ctx volcengine.Context, input *ListClawSpaceSeatsInput, opts ...request.Option) (*ListClawSpaceSeatsOutput, error)
- func (c *ARKCLAW) ListIdentityProvidersTokenExchange(input *ListIdentityProvidersTokenExchangeInput) (*ListIdentityProvidersTokenExchangeOutput, error)
- func (c *ARKCLAW) ListIdentityProvidersTokenExchangeCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) ListIdentityProvidersTokenExchangeCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) ListIdentityProvidersTokenExchangeCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) ListIdentityProvidersTokenExchangeRequest(input *ListIdentityProvidersTokenExchangeInput) (req *request.Request, output *ListIdentityProvidersTokenExchangeOutput)
- func (c *ARKCLAW) ListIdentityProvidersTokenExchangeWithContext(ctx volcengine.Context, input *ListIdentityProvidersTokenExchangeInput, ...) (*ListIdentityProvidersTokenExchangeOutput, error)
- func (c *ARKCLAW) ListScheduledJobRuns(input *ListScheduledJobRunsInput) (*ListScheduledJobRunsOutput, error)
- func (c *ARKCLAW) ListScheduledJobRunsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) ListScheduledJobRunsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) ListScheduledJobRunsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) ListScheduledJobRunsRequest(input *ListScheduledJobRunsInput) (req *request.Request, output *ListScheduledJobRunsOutput)
- func (c *ARKCLAW) ListScheduledJobRunsWithContext(ctx volcengine.Context, input *ListScheduledJobRunsInput, ...) (*ListScheduledJobRunsOutput, error)
- func (c *ARKCLAW) ListScheduledJobs(input *ListScheduledJobsInput) (*ListScheduledJobsOutput, error)
- func (c *ARKCLAW) ListScheduledJobsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) ListScheduledJobsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) ListScheduledJobsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) ListScheduledJobsRequest(input *ListScheduledJobsInput) (req *request.Request, output *ListScheduledJobsOutput)
- func (c *ARKCLAW) ListScheduledJobsWithContext(ctx volcengine.Context, input *ListScheduledJobsInput, opts ...request.Option) (*ListScheduledJobsOutput, error)
- func (c *ARKCLAW) ListUsers(input *ListUsersInput) (*ListUsersOutput, error)
- func (c *ARKCLAW) ListUsersCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) ListUsersCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) ListUsersCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) ListUsersRequest(input *ListUsersInput) (req *request.Request, output *ListUsersOutput)
- func (c *ARKCLAW) ListUsersWithContext(ctx volcengine.Context, input *ListUsersInput, opts ...request.Option) (*ListUsersOutput, error)
- func (c *ARKCLAW) ModifyPrivateEgress(input *ModifyPrivateEgressInput) (*ModifyPrivateEgressOutput, error)
- func (c *ARKCLAW) ModifyPrivateEgressCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) ModifyPrivateEgressCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) ModifyPrivateEgressCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) ModifyPrivateEgressDns(input *ModifyPrivateEgressDnsInput) (*ModifyPrivateEgressDnsOutput, error)
- func (c *ARKCLAW) ModifyPrivateEgressDnsBlockRule(input *ModifyPrivateEgressDnsBlockRuleInput) (*ModifyPrivateEgressDnsBlockRuleOutput, error)
- func (c *ARKCLAW) ModifyPrivateEgressDnsBlockRuleCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) ModifyPrivateEgressDnsBlockRuleCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) ModifyPrivateEgressDnsBlockRuleCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) ModifyPrivateEgressDnsBlockRuleRequest(input *ModifyPrivateEgressDnsBlockRuleInput) (req *request.Request, output *ModifyPrivateEgressDnsBlockRuleOutput)
- func (c *ARKCLAW) ModifyPrivateEgressDnsBlockRuleWithContext(ctx volcengine.Context, input *ModifyPrivateEgressDnsBlockRuleInput, ...) (*ModifyPrivateEgressDnsBlockRuleOutput, error)
- func (c *ARKCLAW) ModifyPrivateEgressDnsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) ModifyPrivateEgressDnsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) ModifyPrivateEgressDnsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) ModifyPrivateEgressDnsRequest(input *ModifyPrivateEgressDnsInput) (req *request.Request, output *ModifyPrivateEgressDnsOutput)
- func (c *ARKCLAW) ModifyPrivateEgressDnsWithContext(ctx volcengine.Context, input *ModifyPrivateEgressDnsInput, ...) (*ModifyPrivateEgressDnsOutput, error)
- func (c *ARKCLAW) ModifyPrivateEgressEndpoint(input *ModifyPrivateEgressEndpointInput) (*ModifyPrivateEgressEndpointOutput, error)
- func (c *ARKCLAW) ModifyPrivateEgressEndpointCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) ModifyPrivateEgressEndpointCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) ModifyPrivateEgressEndpointCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) ModifyPrivateEgressEndpointRequest(input *ModifyPrivateEgressEndpointInput) (req *request.Request, output *ModifyPrivateEgressEndpointOutput)
- func (c *ARKCLAW) ModifyPrivateEgressEndpointWithContext(ctx volcengine.Context, input *ModifyPrivateEgressEndpointInput, ...) (*ModifyPrivateEgressEndpointOutput, error)
- func (c *ARKCLAW) ModifyPrivateEgressNetworkAccessRule(input *ModifyPrivateEgressNetworkAccessRuleInput) (*ModifyPrivateEgressNetworkAccessRuleOutput, error)
- func (c *ARKCLAW) ModifyPrivateEgressNetworkAccessRuleCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) ModifyPrivateEgressNetworkAccessRuleCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) ModifyPrivateEgressNetworkAccessRuleCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) ModifyPrivateEgressNetworkAccessRuleRequest(input *ModifyPrivateEgressNetworkAccessRuleInput) (req *request.Request, output *ModifyPrivateEgressNetworkAccessRuleOutput)
- func (c *ARKCLAW) ModifyPrivateEgressNetworkAccessRuleWithContext(ctx volcengine.Context, input *ModifyPrivateEgressNetworkAccessRuleInput, ...) (*ModifyPrivateEgressNetworkAccessRuleOutput, error)
- func (c *ARKCLAW) ModifyPrivateEgressRequest(input *ModifyPrivateEgressInput) (req *request.Request, output *ModifyPrivateEgressOutput)
- func (c *ARKCLAW) ModifyPrivateEgressWebAccessRule(input *ModifyPrivateEgressWebAccessRuleInput) (*ModifyPrivateEgressWebAccessRuleOutput, error)
- func (c *ARKCLAW) ModifyPrivateEgressWebAccessRuleCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) ModifyPrivateEgressWebAccessRuleCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) ModifyPrivateEgressWebAccessRuleCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) ModifyPrivateEgressWebAccessRuleRequest(input *ModifyPrivateEgressWebAccessRuleInput) (req *request.Request, output *ModifyPrivateEgressWebAccessRuleOutput)
- func (c *ARKCLAW) ModifyPrivateEgressWebAccessRuleWithContext(ctx volcengine.Context, input *ModifyPrivateEgressWebAccessRuleInput, ...) (*ModifyPrivateEgressWebAccessRuleOutput, error)
- func (c *ARKCLAW) ModifyPrivateEgressWithContext(ctx volcengine.Context, input *ModifyPrivateEgressInput, ...) (*ModifyPrivateEgressOutput, error)
- func (c *ARKCLAW) PauseClawOmniInstance(input *PauseClawOmniInstanceInput) (*PauseClawOmniInstanceOutput, error)
- func (c *ARKCLAW) PauseClawOmniInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) PauseClawOmniInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) PauseClawOmniInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) PauseClawOmniInstanceRequest(input *PauseClawOmniInstanceInput) (req *request.Request, output *PauseClawOmniInstanceOutput)
- func (c *ARKCLAW) PauseClawOmniInstanceWithContext(ctx volcengine.Context, input *PauseClawOmniInstanceInput, ...) (*PauseClawOmniInstanceOutput, error)
- func (c *ARKCLAW) RejectClawOmniInstanceDevicePairing(input *RejectClawOmniInstanceDevicePairingInput) (*RejectClawOmniInstanceDevicePairingOutput, error)
- func (c *ARKCLAW) RejectClawOmniInstanceDevicePairingCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) RejectClawOmniInstanceDevicePairingCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) RejectClawOmniInstanceDevicePairingCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) RejectClawOmniInstanceDevicePairingRequest(input *RejectClawOmniInstanceDevicePairingInput) (req *request.Request, output *RejectClawOmniInstanceDevicePairingOutput)
- func (c *ARKCLAW) RejectClawOmniInstanceDevicePairingWithContext(ctx volcengine.Context, input *RejectClawOmniInstanceDevicePairingInput, ...) (*RejectClawOmniInstanceDevicePairingOutput, error)
- func (c *ARKCLAW) RemoveClawOmniInstanceDevicePaired(input *RemoveClawOmniInstanceDevicePairedInput) (*RemoveClawOmniInstanceDevicePairedOutput, error)
- func (c *ARKCLAW) RemoveClawOmniInstanceDevicePairedCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) RemoveClawOmniInstanceDevicePairedCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) RemoveClawOmniInstanceDevicePairedCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) RemoveClawOmniInstanceDevicePairedRequest(input *RemoveClawOmniInstanceDevicePairedInput) (req *request.Request, output *RemoveClawOmniInstanceDevicePairedOutput)
- func (c *ARKCLAW) RemoveClawOmniInstanceDevicePairedWithContext(ctx volcengine.Context, input *RemoveClawOmniInstanceDevicePairedInput, ...) (*RemoveClawOmniInstanceDevicePairedOutput, error)
- func (c *ARKCLAW) ResetClawOmniInstance(input *ResetClawOmniInstanceInput) (*ResetClawOmniInstanceOutput, error)
- func (c *ARKCLAW) ResetClawOmniInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) ResetClawOmniInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) ResetClawOmniInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) ResetClawOmniInstanceRequest(input *ResetClawOmniInstanceInput) (req *request.Request, output *ResetClawOmniInstanceOutput)
- func (c *ARKCLAW) ResetClawOmniInstanceWithContext(ctx volcengine.Context, input *ResetClawOmniInstanceInput, ...) (*ResetClawOmniInstanceOutput, error)
- func (c *ARKCLAW) RestartClawInstance(input *RestartClawInstanceInput) (*RestartClawInstanceOutput, error)
- func (c *ARKCLAW) RestartClawInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) RestartClawInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) RestartClawInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) RestartClawInstanceRequest(input *RestartClawInstanceInput) (req *request.Request, output *RestartClawInstanceOutput)
- func (c *ARKCLAW) RestartClawInstanceWithContext(ctx volcengine.Context, input *RestartClawInstanceInput, ...) (*RestartClawInstanceOutput, error)
- func (c *ARKCLAW) ResumeClawOmniInstance(input *ResumeClawOmniInstanceInput) (*ResumeClawOmniInstanceOutput, error)
- func (c *ARKCLAW) ResumeClawOmniInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) ResumeClawOmniInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) ResumeClawOmniInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) ResumeClawOmniInstanceRequest(input *ResumeClawOmniInstanceInput) (req *request.Request, output *ResumeClawOmniInstanceOutput)
- func (c *ARKCLAW) ResumeClawOmniInstanceWithContext(ctx volcengine.Context, input *ResumeClawOmniInstanceInput, ...) (*ResumeClawOmniInstanceOutput, error)
- func (c *ARKCLAW) StopClawOmniAutoChannelJob(input *StopClawOmniAutoChannelJobInput) (*StopClawOmniAutoChannelJobOutput, error)
- func (c *ARKCLAW) StopClawOmniAutoChannelJobCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) StopClawOmniAutoChannelJobCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) StopClawOmniAutoChannelJobCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) StopClawOmniAutoChannelJobRequest(input *StopClawOmniAutoChannelJobInput) (req *request.Request, output *StopClawOmniAutoChannelJobOutput)
- func (c *ARKCLAW) StopClawOmniAutoChannelJobWithContext(ctx volcengine.Context, input *StopClawOmniAutoChannelJobInput, ...) (*StopClawOmniAutoChannelJobOutput, error)
- func (c *ARKCLAW) StopClawOmniInstanceCommandJob(input *StopClawOmniInstanceCommandJobInput) (*StopClawOmniInstanceCommandJobOutput, error)
- func (c *ARKCLAW) StopClawOmniInstanceCommandJobCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) StopClawOmniInstanceCommandJobCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) StopClawOmniInstanceCommandJobCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) StopClawOmniInstanceCommandJobRequest(input *StopClawOmniInstanceCommandJobInput) (req *request.Request, output *StopClawOmniInstanceCommandJobOutput)
- func (c *ARKCLAW) StopClawOmniInstanceCommandJobWithContext(ctx volcengine.Context, input *StopClawOmniInstanceCommandJobInput, ...) (*StopClawOmniInstanceCommandJobOutput, error)
- func (c *ARKCLAW) UnbindClawInstance(input *UnbindClawInstanceInput) (*UnbindClawInstanceOutput, error)
- func (c *ARKCLAW) UnbindClawInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) UnbindClawInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) UnbindClawInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) UnbindClawInstanceRequest(input *UnbindClawInstanceInput) (req *request.Request, output *UnbindClawInstanceOutput)
- func (c *ARKCLAW) UnbindClawInstanceWithContext(ctx volcengine.Context, input *UnbindClawInstanceInput, opts ...request.Option) (*UnbindClawInstanceOutput, error)
- func (c *ARKCLAW) UpdateClawOmniInstance(input *UpdateClawOmniInstanceInput) (*UpdateClawOmniInstanceOutput, error)
- func (c *ARKCLAW) UpdateClawOmniInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) UpdateClawOmniInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) UpdateClawOmniInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) UpdateClawOmniInstanceModel(input *UpdateClawOmniInstanceModelInput) (*UpdateClawOmniInstanceModelOutput, error)
- func (c *ARKCLAW) UpdateClawOmniInstanceModelCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) UpdateClawOmniInstanceModelCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) UpdateClawOmniInstanceModelCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) UpdateClawOmniInstanceModelRequest(input *UpdateClawOmniInstanceModelInput) (req *request.Request, output *UpdateClawOmniInstanceModelOutput)
- func (c *ARKCLAW) UpdateClawOmniInstanceModelWithContext(ctx volcengine.Context, input *UpdateClawOmniInstanceModelInput, ...) (*UpdateClawOmniInstanceModelOutput, error)
- func (c *ARKCLAW) UpdateClawOmniInstanceRequest(input *UpdateClawOmniInstanceInput) (req *request.Request, output *UpdateClawOmniInstanceOutput)
- func (c *ARKCLAW) UpdateClawOmniInstanceWithContext(ctx volcengine.Context, input *UpdateClawOmniInstanceInput, ...) (*UpdateClawOmniInstanceOutput, error)
- func (c *ARKCLAW) UpdateIdentityProviderTokenExchange(input *UpdateIdentityProviderTokenExchangeInput) (*UpdateIdentityProviderTokenExchangeOutput, error)
- func (c *ARKCLAW) UpdateIdentityProviderTokenExchangeCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) UpdateIdentityProviderTokenExchangeCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) UpdateIdentityProviderTokenExchangeCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) UpdateIdentityProviderTokenExchangeRequest(input *UpdateIdentityProviderTokenExchangeInput) (req *request.Request, output *UpdateIdentityProviderTokenExchangeOutput)
- func (c *ARKCLAW) UpdateIdentityProviderTokenExchangeWithContext(ctx volcengine.Context, input *UpdateIdentityProviderTokenExchangeInput, ...) (*UpdateIdentityProviderTokenExchangeOutput, error)
- func (c *ARKCLAW) UpdatePrivateClawOmniSpaceTemplate(input *UpdatePrivateClawOmniSpaceTemplateInput) (*UpdatePrivateClawOmniSpaceTemplateOutput, error)
- func (c *ARKCLAW) UpdatePrivateClawOmniSpaceTemplateCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) UpdatePrivateClawOmniSpaceTemplateCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) UpdatePrivateClawOmniSpaceTemplateCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) UpdatePrivateClawOmniSpaceTemplateRequest(input *UpdatePrivateClawOmniSpaceTemplateInput) (req *request.Request, output *UpdatePrivateClawOmniSpaceTemplateOutput)
- func (c *ARKCLAW) UpdatePrivateClawOmniSpaceTemplateWithContext(ctx volcengine.Context, input *UpdatePrivateClawOmniSpaceTemplateInput, ...) (*UpdatePrivateClawOmniSpaceTemplateOutput, error)
- func (c *ARKCLAW) UpdateScheduledJob(input *UpdateScheduledJobInput) (*UpdateScheduledJobOutput, error)
- func (c *ARKCLAW) UpdateScheduledJobCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) UpdateScheduledJobCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) UpdateScheduledJobCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) UpdateScheduledJobRequest(input *UpdateScheduledJobInput) (req *request.Request, output *UpdateScheduledJobOutput)
- func (c *ARKCLAW) UpdateScheduledJobWithContext(ctx volcengine.Context, input *UpdateScheduledJobInput, opts ...request.Option) (*UpdateScheduledJobOutput, error)
- func (c *ARKCLAW) UpdateSpaceUserConfigs(input *UpdateSpaceUserConfigsInput) (*UpdateSpaceUserConfigsOutput, error)
- func (c *ARKCLAW) UpdateSpaceUserConfigsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) UpdateSpaceUserConfigsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) UpdateSpaceUserConfigsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) UpdateSpaceUserConfigsRequest(input *UpdateSpaceUserConfigsInput) (req *request.Request, output *UpdateSpaceUserConfigsOutput)
- func (c *ARKCLAW) UpdateSpaceUserConfigsWithContext(ctx volcengine.Context, input *UpdateSpaceUserConfigsInput, ...) (*UpdateSpaceUserConfigsOutput, error)
- func (c *ARKCLAW) UpdateUsersQuota(input *UpdateUsersQuotaInput) (*UpdateUsersQuotaOutput, error)
- func (c *ARKCLAW) UpdateUsersQuotaCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ARKCLAW) UpdateUsersQuotaCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ARKCLAW) UpdateUsersQuotaCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ARKCLAW) UpdateUsersQuotaRequest(input *UpdateUsersQuotaInput) (req *request.Request, output *UpdateUsersQuotaOutput)
- func (c *ARKCLAW) UpdateUsersQuotaWithContext(ctx volcengine.Context, input *UpdateUsersQuotaInput, opts ...request.Option) (*UpdateUsersQuotaOutput, error)
- type ARKCLAWAPI
- type AllowedClaimsAndValueForCreateIdentityProviderTokenExchangeInput
- func (s AllowedClaimsAndValueForCreateIdentityProviderTokenExchangeInput) GoString() string
- func (s *AllowedClaimsAndValueForCreateIdentityProviderTokenExchangeInput) SetClaim(v string) *AllowedClaimsAndValueForCreateIdentityProviderTokenExchangeInput
- func (s *AllowedClaimsAndValueForCreateIdentityProviderTokenExchangeInput) SetValues(v []*string) *AllowedClaimsAndValueForCreateIdentityProviderTokenExchangeInput
- func (s AllowedClaimsAndValueForCreateIdentityProviderTokenExchangeInput) String() string
- func (s *AllowedClaimsAndValueForCreateIdentityProviderTokenExchangeInput) Validate() error
- type AllowedClaimsAndValueForCreateIdentityProviderTokenExchangeOutput
- func (s AllowedClaimsAndValueForCreateIdentityProviderTokenExchangeOutput) GoString() string
- func (s *AllowedClaimsAndValueForCreateIdentityProviderTokenExchangeOutput) SetClaim(v string) *AllowedClaimsAndValueForCreateIdentityProviderTokenExchangeOutput
- func (s *AllowedClaimsAndValueForCreateIdentityProviderTokenExchangeOutput) SetValues(v []*string) *AllowedClaimsAndValueForCreateIdentityProviderTokenExchangeOutput
- func (s AllowedClaimsAndValueForCreateIdentityProviderTokenExchangeOutput) String() string
- type AllowedClaimsAndValueForGetIdentityProviderTokenExchangeOutput
- func (s AllowedClaimsAndValueForGetIdentityProviderTokenExchangeOutput) GoString() string
- func (s *AllowedClaimsAndValueForGetIdentityProviderTokenExchangeOutput) SetClaim(v string) *AllowedClaimsAndValueForGetIdentityProviderTokenExchangeOutput
- func (s *AllowedClaimsAndValueForGetIdentityProviderTokenExchangeOutput) SetValues(v []*string) *AllowedClaimsAndValueForGetIdentityProviderTokenExchangeOutput
- func (s AllowedClaimsAndValueForGetIdentityProviderTokenExchangeOutput) String() string
- type AllowedClaimsAndValueForListIdentityProvidersTokenExchangeOutput
- func (s AllowedClaimsAndValueForListIdentityProvidersTokenExchangeOutput) GoString() string
- func (s *AllowedClaimsAndValueForListIdentityProvidersTokenExchangeOutput) SetClaim(v string) *AllowedClaimsAndValueForListIdentityProvidersTokenExchangeOutput
- func (s *AllowedClaimsAndValueForListIdentityProvidersTokenExchangeOutput) SetValues(v []*string) *AllowedClaimsAndValueForListIdentityProvidersTokenExchangeOutput
- func (s AllowedClaimsAndValueForListIdentityProvidersTokenExchangeOutput) String() string
- type AllowedClaimsAndValueForUpdateIdentityProviderTokenExchangeInput
- func (s AllowedClaimsAndValueForUpdateIdentityProviderTokenExchangeInput) GoString() string
- func (s *AllowedClaimsAndValueForUpdateIdentityProviderTokenExchangeInput) SetClaim(v string) *AllowedClaimsAndValueForUpdateIdentityProviderTokenExchangeInput
- func (s *AllowedClaimsAndValueForUpdateIdentityProviderTokenExchangeInput) SetValues(v []*string) *AllowedClaimsAndValueForUpdateIdentityProviderTokenExchangeInput
- func (s AllowedClaimsAndValueForUpdateIdentityProviderTokenExchangeInput) String() string
- func (s *AllowedClaimsAndValueForUpdateIdentityProviderTokenExchangeInput) Validate() error
- type AllowedClaimsAndValueForUpdateIdentityProviderTokenExchangeOutput
- func (s AllowedClaimsAndValueForUpdateIdentityProviderTokenExchangeOutput) GoString() string
- func (s *AllowedClaimsAndValueForUpdateIdentityProviderTokenExchangeOutput) SetClaim(v string) *AllowedClaimsAndValueForUpdateIdentityProviderTokenExchangeOutput
- func (s *AllowedClaimsAndValueForUpdateIdentityProviderTokenExchangeOutput) SetValues(v []*string) *AllowedClaimsAndValueForUpdateIdentityProviderTokenExchangeOutput
- func (s AllowedClaimsAndValueForUpdateIdentityProviderTokenExchangeOutput) String() string
- type ApproveClawOmniInstanceDevicePairingInput
- func (s ApproveClawOmniInstanceDevicePairingInput) GoString() string
- func (s *ApproveClawOmniInstanceDevicePairingInput) SetId(v string) *ApproveClawOmniInstanceDevicePairingInput
- func (s *ApproveClawOmniInstanceDevicePairingInput) SetRequestId(v string) *ApproveClawOmniInstanceDevicePairingInput
- func (s ApproveClawOmniInstanceDevicePairingInput) String() string
- func (s *ApproveClawOmniInstanceDevicePairingInput) Validate() error
- type ApproveClawOmniInstanceDevicePairingOutput
- type AttributeMappingForCreateIdentityProviderTokenExchangeInput
- func (s AttributeMappingForCreateIdentityProviderTokenExchangeInput) GoString() string
- func (s *AttributeMappingForCreateIdentityProviderTokenExchangeInput) SetAdditionalConfig(v string) *AttributeMappingForCreateIdentityProviderTokenExchangeInput
- func (s *AttributeMappingForCreateIdentityProviderTokenExchangeInput) SetMappingType(v string) *AttributeMappingForCreateIdentityProviderTokenExchangeInput
- func (s *AttributeMappingForCreateIdentityProviderTokenExchangeInput) SetSourceAttributeName(v string) *AttributeMappingForCreateIdentityProviderTokenExchangeInput
- func (s *AttributeMappingForCreateIdentityProviderTokenExchangeInput) SetTargetAttributeName(v string) *AttributeMappingForCreateIdentityProviderTokenExchangeInput
- func (s AttributeMappingForCreateIdentityProviderTokenExchangeInput) String() string
- func (s *AttributeMappingForCreateIdentityProviderTokenExchangeInput) Validate() error
- type AttributeMappingForCreateIdentityProviderTokenExchangeOutput
- func (s AttributeMappingForCreateIdentityProviderTokenExchangeOutput) GoString() string
- func (s *AttributeMappingForCreateIdentityProviderTokenExchangeOutput) SetAdditionalConfig(v string) *AttributeMappingForCreateIdentityProviderTokenExchangeOutput
- func (s *AttributeMappingForCreateIdentityProviderTokenExchangeOutput) SetMappingType(v string) *AttributeMappingForCreateIdentityProviderTokenExchangeOutput
- func (s *AttributeMappingForCreateIdentityProviderTokenExchangeOutput) SetSourceAttributeName(v string) *AttributeMappingForCreateIdentityProviderTokenExchangeOutput
- func (s *AttributeMappingForCreateIdentityProviderTokenExchangeOutput) SetTargetAttributeName(v string) *AttributeMappingForCreateIdentityProviderTokenExchangeOutput
- func (s AttributeMappingForCreateIdentityProviderTokenExchangeOutput) String() string
- type AttributeMappingForGetIdentityProviderTokenExchangeOutput
- func (s AttributeMappingForGetIdentityProviderTokenExchangeOutput) GoString() string
- func (s *AttributeMappingForGetIdentityProviderTokenExchangeOutput) SetAdditionalConfig(v string) *AttributeMappingForGetIdentityProviderTokenExchangeOutput
- func (s *AttributeMappingForGetIdentityProviderTokenExchangeOutput) SetMappingType(v string) *AttributeMappingForGetIdentityProviderTokenExchangeOutput
- func (s *AttributeMappingForGetIdentityProviderTokenExchangeOutput) SetSourceAttributeName(v string) *AttributeMappingForGetIdentityProviderTokenExchangeOutput
- func (s *AttributeMappingForGetIdentityProviderTokenExchangeOutput) SetTargetAttributeName(v string) *AttributeMappingForGetIdentityProviderTokenExchangeOutput
- func (s AttributeMappingForGetIdentityProviderTokenExchangeOutput) String() string
- type AttributeMappingForListIdentityProvidersTokenExchangeOutput
- func (s AttributeMappingForListIdentityProvidersTokenExchangeOutput) GoString() string
- func (s *AttributeMappingForListIdentityProvidersTokenExchangeOutput) SetAdditionalConfig(v string) *AttributeMappingForListIdentityProvidersTokenExchangeOutput
- func (s *AttributeMappingForListIdentityProvidersTokenExchangeOutput) SetMappingType(v string) *AttributeMappingForListIdentityProvidersTokenExchangeOutput
- func (s *AttributeMappingForListIdentityProvidersTokenExchangeOutput) SetSourceAttributeName(v string) *AttributeMappingForListIdentityProvidersTokenExchangeOutput
- func (s *AttributeMappingForListIdentityProvidersTokenExchangeOutput) SetTargetAttributeName(v string) *AttributeMappingForListIdentityProvidersTokenExchangeOutput
- func (s AttributeMappingForListIdentityProvidersTokenExchangeOutput) String() string
- type AttributeMappingForUpdateIdentityProviderTokenExchangeInput
- func (s AttributeMappingForUpdateIdentityProviderTokenExchangeInput) GoString() string
- func (s *AttributeMappingForUpdateIdentityProviderTokenExchangeInput) SetAdditionalConfig(v string) *AttributeMappingForUpdateIdentityProviderTokenExchangeInput
- func (s *AttributeMappingForUpdateIdentityProviderTokenExchangeInput) SetMappingType(v string) *AttributeMappingForUpdateIdentityProviderTokenExchangeInput
- func (s *AttributeMappingForUpdateIdentityProviderTokenExchangeInput) SetSourceAttributeName(v string) *AttributeMappingForUpdateIdentityProviderTokenExchangeInput
- func (s *AttributeMappingForUpdateIdentityProviderTokenExchangeInput) SetTargetAttributeName(v string) *AttributeMappingForUpdateIdentityProviderTokenExchangeInput
- func (s AttributeMappingForUpdateIdentityProviderTokenExchangeInput) String() string
- func (s *AttributeMappingForUpdateIdentityProviderTokenExchangeInput) Validate() error
- type AttributeMappingForUpdateIdentityProviderTokenExchangeOutput
- func (s AttributeMappingForUpdateIdentityProviderTokenExchangeOutput) GoString() string
- func (s *AttributeMappingForUpdateIdentityProviderTokenExchangeOutput) SetAdditionalConfig(v string) *AttributeMappingForUpdateIdentityProviderTokenExchangeOutput
- func (s *AttributeMappingForUpdateIdentityProviderTokenExchangeOutput) SetMappingType(v string) *AttributeMappingForUpdateIdentityProviderTokenExchangeOutput
- func (s *AttributeMappingForUpdateIdentityProviderTokenExchangeOutput) SetSourceAttributeName(v string) *AttributeMappingForUpdateIdentityProviderTokenExchangeOutput
- func (s *AttributeMappingForUpdateIdentityProviderTokenExchangeOutput) SetTargetAttributeName(v string) *AttributeMappingForUpdateIdentityProviderTokenExchangeOutput
- func (s AttributeMappingForUpdateIdentityProviderTokenExchangeOutput) String() string
- type AuthorizerForGetClawInstanceOutput
- func (s AuthorizerForGetClawInstanceOutput) GoString() string
- func (s *AuthorizerForGetClawInstanceOutput) SetCustomJwtAuthorizer(v *CustomJwtAuthorizerForGetClawInstanceOutput) *AuthorizerForGetClawInstanceOutput
- func (s *AuthorizerForGetClawInstanceOutput) SetKeyAuth(v *KeyAuthForGetClawInstanceOutput) *AuthorizerForGetClawInstanceOutput
- func (s AuthorizerForGetClawInstanceOutput) String() string
- type AuthorizerForListClawInstancesOutput
- func (s AuthorizerForListClawInstancesOutput) GoString() string
- func (s *AuthorizerForListClawInstancesOutput) SetCustomJwtAuthorizer(v *CustomJwtAuthorizerForListClawInstancesOutput) *AuthorizerForListClawInstancesOutput
- func (s *AuthorizerForListClawInstancesOutput) SetKeyAuth(v *KeyAuthForListClawInstancesOutput) *AuthorizerForListClawInstancesOutput
- func (s AuthorizerForListClawInstancesOutput) String() string
- type ChannelForListClawOmniChannelsOutput
- func (s ChannelForListClawOmniChannelsOutput) GoString() string
- func (s *ChannelForListClawOmniChannelsOutput) SetAppId(v string) *ChannelForListClawOmniChannelsOutput
- func (s *ChannelForListClawOmniChannelsOutput) SetAppSecret(v string) *ChannelForListClawOmniChannelsOutput
- func (s *ChannelForListClawOmniChannelsOutput) SetChannelId(v string) *ChannelForListClawOmniChannelsOutput
- func (s *ChannelForListClawOmniChannelsOutput) SetEnabled(v bool) *ChannelForListClawOmniChannelsOutput
- func (s ChannelForListClawOmniChannelsOutput) String() string
- type ClaimRuleForCreateIdentityProviderTokenExchangeOutput
- func (s ClaimRuleForCreateIdentityProviderTokenExchangeOutput) GoString() string
- func (s *ClaimRuleForCreateIdentityProviderTokenExchangeOutput) SetClaimType(v string) *ClaimRuleForCreateIdentityProviderTokenExchangeOutput
- func (s *ClaimRuleForCreateIdentityProviderTokenExchangeOutput) SetRequired(v bool) *ClaimRuleForCreateIdentityProviderTokenExchangeOutput
- func (s *ClaimRuleForCreateIdentityProviderTokenExchangeOutput) SetSourceClaimPath(v string) *ClaimRuleForCreateIdentityProviderTokenExchangeOutput
- func (s *ClaimRuleForCreateIdentityProviderTokenExchangeOutput) SetTargetClaim(v string) *ClaimRuleForCreateIdentityProviderTokenExchangeOutput
- func (s ClaimRuleForCreateIdentityProviderTokenExchangeOutput) String() string
- type ClaimRuleForGetIdentityProviderTokenExchangeOutput
- func (s ClaimRuleForGetIdentityProviderTokenExchangeOutput) GoString() string
- func (s *ClaimRuleForGetIdentityProviderTokenExchangeOutput) SetClaimType(v string) *ClaimRuleForGetIdentityProviderTokenExchangeOutput
- func (s *ClaimRuleForGetIdentityProviderTokenExchangeOutput) SetRequired(v bool) *ClaimRuleForGetIdentityProviderTokenExchangeOutput
- func (s *ClaimRuleForGetIdentityProviderTokenExchangeOutput) SetSourceClaimPath(v string) *ClaimRuleForGetIdentityProviderTokenExchangeOutput
- func (s *ClaimRuleForGetIdentityProviderTokenExchangeOutput) SetTargetClaim(v string) *ClaimRuleForGetIdentityProviderTokenExchangeOutput
- func (s ClaimRuleForGetIdentityProviderTokenExchangeOutput) String() string
- type ClaimRuleForListIdentityProvidersTokenExchangeOutput
- func (s ClaimRuleForListIdentityProvidersTokenExchangeOutput) GoString() string
- func (s *ClaimRuleForListIdentityProvidersTokenExchangeOutput) SetClaimType(v string) *ClaimRuleForListIdentityProvidersTokenExchangeOutput
- func (s *ClaimRuleForListIdentityProvidersTokenExchangeOutput) SetRequired(v bool) *ClaimRuleForListIdentityProvidersTokenExchangeOutput
- func (s *ClaimRuleForListIdentityProvidersTokenExchangeOutput) SetSourceClaimPath(v string) *ClaimRuleForListIdentityProvidersTokenExchangeOutput
- func (s *ClaimRuleForListIdentityProvidersTokenExchangeOutput) SetTargetClaim(v string) *ClaimRuleForListIdentityProvidersTokenExchangeOutput
- func (s ClaimRuleForListIdentityProvidersTokenExchangeOutput) String() string
- type ClaimRuleForUpdateIdentityProviderTokenExchangeOutput
- func (s ClaimRuleForUpdateIdentityProviderTokenExchangeOutput) GoString() string
- func (s *ClaimRuleForUpdateIdentityProviderTokenExchangeOutput) SetClaimType(v string) *ClaimRuleForUpdateIdentityProviderTokenExchangeOutput
- func (s *ClaimRuleForUpdateIdentityProviderTokenExchangeOutput) SetRequired(v bool) *ClaimRuleForUpdateIdentityProviderTokenExchangeOutput
- func (s *ClaimRuleForUpdateIdentityProviderTokenExchangeOutput) SetSourceClaimPath(v string) *ClaimRuleForUpdateIdentityProviderTokenExchangeOutput
- func (s *ClaimRuleForUpdateIdentityProviderTokenExchangeOutput) SetTargetClaim(v string) *ClaimRuleForUpdateIdentityProviderTokenExchangeOutput
- func (s ClaimRuleForUpdateIdentityProviderTokenExchangeOutput) String() string
- type ClaimsPropagationConfigClaimRuleForCreateIdentityProviderTokenExchangeInput
- func (s ClaimsPropagationConfigClaimRuleForCreateIdentityProviderTokenExchangeInput) GoString() string
- func (s *ClaimsPropagationConfigClaimRuleForCreateIdentityProviderTokenExchangeInput) SetClaimType(v string) *ClaimsPropagationConfigClaimRuleForCreateIdentityProviderTokenExchangeInput
- func (s *ClaimsPropagationConfigClaimRuleForCreateIdentityProviderTokenExchangeInput) SetRequired(v bool) *ClaimsPropagationConfigClaimRuleForCreateIdentityProviderTokenExchangeInput
- func (s *ClaimsPropagationConfigClaimRuleForCreateIdentityProviderTokenExchangeInput) SetSourceClaimPath(v string) *ClaimsPropagationConfigClaimRuleForCreateIdentityProviderTokenExchangeInput
- func (s *ClaimsPropagationConfigClaimRuleForCreateIdentityProviderTokenExchangeInput) SetTargetClaim(v string) *ClaimsPropagationConfigClaimRuleForCreateIdentityProviderTokenExchangeInput
- func (s ClaimsPropagationConfigClaimRuleForCreateIdentityProviderTokenExchangeInput) String() string
- func (s *ClaimsPropagationConfigClaimRuleForCreateIdentityProviderTokenExchangeInput) Validate() error
- type ClaimsPropagationConfigClaimRuleForUpdateIdentityProviderTokenExchangeInput
- func (s ClaimsPropagationConfigClaimRuleForUpdateIdentityProviderTokenExchangeInput) GoString() string
- func (s *ClaimsPropagationConfigClaimRuleForUpdateIdentityProviderTokenExchangeInput) SetClaimType(v string) *ClaimsPropagationConfigClaimRuleForUpdateIdentityProviderTokenExchangeInput
- func (s *ClaimsPropagationConfigClaimRuleForUpdateIdentityProviderTokenExchangeInput) SetRequired(v bool) *ClaimsPropagationConfigClaimRuleForUpdateIdentityProviderTokenExchangeInput
- func (s *ClaimsPropagationConfigClaimRuleForUpdateIdentityProviderTokenExchangeInput) SetSourceClaimPath(v string) *ClaimsPropagationConfigClaimRuleForUpdateIdentityProviderTokenExchangeInput
- func (s *ClaimsPropagationConfigClaimRuleForUpdateIdentityProviderTokenExchangeInput) SetTargetClaim(v string) *ClaimsPropagationConfigClaimRuleForUpdateIdentityProviderTokenExchangeInput
- func (s ClaimsPropagationConfigClaimRuleForUpdateIdentityProviderTokenExchangeInput) String() string
- func (s *ClaimsPropagationConfigClaimRuleForUpdateIdentityProviderTokenExchangeInput) Validate() error
- type ClaimsPropagationConfigForCreateIdentityProviderTokenExchangeInput
- func (s ClaimsPropagationConfigForCreateIdentityProviderTokenExchangeInput) GoString() string
- func (s *ClaimsPropagationConfigForCreateIdentityProviderTokenExchangeInput) SetClaimRules(...) *ClaimsPropagationConfigForCreateIdentityProviderTokenExchangeInput
- func (s *ClaimsPropagationConfigForCreateIdentityProviderTokenExchangeInput) SetMode(v string) *ClaimsPropagationConfigForCreateIdentityProviderTokenExchangeInput
- func (s ClaimsPropagationConfigForCreateIdentityProviderTokenExchangeInput) String() string
- func (s *ClaimsPropagationConfigForCreateIdentityProviderTokenExchangeInput) Validate() error
- type ClaimsPropagationConfigForCreateIdentityProviderTokenExchangeOutput
- func (s ClaimsPropagationConfigForCreateIdentityProviderTokenExchangeOutput) GoString() string
- func (s *ClaimsPropagationConfigForCreateIdentityProviderTokenExchangeOutput) SetClaimRules(v []*ClaimRuleForCreateIdentityProviderTokenExchangeOutput) *ClaimsPropagationConfigForCreateIdentityProviderTokenExchangeOutput
- func (s *ClaimsPropagationConfigForCreateIdentityProviderTokenExchangeOutput) SetMode(v string) *ClaimsPropagationConfigForCreateIdentityProviderTokenExchangeOutput
- func (s ClaimsPropagationConfigForCreateIdentityProviderTokenExchangeOutput) String() string
- type ClaimsPropagationConfigForGetIdentityProviderTokenExchangeOutput
- func (s ClaimsPropagationConfigForGetIdentityProviderTokenExchangeOutput) GoString() string
- func (s *ClaimsPropagationConfigForGetIdentityProviderTokenExchangeOutput) SetClaimRules(v []*ClaimRuleForGetIdentityProviderTokenExchangeOutput) *ClaimsPropagationConfigForGetIdentityProviderTokenExchangeOutput
- func (s *ClaimsPropagationConfigForGetIdentityProviderTokenExchangeOutput) SetMode(v string) *ClaimsPropagationConfigForGetIdentityProviderTokenExchangeOutput
- func (s ClaimsPropagationConfigForGetIdentityProviderTokenExchangeOutput) String() string
- type ClaimsPropagationConfigForListIdentityProvidersTokenExchangeOutput
- func (s ClaimsPropagationConfigForListIdentityProvidersTokenExchangeOutput) GoString() string
- func (s *ClaimsPropagationConfigForListIdentityProvidersTokenExchangeOutput) SetClaimRules(v []*ClaimRuleForListIdentityProvidersTokenExchangeOutput) *ClaimsPropagationConfigForListIdentityProvidersTokenExchangeOutput
- func (s *ClaimsPropagationConfigForListIdentityProvidersTokenExchangeOutput) SetMode(v string) *ClaimsPropagationConfigForListIdentityProvidersTokenExchangeOutput
- func (s ClaimsPropagationConfigForListIdentityProvidersTokenExchangeOutput) String() string
- type ClaimsPropagationConfigForUpdateIdentityProviderTokenExchangeInput
- func (s ClaimsPropagationConfigForUpdateIdentityProviderTokenExchangeInput) GoString() string
- func (s *ClaimsPropagationConfigForUpdateIdentityProviderTokenExchangeInput) SetClaimRules(...) *ClaimsPropagationConfigForUpdateIdentityProviderTokenExchangeInput
- func (s *ClaimsPropagationConfigForUpdateIdentityProviderTokenExchangeInput) SetMode(v string) *ClaimsPropagationConfigForUpdateIdentityProviderTokenExchangeInput
- func (s ClaimsPropagationConfigForUpdateIdentityProviderTokenExchangeInput) String() string
- func (s *ClaimsPropagationConfigForUpdateIdentityProviderTokenExchangeInput) Validate() error
- type ClaimsPropagationConfigForUpdateIdentityProviderTokenExchangeOutput
- func (s ClaimsPropagationConfigForUpdateIdentityProviderTokenExchangeOutput) GoString() string
- func (s *ClaimsPropagationConfigForUpdateIdentityProviderTokenExchangeOutput) SetClaimRules(v []*ClaimRuleForUpdateIdentityProviderTokenExchangeOutput) *ClaimsPropagationConfigForUpdateIdentityProviderTokenExchangeOutput
- func (s *ClaimsPropagationConfigForUpdateIdentityProviderTokenExchangeOutput) SetMode(v string) *ClaimsPropagationConfigForUpdateIdentityProviderTokenExchangeOutput
- func (s ClaimsPropagationConfigForUpdateIdentityProviderTokenExchangeOutput) String() string
- type ClawInstanceForGetClawInstanceOutput
- func (s ClawInstanceForGetClawInstanceOutput) GoString() string
- func (s *ClawInstanceForGetClawInstanceOutput) SetA2AEndpoint(v string) *ClawInstanceForGetClawInstanceOutput
- func (s *ClawInstanceForGetClawInstanceOutput) SetA2AInnerEndpoint(v string) *ClawInstanceForGetClawInstanceOutput
- func (s *ClawInstanceForGetClawInstanceOutput) SetApplicationVersion(v string) *ClawInstanceForGetClawInstanceOutput
- func (s *ClawInstanceForGetClawInstanceOutput) SetAuthInfo(v string) *ClawInstanceForGetClawInstanceOutput
- func (s *ClawInstanceForGetClawInstanceOutput) SetAuthType(v string) *ClawInstanceForGetClawInstanceOutput
- func (s *ClawInstanceForGetClawInstanceOutput) SetAutoBackupEnabled(v bool) *ClawInstanceForGetClawInstanceOutput
- func (s *ClawInstanceForGetClawInstanceOutput) SetAutoRenew(v bool) *ClawInstanceForGetClawInstanceOutput
- func (s *ClawInstanceForGetClawInstanceOutput) SetBillingType(v string) *ClawInstanceForGetClawInstanceOutput
- func (s *ClawInstanceForGetClawInstanceOutput) SetClawInstanceId(v string) *ClawInstanceForGetClawInstanceOutput
- func (s *ClawInstanceForGetClawInstanceOutput) SetClawInstanceType(v string) *ClawInstanceForGetClawInstanceOutput
- func (s *ClawInstanceForGetClawInstanceOutput) SetCreatedAt(v string) *ClawInstanceForGetClawInstanceOutput
- func (s *ClawInstanceForGetClawInstanceOutput) SetDepartments(v []*DepartmentForGetClawInstanceOutput) *ClawInstanceForGetClawInstanceOutput
- func (s *ClawInstanceForGetClawInstanceOutput) SetDescription(v string) *ClawInstanceForGetClawInstanceOutput
- func (s *ClawInstanceForGetClawInstanceOutput) SetEcsIp(v string) *ClawInstanceForGetClawInstanceOutput
- func (s *ClawInstanceForGetClawInstanceOutput) SetEmail(v string) *ClawInstanceForGetClawInstanceOutput
- func (s *ClawInstanceForGetClawInstanceOutput) SetEndpoint(v string) *ClawInstanceForGetClawInstanceOutput
- func (s *ClawInstanceForGetClawInstanceOutput) SetExpireTime(v string) *ClawInstanceForGetClawInstanceOutput
- func (s *ClawInstanceForGetClawInstanceOutput) SetExtraInfo(v string) *ClawInstanceForGetClawInstanceOutput
- func (s *ClawInstanceForGetClawInstanceOutput) SetInUpgradeJob(v bool) *ClawInstanceForGetClawInstanceOutput
- func (s *ClawInstanceForGetClawInstanceOutput) SetInboundAuthorizerConfiguration(v *InboundAuthorizerConfigurationForGetClawInstanceOutput) *ClawInstanceForGetClawInstanceOutput
- func (s *ClawInstanceForGetClawInstanceOutput) SetModelAccessPointId(v string) *ClawInstanceForGetClawInstanceOutput
- func (s *ClawInstanceForGetClawInstanceOutput) SetModelName(v string) *ClawInstanceForGetClawInstanceOutput
- func (s *ClawInstanceForGetClawInstanceOutput) SetModelSource(v string) *ClawInstanceForGetClawInstanceOutput
- func (s *ClawInstanceForGetClawInstanceOutput) SetName(v string) *ClawInstanceForGetClawInstanceOutput
- func (s *ClawInstanceForGetClawInstanceOutput) SetNotifyChannels(v []*string) *ClawInstanceForGetClawInstanceOutput
- func (s *ClawInstanceForGetClawInstanceOutput) SetNotifyType(v string) *ClawInstanceForGetClawInstanceOutput
- func (s *ClawInstanceForGetClawInstanceOutput) SetObservationDataMasking(v string) *ClawInstanceForGetClawInstanceOutput
- func (s *ClawInstanceForGetClawInstanceOutput) SetProjectName(v string) *ClawInstanceForGetClawInstanceOutput
- func (s *ClawInstanceForGetClawInstanceOutput) SetRecycledAt(v string) *ClawInstanceForGetClawInstanceOutput
- func (s *ClawInstanceForGetClawInstanceOutput) SetRemainingDays(v int32) *ClawInstanceForGetClawInstanceOutput
- func (s *ClawInstanceForGetClawInstanceOutput) SetSnapshotHour(v string) *ClawInstanceForGetClawInstanceOutput
- func (s *ClawInstanceForGetClawInstanceOutput) SetSnapshotInfo(v *SnapshotInfoForGetClawInstanceOutput) *ClawInstanceForGetClawInstanceOutput
- func (s *ClawInstanceForGetClawInstanceOutput) SetSoul(v string) *ClawInstanceForGetClawInstanceOutput
- func (s *ClawInstanceForGetClawInstanceOutput) SetSpaceId(v string) *ClawInstanceForGetClawInstanceOutput
- func (s *ClawInstanceForGetClawInstanceOutput) SetSpec(v string) *ClawInstanceForGetClawInstanceOutput
- func (s *ClawInstanceForGetClawInstanceOutput) SetSsoProvider(v string) *ClawInstanceForGetClawInstanceOutput
- func (s *ClawInstanceForGetClawInstanceOutput) SetStatus(v string) *ClawInstanceForGetClawInstanceOutput
- func (s *ClawInstanceForGetClawInstanceOutput) SetSupportVnc(v bool) *ClawInstanceForGetClawInstanceOutput
- func (s *ClawInstanceForGetClawInstanceOutput) SetTags(v []*TagForGetClawInstanceOutput) *ClawInstanceForGetClawInstanceOutput
- func (s *ClawInstanceForGetClawInstanceOutput) SetTeamId(v string) *ClawInstanceForGetClawInstanceOutput
- func (s *ClawInstanceForGetClawInstanceOutput) SetUnionId(v string) *ClawInstanceForGetClawInstanceOutput
- func (s *ClawInstanceForGetClawInstanceOutput) SetUpdatedAt(v string) *ClawInstanceForGetClawInstanceOutput
- func (s *ClawInstanceForGetClawInstanceOutput) SetUserId(v string) *ClawInstanceForGetClawInstanceOutput
- func (s *ClawInstanceForGetClawInstanceOutput) SetUserInfo(v *UserInfoForGetClawInstanceOutput) *ClawInstanceForGetClawInstanceOutput
- func (s *ClawInstanceForGetClawInstanceOutput) SetUserPoolUserUid(v string) *ClawInstanceForGetClawInstanceOutput
- func (s ClawInstanceForGetClawInstanceOutput) String() string
- type ClawInstanceForListClawInstancesOutput
- func (s ClawInstanceForListClawInstancesOutput) GoString() string
- func (s *ClawInstanceForListClawInstancesOutput) SetA2AEndpoint(v string) *ClawInstanceForListClawInstancesOutput
- func (s *ClawInstanceForListClawInstancesOutput) SetA2AInnerEndpoint(v string) *ClawInstanceForListClawInstancesOutput
- func (s *ClawInstanceForListClawInstancesOutput) SetApplicationVersion(v string) *ClawInstanceForListClawInstancesOutput
- func (s *ClawInstanceForListClawInstancesOutput) SetAutoBackupEnabled(v bool) *ClawInstanceForListClawInstancesOutput
- func (s *ClawInstanceForListClawInstancesOutput) SetAutoRenew(v bool) *ClawInstanceForListClawInstancesOutput
- func (s *ClawInstanceForListClawInstancesOutput) SetBillingType(v string) *ClawInstanceForListClawInstancesOutput
- func (s *ClawInstanceForListClawInstancesOutput) SetClawInstanceId(v string) *ClawInstanceForListClawInstancesOutput
- func (s *ClawInstanceForListClawInstancesOutput) SetClawInstanceType(v string) *ClawInstanceForListClawInstancesOutput
- func (s *ClawInstanceForListClawInstancesOutput) SetCreatedAt(v string) *ClawInstanceForListClawInstancesOutput
- func (s *ClawInstanceForListClawInstancesOutput) SetDepartments(v []*DepartmentForListClawInstancesOutput) *ClawInstanceForListClawInstancesOutput
- func (s *ClawInstanceForListClawInstancesOutput) SetDescription(v string) *ClawInstanceForListClawInstancesOutput
- func (s *ClawInstanceForListClawInstancesOutput) SetEcsId(v string) *ClawInstanceForListClawInstancesOutput
- func (s *ClawInstanceForListClawInstancesOutput) SetEcsIp(v string) *ClawInstanceForListClawInstancesOutput
- func (s *ClawInstanceForListClawInstancesOutput) SetEmail(v string) *ClawInstanceForListClawInstancesOutput
- func (s *ClawInstanceForListClawInstancesOutput) SetEndpoint(v string) *ClawInstanceForListClawInstancesOutput
- func (s *ClawInstanceForListClawInstancesOutput) SetExpireTime(v string) *ClawInstanceForListClawInstancesOutput
- func (s *ClawInstanceForListClawInstancesOutput) SetExtraInfo(v string) *ClawInstanceForListClawInstancesOutput
- func (s *ClawInstanceForListClawInstancesOutput) SetInUpgradeJob(v bool) *ClawInstanceForListClawInstancesOutput
- func (s *ClawInstanceForListClawInstancesOutput) SetInboundAuthorizerConfiguration(v *InboundAuthorizerConfigurationForListClawInstancesOutput) *ClawInstanceForListClawInstancesOutput
- func (s *ClawInstanceForListClawInstancesOutput) SetModelAccessPointId(v string) *ClawInstanceForListClawInstancesOutput
- func (s *ClawInstanceForListClawInstancesOutput) SetModelName(v string) *ClawInstanceForListClawInstancesOutput
- func (s *ClawInstanceForListClawInstancesOutput) SetModelSource(v string) *ClawInstanceForListClawInstancesOutput
- func (s *ClawInstanceForListClawInstancesOutput) SetName(v string) *ClawInstanceForListClawInstancesOutput
- func (s *ClawInstanceForListClawInstancesOutput) SetNotifyChannels(v []*string) *ClawInstanceForListClawInstancesOutput
- func (s *ClawInstanceForListClawInstancesOutput) SetNotifyType(v string) *ClawInstanceForListClawInstancesOutput
- func (s *ClawInstanceForListClawInstancesOutput) SetObservationDataMasking(v string) *ClawInstanceForListClawInstancesOutput
- func (s *ClawInstanceForListClawInstancesOutput) SetProjectName(v string) *ClawInstanceForListClawInstancesOutput
- func (s *ClawInstanceForListClawInstancesOutput) SetRecycledAt(v string) *ClawInstanceForListClawInstancesOutput
- func (s *ClawInstanceForListClawInstancesOutput) SetRemainingDays(v int32) *ClawInstanceForListClawInstancesOutput
- func (s *ClawInstanceForListClawInstancesOutput) SetSnapshotHour(v string) *ClawInstanceForListClawInstancesOutput
- func (s *ClawInstanceForListClawInstancesOutput) SetSoul(v string) *ClawInstanceForListClawInstancesOutput
- func (s *ClawInstanceForListClawInstancesOutput) SetSpaceId(v string) *ClawInstanceForListClawInstancesOutput
- func (s *ClawInstanceForListClawInstancesOutput) SetSpec(v string) *ClawInstanceForListClawInstancesOutput
- func (s *ClawInstanceForListClawInstancesOutput) SetSsoProvider(v string) *ClawInstanceForListClawInstancesOutput
- func (s *ClawInstanceForListClawInstancesOutput) SetStatus(v string) *ClawInstanceForListClawInstancesOutput
- func (s *ClawInstanceForListClawInstancesOutput) SetSupportVnc(v bool) *ClawInstanceForListClawInstancesOutput
- func (s *ClawInstanceForListClawInstancesOutput) SetTags(v []*TagForListClawInstancesOutput) *ClawInstanceForListClawInstancesOutput
- func (s *ClawInstanceForListClawInstancesOutput) SetTeamId(v string) *ClawInstanceForListClawInstancesOutput
- func (s *ClawInstanceForListClawInstancesOutput) SetUnionId(v string) *ClawInstanceForListClawInstancesOutput
- func (s *ClawInstanceForListClawInstancesOutput) SetUpdatedAt(v string) *ClawInstanceForListClawInstancesOutput
- func (s *ClawInstanceForListClawInstancesOutput) SetUserId(v string) *ClawInstanceForListClawInstancesOutput
- func (s *ClawInstanceForListClawInstancesOutput) SetUserInfo(v *UserInfoForListClawInstancesOutput) *ClawInstanceForListClawInstancesOutput
- func (s *ClawInstanceForListClawInstancesOutput) SetUserPoolUserUid(v string) *ClawInstanceForListClawInstancesOutput
- func (s ClawInstanceForListClawInstancesOutput) String() string
- type ClawOmniInstanceForGetClawOmniInstanceOutput
- func (s ClawOmniInstanceForGetClawOmniInstanceOutput) GoString() string
- func (s *ClawOmniInstanceForGetClawOmniInstanceOutput) SetAgentMd(v string) *ClawOmniInstanceForGetClawOmniInstanceOutput
- func (s *ClawOmniInstanceForGetClawOmniInstanceOutput) SetCpuMilli(v int32) *ClawOmniInstanceForGetClawOmniInstanceOutput
- func (s *ClawOmniInstanceForGetClawOmniInstanceOutput) SetCreatedAt(v string) *ClawOmniInstanceForGetClawOmniInstanceOutput
- func (s *ClawOmniInstanceForGetClawOmniInstanceOutput) SetDescription(v string) *ClawOmniInstanceForGetClawOmniInstanceOutput
- func (s *ClawOmniInstanceForGetClawOmniInstanceOutput) SetEndpoint(v string) *ClawOmniInstanceForGetClawOmniInstanceOutput
- func (s *ClawOmniInstanceForGetClawOmniInstanceOutput) SetExpiredAction(v string) *ClawOmniInstanceForGetClawOmniInstanceOutput
- func (s *ClawOmniInstanceForGetClawOmniInstanceOutput) SetExpiredAt(v string) *ClawOmniInstanceForGetClawOmniInstanceOutput
- func (s *ClawOmniInstanceForGetClawOmniInstanceOutput) SetId(v string) *ClawOmniInstanceForGetClawOmniInstanceOutput
- func (s *ClawOmniInstanceForGetClawOmniInstanceOutput) SetImage(v string) *ClawOmniInstanceForGetClawOmniInstanceOutput
- func (s *ClawOmniInstanceForGetClawOmniInstanceOutput) SetInternalEndpoint(v string) *ClawOmniInstanceForGetClawOmniInstanceOutput
- func (s *ClawOmniInstanceForGetClawOmniInstanceOutput) SetMemoryMb(v int32) *ClawOmniInstanceForGetClawOmniInstanceOutput
- func (s *ClawOmniInstanceForGetClawOmniInstanceOutput) SetModelConfig(v *ModelConfigForGetClawOmniInstanceOutput) *ClawOmniInstanceForGetClawOmniInstanceOutput
- func (s *ClawOmniInstanceForGetClawOmniInstanceOutput) SetName(v string) *ClawOmniInstanceForGetClawOmniInstanceOutput
- func (s *ClawOmniInstanceForGetClawOmniInstanceOutput) SetOperationLock(v *OperationLockForGetClawOmniInstanceOutput) *ClawOmniInstanceForGetClawOmniInstanceOutput
- func (s *ClawOmniInstanceForGetClawOmniInstanceOutput) SetProjectName(v string) *ClawOmniInstanceForGetClawOmniInstanceOutput
- func (s *ClawOmniInstanceForGetClawOmniInstanceOutput) SetSoul(v string) *ClawOmniInstanceForGetClawOmniInstanceOutput
- func (s *ClawOmniInstanceForGetClawOmniInstanceOutput) SetSpaceId(v string) *ClawOmniInstanceForGetClawOmniInstanceOutput
- func (s *ClawOmniInstanceForGetClawOmniInstanceOutput) SetStatus(v string) *ClawOmniInstanceForGetClawOmniInstanceOutput
- func (s *ClawOmniInstanceForGetClawOmniInstanceOutput) SetTags(v []*TagForGetClawOmniInstanceOutput) *ClawOmniInstanceForGetClawOmniInstanceOutput
- func (s *ClawOmniInstanceForGetClawOmniInstanceOutput) SetTemplateId(v string) *ClawOmniInstanceForGetClawOmniInstanceOutput
- func (s *ClawOmniInstanceForGetClawOmniInstanceOutput) SetTokenLimitPerDay(v string) *ClawOmniInstanceForGetClawOmniInstanceOutput
- func (s *ClawOmniInstanceForGetClawOmniInstanceOutput) SetTokenLimitPerMin(v string) *ClawOmniInstanceForGetClawOmniInstanceOutput
- func (s *ClawOmniInstanceForGetClawOmniInstanceOutput) SetTokenLimitPerWeek(v string) *ClawOmniInstanceForGetClawOmniInstanceOutput
- func (s *ClawOmniInstanceForGetClawOmniInstanceOutput) SetTokenQuota(v *TokenQuotaForGetClawOmniInstanceOutput) *ClawOmniInstanceForGetClawOmniInstanceOutput
- func (s *ClawOmniInstanceForGetClawOmniInstanceOutput) SetUpdatedAt(v string) *ClawOmniInstanceForGetClawOmniInstanceOutput
- func (s ClawOmniInstanceForGetClawOmniInstanceOutput) String() string
- type ClearClawOmniInstanceDevicePairedInput
- func (s ClearClawOmniInstanceDevicePairedInput) GoString() string
- func (s *ClearClawOmniInstanceDevicePairedInput) SetId(v string) *ClearClawOmniInstanceDevicePairedInput
- func (s ClearClawOmniInstanceDevicePairedInput) String() string
- func (s *ClearClawOmniInstanceDevicePairedInput) Validate() error
- type ClearClawOmniInstanceDevicePairedOutput
- type CodingPlanSeatTypeForUpdateSpaceUserConfigsInput
- type ConnectedAtMsForListClawOmniInstanceDeviceStatusOutput
- func (s ConnectedAtMsForListClawOmniInstanceDeviceStatusOutput) GoString() string
- func (s *ConnectedAtMsForListClawOmniInstanceDeviceStatusOutput) SetValue(v string) *ConnectedAtMsForListClawOmniInstanceDeviceStatusOutput
- func (s ConnectedAtMsForListClawOmniInstanceDeviceStatusOutput) String() string
- type CreateClawInstanceInput
- func (s CreateClawInstanceInput) GoString() string
- func (s *CreateClawInstanceInput) SetAutoRenew(v bool) *CreateClawInstanceInput
- func (s *CreateClawInstanceInput) SetBillingType(v string) *CreateClawInstanceInput
- func (s *CreateClawInstanceInput) SetClientToken(v string) *CreateClawInstanceInput
- func (s *CreateClawInstanceInput) SetDescription(v string) *CreateClawInstanceInput
- func (s *CreateClawInstanceInput) SetDryRun(v bool) *CreateClawInstanceInput
- func (s *CreateClawInstanceInput) SetEnableHeadless(v bool) *CreateClawInstanceInput
- func (s *CreateClawInstanceInput) SetModelApiKey(v string) *CreateClawInstanceInput
- func (s *CreateClawInstanceInput) SetModelBaseUrl(v string) *CreateClawInstanceInput
- func (s *CreateClawInstanceInput) SetModelName(v string) *CreateClawInstanceInput
- func (s *CreateClawInstanceInput) SetModelSource(v string) *CreateClawInstanceInput
- func (s *CreateClawInstanceInput) SetName(v string) *CreateClawInstanceInput
- func (s *CreateClawInstanceInput) SetPeriod(v int32) *CreateClawInstanceInput
- func (s *CreateClawInstanceInput) SetProjectName(v string) *CreateClawInstanceInput
- func (s *CreateClawInstanceInput) SetSoul(v string) *CreateClawInstanceInput
- func (s *CreateClawInstanceInput) SetSpaceId(v string) *CreateClawInstanceInput
- func (s *CreateClawInstanceInput) SetSpec(v string) *CreateClawInstanceInput
- func (s *CreateClawInstanceInput) SetTemplateId(v string) *CreateClawInstanceInput
- func (s *CreateClawInstanceInput) SetUserPoolUserUid(v string) *CreateClawInstanceInput
- func (s CreateClawInstanceInput) String() string
- func (s *CreateClawInstanceInput) Validate() error
- type CreateClawInstanceOutput
- type CreateClawOmniAutoChannelJobInput
- func (s CreateClawOmniAutoChannelJobInput) GoString() string
- func (s *CreateClawOmniAutoChannelJobInput) SetChannel(v string) *CreateClawOmniAutoChannelJobInput
- func (s *CreateClawOmniAutoChannelJobInput) SetId(v string) *CreateClawOmniAutoChannelJobInput
- func (s CreateClawOmniAutoChannelJobInput) String() string
- func (s *CreateClawOmniAutoChannelJobInput) Validate() error
- type CreateClawOmniAutoChannelJobOutput
- func (s CreateClawOmniAutoChannelJobOutput) GoString() string
- func (s *CreateClawOmniAutoChannelJobOutput) SetChannel(v string) *CreateClawOmniAutoChannelJobOutput
- func (s *CreateClawOmniAutoChannelJobOutput) SetJobId(v string) *CreateClawOmniAutoChannelJobOutput
- func (s *CreateClawOmniAutoChannelJobOutput) SetStatus(v string) *CreateClawOmniAutoChannelJobOutput
- func (s *CreateClawOmniAutoChannelJobOutput) SetStatusCode(v string) *CreateClawOmniAutoChannelJobOutput
- func (s CreateClawOmniAutoChannelJobOutput) String() string
- type CreateClawOmniInstanceCommandJobInput
- func (s CreateClawOmniInstanceCommandJobInput) GoString() string
- func (s *CreateClawOmniInstanceCommandJobInput) SetClawOmniInstanceIds(v []*string) *CreateClawOmniInstanceCommandJobInput
- func (s *CreateClawOmniInstanceCommandJobInput) SetCommandContent(v string) *CreateClawOmniInstanceCommandJobInput
- func (s *CreateClawOmniInstanceCommandJobInput) SetDescription(v string) *CreateClawOmniInstanceCommandJobInput
- func (s *CreateClawOmniInstanceCommandJobInput) SetEnvVars(v []*EnvVarForCreateClawOmniInstanceCommandJobInput) *CreateClawOmniInstanceCommandJobInput
- func (s *CreateClawOmniInstanceCommandJobInput) SetExecutionMode(v string) *CreateClawOmniInstanceCommandJobInput
- func (s *CreateClawOmniInstanceCommandJobInput) SetJobName(v string) *CreateClawOmniInstanceCommandJobInput
- func (s *CreateClawOmniInstanceCommandJobInput) SetLaunchTime(v string) *CreateClawOmniInstanceCommandJobInput
- func (s *CreateClawOmniInstanceCommandJobInput) SetMaxConcurrency(v int32) *CreateClawOmniInstanceCommandJobInput
- func (s *CreateClawOmniInstanceCommandJobInput) SetSpaceId(v string) *CreateClawOmniInstanceCommandJobInput
- func (s *CreateClawOmniInstanceCommandJobInput) SetTargetVersion(v string) *CreateClawOmniInstanceCommandJobInput
- func (s *CreateClawOmniInstanceCommandJobInput) SetTimeoutSeconds(v int32) *CreateClawOmniInstanceCommandJobInput
- func (s *CreateClawOmniInstanceCommandJobInput) SetType(v string) *CreateClawOmniInstanceCommandJobInput
- func (s *CreateClawOmniInstanceCommandJobInput) SetWorkingDir(v string) *CreateClawOmniInstanceCommandJobInput
- func (s CreateClawOmniInstanceCommandJobInput) String() string
- func (s *CreateClawOmniInstanceCommandJobInput) Validate() error
- type CreateClawOmniInstanceCommandJobOutput
- type CreateClawOmniInstanceInput
- func (s CreateClawOmniInstanceInput) GoString() string
- func (s *CreateClawOmniInstanceInput) SetCpuMilli(v int32) *CreateClawOmniInstanceInput
- func (s *CreateClawOmniInstanceInput) SetDescription(v string) *CreateClawOmniInstanceInput
- func (s *CreateClawOmniInstanceInput) SetEnvVars(v []*EnvVarForCreateClawOmniInstanceInput) *CreateClawOmniInstanceInput
- func (s *CreateClawOmniInstanceInput) SetExpiredAction(v string) *CreateClawOmniInstanceInput
- func (s *CreateClawOmniInstanceInput) SetImage(v string) *CreateClawOmniInstanceInput
- func (s *CreateClawOmniInstanceInput) SetMemoryMb(v int32) *CreateClawOmniInstanceInput
- func (s *CreateClawOmniInstanceInput) SetModelConfig(v *ModelConfigForCreateClawOmniInstanceInput) *CreateClawOmniInstanceInput
- func (s *CreateClawOmniInstanceInput) SetName(v string) *CreateClawOmniInstanceInput
- func (s *CreateClawOmniInstanceInput) SetProjectName(v string) *CreateClawOmniInstanceInput
- func (s *CreateClawOmniInstanceInput) SetSoul(v string) *CreateClawOmniInstanceInput
- func (s *CreateClawOmniInstanceInput) SetSpaceId(v string) *CreateClawOmniInstanceInput
- func (s *CreateClawOmniInstanceInput) SetTags(v []*TagForCreateClawOmniInstanceInput) *CreateClawOmniInstanceInput
- func (s *CreateClawOmniInstanceInput) SetTemplateId(v string) *CreateClawOmniInstanceInput
- func (s *CreateClawOmniInstanceInput) SetTimeout(v int32) *CreateClawOmniInstanceInput
- func (s *CreateClawOmniInstanceInput) SetTokenLimitPerDay(v int32) *CreateClawOmniInstanceInput
- func (s *CreateClawOmniInstanceInput) SetTokenLimitPerMin(v int32) *CreateClawOmniInstanceInput
- func (s *CreateClawOmniInstanceInput) SetTokenLimitPerWeek(v int32) *CreateClawOmniInstanceInput
- func (s CreateClawOmniInstanceInput) String() string
- func (s *CreateClawOmniInstanceInput) Validate() error
- type CreateClawOmniInstanceOutput
- type CreateIdentityProviderTokenExchangeInput
- func (s CreateIdentityProviderTokenExchangeInput) GoString() string
- func (s *CreateIdentityProviderTokenExchangeInput) SetAllowedAudiences(v []*string) *CreateIdentityProviderTokenExchangeInput
- func (s *CreateIdentityProviderTokenExchangeInput) SetAllowedClaimsAndValues(v []*AllowedClaimsAndValueForCreateIdentityProviderTokenExchangeInput) *CreateIdentityProviderTokenExchangeInput
- func (s *CreateIdentityProviderTokenExchangeInput) SetAllowedClients(v []*string) *CreateIdentityProviderTokenExchangeInput
- func (s *CreateIdentityProviderTokenExchangeInput) SetAllowedScopes(v []*string) *CreateIdentityProviderTokenExchangeInput
- func (s *CreateIdentityProviderTokenExchangeInput) SetAttributeMappings(v []*AttributeMappingForCreateIdentityProviderTokenExchangeInput) *CreateIdentityProviderTokenExchangeInput
- func (s *CreateIdentityProviderTokenExchangeInput) SetClaimsPropagationConfig(v *ClaimsPropagationConfigForCreateIdentityProviderTokenExchangeInput) *CreateIdentityProviderTokenExchangeInput
- func (s *CreateIdentityProviderTokenExchangeInput) SetEipId(v string) *CreateIdentityProviderTokenExchangeInput
- func (s *CreateIdentityProviderTokenExchangeInput) SetEnabled(v bool) *CreateIdentityProviderTokenExchangeInput
- func (s *CreateIdentityProviderTokenExchangeInput) SetExternalIdentityProviderConfiguration(...) *CreateIdentityProviderTokenExchangeInput
- func (s *CreateIdentityProviderTokenExchangeInput) SetName(v string) *CreateIdentityProviderTokenExchangeInput
- func (s *CreateIdentityProviderTokenExchangeInput) SetProvider(v string) *CreateIdentityProviderTokenExchangeInput
- func (s *CreateIdentityProviderTokenExchangeInput) SetProviderOptions(v *ProviderOptionsForCreateIdentityProviderTokenExchangeInput) *CreateIdentityProviderTokenExchangeInput
- func (s *CreateIdentityProviderTokenExchangeInput) SetProviderType(v string) *CreateIdentityProviderTokenExchangeInput
- func (s *CreateIdentityProviderTokenExchangeInput) SetSpaceId(v string) *CreateIdentityProviderTokenExchangeInput
- func (s CreateIdentityProviderTokenExchangeInput) String() string
- func (s *CreateIdentityProviderTokenExchangeInput) Validate() error
- type CreateIdentityProviderTokenExchangeOutput
- func (s CreateIdentityProviderTokenExchangeOutput) GoString() string
- func (s *CreateIdentityProviderTokenExchangeOutput) SetTokenExchange(v *TokenExchangeForCreateIdentityProviderTokenExchangeOutput) *CreateIdentityProviderTokenExchangeOutput
- func (s CreateIdentityProviderTokenExchangeOutput) String() string
- type CreatePrivateClawOmniSpaceTemplateInput
- func (s CreatePrivateClawOmniSpaceTemplateInput) GoString() string
- func (s *CreatePrivateClawOmniSpaceTemplateInput) SetAgentMd(v string) *CreatePrivateClawOmniSpaceTemplateInput
- func (s *CreatePrivateClawOmniSpaceTemplateInput) SetApplicationVersionId(v string) *CreatePrivateClawOmniSpaceTemplateInput
- func (s *CreatePrivateClawOmniSpaceTemplateInput) SetCpuMilli(v int32) *CreatePrivateClawOmniSpaceTemplateInput
- func (s *CreatePrivateClawOmniSpaceTemplateInput) SetDefaultModelName(v string) *CreatePrivateClawOmniSpaceTemplateInput
- func (s *CreatePrivateClawOmniSpaceTemplateInput) SetDefaultModelSource(v string) *CreatePrivateClawOmniSpaceTemplateInput
- func (s *CreatePrivateClawOmniSpaceTemplateInput) SetDescription(v string) *CreatePrivateClawOmniSpaceTemplateInput
- func (s *CreatePrivateClawOmniSpaceTemplateInput) SetImageId(v string) *CreatePrivateClawOmniSpaceTemplateInput
- func (s *CreatePrivateClawOmniSpaceTemplateInput) SetInput(v string) *CreatePrivateClawOmniSpaceTemplateInput
- func (s *CreatePrivateClawOmniSpaceTemplateInput) SetMemoryMb(v int32) *CreatePrivateClawOmniSpaceTemplateInput
- func (s *CreatePrivateClawOmniSpaceTemplateInput) SetName(v string) *CreatePrivateClawOmniSpaceTemplateInput
- func (s *CreatePrivateClawOmniSpaceTemplateInput) SetPluginConfig(v string) *CreatePrivateClawOmniSpaceTemplateInput
- func (s *CreatePrivateClawOmniSpaceTemplateInput) SetProjectName(v string) *CreatePrivateClawOmniSpaceTemplateInput
- func (s *CreatePrivateClawOmniSpaceTemplateInput) SetReasoning(v string) *CreatePrivateClawOmniSpaceTemplateInput
- func (s *CreatePrivateClawOmniSpaceTemplateInput) SetSkillConfig(v string) *CreatePrivateClawOmniSpaceTemplateInput
- func (s *CreatePrivateClawOmniSpaceTemplateInput) SetSoul(v string) *CreatePrivateClawOmniSpaceTemplateInput
- func (s CreatePrivateClawOmniSpaceTemplateInput) String() string
- func (s *CreatePrivateClawOmniSpaceTemplateInput) Validate() error
- type CreatePrivateClawOmniSpaceTemplateOutput
- func (s CreatePrivateClawOmniSpaceTemplateOutput) GoString() string
- func (s *CreatePrivateClawOmniSpaceTemplateOutput) SetId(v string) *CreatePrivateClawOmniSpaceTemplateOutput
- func (s *CreatePrivateClawOmniSpaceTemplateOutput) SetImageBuildStatus(v string) *CreatePrivateClawOmniSpaceTemplateOutput
- func (s *CreatePrivateClawOmniSpaceTemplateOutput) SetVersionId(v string) *CreatePrivateClawOmniSpaceTemplateOutput
- func (s CreatePrivateClawOmniSpaceTemplateOutput) String() string
- type CreatePrivateEgressDnsBlockRuleInput
- func (s CreatePrivateEgressDnsBlockRuleInput) GoString() string
- func (s *CreatePrivateEgressDnsBlockRuleInput) SetDescription(v string) *CreatePrivateEgressDnsBlockRuleInput
- func (s *CreatePrivateEgressDnsBlockRuleInput) SetDomains(v []*string) *CreatePrivateEgressDnsBlockRuleInput
- func (s *CreatePrivateEgressDnsBlockRuleInput) SetName(v string) *CreatePrivateEgressDnsBlockRuleInput
- func (s *CreatePrivateEgressDnsBlockRuleInput) SetPrivateEgressId(v string) *CreatePrivateEgressDnsBlockRuleInput
- func (s *CreatePrivateEgressDnsBlockRuleInput) SetRequestId(v string) *CreatePrivateEgressDnsBlockRuleInput
- func (s *CreatePrivateEgressDnsBlockRuleInput) SetSourceIds(v []*string) *CreatePrivateEgressDnsBlockRuleInput
- func (s *CreatePrivateEgressDnsBlockRuleInput) SetSourceType(v string) *CreatePrivateEgressDnsBlockRuleInput
- func (s *CreatePrivateEgressDnsBlockRuleInput) SetSpaceId(v string) *CreatePrivateEgressDnsBlockRuleInput
- func (s CreatePrivateEgressDnsBlockRuleInput) String() string
- func (s *CreatePrivateEgressDnsBlockRuleInput) Validate() error
- type CreatePrivateEgressDnsBlockRuleOutput
- func (s CreatePrivateEgressDnsBlockRuleOutput) GoString() string
- func (s *CreatePrivateEgressDnsBlockRuleOutput) SetAsyncTaskId(v string) *CreatePrivateEgressDnsBlockRuleOutput
- func (s *CreatePrivateEgressDnsBlockRuleOutput) SetRequestId(v string) *CreatePrivateEgressDnsBlockRuleOutput
- func (s *CreatePrivateEgressDnsBlockRuleOutput) SetRuleId(v string) *CreatePrivateEgressDnsBlockRuleOutput
- func (s CreatePrivateEgressDnsBlockRuleOutput) String() string
- type CreatePrivateEgressEndpointInput
- func (s CreatePrivateEgressEndpointInput) GoString() string
- func (s *CreatePrivateEgressEndpointInput) SetClientToken(v string) *CreatePrivateEgressEndpointInput
- func (s *CreatePrivateEgressEndpointInput) SetDestinationCidrs(v []*string) *CreatePrivateEgressEndpointInput
- func (s *CreatePrivateEgressEndpointInput) SetPrivateEgressId(v string) *CreatePrivateEgressEndpointInput
- func (s *CreatePrivateEgressEndpointInput) SetRequestId(v string) *CreatePrivateEgressEndpointInput
- func (s *CreatePrivateEgressEndpointInput) SetSecurityGroupIds(v []*string) *CreatePrivateEgressEndpointInput
- func (s *CreatePrivateEgressEndpointInput) SetSpaceId(v string) *CreatePrivateEgressEndpointInput
- func (s *CreatePrivateEgressEndpointInput) SetVpcId(v string) *CreatePrivateEgressEndpointInput
- func (s *CreatePrivateEgressEndpointInput) SetZoneMappings(v []*ZoneMappingForCreatePrivateEgressEndpointInput) *CreatePrivateEgressEndpointInput
- func (s CreatePrivateEgressEndpointInput) String() string
- func (s *CreatePrivateEgressEndpointInput) Validate() error
- type CreatePrivateEgressEndpointOutput
- func (s CreatePrivateEgressEndpointOutput) GoString() string
- func (s *CreatePrivateEgressEndpointOutput) SetAsyncTaskId(v string) *CreatePrivateEgressEndpointOutput
- func (s *CreatePrivateEgressEndpointOutput) SetPrivateEgressEndpointId(v string) *CreatePrivateEgressEndpointOutput
- func (s *CreatePrivateEgressEndpointOutput) SetRequestId(v string) *CreatePrivateEgressEndpointOutput
- func (s CreatePrivateEgressEndpointOutput) String() string
- type CreatePrivateEgressNetworkAccessRuleInput
- func (s CreatePrivateEgressNetworkAccessRuleInput) GoString() string
- func (s *CreatePrivateEgressNetworkAccessRuleInput) SetDescription(v string) *CreatePrivateEgressNetworkAccessRuleInput
- func (s *CreatePrivateEgressNetworkAccessRuleInput) SetDestCidrs(v string) *CreatePrivateEgressNetworkAccessRuleInput
- func (s *CreatePrivateEgressNetworkAccessRuleInput) SetDestinationPorts(v string) *CreatePrivateEgressNetworkAccessRuleInput
- func (s *CreatePrivateEgressNetworkAccessRuleInput) SetName(v string) *CreatePrivateEgressNetworkAccessRuleInput
- func (s *CreatePrivateEgressNetworkAccessRuleInput) SetPriority(v int32) *CreatePrivateEgressNetworkAccessRuleInput
- func (s *CreatePrivateEgressNetworkAccessRuleInput) SetPrivateEgressNetworkAccessPolicyId(v string) *CreatePrivateEgressNetworkAccessRuleInput
- func (s *CreatePrivateEgressNetworkAccessRuleInput) SetProtocol(v string) *CreatePrivateEgressNetworkAccessRuleInput
- func (s *CreatePrivateEgressNetworkAccessRuleInput) SetRequestId(v string) *CreatePrivateEgressNetworkAccessRuleInput
- func (s *CreatePrivateEgressNetworkAccessRuleInput) SetRuleAction(v string) *CreatePrivateEgressNetworkAccessRuleInput
- func (s *CreatePrivateEgressNetworkAccessRuleInput) SetSourceIds(v string) *CreatePrivateEgressNetworkAccessRuleInput
- func (s *CreatePrivateEgressNetworkAccessRuleInput) SetSourceType(v string) *CreatePrivateEgressNetworkAccessRuleInput
- func (s *CreatePrivateEgressNetworkAccessRuleInput) SetSpaceId(v string) *CreatePrivateEgressNetworkAccessRuleInput
- func (s CreatePrivateEgressNetworkAccessRuleInput) String() string
- func (s *CreatePrivateEgressNetworkAccessRuleInput) Validate() error
- type CreatePrivateEgressNetworkAccessRuleOutput
- func (s CreatePrivateEgressNetworkAccessRuleOutput) GoString() string
- func (s *CreatePrivateEgressNetworkAccessRuleOutput) SetAsyncTaskId(v string) *CreatePrivateEgressNetworkAccessRuleOutput
- func (s *CreatePrivateEgressNetworkAccessRuleOutput) SetPrivateEgressNetworkAccessRuleId(v string) *CreatePrivateEgressNetworkAccessRuleOutput
- func (s *CreatePrivateEgressNetworkAccessRuleOutput) SetRequestId(v string) *CreatePrivateEgressNetworkAccessRuleOutput
- func (s CreatePrivateEgressNetworkAccessRuleOutput) String() string
- type CreatePrivateEgressWebAccessRuleInput
- func (s CreatePrivateEgressWebAccessRuleInput) GoString() string
- func (s *CreatePrivateEgressWebAccessRuleInput) SetDescription(v string) *CreatePrivateEgressWebAccessRuleInput
- func (s *CreatePrivateEgressWebAccessRuleInput) SetDomainPatterns(v string) *CreatePrivateEgressWebAccessRuleInput
- func (s *CreatePrivateEgressWebAccessRuleInput) SetManagedTemplateId(v string) *CreatePrivateEgressWebAccessRuleInput
- func (s *CreatePrivateEgressWebAccessRuleInput) SetName(v string) *CreatePrivateEgressWebAccessRuleInput
- func (s *CreatePrivateEgressWebAccessRuleInput) SetPriority(v int32) *CreatePrivateEgressWebAccessRuleInput
- func (s *CreatePrivateEgressWebAccessRuleInput) SetPrivateEgressWebAccessPolicyId(v string) *CreatePrivateEgressWebAccessRuleInput
- func (s *CreatePrivateEgressWebAccessRuleInput) SetRequestId(v string) *CreatePrivateEgressWebAccessRuleInput
- func (s *CreatePrivateEgressWebAccessRuleInput) SetRuleAction(v string) *CreatePrivateEgressWebAccessRuleInput
- func (s *CreatePrivateEgressWebAccessRuleInput) SetRuleType(v string) *CreatePrivateEgressWebAccessRuleInput
- func (s *CreatePrivateEgressWebAccessRuleInput) SetSourceIds(v string) *CreatePrivateEgressWebAccessRuleInput
- func (s *CreatePrivateEgressWebAccessRuleInput) SetSourceType(v string) *CreatePrivateEgressWebAccessRuleInput
- func (s *CreatePrivateEgressWebAccessRuleInput) SetSpaceId(v string) *CreatePrivateEgressWebAccessRuleInput
- func (s CreatePrivateEgressWebAccessRuleInput) String() string
- func (s *CreatePrivateEgressWebAccessRuleInput) Validate() error
- type CreatePrivateEgressWebAccessRuleOutput
- func (s CreatePrivateEgressWebAccessRuleOutput) GoString() string
- func (s *CreatePrivateEgressWebAccessRuleOutput) SetAsyncTaskId(v string) *CreatePrivateEgressWebAccessRuleOutput
- func (s *CreatePrivateEgressWebAccessRuleOutput) SetPrivateEgressWebAccessRuleId(v string) *CreatePrivateEgressWebAccessRuleOutput
- func (s *CreatePrivateEgressWebAccessRuleOutput) SetRequestId(v string) *CreatePrivateEgressWebAccessRuleOutput
- func (s CreatePrivateEgressWebAccessRuleOutput) String() string
- type CreateScheduledJobInput
- func (s CreateScheduledJobInput) GoString() string
- func (s *CreateScheduledJobInput) SetInstanceId(v string) *CreateScheduledJobInput
- func (s *CreateScheduledJobInput) SetInstructions(v string) *CreateScheduledJobInput
- func (s *CreateScheduledJobInput) SetName(v string) *CreateScheduledJobInput
- func (s *CreateScheduledJobInput) SetProjectName(v string) *CreateScheduledJobInput
- func (s *CreateScheduledJobInput) SetResultDeliveryChannel(v string) *CreateScheduledJobInput
- func (s *CreateScheduledJobInput) SetResultDeliveryChatId(v string) *CreateScheduledJobInput
- func (s *CreateScheduledJobInput) SetResultDeliveryTarget(v string) *CreateScheduledJobInput
- func (s *CreateScheduledJobInput) SetScheduleExpr(v string) *CreateScheduledJobInput
- func (s *CreateScheduledJobInput) SetScheduleType(v string) *CreateScheduledJobInput
- func (s *CreateScheduledJobInput) SetSpaceId(v string) *CreateScheduledJobInput
- func (s *CreateScheduledJobInput) SetTimeoutMinutes(v int32) *CreateScheduledJobInput
- func (s *CreateScheduledJobInput) SetTimezone(v string) *CreateScheduledJobInput
- func (s CreateScheduledJobInput) String() string
- func (s *CreateScheduledJobInput) Validate() error
- type CreateScheduledJobOutput
- type CustomJwtAuthorizerForGetClawInstanceOutput
- func (s CustomJwtAuthorizerForGetClawInstanceOutput) GoString() string
- func (s *CustomJwtAuthorizerForGetClawInstanceOutput) SetAllowedClients(v []*string) *CustomJwtAuthorizerForGetClawInstanceOutput
- func (s *CustomJwtAuthorizerForGetClawInstanceOutput) SetDiscoveryurl(v string) *CustomJwtAuthorizerForGetClawInstanceOutput
- func (s CustomJwtAuthorizerForGetClawInstanceOutput) String() string
- type CustomJwtAuthorizerForListClawInstancesOutput
- func (s CustomJwtAuthorizerForListClawInstancesOutput) GoString() string
- func (s *CustomJwtAuthorizerForListClawInstancesOutput) SetAllowedClients(v []*string) *CustomJwtAuthorizerForListClawInstancesOutput
- func (s *CustomJwtAuthorizerForListClawInstancesOutput) SetDiscoveryurl(v string) *CustomJwtAuthorizerForListClawInstancesOutput
- func (s CustomJwtAuthorizerForListClawInstancesOutput) String() string
- type DataForListIdentityProvidersTokenExchangeOutput
- func (s DataForListIdentityProvidersTokenExchangeOutput) GoString() string
- func (s *DataForListIdentityProvidersTokenExchangeOutput) SetAllowedAudiences(v []*string) *DataForListIdentityProvidersTokenExchangeOutput
- func (s *DataForListIdentityProvidersTokenExchangeOutput) SetAllowedClaimsAndValues(v []*AllowedClaimsAndValueForListIdentityProvidersTokenExchangeOutput) *DataForListIdentityProvidersTokenExchangeOutput
- func (s *DataForListIdentityProvidersTokenExchangeOutput) SetAllowedClients(v []*string) *DataForListIdentityProvidersTokenExchangeOutput
- func (s *DataForListIdentityProvidersTokenExchangeOutput) SetAllowedScopes(v []*string) *DataForListIdentityProvidersTokenExchangeOutput
- func (s *DataForListIdentityProvidersTokenExchangeOutput) SetAttributeMappings(v []*AttributeMappingForListIdentityProvidersTokenExchangeOutput) *DataForListIdentityProvidersTokenExchangeOutput
- func (s *DataForListIdentityProvidersTokenExchangeOutput) SetClaimsPropagationConfig(v *ClaimsPropagationConfigForListIdentityProvidersTokenExchangeOutput) *DataForListIdentityProvidersTokenExchangeOutput
- func (s *DataForListIdentityProvidersTokenExchangeOutput) SetEipRecord(v *EipRecordForListIdentityProvidersTokenExchangeOutput) *DataForListIdentityProvidersTokenExchangeOutput
- func (s *DataForListIdentityProvidersTokenExchangeOutput) SetEnabled(v bool) *DataForListIdentityProvidersTokenExchangeOutput
- func (s *DataForListIdentityProvidersTokenExchangeOutput) SetExternalIdentityProviderConfiguration(...) *DataForListIdentityProvidersTokenExchangeOutput
- func (s *DataForListIdentityProvidersTokenExchangeOutput) SetName(v string) *DataForListIdentityProvidersTokenExchangeOutput
- func (s *DataForListIdentityProvidersTokenExchangeOutput) SetProvider(v string) *DataForListIdentityProvidersTokenExchangeOutput
- func (s *DataForListIdentityProvidersTokenExchangeOutput) SetProviderOptions(v *ProviderOptionsForListIdentityProvidersTokenExchangeOutput) *DataForListIdentityProvidersTokenExchangeOutput
- func (s *DataForListIdentityProvidersTokenExchangeOutput) SetProviderType(v string) *DataForListIdentityProvidersTokenExchangeOutput
- func (s *DataForListIdentityProvidersTokenExchangeOutput) SetUid(v string) *DataForListIdentityProvidersTokenExchangeOutput
- func (s DataForListIdentityProvidersTokenExchangeOutput) String() string
- type DeleteClawInstanceInput
- func (s DeleteClawInstanceInput) GoString() string
- func (s *DeleteClawInstanceInput) SetClawInstanceId(v string) *DeleteClawInstanceInput
- func (s *DeleteClawInstanceInput) SetClientToken(v string) *DeleteClawInstanceInput
- func (s *DeleteClawInstanceInput) SetDryRun(v bool) *DeleteClawInstanceInput
- func (s *DeleteClawInstanceInput) SetRecycle(v bool) *DeleteClawInstanceInput
- func (s *DeleteClawInstanceInput) SetSpaceId(v string) *DeleteClawInstanceInput
- func (s DeleteClawInstanceInput) String() string
- func (s *DeleteClawInstanceInput) Validate() error
- type DeleteClawInstanceOutput
- type DeleteClawOmniChannelInput
- func (s DeleteClawOmniChannelInput) GoString() string
- func (s *DeleteClawOmniChannelInput) SetChannelId(v string) *DeleteClawOmniChannelInput
- func (s *DeleteClawOmniChannelInput) SetId(v string) *DeleteClawOmniChannelInput
- func (s DeleteClawOmniChannelInput) String() string
- func (s *DeleteClawOmniChannelInput) Validate() error
- type DeleteClawOmniChannelOutput
- type DeleteClawOmniInstanceInput
- func (s DeleteClawOmniInstanceInput) GoString() string
- func (s *DeleteClawOmniInstanceInput) SetId(v string) *DeleteClawOmniInstanceInput
- func (s *DeleteClawOmniInstanceInput) SetProjectName(v string) *DeleteClawOmniInstanceInput
- func (s DeleteClawOmniInstanceInput) String() string
- func (s *DeleteClawOmniInstanceInput) Validate() error
- type DeleteClawOmniInstanceOutput
- type DeleteIdentityProviderTokenExchangeInput
- func (s DeleteIdentityProviderTokenExchangeInput) GoString() string
- func (s *DeleteIdentityProviderTokenExchangeInput) SetConnectionId(v string) *DeleteIdentityProviderTokenExchangeInput
- func (s *DeleteIdentityProviderTokenExchangeInput) SetSpaceId(v string) *DeleteIdentityProviderTokenExchangeInput
- func (s DeleteIdentityProviderTokenExchangeInput) String() string
- func (s *DeleteIdentityProviderTokenExchangeInput) Validate() error
- type DeleteIdentityProviderTokenExchangeOutput
- type DeletePrivateEgressDnsBlockRuleInput
- func (s DeletePrivateEgressDnsBlockRuleInput) GoString() string
- func (s *DeletePrivateEgressDnsBlockRuleInput) SetPrivateEgressId(v string) *DeletePrivateEgressDnsBlockRuleInput
- func (s *DeletePrivateEgressDnsBlockRuleInput) SetRuleId(v string) *DeletePrivateEgressDnsBlockRuleInput
- func (s *DeletePrivateEgressDnsBlockRuleInput) SetSpaceId(v string) *DeletePrivateEgressDnsBlockRuleInput
- func (s DeletePrivateEgressDnsBlockRuleInput) String() string
- func (s *DeletePrivateEgressDnsBlockRuleInput) Validate() error
- type DeletePrivateEgressDnsBlockRuleOutput
- func (s DeletePrivateEgressDnsBlockRuleOutput) GoString() string
- func (s *DeletePrivateEgressDnsBlockRuleOutput) SetAsyncTaskId(v string) *DeletePrivateEgressDnsBlockRuleOutput
- func (s *DeletePrivateEgressDnsBlockRuleOutput) SetRequestId(v string) *DeletePrivateEgressDnsBlockRuleOutput
- func (s DeletePrivateEgressDnsBlockRuleOutput) String() string
- type DeletePrivateEgressEndpointInput
- func (s DeletePrivateEgressEndpointInput) GoString() string
- func (s *DeletePrivateEgressEndpointInput) SetPrivateEgressEndpointId(v string) *DeletePrivateEgressEndpointInput
- func (s *DeletePrivateEgressEndpointInput) SetSpaceId(v string) *DeletePrivateEgressEndpointInput
- func (s DeletePrivateEgressEndpointInput) String() string
- func (s *DeletePrivateEgressEndpointInput) Validate() error
- type DeletePrivateEgressEndpointOutput
- func (s DeletePrivateEgressEndpointOutput) GoString() string
- func (s *DeletePrivateEgressEndpointOutput) SetAsyncTaskId(v string) *DeletePrivateEgressEndpointOutput
- func (s *DeletePrivateEgressEndpointOutput) SetRequestId(v string) *DeletePrivateEgressEndpointOutput
- func (s DeletePrivateEgressEndpointOutput) String() string
- type DeletePrivateEgressNetworkAccessRuleInput
- func (s DeletePrivateEgressNetworkAccessRuleInput) GoString() string
- func (s *DeletePrivateEgressNetworkAccessRuleInput) SetClientToken(v string) *DeletePrivateEgressNetworkAccessRuleInput
- func (s *DeletePrivateEgressNetworkAccessRuleInput) SetPrivateEgressNetworkAccessRuleId(v string) *DeletePrivateEgressNetworkAccessRuleInput
- func (s *DeletePrivateEgressNetworkAccessRuleInput) SetRequestId(v string) *DeletePrivateEgressNetworkAccessRuleInput
- func (s *DeletePrivateEgressNetworkAccessRuleInput) SetSpaceId(v string) *DeletePrivateEgressNetworkAccessRuleInput
- func (s DeletePrivateEgressNetworkAccessRuleInput) String() string
- func (s *DeletePrivateEgressNetworkAccessRuleInput) Validate() error
- type DeletePrivateEgressNetworkAccessRuleOutput
- func (s DeletePrivateEgressNetworkAccessRuleOutput) GoString() string
- func (s *DeletePrivateEgressNetworkAccessRuleOutput) SetAsyncTaskId(v string) *DeletePrivateEgressNetworkAccessRuleOutput
- func (s *DeletePrivateEgressNetworkAccessRuleOutput) SetRequestId(v string) *DeletePrivateEgressNetworkAccessRuleOutput
- func (s DeletePrivateEgressNetworkAccessRuleOutput) String() string
- type DeletePrivateEgressWebAccessRuleInput
- func (s DeletePrivateEgressWebAccessRuleInput) GoString() string
- func (s *DeletePrivateEgressWebAccessRuleInput) SetClientToken(v string) *DeletePrivateEgressWebAccessRuleInput
- func (s *DeletePrivateEgressWebAccessRuleInput) SetPrivateEgressWebAccessRuleId(v string) *DeletePrivateEgressWebAccessRuleInput
- func (s *DeletePrivateEgressWebAccessRuleInput) SetRequestId(v string) *DeletePrivateEgressWebAccessRuleInput
- func (s *DeletePrivateEgressWebAccessRuleInput) SetSpaceId(v string) *DeletePrivateEgressWebAccessRuleInput
- func (s DeletePrivateEgressWebAccessRuleInput) String() string
- func (s *DeletePrivateEgressWebAccessRuleInput) Validate() error
- type DeletePrivateEgressWebAccessRuleOutput
- func (s DeletePrivateEgressWebAccessRuleOutput) GoString() string
- func (s *DeletePrivateEgressWebAccessRuleOutput) SetAsyncTaskId(v string) *DeletePrivateEgressWebAccessRuleOutput
- func (s *DeletePrivateEgressWebAccessRuleOutput) SetRequestId(v string) *DeletePrivateEgressWebAccessRuleOutput
- func (s DeletePrivateEgressWebAccessRuleOutput) String() string
- type DeleteScheduledJobInput
- func (s DeleteScheduledJobInput) GoString() string
- func (s *DeleteScheduledJobInput) SetJobId(v string) *DeleteScheduledJobInput
- func (s *DeleteScheduledJobInput) SetProjectName(v string) *DeleteScheduledJobInput
- func (s *DeleteScheduledJobInput) SetSpaceId(v string) *DeleteScheduledJobInput
- func (s DeleteScheduledJobInput) String() string
- func (s *DeleteScheduledJobInput) Validate() error
- type DeleteScheduledJobOutput
- type DepartmentForGetClawInstanceOutput
- func (s DepartmentForGetClawInstanceOutput) GoString() string
- func (s *DepartmentForGetClawInstanceOutput) SetName(v string) *DepartmentForGetClawInstanceOutput
- func (s *DepartmentForGetClawInstanceOutput) SetNamePath(v string) *DepartmentForGetClawInstanceOutput
- func (s *DepartmentForGetClawInstanceOutput) SetPath(v string) *DepartmentForGetClawInstanceOutput
- func (s *DepartmentForGetClawInstanceOutput) SetUid(v string) *DepartmentForGetClawInstanceOutput
- func (s DepartmentForGetClawInstanceOutput) String() string
- type DepartmentForListClawInstancesOutput
- func (s DepartmentForListClawInstancesOutput) GoString() string
- func (s *DepartmentForListClawInstancesOutput) SetName(v string) *DepartmentForListClawInstancesOutput
- func (s *DepartmentForListClawInstancesOutput) SetNamePath(v string) *DepartmentForListClawInstancesOutput
- func (s *DepartmentForListClawInstancesOutput) SetPath(v string) *DepartmentForListClawInstancesOutput
- func (s *DepartmentForListClawInstancesOutput) SetUid(v string) *DepartmentForListClawInstancesOutput
- func (s DepartmentForListClawInstancesOutput) String() string
- type DepartmentForListUsersOutput
- func (s DepartmentForListUsersOutput) GoString() string
- func (s *DepartmentForListUsersOutput) SetName(v string) *DepartmentForListUsersOutput
- func (s *DepartmentForListUsersOutput) SetNamePath(v string) *DepartmentForListUsersOutput
- func (s *DepartmentForListUsersOutput) SetPath(v string) *DepartmentForListUsersOutput
- func (s *DepartmentForListUsersOutput) SetUid(v string) *DepartmentForListUsersOutput
- func (s DepartmentForListUsersOutput) String() string
- type DescribeAccountWhiteListInput
- func (s DescribeAccountWhiteListInput) GoString() string
- func (s *DescribeAccountWhiteListInput) SetKeys(v []*string) *DescribeAccountWhiteListInput
- func (s *DescribeAccountWhiteListInput) SetObject(v string) *DescribeAccountWhiteListInput
- func (s *DescribeAccountWhiteListInput) SetPageNumber(v int32) *DescribeAccountWhiteListInput
- func (s *DescribeAccountWhiteListInput) SetPageSize(v int32) *DescribeAccountWhiteListInput
- func (s *DescribeAccountWhiteListInput) SetService(v string) *DescribeAccountWhiteListInput
- func (s DescribeAccountWhiteListInput) String() string
- type DescribeAccountWhiteListOutput
- func (s DescribeAccountWhiteListOutput) GoString() string
- func (s *DescribeAccountWhiteListOutput) SetLimits(v []*LimitForDescribeAccountWhiteListOutput) *DescribeAccountWhiteListOutput
- func (s *DescribeAccountWhiteListOutput) SetPageNumber(v int32) *DescribeAccountWhiteListOutput
- func (s *DescribeAccountWhiteListOutput) SetPageSize(v int32) *DescribeAccountWhiteListOutput
- func (s *DescribeAccountWhiteListOutput) SetRequestId(v string) *DescribeAccountWhiteListOutput
- func (s *DescribeAccountWhiteListOutput) SetTotalCount(v int32) *DescribeAccountWhiteListOutput
- func (s DescribeAccountWhiteListOutput) String() string
- type DescribePrivateEgressAvailableZonesInput
- func (s DescribePrivateEgressAvailableZonesInput) GoString() string
- func (s *DescribePrivateEgressAvailableZonesInput) SetPrivateEgressId(v string) *DescribePrivateEgressAvailableZonesInput
- func (s *DescribePrivateEgressAvailableZonesInput) SetSpaceId(v string) *DescribePrivateEgressAvailableZonesInput
- func (s DescribePrivateEgressAvailableZonesInput) String() string
- func (s *DescribePrivateEgressAvailableZonesInput) Validate() error
- type DescribePrivateEgressAvailableZonesOutput
- func (s DescribePrivateEgressAvailableZonesOutput) GoString() string
- func (s *DescribePrivateEgressAvailableZonesOutput) SetRequestId(v string) *DescribePrivateEgressAvailableZonesOutput
- func (s *DescribePrivateEgressAvailableZonesOutput) SetZoneIds(v []*string) *DescribePrivateEgressAvailableZonesOutput
- func (s DescribePrivateEgressAvailableZonesOutput) String() string
- type DescribePrivateEgressDnsBlockRulesInput
- func (s DescribePrivateEgressDnsBlockRulesInput) GoString() string
- func (s *DescribePrivateEgressDnsBlockRulesInput) SetName(v string) *DescribePrivateEgressDnsBlockRulesInput
- func (s *DescribePrivateEgressDnsBlockRulesInput) SetPageNumber(v int32) *DescribePrivateEgressDnsBlockRulesInput
- func (s *DescribePrivateEgressDnsBlockRulesInput) SetPageSize(v int32) *DescribePrivateEgressDnsBlockRulesInput
- func (s *DescribePrivateEgressDnsBlockRulesInput) SetPrivateEgressId(v string) *DescribePrivateEgressDnsBlockRulesInput
- func (s *DescribePrivateEgressDnsBlockRulesInput) SetRequestId(v string) *DescribePrivateEgressDnsBlockRulesInput
- func (s *DescribePrivateEgressDnsBlockRulesInput) SetRuleIds(v []*string) *DescribePrivateEgressDnsBlockRulesInput
- func (s *DescribePrivateEgressDnsBlockRulesInput) SetSpaceId(v string) *DescribePrivateEgressDnsBlockRulesInput
- func (s DescribePrivateEgressDnsBlockRulesInput) String() string
- func (s *DescribePrivateEgressDnsBlockRulesInput) Validate() error
- type DescribePrivateEgressDnsBlockRulesOutput
- func (s DescribePrivateEgressDnsBlockRulesOutput) GoString() string
- func (s *DescribePrivateEgressDnsBlockRulesOutput) SetDnsBlockRules(v []*DnsBlockRuleForDescribePrivateEgressDnsBlockRulesOutput) *DescribePrivateEgressDnsBlockRulesOutput
- func (s *DescribePrivateEgressDnsBlockRulesOutput) SetPageNumber(v int32) *DescribePrivateEgressDnsBlockRulesOutput
- func (s *DescribePrivateEgressDnsBlockRulesOutput) SetPageSize(v int32) *DescribePrivateEgressDnsBlockRulesOutput
- func (s *DescribePrivateEgressDnsBlockRulesOutput) SetRequestId(v string) *DescribePrivateEgressDnsBlockRulesOutput
- func (s *DescribePrivateEgressDnsBlockRulesOutput) SetTotalCount(v int32) *DescribePrivateEgressDnsBlockRulesOutput
- func (s DescribePrivateEgressDnsBlockRulesOutput) String() string
- type DescribePrivateEgressEndpointsInput
- func (s DescribePrivateEgressEndpointsInput) GoString() string
- func (s *DescribePrivateEgressEndpointsInput) SetPageNumber(v int32) *DescribePrivateEgressEndpointsInput
- func (s *DescribePrivateEgressEndpointsInput) SetPageSize(v int32) *DescribePrivateEgressEndpointsInput
- func (s *DescribePrivateEgressEndpointsInput) SetPrivateEgressEndpointIds(v []*string) *DescribePrivateEgressEndpointsInput
- func (s *DescribePrivateEgressEndpointsInput) SetPrivateEgressId(v string) *DescribePrivateEgressEndpointsInput
- func (s *DescribePrivateEgressEndpointsInput) SetRequestId(v string) *DescribePrivateEgressEndpointsInput
- func (s *DescribePrivateEgressEndpointsInput) SetSpaceId(v string) *DescribePrivateEgressEndpointsInput
- func (s DescribePrivateEgressEndpointsInput) String() string
- func (s *DescribePrivateEgressEndpointsInput) Validate() error
- type DescribePrivateEgressEndpointsOutput
- func (s DescribePrivateEgressEndpointsOutput) GoString() string
- func (s *DescribePrivateEgressEndpointsOutput) SetPageNumber(v int32) *DescribePrivateEgressEndpointsOutput
- func (s *DescribePrivateEgressEndpointsOutput) SetPageSize(v int32) *DescribePrivateEgressEndpointsOutput
- func (s *DescribePrivateEgressEndpointsOutput) SetPrivateEgressEndpoints(v []*PrivateEgressEndpointForDescribePrivateEgressEndpointsOutput) *DescribePrivateEgressEndpointsOutput
- func (s *DescribePrivateEgressEndpointsOutput) SetRequestId(v string) *DescribePrivateEgressEndpointsOutput
- func (s *DescribePrivateEgressEndpointsOutput) SetTotalCount(v int32) *DescribePrivateEgressEndpointsOutput
- func (s DescribePrivateEgressEndpointsOutput) String() string
- type DescribePrivateEgressInput
- func (s DescribePrivateEgressInput) GoString() string
- func (s *DescribePrivateEgressInput) SetPrivateEgressId(v string) *DescribePrivateEgressInput
- func (s *DescribePrivateEgressInput) SetRequestId(v string) *DescribePrivateEgressInput
- func (s *DescribePrivateEgressInput) SetSpaceId(v string) *DescribePrivateEgressInput
- func (s DescribePrivateEgressInput) String() string
- func (s *DescribePrivateEgressInput) Validate() error
- type DescribePrivateEgressManagedWebAccessRuleTemplatesInput
- func (s DescribePrivateEgressManagedWebAccessRuleTemplatesInput) GoString() string
- func (s *DescribePrivateEgressManagedWebAccessRuleTemplatesInput) SetRequestId(v string) *DescribePrivateEgressManagedWebAccessRuleTemplatesInput
- func (s DescribePrivateEgressManagedWebAccessRuleTemplatesInput) String() string
- func (s *DescribePrivateEgressManagedWebAccessRuleTemplatesInput) Validate() error
- type DescribePrivateEgressManagedWebAccessRuleTemplatesOutput
- func (s DescribePrivateEgressManagedWebAccessRuleTemplatesOutput) GoString() string
- func (s *DescribePrivateEgressManagedWebAccessRuleTemplatesOutput) SetRequestId(v string) *DescribePrivateEgressManagedWebAccessRuleTemplatesOutput
- func (s *DescribePrivateEgressManagedWebAccessRuleTemplatesOutput) SetTemplates(v []*TemplateForDescribePrivateEgressManagedWebAccessRuleTemplatesOutput) *DescribePrivateEgressManagedWebAccessRuleTemplatesOutput
- func (s DescribePrivateEgressManagedWebAccessRuleTemplatesOutput) String() string
- type DescribePrivateEgressNetworkAccessPolicyInput
- func (s DescribePrivateEgressNetworkAccessPolicyInput) GoString() string
- func (s *DescribePrivateEgressNetworkAccessPolicyInput) SetPrivateEgressNetworkAccessPolicyId(v string) *DescribePrivateEgressNetworkAccessPolicyInput
- func (s *DescribePrivateEgressNetworkAccessPolicyInput) SetRequestId(v string) *DescribePrivateEgressNetworkAccessPolicyInput
- func (s *DescribePrivateEgressNetworkAccessPolicyInput) SetSpaceId(v string) *DescribePrivateEgressNetworkAccessPolicyInput
- func (s DescribePrivateEgressNetworkAccessPolicyInput) String() string
- func (s *DescribePrivateEgressNetworkAccessPolicyInput) Validate() error
- type DescribePrivateEgressNetworkAccessPolicyOutput
- func (s DescribePrivateEgressNetworkAccessPolicyOutput) GoString() string
- func (s *DescribePrivateEgressNetworkAccessPolicyOutput) SetCreateTime(v string) *DescribePrivateEgressNetworkAccessPolicyOutput
- func (s *DescribePrivateEgressNetworkAccessPolicyOutput) SetPrivateEgressId(v string) *DescribePrivateEgressNetworkAccessPolicyOutput
- func (s *DescribePrivateEgressNetworkAccessPolicyOutput) SetPrivateEgressNetworkAccessPolicyId(v string) *DescribePrivateEgressNetworkAccessPolicyOutput
- func (s *DescribePrivateEgressNetworkAccessPolicyOutput) SetRequestId(v string) *DescribePrivateEgressNetworkAccessPolicyOutput
- func (s *DescribePrivateEgressNetworkAccessPolicyOutput) SetRuleCount(v int32) *DescribePrivateEgressNetworkAccessPolicyOutput
- func (s *DescribePrivateEgressNetworkAccessPolicyOutput) SetSpaceNetworkId(v string) *DescribePrivateEgressNetworkAccessPolicyOutput
- func (s *DescribePrivateEgressNetworkAccessPolicyOutput) SetStatus(v string) *DescribePrivateEgressNetworkAccessPolicyOutput
- func (s *DescribePrivateEgressNetworkAccessPolicyOutput) SetUpdateTime(v string) *DescribePrivateEgressNetworkAccessPolicyOutput
- func (s DescribePrivateEgressNetworkAccessPolicyOutput) String() string
- type DescribePrivateEgressNetworkAccessRuleAttributesInput
- func (s DescribePrivateEgressNetworkAccessRuleAttributesInput) GoString() string
- func (s *DescribePrivateEgressNetworkAccessRuleAttributesInput) SetPrivateEgressNetworkAccessRuleId(v string) *DescribePrivateEgressNetworkAccessRuleAttributesInput
- func (s *DescribePrivateEgressNetworkAccessRuleAttributesInput) SetRequestId(v string) *DescribePrivateEgressNetworkAccessRuleAttributesInput
- func (s *DescribePrivateEgressNetworkAccessRuleAttributesInput) SetSpaceId(v string) *DescribePrivateEgressNetworkAccessRuleAttributesInput
- func (s DescribePrivateEgressNetworkAccessRuleAttributesInput) String() string
- func (s *DescribePrivateEgressNetworkAccessRuleAttributesInput) Validate() error
- type DescribePrivateEgressNetworkAccessRuleAttributesOutput
- func (s DescribePrivateEgressNetworkAccessRuleAttributesOutput) GoString() string
- func (s *DescribePrivateEgressNetworkAccessRuleAttributesOutput) SetCreateTime(v string) *DescribePrivateEgressNetworkAccessRuleAttributesOutput
- func (s *DescribePrivateEgressNetworkAccessRuleAttributesOutput) SetDescription(v string) *DescribePrivateEgressNetworkAccessRuleAttributesOutput
- func (s *DescribePrivateEgressNetworkAccessRuleAttributesOutput) SetDestCidrs(v []*string) *DescribePrivateEgressNetworkAccessRuleAttributesOutput
- func (s *DescribePrivateEgressNetworkAccessRuleAttributesOutput) SetDestinationPorts(v []*string) *DescribePrivateEgressNetworkAccessRuleAttributesOutput
- func (s *DescribePrivateEgressNetworkAccessRuleAttributesOutput) SetIsDefault(v bool) *DescribePrivateEgressNetworkAccessRuleAttributesOutput
- func (s *DescribePrivateEgressNetworkAccessRuleAttributesOutput) SetName(v string) *DescribePrivateEgressNetworkAccessRuleAttributesOutput
- func (s *DescribePrivateEgressNetworkAccessRuleAttributesOutput) SetPriority(v int32) *DescribePrivateEgressNetworkAccessRuleAttributesOutput
- func (s *DescribePrivateEgressNetworkAccessRuleAttributesOutput) SetPrivateEgressNetworkAccessPolicyId(v string) *DescribePrivateEgressNetworkAccessRuleAttributesOutput
- func (s *DescribePrivateEgressNetworkAccessRuleAttributesOutput) SetPrivateEgressNetworkAccessRuleId(v string) *DescribePrivateEgressNetworkAccessRuleAttributesOutput
- func (s *DescribePrivateEgressNetworkAccessRuleAttributesOutput) SetProtocol(v string) *DescribePrivateEgressNetworkAccessRuleAttributesOutput
- func (s *DescribePrivateEgressNetworkAccessRuleAttributesOutput) SetRequestId(v string) *DescribePrivateEgressNetworkAccessRuleAttributesOutput
- func (s *DescribePrivateEgressNetworkAccessRuleAttributesOutput) SetRuleAction(v string) *DescribePrivateEgressNetworkAccessRuleAttributesOutput
- func (s *DescribePrivateEgressNetworkAccessRuleAttributesOutput) SetSourceIds(v []*string) *DescribePrivateEgressNetworkAccessRuleAttributesOutput
- func (s *DescribePrivateEgressNetworkAccessRuleAttributesOutput) SetSourceType(v string) *DescribePrivateEgressNetworkAccessRuleAttributesOutput
- func (s *DescribePrivateEgressNetworkAccessRuleAttributesOutput) SetUpdateTime(v string) *DescribePrivateEgressNetworkAccessRuleAttributesOutput
- func (s DescribePrivateEgressNetworkAccessRuleAttributesOutput) String() string
- type DescribePrivateEgressNetworkAccessRulesInput
- func (s DescribePrivateEgressNetworkAccessRulesInput) GoString() string
- func (s *DescribePrivateEgressNetworkAccessRulesInput) SetName(v string) *DescribePrivateEgressNetworkAccessRulesInput
- func (s *DescribePrivateEgressNetworkAccessRulesInput) SetPageNumber(v int32) *DescribePrivateEgressNetworkAccessRulesInput
- func (s *DescribePrivateEgressNetworkAccessRulesInput) SetPageSize(v int32) *DescribePrivateEgressNetworkAccessRulesInput
- func (s *DescribePrivateEgressNetworkAccessRulesInput) SetPrivateEgressNetworkAccessPolicyId(v string) *DescribePrivateEgressNetworkAccessRulesInput
- func (s *DescribePrivateEgressNetworkAccessRulesInput) SetPrivateEgressNetworkAccessRuleIds(v []*string) *DescribePrivateEgressNetworkAccessRulesInput
- func (s *DescribePrivateEgressNetworkAccessRulesInput) SetRequestId(v string) *DescribePrivateEgressNetworkAccessRulesInput
- func (s *DescribePrivateEgressNetworkAccessRulesInput) SetSpaceId(v string) *DescribePrivateEgressNetworkAccessRulesInput
- func (s DescribePrivateEgressNetworkAccessRulesInput) String() string
- func (s *DescribePrivateEgressNetworkAccessRulesInput) Validate() error
- type DescribePrivateEgressNetworkAccessRulesOutput
- func (s DescribePrivateEgressNetworkAccessRulesOutput) GoString() string
- func (s *DescribePrivateEgressNetworkAccessRulesOutput) SetPageNumber(v int32) *DescribePrivateEgressNetworkAccessRulesOutput
- func (s *DescribePrivateEgressNetworkAccessRulesOutput) SetPageSize(v int32) *DescribePrivateEgressNetworkAccessRulesOutput
- func (s *DescribePrivateEgressNetworkAccessRulesOutput) SetPrivateEgressNetworkAccessRules(...) *DescribePrivateEgressNetworkAccessRulesOutput
- func (s *DescribePrivateEgressNetworkAccessRulesOutput) SetRequestId(v string) *DescribePrivateEgressNetworkAccessRulesOutput
- func (s *DescribePrivateEgressNetworkAccessRulesOutput) SetTotalCount(v int32) *DescribePrivateEgressNetworkAccessRulesOutput
- func (s DescribePrivateEgressNetworkAccessRulesOutput) String() string
- type DescribePrivateEgressOutput
- func (s DescribePrivateEgressOutput) GoString() string
- func (s *DescribePrivateEgressOutput) SetAccessLogStatus(v string) *DescribePrivateEgressOutput
- func (s *DescribePrivateEgressOutput) SetCreateTime(v string) *DescribePrivateEgressOutput
- func (s *DescribePrivateEgressOutput) SetDescription(v string) *DescribePrivateEgressOutput
- func (s *DescribePrivateEgressOutput) SetDnsBlockRuleStatus(v string) *DescribePrivateEgressOutput
- func (s *DescribePrivateEgressOutput) SetDnsServers(v []*DnsServerForDescribePrivateEgressOutput) *DescribePrivateEgressOutput
- func (s *DescribePrivateEgressOutput) SetDnsStatus(v string) *DescribePrivateEgressOutput
- func (s *DescribePrivateEgressOutput) SetDomains(v []*string) *DescribePrivateEgressOutput
- func (s *DescribePrivateEgressOutput) SetName(v string) *DescribePrivateEgressOutput
- func (s *DescribePrivateEgressOutput) SetNetworkAccessPolicyId(v string) *DescribePrivateEgressOutput
- func (s *DescribePrivateEgressOutput) SetPrivateEgressId(v string) *DescribePrivateEgressOutput
- func (s *DescribePrivateEgressOutput) SetRequestId(v string) *DescribePrivateEgressOutput
- func (s *DescribePrivateEgressOutput) SetSpaceNetworkId(v string) *DescribePrivateEgressOutput
- func (s *DescribePrivateEgressOutput) SetStatus(v string) *DescribePrivateEgressOutput
- func (s *DescribePrivateEgressOutput) SetUpdateTime(v string) *DescribePrivateEgressOutput
- func (s *DescribePrivateEgressOutput) SetWebAccessPolicyId(v string) *DescribePrivateEgressOutput
- func (s DescribePrivateEgressOutput) String() string
- type DescribePrivateEgressWebAccessPolicyInput
- func (s DescribePrivateEgressWebAccessPolicyInput) GoString() string
- func (s *DescribePrivateEgressWebAccessPolicyInput) SetPrivateEgressWebAccessPolicyId(v string) *DescribePrivateEgressWebAccessPolicyInput
- func (s *DescribePrivateEgressWebAccessPolicyInput) SetRequestId(v string) *DescribePrivateEgressWebAccessPolicyInput
- func (s *DescribePrivateEgressWebAccessPolicyInput) SetSpaceId(v string) *DescribePrivateEgressWebAccessPolicyInput
- func (s DescribePrivateEgressWebAccessPolicyInput) String() string
- func (s *DescribePrivateEgressWebAccessPolicyInput) Validate() error
- type DescribePrivateEgressWebAccessPolicyOutput
- func (s DescribePrivateEgressWebAccessPolicyOutput) GoString() string
- func (s *DescribePrivateEgressWebAccessPolicyOutput) SetCreateTime(v string) *DescribePrivateEgressWebAccessPolicyOutput
- func (s *DescribePrivateEgressWebAccessPolicyOutput) SetListenPorts(v []*string) *DescribePrivateEgressWebAccessPolicyOutput
- func (s *DescribePrivateEgressWebAccessPolicyOutput) SetPrivateEgressId(v string) *DescribePrivateEgressWebAccessPolicyOutput
- func (s *DescribePrivateEgressWebAccessPolicyOutput) SetPrivateEgressWebAccessPolicyId(v string) *DescribePrivateEgressWebAccessPolicyOutput
- func (s *DescribePrivateEgressWebAccessPolicyOutput) SetRequestId(v string) *DescribePrivateEgressWebAccessPolicyOutput
- func (s *DescribePrivateEgressWebAccessPolicyOutput) SetRuleCount(v int32) *DescribePrivateEgressWebAccessPolicyOutput
- func (s *DescribePrivateEgressWebAccessPolicyOutput) SetSpaceNetworkId(v string) *DescribePrivateEgressWebAccessPolicyOutput
- func (s *DescribePrivateEgressWebAccessPolicyOutput) SetStatus(v string) *DescribePrivateEgressWebAccessPolicyOutput
- func (s *DescribePrivateEgressWebAccessPolicyOutput) SetUpdateTime(v string) *DescribePrivateEgressWebAccessPolicyOutput
- func (s DescribePrivateEgressWebAccessPolicyOutput) String() string
- type DescribePrivateEgressWebAccessRuleAttributesInput
- func (s DescribePrivateEgressWebAccessRuleAttributesInput) GoString() string
- func (s *DescribePrivateEgressWebAccessRuleAttributesInput) SetPrivateEgressWebAccessRuleId(v string) *DescribePrivateEgressWebAccessRuleAttributesInput
- func (s *DescribePrivateEgressWebAccessRuleAttributesInput) SetRequestId(v string) *DescribePrivateEgressWebAccessRuleAttributesInput
- func (s *DescribePrivateEgressWebAccessRuleAttributesInput) SetSpaceId(v string) *DescribePrivateEgressWebAccessRuleAttributesInput
- func (s DescribePrivateEgressWebAccessRuleAttributesInput) String() string
- func (s *DescribePrivateEgressWebAccessRuleAttributesInput) Validate() error
- type DescribePrivateEgressWebAccessRuleAttributesOutput
- func (s DescribePrivateEgressWebAccessRuleAttributesOutput) GoString() string
- func (s *DescribePrivateEgressWebAccessRuleAttributesOutput) SetCreateTime(v string) *DescribePrivateEgressWebAccessRuleAttributesOutput
- func (s *DescribePrivateEgressWebAccessRuleAttributesOutput) SetDescription(v string) *DescribePrivateEgressWebAccessRuleAttributesOutput
- func (s *DescribePrivateEgressWebAccessRuleAttributesOutput) SetDomainPatterns(v []*string) *DescribePrivateEgressWebAccessRuleAttributesOutput
- func (s *DescribePrivateEgressWebAccessRuleAttributesOutput) SetIsDefault(v bool) *DescribePrivateEgressWebAccessRuleAttributesOutput
- func (s *DescribePrivateEgressWebAccessRuleAttributesOutput) SetName(v string) *DescribePrivateEgressWebAccessRuleAttributesOutput
- func (s *DescribePrivateEgressWebAccessRuleAttributesOutput) SetPriority(v int32) *DescribePrivateEgressWebAccessRuleAttributesOutput
- func (s *DescribePrivateEgressWebAccessRuleAttributesOutput) SetPrivateEgressWebAccessPolicyId(v string) *DescribePrivateEgressWebAccessRuleAttributesOutput
- func (s *DescribePrivateEgressWebAccessRuleAttributesOutput) SetPrivateEgressWebAccessRuleId(v string) *DescribePrivateEgressWebAccessRuleAttributesOutput
- func (s *DescribePrivateEgressWebAccessRuleAttributesOutput) SetRequestId(v string) *DescribePrivateEgressWebAccessRuleAttributesOutput
- func (s *DescribePrivateEgressWebAccessRuleAttributesOutput) SetRuleAction(v string) *DescribePrivateEgressWebAccessRuleAttributesOutput
- func (s *DescribePrivateEgressWebAccessRuleAttributesOutput) SetSourceIds(v []*string) *DescribePrivateEgressWebAccessRuleAttributesOutput
- func (s *DescribePrivateEgressWebAccessRuleAttributesOutput) SetSourceType(v string) *DescribePrivateEgressWebAccessRuleAttributesOutput
- func (s *DescribePrivateEgressWebAccessRuleAttributesOutput) SetUpdateTime(v string) *DescribePrivateEgressWebAccessRuleAttributesOutput
- func (s DescribePrivateEgressWebAccessRuleAttributesOutput) String() string
- type DescribePrivateEgressWebAccessRulesInput
- func (s DescribePrivateEgressWebAccessRulesInput) GoString() string
- func (s *DescribePrivateEgressWebAccessRulesInput) SetName(v string) *DescribePrivateEgressWebAccessRulesInput
- func (s *DescribePrivateEgressWebAccessRulesInput) SetPageNumber(v int32) *DescribePrivateEgressWebAccessRulesInput
- func (s *DescribePrivateEgressWebAccessRulesInput) SetPageSize(v int32) *DescribePrivateEgressWebAccessRulesInput
- func (s *DescribePrivateEgressWebAccessRulesInput) SetPrivateEgressWebAccessPolicyId(v string) *DescribePrivateEgressWebAccessRulesInput
- func (s *DescribePrivateEgressWebAccessRulesInput) SetPrivateEgressWebAccessRuleIds(v []*string) *DescribePrivateEgressWebAccessRulesInput
- func (s *DescribePrivateEgressWebAccessRulesInput) SetRequestId(v string) *DescribePrivateEgressWebAccessRulesInput
- func (s *DescribePrivateEgressWebAccessRulesInput) SetRuleType(v string) *DescribePrivateEgressWebAccessRulesInput
- func (s *DescribePrivateEgressWebAccessRulesInput) SetSpaceId(v string) *DescribePrivateEgressWebAccessRulesInput
- func (s DescribePrivateEgressWebAccessRulesInput) String() string
- func (s *DescribePrivateEgressWebAccessRulesInput) Validate() error
- type DescribePrivateEgressWebAccessRulesOutput
- func (s DescribePrivateEgressWebAccessRulesOutput) GoString() string
- func (s *DescribePrivateEgressWebAccessRulesOutput) SetPageNumber(v int32) *DescribePrivateEgressWebAccessRulesOutput
- func (s *DescribePrivateEgressWebAccessRulesOutput) SetPageSize(v int32) *DescribePrivateEgressWebAccessRulesOutput
- func (s *DescribePrivateEgressWebAccessRulesOutput) SetPrivateEgressWebAccessRules(v []*PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput) *DescribePrivateEgressWebAccessRulesOutput
- func (s *DescribePrivateEgressWebAccessRulesOutput) SetRequestId(v string) *DescribePrivateEgressWebAccessRulesOutput
- func (s *DescribePrivateEgressWebAccessRulesOutput) SetTotalCount(v int32) *DescribePrivateEgressWebAccessRulesOutput
- func (s DescribePrivateEgressWebAccessRulesOutput) String() string
- type DisablePrivateEgressAccessLogInput
- func (s DisablePrivateEgressAccessLogInput) GoString() string
- func (s *DisablePrivateEgressAccessLogInput) SetPrivateEgressId(v string) *DisablePrivateEgressAccessLogInput
- func (s *DisablePrivateEgressAccessLogInput) SetSpaceId(v string) *DisablePrivateEgressAccessLogInput
- func (s DisablePrivateEgressAccessLogInput) String() string
- func (s *DisablePrivateEgressAccessLogInput) Validate() error
- type DisablePrivateEgressAccessLogOutput
- type DisablePrivateEgressDnsBlockRuleInput
- func (s DisablePrivateEgressDnsBlockRuleInput) GoString() string
- func (s *DisablePrivateEgressDnsBlockRuleInput) SetPrivateEgressId(v string) *DisablePrivateEgressDnsBlockRuleInput
- func (s *DisablePrivateEgressDnsBlockRuleInput) SetSpaceId(v string) *DisablePrivateEgressDnsBlockRuleInput
- func (s DisablePrivateEgressDnsBlockRuleInput) String() string
- func (s *DisablePrivateEgressDnsBlockRuleInput) Validate() error
- type DisablePrivateEgressDnsBlockRuleOutput
- func (s DisablePrivateEgressDnsBlockRuleOutput) GoString() string
- func (s *DisablePrivateEgressDnsBlockRuleOutput) SetAsyncTaskId(v string) *DisablePrivateEgressDnsBlockRuleOutput
- func (s *DisablePrivateEgressDnsBlockRuleOutput) SetRequestId(v string) *DisablePrivateEgressDnsBlockRuleOutput
- func (s DisablePrivateEgressDnsBlockRuleOutput) String() string
- type DisablePrivateEgressDnsInput
- func (s DisablePrivateEgressDnsInput) GoString() string
- func (s *DisablePrivateEgressDnsInput) SetPrivateEgressId(v string) *DisablePrivateEgressDnsInput
- func (s *DisablePrivateEgressDnsInput) SetSpaceId(v string) *DisablePrivateEgressDnsInput
- func (s DisablePrivateEgressDnsInput) String() string
- func (s *DisablePrivateEgressDnsInput) Validate() error
- type DisablePrivateEgressDnsOutput
- func (s DisablePrivateEgressDnsOutput) GoString() string
- func (s *DisablePrivateEgressDnsOutput) SetAsyncTaskId(v string) *DisablePrivateEgressDnsOutput
- func (s *DisablePrivateEgressDnsOutput) SetRequestId(v string) *DisablePrivateEgressDnsOutput
- func (s DisablePrivateEgressDnsOutput) String() string
- type DisablePrivateEgressNetworkAccessPolicyInput
- func (s DisablePrivateEgressNetworkAccessPolicyInput) GoString() string
- func (s *DisablePrivateEgressNetworkAccessPolicyInput) SetClientToken(v string) *DisablePrivateEgressNetworkAccessPolicyInput
- func (s *DisablePrivateEgressNetworkAccessPolicyInput) SetPrivateEgressNetworkAccessPolicyId(v string) *DisablePrivateEgressNetworkAccessPolicyInput
- func (s *DisablePrivateEgressNetworkAccessPolicyInput) SetRequestId(v string) *DisablePrivateEgressNetworkAccessPolicyInput
- func (s *DisablePrivateEgressNetworkAccessPolicyInput) SetSpaceId(v string) *DisablePrivateEgressNetworkAccessPolicyInput
- func (s DisablePrivateEgressNetworkAccessPolicyInput) String() string
- func (s *DisablePrivateEgressNetworkAccessPolicyInput) Validate() error
- type DisablePrivateEgressNetworkAccessPolicyOutput
- func (s DisablePrivateEgressNetworkAccessPolicyOutput) GoString() string
- func (s *DisablePrivateEgressNetworkAccessPolicyOutput) SetAsyncTaskId(v string) *DisablePrivateEgressNetworkAccessPolicyOutput
- func (s *DisablePrivateEgressNetworkAccessPolicyOutput) SetPrivateEgressNetworkAccessPolicyId(v string) *DisablePrivateEgressNetworkAccessPolicyOutput
- func (s *DisablePrivateEgressNetworkAccessPolicyOutput) SetRequestId(v string) *DisablePrivateEgressNetworkAccessPolicyOutput
- func (s DisablePrivateEgressNetworkAccessPolicyOutput) String() string
- type DisablePrivateEgressWebAccessPolicyInput
- func (s DisablePrivateEgressWebAccessPolicyInput) GoString() string
- func (s *DisablePrivateEgressWebAccessPolicyInput) SetClientToken(v string) *DisablePrivateEgressWebAccessPolicyInput
- func (s *DisablePrivateEgressWebAccessPolicyInput) SetPrivateEgressWebAccessPolicyId(v string) *DisablePrivateEgressWebAccessPolicyInput
- func (s *DisablePrivateEgressWebAccessPolicyInput) SetRequestId(v string) *DisablePrivateEgressWebAccessPolicyInput
- func (s *DisablePrivateEgressWebAccessPolicyInput) SetSpaceId(v string) *DisablePrivateEgressWebAccessPolicyInput
- func (s DisablePrivateEgressWebAccessPolicyInput) String() string
- func (s *DisablePrivateEgressWebAccessPolicyInput) Validate() error
- type DisablePrivateEgressWebAccessPolicyOutput
- func (s DisablePrivateEgressWebAccessPolicyOutput) GoString() string
- func (s *DisablePrivateEgressWebAccessPolicyOutput) SetAsyncTaskId(v string) *DisablePrivateEgressWebAccessPolicyOutput
- func (s *DisablePrivateEgressWebAccessPolicyOutput) SetPrivateEgressWebAccessPolicyId(v string) *DisablePrivateEgressWebAccessPolicyOutput
- func (s *DisablePrivateEgressWebAccessPolicyOutput) SetRequestId(v string) *DisablePrivateEgressWebAccessPolicyOutput
- func (s DisablePrivateEgressWebAccessPolicyOutput) String() string
- type DnsBlockRuleForDescribePrivateEgressDnsBlockRulesOutput
- func (s DnsBlockRuleForDescribePrivateEgressDnsBlockRulesOutput) GoString() string
- func (s *DnsBlockRuleForDescribePrivateEgressDnsBlockRulesOutput) SetCreateTime(v string) *DnsBlockRuleForDescribePrivateEgressDnsBlockRulesOutput
- func (s *DnsBlockRuleForDescribePrivateEgressDnsBlockRulesOutput) SetDescription(v string) *DnsBlockRuleForDescribePrivateEgressDnsBlockRulesOutput
- func (s *DnsBlockRuleForDescribePrivateEgressDnsBlockRulesOutput) SetDomains(v []*string) *DnsBlockRuleForDescribePrivateEgressDnsBlockRulesOutput
- func (s *DnsBlockRuleForDescribePrivateEgressDnsBlockRulesOutput) SetName(v string) *DnsBlockRuleForDescribePrivateEgressDnsBlockRulesOutput
- func (s *DnsBlockRuleForDescribePrivateEgressDnsBlockRulesOutput) SetPrivateEgressId(v string) *DnsBlockRuleForDescribePrivateEgressDnsBlockRulesOutput
- func (s *DnsBlockRuleForDescribePrivateEgressDnsBlockRulesOutput) SetRuleId(v string) *DnsBlockRuleForDescribePrivateEgressDnsBlockRulesOutput
- func (s *DnsBlockRuleForDescribePrivateEgressDnsBlockRulesOutput) SetSourceIds(v []*string) *DnsBlockRuleForDescribePrivateEgressDnsBlockRulesOutput
- func (s *DnsBlockRuleForDescribePrivateEgressDnsBlockRulesOutput) SetSourceType(v string) *DnsBlockRuleForDescribePrivateEgressDnsBlockRulesOutput
- func (s *DnsBlockRuleForDescribePrivateEgressDnsBlockRulesOutput) SetSpaceNetworkId(v string) *DnsBlockRuleForDescribePrivateEgressDnsBlockRulesOutput
- func (s *DnsBlockRuleForDescribePrivateEgressDnsBlockRulesOutput) SetStatus(v string) *DnsBlockRuleForDescribePrivateEgressDnsBlockRulesOutput
- func (s *DnsBlockRuleForDescribePrivateEgressDnsBlockRulesOutput) SetUpdateTime(v string) *DnsBlockRuleForDescribePrivateEgressDnsBlockRulesOutput
- func (s DnsBlockRuleForDescribePrivateEgressDnsBlockRulesOutput) String() string
- type DnsServerForDescribePrivateEgressOutput
- func (s DnsServerForDescribePrivateEgressOutput) GoString() string
- func (s *DnsServerForDescribePrivateEgressOutput) SetIp(v string) *DnsServerForDescribePrivateEgressOutput
- func (s *DnsServerForDescribePrivateEgressOutput) SetPort(v int32) *DnsServerForDescribePrivateEgressOutput
- func (s DnsServerForDescribePrivateEgressOutput) String() string
- type DnsServerForEnablePrivateEgressDnsInput
- func (s DnsServerForEnablePrivateEgressDnsInput) GoString() string
- func (s *DnsServerForEnablePrivateEgressDnsInput) SetIp(v string) *DnsServerForEnablePrivateEgressDnsInput
- func (s *DnsServerForEnablePrivateEgressDnsInput) SetPort(v int32) *DnsServerForEnablePrivateEgressDnsInput
- func (s DnsServerForEnablePrivateEgressDnsInput) String() string
- func (s *DnsServerForEnablePrivateEgressDnsInput) Validate() error
- type DnsServerForModifyPrivateEgressDnsInput
- func (s DnsServerForModifyPrivateEgressDnsInput) GoString() string
- func (s *DnsServerForModifyPrivateEgressDnsInput) SetIp(v string) *DnsServerForModifyPrivateEgressDnsInput
- func (s *DnsServerForModifyPrivateEgressDnsInput) SetPort(v int32) *DnsServerForModifyPrivateEgressDnsInput
- func (s DnsServerForModifyPrivateEgressDnsInput) String() string
- func (s *DnsServerForModifyPrivateEgressDnsInput) Validate() error
- type EipIdForUpdateIdentityProviderTokenExchangeInput
- type EipRecordForCreateIdentityProviderTokenExchangeOutput
- func (s EipRecordForCreateIdentityProviderTokenExchangeOutput) GoString() string
- func (s *EipRecordForCreateIdentityProviderTokenExchangeOutput) SetEipAddress(v string) *EipRecordForCreateIdentityProviderTokenExchangeOutput
- func (s *EipRecordForCreateIdentityProviderTokenExchangeOutput) SetEipId(v string) *EipRecordForCreateIdentityProviderTokenExchangeOutput
- func (s EipRecordForCreateIdentityProviderTokenExchangeOutput) String() string
- type EipRecordForGetIdentityProviderTokenExchangeOutput
- func (s EipRecordForGetIdentityProviderTokenExchangeOutput) GoString() string
- func (s *EipRecordForGetIdentityProviderTokenExchangeOutput) SetEipAddress(v string) *EipRecordForGetIdentityProviderTokenExchangeOutput
- func (s *EipRecordForGetIdentityProviderTokenExchangeOutput) SetEipId(v string) *EipRecordForGetIdentityProviderTokenExchangeOutput
- func (s EipRecordForGetIdentityProviderTokenExchangeOutput) String() string
- type EipRecordForListIdentityProvidersTokenExchangeOutput
- func (s EipRecordForListIdentityProvidersTokenExchangeOutput) GoString() string
- func (s *EipRecordForListIdentityProvidersTokenExchangeOutput) SetEipAddress(v string) *EipRecordForListIdentityProvidersTokenExchangeOutput
- func (s *EipRecordForListIdentityProvidersTokenExchangeOutput) SetEipId(v string) *EipRecordForListIdentityProvidersTokenExchangeOutput
- func (s EipRecordForListIdentityProvidersTokenExchangeOutput) String() string
- type EipRecordForUpdateIdentityProviderTokenExchangeOutput
- func (s EipRecordForUpdateIdentityProviderTokenExchangeOutput) GoString() string
- func (s *EipRecordForUpdateIdentityProviderTokenExchangeOutput) SetEipAddress(v string) *EipRecordForUpdateIdentityProviderTokenExchangeOutput
- func (s *EipRecordForUpdateIdentityProviderTokenExchangeOutput) SetEipId(v string) *EipRecordForUpdateIdentityProviderTokenExchangeOutput
- func (s EipRecordForUpdateIdentityProviderTokenExchangeOutput) String() string
- type EnablePrivateEgressAccessLogInput
- func (s EnablePrivateEgressAccessLogInput) GoString() string
- func (s *EnablePrivateEgressAccessLogInput) SetPrivateEgressId(v string) *EnablePrivateEgressAccessLogInput
- func (s *EnablePrivateEgressAccessLogInput) SetSpaceId(v string) *EnablePrivateEgressAccessLogInput
- func (s EnablePrivateEgressAccessLogInput) String() string
- func (s *EnablePrivateEgressAccessLogInput) Validate() error
- type EnablePrivateEgressAccessLogOutput
- type EnablePrivateEgressDnsBlockRuleInput
- func (s EnablePrivateEgressDnsBlockRuleInput) GoString() string
- func (s *EnablePrivateEgressDnsBlockRuleInput) SetPrivateEgressId(v string) *EnablePrivateEgressDnsBlockRuleInput
- func (s *EnablePrivateEgressDnsBlockRuleInput) SetSpaceId(v string) *EnablePrivateEgressDnsBlockRuleInput
- func (s EnablePrivateEgressDnsBlockRuleInput) String() string
- func (s *EnablePrivateEgressDnsBlockRuleInput) Validate() error
- type EnablePrivateEgressDnsBlockRuleOutput
- func (s EnablePrivateEgressDnsBlockRuleOutput) GoString() string
- func (s *EnablePrivateEgressDnsBlockRuleOutput) SetAsyncTaskId(v string) *EnablePrivateEgressDnsBlockRuleOutput
- func (s *EnablePrivateEgressDnsBlockRuleOutput) SetRequestId(v string) *EnablePrivateEgressDnsBlockRuleOutput
- func (s EnablePrivateEgressDnsBlockRuleOutput) String() string
- type EnablePrivateEgressDnsInput
- func (s EnablePrivateEgressDnsInput) GoString() string
- func (s *EnablePrivateEgressDnsInput) SetDnsServers(v []*DnsServerForEnablePrivateEgressDnsInput) *EnablePrivateEgressDnsInput
- func (s *EnablePrivateEgressDnsInput) SetDomains(v []*string) *EnablePrivateEgressDnsInput
- func (s *EnablePrivateEgressDnsInput) SetPrivateEgressId(v string) *EnablePrivateEgressDnsInput
- func (s *EnablePrivateEgressDnsInput) SetRequestId(v string) *EnablePrivateEgressDnsInput
- func (s *EnablePrivateEgressDnsInput) SetSpaceId(v string) *EnablePrivateEgressDnsInput
- func (s EnablePrivateEgressDnsInput) String() string
- func (s *EnablePrivateEgressDnsInput) Validate() error
- type EnablePrivateEgressDnsOutput
- type EnablePrivateEgressNetworkAccessPolicyInput
- func (s EnablePrivateEgressNetworkAccessPolicyInput) GoString() string
- func (s *EnablePrivateEgressNetworkAccessPolicyInput) SetClientToken(v string) *EnablePrivateEgressNetworkAccessPolicyInput
- func (s *EnablePrivateEgressNetworkAccessPolicyInput) SetPrivateEgressNetworkAccessPolicyId(v string) *EnablePrivateEgressNetworkAccessPolicyInput
- func (s *EnablePrivateEgressNetworkAccessPolicyInput) SetRequestId(v string) *EnablePrivateEgressNetworkAccessPolicyInput
- func (s *EnablePrivateEgressNetworkAccessPolicyInput) SetSpaceId(v string) *EnablePrivateEgressNetworkAccessPolicyInput
- func (s EnablePrivateEgressNetworkAccessPolicyInput) String() string
- func (s *EnablePrivateEgressNetworkAccessPolicyInput) Validate() error
- type EnablePrivateEgressNetworkAccessPolicyOutput
- func (s EnablePrivateEgressNetworkAccessPolicyOutput) GoString() string
- func (s *EnablePrivateEgressNetworkAccessPolicyOutput) SetAsyncTaskId(v string) *EnablePrivateEgressNetworkAccessPolicyOutput
- func (s *EnablePrivateEgressNetworkAccessPolicyOutput) SetPrivateEgressNetworkAccessPolicyId(v string) *EnablePrivateEgressNetworkAccessPolicyOutput
- func (s *EnablePrivateEgressNetworkAccessPolicyOutput) SetRequestId(v string) *EnablePrivateEgressNetworkAccessPolicyOutput
- func (s EnablePrivateEgressNetworkAccessPolicyOutput) String() string
- type EnablePrivateEgressWebAccessPolicyInput
- func (s EnablePrivateEgressWebAccessPolicyInput) GoString() string
- func (s *EnablePrivateEgressWebAccessPolicyInput) SetClientToken(v string) *EnablePrivateEgressWebAccessPolicyInput
- func (s *EnablePrivateEgressWebAccessPolicyInput) SetListenPorts(v []*string) *EnablePrivateEgressWebAccessPolicyInput
- func (s *EnablePrivateEgressWebAccessPolicyInput) SetPrivateEgressWebAccessPolicyId(v string) *EnablePrivateEgressWebAccessPolicyInput
- func (s *EnablePrivateEgressWebAccessPolicyInput) SetRequestId(v string) *EnablePrivateEgressWebAccessPolicyInput
- func (s *EnablePrivateEgressWebAccessPolicyInput) SetSpaceId(v string) *EnablePrivateEgressWebAccessPolicyInput
- func (s EnablePrivateEgressWebAccessPolicyInput) String() string
- func (s *EnablePrivateEgressWebAccessPolicyInput) Validate() error
- type EnablePrivateEgressWebAccessPolicyOutput
- func (s EnablePrivateEgressWebAccessPolicyOutput) GoString() string
- func (s *EnablePrivateEgressWebAccessPolicyOutput) SetAsyncTaskId(v string) *EnablePrivateEgressWebAccessPolicyOutput
- func (s *EnablePrivateEgressWebAccessPolicyOutput) SetPrivateEgressWebAccessPolicyId(v string) *EnablePrivateEgressWebAccessPolicyOutput
- func (s *EnablePrivateEgressWebAccessPolicyOutput) SetRequestId(v string) *EnablePrivateEgressWebAccessPolicyOutput
- func (s EnablePrivateEgressWebAccessPolicyOutput) String() string
- type EnabledForUpdateIdentityProviderTokenExchangeInput
- type EnvVarForCreateClawOmniInstanceCommandJobInput
- func (s EnvVarForCreateClawOmniInstanceCommandJobInput) GoString() string
- func (s *EnvVarForCreateClawOmniInstanceCommandJobInput) SetKey(v string) *EnvVarForCreateClawOmniInstanceCommandJobInput
- func (s *EnvVarForCreateClawOmniInstanceCommandJobInput) SetValue(v string) *EnvVarForCreateClawOmniInstanceCommandJobInput
- func (s EnvVarForCreateClawOmniInstanceCommandJobInput) String() string
- func (s *EnvVarForCreateClawOmniInstanceCommandJobInput) Validate() error
- type EnvVarForCreateClawOmniInstanceInput
- func (s EnvVarForCreateClawOmniInstanceInput) GoString() string
- func (s *EnvVarForCreateClawOmniInstanceInput) SetKey(v string) *EnvVarForCreateClawOmniInstanceInput
- func (s *EnvVarForCreateClawOmniInstanceInput) SetValue(v string) *EnvVarForCreateClawOmniInstanceInput
- func (s EnvVarForCreateClawOmniInstanceInput) String() string
- func (s *EnvVarForCreateClawOmniInstanceInput) Validate() error
- type EnvVarForExecuteClawOmniInstanceCommandInput
- func (s EnvVarForExecuteClawOmniInstanceCommandInput) GoString() string
- func (s *EnvVarForExecuteClawOmniInstanceCommandInput) SetKey(v string) *EnvVarForExecuteClawOmniInstanceCommandInput
- func (s *EnvVarForExecuteClawOmniInstanceCommandInput) SetValue(v string) *EnvVarForExecuteClawOmniInstanceCommandInput
- func (s EnvVarForExecuteClawOmniInstanceCommandInput) String() string
- func (s *EnvVarForExecuteClawOmniInstanceCommandInput) Validate() error
- type EnvVarForGetClawOmniInstanceCommandJobOutput
- func (s EnvVarForGetClawOmniInstanceCommandJobOutput) GoString() string
- func (s *EnvVarForGetClawOmniInstanceCommandJobOutput) SetKey(v string) *EnvVarForGetClawOmniInstanceCommandJobOutput
- func (s *EnvVarForGetClawOmniInstanceCommandJobOutput) SetValue(v string) *EnvVarForGetClawOmniInstanceCommandJobOutput
- func (s EnvVarForGetClawOmniInstanceCommandJobOutput) String() string
- type EnvVarForListClawOmniInstanceCommandJobsOutput
- func (s EnvVarForListClawOmniInstanceCommandJobsOutput) GoString() string
- func (s *EnvVarForListClawOmniInstanceCommandJobsOutput) SetKey(v string) *EnvVarForListClawOmniInstanceCommandJobsOutput
- func (s *EnvVarForListClawOmniInstanceCommandJobsOutput) SetValue(v string) *EnvVarForListClawOmniInstanceCommandJobsOutput
- func (s EnvVarForListClawOmniInstanceCommandJobsOutput) String() string
- type EventForGetClawOmniAutoChannelJobOutput
- func (s EventForGetClawOmniAutoChannelJobOutput) GoString() string
- func (s *EventForGetClawOmniAutoChannelJobOutput) SetAction(v string) *EventForGetClawOmniAutoChannelJobOutput
- func (s *EventForGetClawOmniAutoChannelJobOutput) SetCode(v string) *EventForGetClawOmniAutoChannelJobOutput
- func (s *EventForGetClawOmniAutoChannelJobOutput) SetLevel(v string) *EventForGetClawOmniAutoChannelJobOutput
- func (s *EventForGetClawOmniAutoChannelJobOutput) SetMessage(v string) *EventForGetClawOmniAutoChannelJobOutput
- func (s *EventForGetClawOmniAutoChannelJobOutput) SetQrcodeContent(v string) *EventForGetClawOmniAutoChannelJobOutput
- func (s *EventForGetClawOmniAutoChannelJobOutput) SetRawJson(v string) *EventForGetClawOmniAutoChannelJobOutput
- func (s EventForGetClawOmniAutoChannelJobOutput) String() string
- type ExecuteClawOmniInstanceCommandInput
- func (s ExecuteClawOmniInstanceCommandInput) GoString() string
- func (s *ExecuteClawOmniInstanceCommandInput) SetCommand(v string) *ExecuteClawOmniInstanceCommandInput
- func (s *ExecuteClawOmniInstanceCommandInput) SetEnvVars(v []*EnvVarForExecuteClawOmniInstanceCommandInput) *ExecuteClawOmniInstanceCommandInput
- func (s *ExecuteClawOmniInstanceCommandInput) SetId(v string) *ExecuteClawOmniInstanceCommandInput
- func (s *ExecuteClawOmniInstanceCommandInput) SetTimeout(v int32) *ExecuteClawOmniInstanceCommandInput
- func (s *ExecuteClawOmniInstanceCommandInput) SetWorkingDir(v string) *ExecuteClawOmniInstanceCommandInput
- func (s ExecuteClawOmniInstanceCommandInput) String() string
- func (s *ExecuteClawOmniInstanceCommandInput) Validate() error
- type ExecuteClawOmniInstanceCommandOutput
- func (s ExecuteClawOmniInstanceCommandOutput) GoString() string
- func (s *ExecuteClawOmniInstanceCommandOutput) SetErrorOutput(v string) *ExecuteClawOmniInstanceCommandOutput
- func (s *ExecuteClawOmniInstanceCommandOutput) SetExitCode(v int32) *ExecuteClawOmniInstanceCommandOutput
- func (s *ExecuteClawOmniInstanceCommandOutput) SetOutput(v string) *ExecuteClawOmniInstanceCommandOutput
- func (s ExecuteClawOmniInstanceCommandOutput) String() string
- type ExternalIdentityProviderConfigurationForCreateIdentityProviderTokenExchangeInput
- func (s ExternalIdentityProviderConfigurationForCreateIdentityProviderTokenExchangeInput) GoString() string
- func (s *ExternalIdentityProviderConfigurationForCreateIdentityProviderTokenExchangeInput) SetOauthUserIdAttribute(v string) ...
- func (s *ExternalIdentityProviderConfigurationForCreateIdentityProviderTokenExchangeInput) SetOauthUserInfoUrl(v string) ...
- func (s *ExternalIdentityProviderConfigurationForCreateIdentityProviderTokenExchangeInput) SetOidcIssuerUrl(v string) ...
- func (s ExternalIdentityProviderConfigurationForCreateIdentityProviderTokenExchangeInput) String() string
- type ExternalIdentityProviderConfigurationForCreateIdentityProviderTokenExchangeOutput
- func (s ExternalIdentityProviderConfigurationForCreateIdentityProviderTokenExchangeOutput) GoString() string
- func (s *ExternalIdentityProviderConfigurationForCreateIdentityProviderTokenExchangeOutput) SetOauthUserIdAttribute(v string) ...
- func (s *ExternalIdentityProviderConfigurationForCreateIdentityProviderTokenExchangeOutput) SetOauthUserInfoUrl(v string) ...
- func (s *ExternalIdentityProviderConfigurationForCreateIdentityProviderTokenExchangeOutput) SetOidcIssuerUrl(v string) ...
- func (s ExternalIdentityProviderConfigurationForCreateIdentityProviderTokenExchangeOutput) String() string
- type ExternalIdentityProviderConfigurationForGetIdentityProviderTokenExchangeOutput
- func (s ExternalIdentityProviderConfigurationForGetIdentityProviderTokenExchangeOutput) GoString() string
- func (s *ExternalIdentityProviderConfigurationForGetIdentityProviderTokenExchangeOutput) SetOauthUserIdAttribute(v string) ...
- func (s *ExternalIdentityProviderConfigurationForGetIdentityProviderTokenExchangeOutput) SetOauthUserInfoUrl(v string) ...
- func (s *ExternalIdentityProviderConfigurationForGetIdentityProviderTokenExchangeOutput) SetOidcIssuerUrl(v string) ...
- func (s ExternalIdentityProviderConfigurationForGetIdentityProviderTokenExchangeOutput) String() string
- type ExternalIdentityProviderConfigurationForListIdentityProvidersTokenExchangeOutput
- func (s ExternalIdentityProviderConfigurationForListIdentityProvidersTokenExchangeOutput) GoString() string
- func (s *ExternalIdentityProviderConfigurationForListIdentityProvidersTokenExchangeOutput) SetOauthUserIdAttribute(v string) ...
- func (s *ExternalIdentityProviderConfigurationForListIdentityProvidersTokenExchangeOutput) SetOauthUserInfoUrl(v string) ...
- func (s *ExternalIdentityProviderConfigurationForListIdentityProvidersTokenExchangeOutput) SetOidcIssuerUrl(v string) ...
- func (s ExternalIdentityProviderConfigurationForListIdentityProvidersTokenExchangeOutput) String() string
- type ExternalIdentityProviderConfigurationForUpdateIdentityProviderTokenExchangeInput
- func (s ExternalIdentityProviderConfigurationForUpdateIdentityProviderTokenExchangeInput) GoString() string
- func (s *ExternalIdentityProviderConfigurationForUpdateIdentityProviderTokenExchangeInput) SetOauthUserIdAttribute(v string) ...
- func (s *ExternalIdentityProviderConfigurationForUpdateIdentityProviderTokenExchangeInput) SetOauthUserInfoUrl(v string) ...
- func (s *ExternalIdentityProviderConfigurationForUpdateIdentityProviderTokenExchangeInput) SetOidcIssuerUrl(v string) ...
- func (s ExternalIdentityProviderConfigurationForUpdateIdentityProviderTokenExchangeInput) String() string
- type ExternalIdentityProviderConfigurationForUpdateIdentityProviderTokenExchangeOutput
- func (s ExternalIdentityProviderConfigurationForUpdateIdentityProviderTokenExchangeOutput) GoString() string
- func (s *ExternalIdentityProviderConfigurationForUpdateIdentityProviderTokenExchangeOutput) SetOauthUserIdAttribute(v string) ...
- func (s *ExternalIdentityProviderConfigurationForUpdateIdentityProviderTokenExchangeOutput) SetOauthUserInfoUrl(v string) ...
- func (s *ExternalIdentityProviderConfigurationForUpdateIdentityProviderTokenExchangeOutput) SetOidcIssuerUrl(v string) ...
- func (s ExternalIdentityProviderConfigurationForUpdateIdentityProviderTokenExchangeOutput) String() string
- type FieldMaskForUpdateScheduledJobInput
- type FilterForListClawInstancesInput
- func (s FilterForListClawInstancesInput) GoString() string
- func (s *FilterForListClawInstancesInput) SetName(v string) *FilterForListClawInstancesInput
- func (s *FilterForListClawInstancesInput) SetValues(v []*string) *FilterForListClawInstancesInput
- func (s FilterForListClawInstancesInput) String() string
- type FilterForListClawOmniInstancesInput
- func (s FilterForListClawOmniInstancesInput) GoString() string
- func (s *FilterForListClawOmniInstancesInput) SetName(v string) *FilterForListClawOmniInstancesInput
- func (s *FilterForListClawOmniInstancesInput) SetNameContains(v string) *FilterForListClawOmniInstancesInput
- func (s *FilterForListClawOmniInstancesInput) SetValues(v []*string) *FilterForListClawOmniInstancesInput
- func (s FilterForListClawOmniInstancesInput) String() string
- type FilterForListUsersInput
- type GetArkclawOmniInstanceWebuiInput
- func (s GetArkclawOmniInstanceWebuiInput) GoString() string
- func (s *GetArkclawOmniInstanceWebuiInput) SetInstanceId(v string) *GetArkclawOmniInstanceWebuiInput
- func (s *GetArkclawOmniInstanceWebuiInput) SetSpaceId(v string) *GetArkclawOmniInstanceWebuiInput
- func (s GetArkclawOmniInstanceWebuiInput) String() string
- func (s *GetArkclawOmniInstanceWebuiInput) Validate() error
- type GetArkclawOmniInstanceWebuiOutput
- func (s GetArkclawOmniInstanceWebuiOutput) GoString() string
- func (s *GetArkclawOmniInstanceWebuiOutput) SetInstanceId(v string) *GetArkclawOmniInstanceWebuiOutput
- func (s *GetArkclawOmniInstanceWebuiOutput) SetSpaceId(v string) *GetArkclawOmniInstanceWebuiOutput
- func (s *GetArkclawOmniInstanceWebuiOutput) SetToken(v string) *GetArkclawOmniInstanceWebuiOutput
- func (s *GetArkclawOmniInstanceWebuiOutput) SetWebuiEndpoint(v string) *GetArkclawOmniInstanceWebuiOutput
- func (s GetArkclawOmniInstanceWebuiOutput) String() string
- type GetClawInstanceInput
- type GetClawInstanceOutput
- type GetClawOmniAutoChannelJobInput
- func (s GetClawOmniAutoChannelJobInput) GoString() string
- func (s *GetClawOmniAutoChannelJobInput) SetId(v string) *GetClawOmniAutoChannelJobInput
- func (s *GetClawOmniAutoChannelJobInput) SetJobId(v string) *GetClawOmniAutoChannelJobInput
- func (s GetClawOmniAutoChannelJobInput) String() string
- func (s *GetClawOmniAutoChannelJobInput) Validate() error
- type GetClawOmniAutoChannelJobOutput
- func (s GetClawOmniAutoChannelJobOutput) GoString() string
- func (s *GetClawOmniAutoChannelJobOutput) SetChannel(v string) *GetClawOmniAutoChannelJobOutput
- func (s *GetClawOmniAutoChannelJobOutput) SetErrorMessage(v string) *GetClawOmniAutoChannelJobOutput
- func (s *GetClawOmniAutoChannelJobOutput) SetEvents(v []*EventForGetClawOmniAutoChannelJobOutput) *GetClawOmniAutoChannelJobOutput
- func (s *GetClawOmniAutoChannelJobOutput) SetJobId(v string) *GetClawOmniAutoChannelJobOutput
- func (s *GetClawOmniAutoChannelJobOutput) SetMessage(v string) *GetClawOmniAutoChannelJobOutput
- func (s *GetClawOmniAutoChannelJobOutput) SetStatus(v string) *GetClawOmniAutoChannelJobOutput
- func (s *GetClawOmniAutoChannelJobOutput) SetStatusCode(v string) *GetClawOmniAutoChannelJobOutput
- func (s GetClawOmniAutoChannelJobOutput) String() string
- type GetClawOmniInstanceCommandJobInput
- func (s GetClawOmniInstanceCommandJobInput) GoString() string
- func (s *GetClawOmniInstanceCommandJobInput) SetClawOmniInstanceId(v string) *GetClawOmniInstanceCommandJobInput
- func (s *GetClawOmniInstanceCommandJobInput) SetIsFailed(v bool) *GetClawOmniInstanceCommandJobInput
- func (s *GetClawOmniInstanceCommandJobInput) SetJobId(v string) *GetClawOmniInstanceCommandJobInput
- func (s *GetClawOmniInstanceCommandJobInput) SetPageNumber(v int32) *GetClawOmniInstanceCommandJobInput
- func (s *GetClawOmniInstanceCommandJobInput) SetPageSize(v int32) *GetClawOmniInstanceCommandJobInput
- func (s *GetClawOmniInstanceCommandJobInput) SetSpaceId(v string) *GetClawOmniInstanceCommandJobInput
- func (s GetClawOmniInstanceCommandJobInput) String() string
- func (s *GetClawOmniInstanceCommandJobInput) Validate() error
- type GetClawOmniInstanceCommandJobLogInput
- func (s GetClawOmniInstanceCommandJobLogInput) GoString() string
- func (s *GetClawOmniInstanceCommandJobLogInput) SetClawOmniInstanceId(v string) *GetClawOmniInstanceCommandJobLogInput
- func (s *GetClawOmniInstanceCommandJobLogInput) SetJobId(v string) *GetClawOmniInstanceCommandJobLogInput
- func (s *GetClawOmniInstanceCommandJobLogInput) SetSpaceId(v string) *GetClawOmniInstanceCommandJobLogInput
- func (s GetClawOmniInstanceCommandJobLogInput) String() string
- func (s *GetClawOmniInstanceCommandJobLogInput) Validate() error
- type GetClawOmniInstanceCommandJobLogOutput
- func (s GetClawOmniInstanceCommandJobLogOutput) GoString() string
- func (s *GetClawOmniInstanceCommandJobLogOutput) SetLogAvailable(v bool) *GetClawOmniInstanceCommandJobLogOutput
- func (s *GetClawOmniInstanceCommandJobLogOutput) SetOutput(v string) *GetClawOmniInstanceCommandJobLogOutput
- func (s GetClawOmniInstanceCommandJobLogOutput) String() string
- type GetClawOmniInstanceCommandJobOutput
- func (s GetClawOmniInstanceCommandJobOutput) GoString() string
- func (s *GetClawOmniInstanceCommandJobOutput) SetJob(v *JobForGetClawOmniInstanceCommandJobOutput) *GetClawOmniInstanceCommandJobOutput
- func (s *GetClawOmniInstanceCommandJobOutput) SetPageNumber(v int32) *GetClawOmniInstanceCommandJobOutput
- func (s *GetClawOmniInstanceCommandJobOutput) SetPageSize(v int32) *GetClawOmniInstanceCommandJobOutput
- func (s *GetClawOmniInstanceCommandJobOutput) SetTargets(v []*TargetForGetClawOmniInstanceCommandJobOutput) *GetClawOmniInstanceCommandJobOutput
- func (s *GetClawOmniInstanceCommandJobOutput) SetTotalCount(v int32) *GetClawOmniInstanceCommandJobOutput
- func (s GetClawOmniInstanceCommandJobOutput) String() string
- type GetClawOmniInstanceInput
- func (s GetClawOmniInstanceInput) GoString() string
- func (s *GetClawOmniInstanceInput) SetId(v string) *GetClawOmniInstanceInput
- func (s *GetClawOmniInstanceInput) SetProjectName(v string) *GetClawOmniInstanceInput
- func (s GetClawOmniInstanceInput) String() string
- func (s *GetClawOmniInstanceInput) Validate() error
- type GetClawOmniInstanceOutput
- type GetClawOmniInstanceSkillsInput
- func (s GetClawOmniInstanceSkillsInput) GoString() string
- func (s *GetClawOmniInstanceSkillsInput) SetId(v string) *GetClawOmniInstanceSkillsInput
- func (s *GetClawOmniInstanceSkillsInput) SetProjectName(v string) *GetClawOmniInstanceSkillsInput
- func (s GetClawOmniInstanceSkillsInput) String() string
- func (s *GetClawOmniInstanceSkillsInput) Validate() error
- type GetClawOmniInstanceSkillsOutput
- type GetClawOmniSpaceTemplateInput
- type GetClawOmniSpaceTemplateOutput
- type GetIdentityProviderTokenExchangeInput
- func (s GetIdentityProviderTokenExchangeInput) GoString() string
- func (s *GetIdentityProviderTokenExchangeInput) SetConnectionId(v string) *GetIdentityProviderTokenExchangeInput
- func (s *GetIdentityProviderTokenExchangeInput) SetSpaceId(v string) *GetIdentityProviderTokenExchangeInput
- func (s GetIdentityProviderTokenExchangeInput) String() string
- func (s *GetIdentityProviderTokenExchangeInput) Validate() error
- type GetIdentityProviderTokenExchangeOutput
- type GetScheduledJobInput
- func (s GetScheduledJobInput) GoString() string
- func (s *GetScheduledJobInput) SetJobId(v string) *GetScheduledJobInput
- func (s *GetScheduledJobInput) SetProjectName(v string) *GetScheduledJobInput
- func (s *GetScheduledJobInput) SetSpaceId(v string) *GetScheduledJobInput
- func (s GetScheduledJobInput) String() string
- func (s *GetScheduledJobInput) Validate() error
- type GetScheduledJobOutput
- type GetUserPoolClientInput
- type GetUserPoolClientOutput
- type InboundAuthorizerConfigurationForGetClawInstanceOutput
- func (s InboundAuthorizerConfigurationForGetClawInstanceOutput) GoString() string
- func (s *InboundAuthorizerConfigurationForGetClawInstanceOutput) SetAuthorizer(v *AuthorizerForGetClawInstanceOutput) *InboundAuthorizerConfigurationForGetClawInstanceOutput
- func (s *InboundAuthorizerConfigurationForGetClawInstanceOutput) SetAuthorizerType(v string) *InboundAuthorizerConfigurationForGetClawInstanceOutput
- func (s InboundAuthorizerConfigurationForGetClawInstanceOutput) String() string
- type InboundAuthorizerConfigurationForListClawInstancesOutput
- func (s InboundAuthorizerConfigurationForListClawInstancesOutput) GoString() string
- func (s *InboundAuthorizerConfigurationForListClawInstancesOutput) SetAuthorizer(v *AuthorizerForListClawInstancesOutput) *InboundAuthorizerConfigurationForListClawInstancesOutput
- func (s *InboundAuthorizerConfigurationForListClawInstancesOutput) SetAuthorizerType(v string) *InboundAuthorizerConfigurationForListClawInstancesOutput
- func (s InboundAuthorizerConfigurationForListClawInstancesOutput) String() string
- type InstallClawOmniInstanceSkillInput
- func (s InstallClawOmniInstanceSkillInput) GoString() string
- func (s *InstallClawOmniInstanceSkillInput) SetId(v string) *InstallClawOmniInstanceSkillInput
- func (s *InstallClawOmniInstanceSkillInput) SetProjectName(v string) *InstallClawOmniInstanceSkillInput
- func (s *InstallClawOmniInstanceSkillInput) SetSkill(v string) *InstallClawOmniInstanceSkillInput
- func (s InstallClawOmniInstanceSkillInput) String() string
- func (s *InstallClawOmniInstanceSkillInput) Validate() error
- type InstallClawOmniInstanceSkillOutput
- func (s InstallClawOmniInstanceSkillOutput) GoString() string
- func (s *InstallClawOmniInstanceSkillOutput) SetExitCode(v int64) *InstallClawOmniInstanceSkillOutput
- func (s *InstallClawOmniInstanceSkillOutput) SetOutput(v string) *InstallClawOmniInstanceSkillOutput
- func (s InstallClawOmniInstanceSkillOutput) String() string
- type InstanceForListClawOmniInstancesOutput
- func (s InstanceForListClawOmniInstancesOutput) GoString() string
- func (s *InstanceForListClawOmniInstancesOutput) SetAgentMd(v string) *InstanceForListClawOmniInstancesOutput
- func (s *InstanceForListClawOmniInstancesOutput) SetCpuMilli(v int32) *InstanceForListClawOmniInstancesOutput
- func (s *InstanceForListClawOmniInstancesOutput) SetCreatedAt(v string) *InstanceForListClawOmniInstancesOutput
- func (s *InstanceForListClawOmniInstancesOutput) SetDescription(v string) *InstanceForListClawOmniInstancesOutput
- func (s *InstanceForListClawOmniInstancesOutput) SetEndpoint(v string) *InstanceForListClawOmniInstancesOutput
- func (s *InstanceForListClawOmniInstancesOutput) SetExpiredAction(v string) *InstanceForListClawOmniInstancesOutput
- func (s *InstanceForListClawOmniInstancesOutput) SetExpiredAt(v string) *InstanceForListClawOmniInstancesOutput
- func (s *InstanceForListClawOmniInstancesOutput) SetId(v string) *InstanceForListClawOmniInstancesOutput
- func (s *InstanceForListClawOmniInstancesOutput) SetImage(v string) *InstanceForListClawOmniInstancesOutput
- func (s *InstanceForListClawOmniInstancesOutput) SetInternalEndpoint(v string) *InstanceForListClawOmniInstancesOutput
- func (s *InstanceForListClawOmniInstancesOutput) SetMemoryMb(v int32) *InstanceForListClawOmniInstancesOutput
- func (s *InstanceForListClawOmniInstancesOutput) SetModelConfig(v *ModelConfigForListClawOmniInstancesOutput) *InstanceForListClawOmniInstancesOutput
- func (s *InstanceForListClawOmniInstancesOutput) SetName(v string) *InstanceForListClawOmniInstancesOutput
- func (s *InstanceForListClawOmniInstancesOutput) SetOperationLock(v *OperationLockForListClawOmniInstancesOutput) *InstanceForListClawOmniInstancesOutput
- func (s *InstanceForListClawOmniInstancesOutput) SetProjectName(v string) *InstanceForListClawOmniInstancesOutput
- func (s *InstanceForListClawOmniInstancesOutput) SetSoul(v string) *InstanceForListClawOmniInstancesOutput
- func (s *InstanceForListClawOmniInstancesOutput) SetSpaceId(v string) *InstanceForListClawOmniInstancesOutput
- func (s *InstanceForListClawOmniInstancesOutput) SetStatus(v string) *InstanceForListClawOmniInstancesOutput
- func (s *InstanceForListClawOmniInstancesOutput) SetTags(v []*TagForListClawOmniInstancesOutput) *InstanceForListClawOmniInstancesOutput
- func (s *InstanceForListClawOmniInstancesOutput) SetTemplateId(v string) *InstanceForListClawOmniInstancesOutput
- func (s *InstanceForListClawOmniInstancesOutput) SetTokenLimitPerDay(v string) *InstanceForListClawOmniInstancesOutput
- func (s *InstanceForListClawOmniInstancesOutput) SetTokenLimitPerMin(v string) *InstanceForListClawOmniInstancesOutput
- func (s *InstanceForListClawOmniInstancesOutput) SetTokenLimitPerWeek(v string) *InstanceForListClawOmniInstancesOutput
- func (s *InstanceForListClawOmniInstancesOutput) SetTokenQuota(v *TokenQuotaForListClawOmniInstancesOutput) *InstanceForListClawOmniInstancesOutput
- func (s *InstanceForListClawOmniInstancesOutput) SetUpdatedAt(v string) *InstanceForListClawOmniInstancesOutput
- func (s InstanceForListClawOmniInstancesOutput) String() string
- type ItemForListClawOmniSpaceTemplatesOutput
- func (s ItemForListClawOmniSpaceTemplatesOutput) GoString() string
- func (s *ItemForListClawOmniSpaceTemplatesOutput) SetAccountId(v string) *ItemForListClawOmniSpaceTemplatesOutput
- func (s *ItemForListClawOmniSpaceTemplatesOutput) SetAgentMd(v string) *ItemForListClawOmniSpaceTemplatesOutput
- func (s *ItemForListClawOmniSpaceTemplatesOutput) SetCpuMilli(v int32) *ItemForListClawOmniSpaceTemplatesOutput
- func (s *ItemForListClawOmniSpaceTemplatesOutput) SetDefaultModelName(v string) *ItemForListClawOmniSpaceTemplatesOutput
- func (s *ItemForListClawOmniSpaceTemplatesOutput) SetDefaultModelSource(v string) *ItemForListClawOmniSpaceTemplatesOutput
- func (s *ItemForListClawOmniSpaceTemplatesOutput) SetDescription(v string) *ItemForListClawOmniSpaceTemplatesOutput
- func (s *ItemForListClawOmniSpaceTemplatesOutput) SetId(v string) *ItemForListClawOmniSpaceTemplatesOutput
- func (s *ItemForListClawOmniSpaceTemplatesOutput) SetImageBuildError(v string) *ItemForListClawOmniSpaceTemplatesOutput
- func (s *ItemForListClawOmniSpaceTemplatesOutput) SetImageBuildStatus(v string) *ItemForListClawOmniSpaceTemplatesOutput
- func (s *ItemForListClawOmniSpaceTemplatesOutput) SetImageId(v string) *ItemForListClawOmniSpaceTemplatesOutput
- func (s *ItemForListClawOmniSpaceTemplatesOutput) SetImageUrl(v string) *ItemForListClawOmniSpaceTemplatesOutput
- func (s *ItemForListClawOmniSpaceTemplatesOutput) SetInput(v string) *ItemForListClawOmniSpaceTemplatesOutput
- func (s *ItemForListClawOmniSpaceTemplatesOutput) SetIsImaged(v bool) *ItemForListClawOmniSpaceTemplatesOutput
- func (s *ItemForListClawOmniSpaceTemplatesOutput) SetMemoryMb(v int32) *ItemForListClawOmniSpaceTemplatesOutput
- func (s *ItemForListClawOmniSpaceTemplatesOutput) SetName(v string) *ItemForListClawOmniSpaceTemplatesOutput
- func (s *ItemForListClawOmniSpaceTemplatesOutput) SetPluginConfig(v string) *ItemForListClawOmniSpaceTemplatesOutput
- func (s *ItemForListClawOmniSpaceTemplatesOutput) SetProjectName(v string) *ItemForListClawOmniSpaceTemplatesOutput
- func (s *ItemForListClawOmniSpaceTemplatesOutput) SetReasoning(v string) *ItemForListClawOmniSpaceTemplatesOutput
- func (s *ItemForListClawOmniSpaceTemplatesOutput) SetSkillConfig(v string) *ItemForListClawOmniSpaceTemplatesOutput
- func (s *ItemForListClawOmniSpaceTemplatesOutput) SetSoul(v string) *ItemForListClawOmniSpaceTemplatesOutput
- func (s *ItemForListClawOmniSpaceTemplatesOutput) SetTemplateCurrentVersionId(v string) *ItemForListClawOmniSpaceTemplatesOutput
- func (s *ItemForListClawOmniSpaceTemplatesOutput) SetTemplatePendingVersionId(v string) *ItemForListClawOmniSpaceTemplatesOutput
- func (s *ItemForListClawOmniSpaceTemplatesOutput) SetTemplateVersionId(v string) *ItemForListClawOmniSpaceTemplatesOutput
- func (s *ItemForListClawOmniSpaceTemplatesOutput) SetType(v string) *ItemForListClawOmniSpaceTemplatesOutput
- func (s *ItemForListClawOmniSpaceTemplatesOutput) SetVersion(v string) *ItemForListClawOmniSpaceTemplatesOutput
- func (s ItemForListClawOmniSpaceTemplatesOutput) String() string
- type JobForGetClawOmniInstanceCommandJobOutput
- func (s JobForGetClawOmniInstanceCommandJobOutput) GoString() string
- func (s *JobForGetClawOmniInstanceCommandJobOutput) SetCommandName(v string) *JobForGetClawOmniInstanceCommandJobOutput
- func (s *JobForGetClawOmniInstanceCommandJobOutput) SetDescription(v string) *JobForGetClawOmniInstanceCommandJobOutput
- func (s *JobForGetClawOmniInstanceCommandJobOutput) SetEndTime(v string) *JobForGetClawOmniInstanceCommandJobOutput
- func (s *JobForGetClawOmniInstanceCommandJobOutput) SetEnvVars(v []*EnvVarForGetClawOmniInstanceCommandJobOutput) *JobForGetClawOmniInstanceCommandJobOutput
- func (s *JobForGetClawOmniInstanceCommandJobOutput) SetExecutionMode(v string) *JobForGetClawOmniInstanceCommandJobOutput
- func (s *JobForGetClawOmniInstanceCommandJobOutput) SetJobId(v string) *JobForGetClawOmniInstanceCommandJobOutput
- func (s *JobForGetClawOmniInstanceCommandJobOutput) SetJobName(v string) *JobForGetClawOmniInstanceCommandJobOutput
- func (s *JobForGetClawOmniInstanceCommandJobOutput) SetLaunchTime(v string) *JobForGetClawOmniInstanceCommandJobOutput
- func (s *JobForGetClawOmniInstanceCommandJobOutput) SetStartTime(v string) *JobForGetClawOmniInstanceCommandJobOutput
- func (s *JobForGetClawOmniInstanceCommandJobOutput) SetStatus(v string) *JobForGetClawOmniInstanceCommandJobOutput
- func (s *JobForGetClawOmniInstanceCommandJobOutput) SetTargetVersion(v string) *JobForGetClawOmniInstanceCommandJobOutput
- func (s *JobForGetClawOmniInstanceCommandJobOutput) SetTotalInstanceCount(v int64) *JobForGetClawOmniInstanceCommandJobOutput
- func (s *JobForGetClawOmniInstanceCommandJobOutput) SetType(v string) *JobForGetClawOmniInstanceCommandJobOutput
- func (s *JobForGetClawOmniInstanceCommandJobOutput) SetWorkingDir(v string) *JobForGetClawOmniInstanceCommandJobOutput
- func (s JobForGetClawOmniInstanceCommandJobOutput) String() string
- type JobForGetScheduledJobOutput
- func (s JobForGetScheduledJobOutput) GoString() string
- func (s *JobForGetScheduledJobOutput) SetCreatedAt(v string) *JobForGetScheduledJobOutput
- func (s *JobForGetScheduledJobOutput) SetInstanceId(v string) *JobForGetScheduledJobOutput
- func (s *JobForGetScheduledJobOutput) SetInstructions(v string) *JobForGetScheduledJobOutput
- func (s *JobForGetScheduledJobOutput) SetJobId(v string) *JobForGetScheduledJobOutput
- func (s *JobForGetScheduledJobOutput) SetName(v string) *JobForGetScheduledJobOutput
- func (s *JobForGetScheduledJobOutput) SetResultDelivery(v *ResultDeliveryForGetScheduledJobOutput) *JobForGetScheduledJobOutput
- func (s *JobForGetScheduledJobOutput) SetScheduleExpr(v string) *JobForGetScheduledJobOutput
- func (s *JobForGetScheduledJobOutput) SetScheduleType(v string) *JobForGetScheduledJobOutput
- func (s *JobForGetScheduledJobOutput) SetStatus(v string) *JobForGetScheduledJobOutput
- func (s *JobForGetScheduledJobOutput) SetTimeoutMinutes(v int32) *JobForGetScheduledJobOutput
- func (s *JobForGetScheduledJobOutput) SetTimezone(v string) *JobForGetScheduledJobOutput
- func (s *JobForGetScheduledJobOutput) SetUpdatedAt(v string) *JobForGetScheduledJobOutput
- func (s JobForGetScheduledJobOutput) String() string
- type JobForListClawOmniInstanceCommandJobsOutput
- func (s JobForListClawOmniInstanceCommandJobsOutput) GoString() string
- func (s *JobForListClawOmniInstanceCommandJobsOutput) SetCommandName(v string) *JobForListClawOmniInstanceCommandJobsOutput
- func (s *JobForListClawOmniInstanceCommandJobsOutput) SetDescription(v string) *JobForListClawOmniInstanceCommandJobsOutput
- func (s *JobForListClawOmniInstanceCommandJobsOutput) SetEndTime(v string) *JobForListClawOmniInstanceCommandJobsOutput
- func (s *JobForListClawOmniInstanceCommandJobsOutput) SetEnvVars(v []*EnvVarForListClawOmniInstanceCommandJobsOutput) *JobForListClawOmniInstanceCommandJobsOutput
- func (s *JobForListClawOmniInstanceCommandJobsOutput) SetExecutionMode(v string) *JobForListClawOmniInstanceCommandJobsOutput
- func (s *JobForListClawOmniInstanceCommandJobsOutput) SetJobId(v string) *JobForListClawOmniInstanceCommandJobsOutput
- func (s *JobForListClawOmniInstanceCommandJobsOutput) SetJobName(v string) *JobForListClawOmniInstanceCommandJobsOutput
- func (s *JobForListClawOmniInstanceCommandJobsOutput) SetLaunchTime(v string) *JobForListClawOmniInstanceCommandJobsOutput
- func (s *JobForListClawOmniInstanceCommandJobsOutput) SetStartTime(v string) *JobForListClawOmniInstanceCommandJobsOutput
- func (s *JobForListClawOmniInstanceCommandJobsOutput) SetStatus(v string) *JobForListClawOmniInstanceCommandJobsOutput
- func (s *JobForListClawOmniInstanceCommandJobsOutput) SetTargetVersion(v string) *JobForListClawOmniInstanceCommandJobsOutput
- func (s *JobForListClawOmniInstanceCommandJobsOutput) SetTotalInstanceCount(v int64) *JobForListClawOmniInstanceCommandJobsOutput
- func (s *JobForListClawOmniInstanceCommandJobsOutput) SetType(v string) *JobForListClawOmniInstanceCommandJobsOutput
- func (s *JobForListClawOmniInstanceCommandJobsOutput) SetWorkingDir(v string) *JobForListClawOmniInstanceCommandJobsOutput
- func (s JobForListClawOmniInstanceCommandJobsOutput) String() string
- type JobForListScheduledJobsOutput
- func (s JobForListScheduledJobsOutput) GoString() string
- func (s *JobForListScheduledJobsOutput) SetCreatedAt(v string) *JobForListScheduledJobsOutput
- func (s *JobForListScheduledJobsOutput) SetInstanceId(v string) *JobForListScheduledJobsOutput
- func (s *JobForListScheduledJobsOutput) SetInstructions(v string) *JobForListScheduledJobsOutput
- func (s *JobForListScheduledJobsOutput) SetJobId(v string) *JobForListScheduledJobsOutput
- func (s *JobForListScheduledJobsOutput) SetName(v string) *JobForListScheduledJobsOutput
- func (s *JobForListScheduledJobsOutput) SetScheduleExpr(v string) *JobForListScheduledJobsOutput
- func (s *JobForListScheduledJobsOutput) SetScheduleType(v string) *JobForListScheduledJobsOutput
- func (s *JobForListScheduledJobsOutput) SetStatus(v string) *JobForListScheduledJobsOutput
- func (s *JobForListScheduledJobsOutput) SetTimeoutMinutes(v int32) *JobForListScheduledJobsOutput
- func (s *JobForListScheduledJobsOutput) SetTimezone(v string) *JobForListScheduledJobsOutput
- func (s *JobForListScheduledJobsOutput) SetUpdatedAt(v string) *JobForListScheduledJobsOutput
- func (s JobForListScheduledJobsOutput) String() string
- type KeyAuthForGetClawInstanceOutput
- func (s KeyAuthForGetClawInstanceOutput) GoString() string
- func (s *KeyAuthForGetClawInstanceOutput) SetApiKey(v string) *KeyAuthForGetClawInstanceOutput
- func (s *KeyAuthForGetClawInstanceOutput) SetApiKeyLocation(v string) *KeyAuthForGetClawInstanceOutput
- func (s KeyAuthForGetClawInstanceOutput) String() string
- type KeyAuthForListClawInstancesOutput
- func (s KeyAuthForListClawInstancesOutput) GoString() string
- func (s *KeyAuthForListClawInstancesOutput) SetApiKey(v string) *KeyAuthForListClawInstancesOutput
- func (s *KeyAuthForListClawInstancesOutput) SetApiKeyLocation(v string) *KeyAuthForListClawInstancesOutput
- func (s KeyAuthForListClawInstancesOutput) String() string
- type LimitForDescribeAccountWhiteListOutput
- func (s LimitForDescribeAccountWhiteListOutput) GoString() string
- func (s *LimitForDescribeAccountWhiteListOutput) SetKey(v string) *LimitForDescribeAccountWhiteListOutput
- func (s *LimitForDescribeAccountWhiteListOutput) SetLimit(v int32) *LimitForDescribeAccountWhiteListOutput
- func (s *LimitForDescribeAccountWhiteListOutput) SetType(v int32) *LimitForDescribeAccountWhiteListOutput
- func (s LimitForDescribeAccountWhiteListOutput) String() string
- type ListClawInstancesInput
- func (s ListClawInstancesInput) GoString() string
- func (s *ListClawInstancesInput) SetFilters(v []*FilterForListClawInstancesInput) *ListClawInstancesInput
- func (s *ListClawInstancesInput) SetMaxResults(v int32) *ListClawInstancesInput
- func (s *ListClawInstancesInput) SetNextToken(v string) *ListClawInstancesInput
- func (s *ListClawInstancesInput) SetRecycle(v bool) *ListClawInstancesInput
- func (s *ListClawInstancesInput) SetSpaceId(v string) *ListClawInstancesInput
- func (s ListClawInstancesInput) String() string
- func (s *ListClawInstancesInput) Validate() error
- type ListClawInstancesOutput
- func (s ListClawInstancesOutput) GoString() string
- func (s *ListClawInstancesOutput) SetClawInstances(v []*ClawInstanceForListClawInstancesOutput) *ListClawInstancesOutput
- func (s *ListClawInstancesOutput) SetNextToken(v string) *ListClawInstancesOutput
- func (s ListClawInstancesOutput) String() string
- type ListClawOmniChannelsInput
- type ListClawOmniChannelsOutput
- type ListClawOmniInstanceCommandJobsInput
- func (s ListClawOmniInstanceCommandJobsInput) GoString() string
- func (s *ListClawOmniInstanceCommandJobsInput) SetCommandName(v string) *ListClawOmniInstanceCommandJobsInput
- func (s *ListClawOmniInstanceCommandJobsInput) SetJobId(v string) *ListClawOmniInstanceCommandJobsInput
- func (s *ListClawOmniInstanceCommandJobsInput) SetJobName(v string) *ListClawOmniInstanceCommandJobsInput
- func (s *ListClawOmniInstanceCommandJobsInput) SetPageNumber(v int32) *ListClawOmniInstanceCommandJobsInput
- func (s *ListClawOmniInstanceCommandJobsInput) SetPageSize(v int32) *ListClawOmniInstanceCommandJobsInput
- func (s *ListClawOmniInstanceCommandJobsInput) SetSpaceId(v string) *ListClawOmniInstanceCommandJobsInput
- func (s *ListClawOmniInstanceCommandJobsInput) SetStatuses(v []*string) *ListClawOmniInstanceCommandJobsInput
- func (s ListClawOmniInstanceCommandJobsInput) String() string
- func (s *ListClawOmniInstanceCommandJobsInput) Validate() error
- type ListClawOmniInstanceCommandJobsOutput
- func (s ListClawOmniInstanceCommandJobsOutput) GoString() string
- func (s *ListClawOmniInstanceCommandJobsOutput) SetJobs(v []*JobForListClawOmniInstanceCommandJobsOutput) *ListClawOmniInstanceCommandJobsOutput
- func (s *ListClawOmniInstanceCommandJobsOutput) SetPageNumber(v int32) *ListClawOmniInstanceCommandJobsOutput
- func (s *ListClawOmniInstanceCommandJobsOutput) SetPageSize(v int32) *ListClawOmniInstanceCommandJobsOutput
- func (s *ListClawOmniInstanceCommandJobsOutput) SetTotalCount(v int32) *ListClawOmniInstanceCommandJobsOutput
- func (s ListClawOmniInstanceCommandJobsOutput) String() string
- type ListClawOmniInstanceDevicePairingsInput
- func (s ListClawOmniInstanceDevicePairingsInput) GoString() string
- func (s *ListClawOmniInstanceDevicePairingsInput) SetId(v string) *ListClawOmniInstanceDevicePairingsInput
- func (s ListClawOmniInstanceDevicePairingsInput) String() string
- func (s *ListClawOmniInstanceDevicePairingsInput) Validate() error
- type ListClawOmniInstanceDevicePairingsOutput
- type ListClawOmniInstanceDeviceStatusInput
- type ListClawOmniInstanceDeviceStatusOutput
- func (s ListClawOmniInstanceDeviceStatusOutput) GoString() string
- func (s *ListClawOmniInstanceDeviceStatusOutput) SetNodes(v []*NodeForListClawOmniInstanceDeviceStatusOutput) *ListClawOmniInstanceDeviceStatusOutput
- func (s *ListClawOmniInstanceDeviceStatusOutput) SetTs(v string) *ListClawOmniInstanceDeviceStatusOutput
- func (s ListClawOmniInstanceDeviceStatusOutput) String() string
- type ListClawOmniInstancesInput
- func (s ListClawOmniInstancesInput) GoString() string
- func (s *ListClawOmniInstancesInput) SetFilters(v []*FilterForListClawOmniInstancesInput) *ListClawOmniInstancesInput
- func (s *ListClawOmniInstancesInput) SetPageNumber(v int32) *ListClawOmniInstancesInput
- func (s *ListClawOmniInstancesInput) SetPageSize(v int32) *ListClawOmniInstancesInput
- func (s *ListClawOmniInstancesInput) SetProjectName(v string) *ListClawOmniInstancesInput
- func (s *ListClawOmniInstancesInput) SetSortBy(v string) *ListClawOmniInstancesInput
- func (s *ListClawOmniInstancesInput) SetSortOrder(v string) *ListClawOmniInstancesInput
- func (s *ListClawOmniInstancesInput) SetSpaceId(v string) *ListClawOmniInstancesInput
- func (s ListClawOmniInstancesInput) String() string
- func (s *ListClawOmniInstancesInput) Validate() error
- type ListClawOmniInstancesOutput
- func (s ListClawOmniInstancesOutput) GoString() string
- func (s *ListClawOmniInstancesOutput) SetInstances(v []*InstanceForListClawOmniInstancesOutput) *ListClawOmniInstancesOutput
- func (s *ListClawOmniInstancesOutput) SetPageNumber(v int32) *ListClawOmniInstancesOutput
- func (s *ListClawOmniInstancesOutput) SetPageSize(v int32) *ListClawOmniInstancesOutput
- func (s *ListClawOmniInstancesOutput) SetTotalCount(v int32) *ListClawOmniInstancesOutput
- func (s ListClawOmniInstancesOutput) String() string
- type ListClawOmniSpaceEnabledModelsInput
- func (s ListClawOmniSpaceEnabledModelsInput) GoString() string
- func (s *ListClawOmniSpaceEnabledModelsInput) SetProjectName(v string) *ListClawOmniSpaceEnabledModelsInput
- func (s *ListClawOmniSpaceEnabledModelsInput) SetSpaceId(v string) *ListClawOmniSpaceEnabledModelsInput
- func (s ListClawOmniSpaceEnabledModelsInput) String() string
- type ListClawOmniSpaceEnabledModelsOutput
- type ListClawOmniSpaceTemplatesInput
- func (s ListClawOmniSpaceTemplatesInput) GoString() string
- func (s *ListClawOmniSpaceTemplatesInput) SetAccountId(v string) *ListClawOmniSpaceTemplatesInput
- func (s *ListClawOmniSpaceTemplatesInput) SetProjectName(v string) *ListClawOmniSpaceTemplatesInput
- func (s *ListClawOmniSpaceTemplatesInput) SetSpaceId(v string) *ListClawOmniSpaceTemplatesInput
- func (s *ListClawOmniSpaceTemplatesInput) SetType(v string) *ListClawOmniSpaceTemplatesInput
- func (s ListClawOmniSpaceTemplatesInput) String() string
- type ListClawOmniSpaceTemplatesOutput
- type ListClawSpaceSeatsInput
- type ListClawSpaceSeatsOutput
- type ListIdentityProvidersTokenExchangeInput
- func (s ListIdentityProvidersTokenExchangeInput) GoString() string
- func (s *ListIdentityProvidersTokenExchangeInput) SetSpaceId(v string) *ListIdentityProvidersTokenExchangeInput
- func (s ListIdentityProvidersTokenExchangeInput) String() string
- func (s *ListIdentityProvidersTokenExchangeInput) Validate() error
- type ListIdentityProvidersTokenExchangeOutput
- func (s ListIdentityProvidersTokenExchangeOutput) GoString() string
- func (s *ListIdentityProvidersTokenExchangeOutput) SetData(v []*DataForListIdentityProvidersTokenExchangeOutput) *ListIdentityProvidersTokenExchangeOutput
- func (s *ListIdentityProvidersTokenExchangeOutput) SetPageNumber(v string) *ListIdentityProvidersTokenExchangeOutput
- func (s *ListIdentityProvidersTokenExchangeOutput) SetPageSize(v string) *ListIdentityProvidersTokenExchangeOutput
- func (s *ListIdentityProvidersTokenExchangeOutput) SetTotalCount(v string) *ListIdentityProvidersTokenExchangeOutput
- func (s ListIdentityProvidersTokenExchangeOutput) String() string
- type ListScheduledJobRunsInput
- func (s ListScheduledJobRunsInput) GoString() string
- func (s *ListScheduledJobRunsInput) SetJobId(v string) *ListScheduledJobRunsInput
- func (s *ListScheduledJobRunsInput) SetPageNumber(v int32) *ListScheduledJobRunsInput
- func (s *ListScheduledJobRunsInput) SetPageSize(v int32) *ListScheduledJobRunsInput
- func (s *ListScheduledJobRunsInput) SetProjectName(v string) *ListScheduledJobRunsInput
- func (s *ListScheduledJobRunsInput) SetSpaceId(v string) *ListScheduledJobRunsInput
- func (s ListScheduledJobRunsInput) String() string
- func (s *ListScheduledJobRunsInput) Validate() error
- type ListScheduledJobRunsOutput
- func (s ListScheduledJobRunsOutput) GoString() string
- func (s *ListScheduledJobRunsOutput) SetRuns(v []*RunForListScheduledJobRunsOutput) *ListScheduledJobRunsOutput
- func (s *ListScheduledJobRunsOutput) SetTotalCount(v int32) *ListScheduledJobRunsOutput
- func (s ListScheduledJobRunsOutput) String() string
- type ListScheduledJobsInput
- func (s ListScheduledJobsInput) GoString() string
- func (s *ListScheduledJobsInput) SetInstanceId(v string) *ListScheduledJobsInput
- func (s *ListScheduledJobsInput) SetPageNumber(v int32) *ListScheduledJobsInput
- func (s *ListScheduledJobsInput) SetPageSize(v int32) *ListScheduledJobsInput
- func (s *ListScheduledJobsInput) SetProjectName(v string) *ListScheduledJobsInput
- func (s *ListScheduledJobsInput) SetSpaceId(v string) *ListScheduledJobsInput
- func (s ListScheduledJobsInput) String() string
- func (s *ListScheduledJobsInput) Validate() error
- type ListScheduledJobsOutput
- func (s ListScheduledJobsOutput) GoString() string
- func (s *ListScheduledJobsOutput) SetJobs(v []*JobForListScheduledJobsOutput) *ListScheduledJobsOutput
- func (s *ListScheduledJobsOutput) SetPageNumber(v int32) *ListScheduledJobsOutput
- func (s *ListScheduledJobsOutput) SetPageSize(v int32) *ListScheduledJobsOutput
- func (s *ListScheduledJobsOutput) SetTotalCount(v int32) *ListScheduledJobsOutput
- func (s ListScheduledJobsOutput) String() string
- type ListUsersInput
- func (s ListUsersInput) GoString() string
- func (s *ListUsersInput) SetFilter(v *FilterForListUsersInput) *ListUsersInput
- func (s *ListUsersInput) SetPageNumber(v int32) *ListUsersInput
- func (s *ListUsersInput) SetPageSize(v int32) *ListUsersInput
- func (s *ListUsersInput) SetSpaceId(v string) *ListUsersInput
- func (s ListUsersInput) String() string
- func (s *ListUsersInput) Validate() error
- type ListUsersOutput
- func (s ListUsersOutput) GoString() string
- func (s *ListUsersOutput) SetPageNumber(v string) *ListUsersOutput
- func (s *ListUsersOutput) SetPageSize(v string) *ListUsersOutput
- func (s *ListUsersOutput) SetTotalCount(v string) *ListUsersOutput
- func (s *ListUsersOutput) SetUsers(v []*UserForListUsersOutput) *ListUsersOutput
- func (s ListUsersOutput) String() string
- type ModelConfigForCreateClawOmniInstanceInput
- func (s ModelConfigForCreateClawOmniInstanceInput) GoString() string
- func (s *ModelConfigForCreateClawOmniInstanceInput) SetModelId(v string) *ModelConfigForCreateClawOmniInstanceInput
- func (s *ModelConfigForCreateClawOmniInstanceInput) SetModelSource(v string) *ModelConfigForCreateClawOmniInstanceInput
- func (s ModelConfigForCreateClawOmniInstanceInput) String() string
- type ModelConfigForGetClawOmniInstanceOutput
- func (s ModelConfigForGetClawOmniInstanceOutput) GoString() string
- func (s *ModelConfigForGetClawOmniInstanceOutput) SetModelId(v string) *ModelConfigForGetClawOmniInstanceOutput
- func (s *ModelConfigForGetClawOmniInstanceOutput) SetModelName(v string) *ModelConfigForGetClawOmniInstanceOutput
- func (s *ModelConfigForGetClawOmniInstanceOutput) SetModelSource(v string) *ModelConfigForGetClawOmniInstanceOutput
- func (s ModelConfigForGetClawOmniInstanceOutput) String() string
- type ModelConfigForListClawOmniInstancesOutput
- func (s ModelConfigForListClawOmniInstancesOutput) GoString() string
- func (s *ModelConfigForListClawOmniInstancesOutput) SetModelId(v string) *ModelConfigForListClawOmniInstancesOutput
- func (s *ModelConfigForListClawOmniInstancesOutput) SetModelName(v string) *ModelConfigForListClawOmniInstancesOutput
- func (s *ModelConfigForListClawOmniInstancesOutput) SetModelSource(v string) *ModelConfigForListClawOmniInstancesOutput
- func (s ModelConfigForListClawOmniInstancesOutput) String() string
- type ModelConfigForUpdateClawOmniInstanceModelInput
- func (s ModelConfigForUpdateClawOmniInstanceModelInput) GoString() string
- func (s *ModelConfigForUpdateClawOmniInstanceModelInput) SetModelId(v string) *ModelConfigForUpdateClawOmniInstanceModelInput
- func (s *ModelConfigForUpdateClawOmniInstanceModelInput) SetModelSource(v string) *ModelConfigForUpdateClawOmniInstanceModelInput
- func (s ModelConfigForUpdateClawOmniInstanceModelInput) String() string
- func (s *ModelConfigForUpdateClawOmniInstanceModelInput) Validate() error
- type ModelForListClawOmniSpaceEnabledModelsOutput
- func (s ModelForListClawOmniSpaceEnabledModelsOutput) GoString() string
- func (s *ModelForListClawOmniSpaceEnabledModelsOutput) SetApiKey(v string) *ModelForListClawOmniSpaceEnabledModelsOutput
- func (s *ModelForListClawOmniSpaceEnabledModelsOutput) SetModelBaseUrl(v string) *ModelForListClawOmniSpaceEnabledModelsOutput
- func (s *ModelForListClawOmniSpaceEnabledModelsOutput) SetModelId(v string) *ModelForListClawOmniSpaceEnabledModelsOutput
- func (s *ModelForListClawOmniSpaceEnabledModelsOutput) SetModelSource(v string) *ModelForListClawOmniSpaceEnabledModelsOutput
- func (s ModelForListClawOmniSpaceEnabledModelsOutput) String() string
- type ModifyPrivateEgressDnsBlockRuleInput
- func (s ModifyPrivateEgressDnsBlockRuleInput) GoString() string
- func (s *ModifyPrivateEgressDnsBlockRuleInput) SetDescription(v string) *ModifyPrivateEgressDnsBlockRuleInput
- func (s *ModifyPrivateEgressDnsBlockRuleInput) SetDomains(v []*string) *ModifyPrivateEgressDnsBlockRuleInput
- func (s *ModifyPrivateEgressDnsBlockRuleInput) SetName(v string) *ModifyPrivateEgressDnsBlockRuleInput
- func (s *ModifyPrivateEgressDnsBlockRuleInput) SetPrivateEgressId(v string) *ModifyPrivateEgressDnsBlockRuleInput
- func (s *ModifyPrivateEgressDnsBlockRuleInput) SetRuleId(v string) *ModifyPrivateEgressDnsBlockRuleInput
- func (s *ModifyPrivateEgressDnsBlockRuleInput) SetSourceIds(v []*string) *ModifyPrivateEgressDnsBlockRuleInput
- func (s *ModifyPrivateEgressDnsBlockRuleInput) SetSourceType(v string) *ModifyPrivateEgressDnsBlockRuleInput
- func (s *ModifyPrivateEgressDnsBlockRuleInput) SetSpaceId(v string) *ModifyPrivateEgressDnsBlockRuleInput
- func (s ModifyPrivateEgressDnsBlockRuleInput) String() string
- func (s *ModifyPrivateEgressDnsBlockRuleInput) Validate() error
- type ModifyPrivateEgressDnsBlockRuleOutput
- func (s ModifyPrivateEgressDnsBlockRuleOutput) GoString() string
- func (s *ModifyPrivateEgressDnsBlockRuleOutput) SetAsyncTaskId(v string) *ModifyPrivateEgressDnsBlockRuleOutput
- func (s *ModifyPrivateEgressDnsBlockRuleOutput) SetRequestId(v string) *ModifyPrivateEgressDnsBlockRuleOutput
- func (s ModifyPrivateEgressDnsBlockRuleOutput) String() string
- type ModifyPrivateEgressDnsInput
- func (s ModifyPrivateEgressDnsInput) GoString() string
- func (s *ModifyPrivateEgressDnsInput) SetDnsServers(v []*DnsServerForModifyPrivateEgressDnsInput) *ModifyPrivateEgressDnsInput
- func (s *ModifyPrivateEgressDnsInput) SetDomains(v []*string) *ModifyPrivateEgressDnsInput
- func (s *ModifyPrivateEgressDnsInput) SetPrivateEgressId(v string) *ModifyPrivateEgressDnsInput
- func (s *ModifyPrivateEgressDnsInput) SetRequestId(v string) *ModifyPrivateEgressDnsInput
- func (s *ModifyPrivateEgressDnsInput) SetSpaceId(v string) *ModifyPrivateEgressDnsInput
- func (s ModifyPrivateEgressDnsInput) String() string
- func (s *ModifyPrivateEgressDnsInput) Validate() error
- type ModifyPrivateEgressDnsOutput
- type ModifyPrivateEgressEndpointInput
- func (s ModifyPrivateEgressEndpointInput) GoString() string
- func (s *ModifyPrivateEgressEndpointInput) SetAppPrivateAccessEnabled(v bool) *ModifyPrivateEgressEndpointInput
- func (s *ModifyPrivateEgressEndpointInput) SetDestinationCidrs(v []*string) *ModifyPrivateEgressEndpointInput
- func (s *ModifyPrivateEgressEndpointInput) SetPrivateEgressEndpointId(v string) *ModifyPrivateEgressEndpointInput
- func (s *ModifyPrivateEgressEndpointInput) SetRequestId(v string) *ModifyPrivateEgressEndpointInput
- func (s *ModifyPrivateEgressEndpointInput) SetSpaceId(v string) *ModifyPrivateEgressEndpointInput
- func (s ModifyPrivateEgressEndpointInput) String() string
- func (s *ModifyPrivateEgressEndpointInput) Validate() error
- type ModifyPrivateEgressEndpointOutput
- func (s ModifyPrivateEgressEndpointOutput) GoString() string
- func (s *ModifyPrivateEgressEndpointOutput) SetAsyncTaskId(v string) *ModifyPrivateEgressEndpointOutput
- func (s *ModifyPrivateEgressEndpointOutput) SetRequestId(v string) *ModifyPrivateEgressEndpointOutput
- func (s ModifyPrivateEgressEndpointOutput) String() string
- type ModifyPrivateEgressInput
- func (s ModifyPrivateEgressInput) GoString() string
- func (s *ModifyPrivateEgressInput) SetDescription(v string) *ModifyPrivateEgressInput
- func (s *ModifyPrivateEgressInput) SetName(v string) *ModifyPrivateEgressInput
- func (s *ModifyPrivateEgressInput) SetPrivateEgressId(v string) *ModifyPrivateEgressInput
- func (s *ModifyPrivateEgressInput) SetSpaceId(v string) *ModifyPrivateEgressInput
- func (s ModifyPrivateEgressInput) String() string
- func (s *ModifyPrivateEgressInput) Validate() error
- type ModifyPrivateEgressNetworkAccessRuleInput
- func (s ModifyPrivateEgressNetworkAccessRuleInput) GoString() string
- func (s *ModifyPrivateEgressNetworkAccessRuleInput) SetClientToken(v string) *ModifyPrivateEgressNetworkAccessRuleInput
- func (s *ModifyPrivateEgressNetworkAccessRuleInput) SetDescription(v string) *ModifyPrivateEgressNetworkAccessRuleInput
- func (s *ModifyPrivateEgressNetworkAccessRuleInput) SetDestCidrs(v string) *ModifyPrivateEgressNetworkAccessRuleInput
- func (s *ModifyPrivateEgressNetworkAccessRuleInput) SetDestinationPorts(v string) *ModifyPrivateEgressNetworkAccessRuleInput
- func (s *ModifyPrivateEgressNetworkAccessRuleInput) SetName(v string) *ModifyPrivateEgressNetworkAccessRuleInput
- func (s *ModifyPrivateEgressNetworkAccessRuleInput) SetPriority(v int32) *ModifyPrivateEgressNetworkAccessRuleInput
- func (s *ModifyPrivateEgressNetworkAccessRuleInput) SetPrivateEgressNetworkAccessRuleId(v string) *ModifyPrivateEgressNetworkAccessRuleInput
- func (s *ModifyPrivateEgressNetworkAccessRuleInput) SetProtocol(v string) *ModifyPrivateEgressNetworkAccessRuleInput
- func (s *ModifyPrivateEgressNetworkAccessRuleInput) SetRequestId(v string) *ModifyPrivateEgressNetworkAccessRuleInput
- func (s *ModifyPrivateEgressNetworkAccessRuleInput) SetRuleAction(v string) *ModifyPrivateEgressNetworkAccessRuleInput
- func (s *ModifyPrivateEgressNetworkAccessRuleInput) SetSourceIds(v string) *ModifyPrivateEgressNetworkAccessRuleInput
- func (s *ModifyPrivateEgressNetworkAccessRuleInput) SetSourceType(v string) *ModifyPrivateEgressNetworkAccessRuleInput
- func (s *ModifyPrivateEgressNetworkAccessRuleInput) SetSpaceId(v string) *ModifyPrivateEgressNetworkAccessRuleInput
- func (s ModifyPrivateEgressNetworkAccessRuleInput) String() string
- func (s *ModifyPrivateEgressNetworkAccessRuleInput) Validate() error
- type ModifyPrivateEgressNetworkAccessRuleOutput
- func (s ModifyPrivateEgressNetworkAccessRuleOutput) GoString() string
- func (s *ModifyPrivateEgressNetworkAccessRuleOutput) SetAsyncTaskId(v string) *ModifyPrivateEgressNetworkAccessRuleOutput
- func (s *ModifyPrivateEgressNetworkAccessRuleOutput) SetRequestId(v string) *ModifyPrivateEgressNetworkAccessRuleOutput
- func (s ModifyPrivateEgressNetworkAccessRuleOutput) String() string
- type ModifyPrivateEgressOutput
- type ModifyPrivateEgressWebAccessRuleInput
- func (s ModifyPrivateEgressWebAccessRuleInput) GoString() string
- func (s *ModifyPrivateEgressWebAccessRuleInput) SetClientToken(v string) *ModifyPrivateEgressWebAccessRuleInput
- func (s *ModifyPrivateEgressWebAccessRuleInput) SetDescription(v string) *ModifyPrivateEgressWebAccessRuleInput
- func (s *ModifyPrivateEgressWebAccessRuleInput) SetDomainPatterns(v string) *ModifyPrivateEgressWebAccessRuleInput
- func (s *ModifyPrivateEgressWebAccessRuleInput) SetName(v string) *ModifyPrivateEgressWebAccessRuleInput
- func (s *ModifyPrivateEgressWebAccessRuleInput) SetPriority(v int32) *ModifyPrivateEgressWebAccessRuleInput
- func (s *ModifyPrivateEgressWebAccessRuleInput) SetPrivateEgressWebAccessRuleId(v string) *ModifyPrivateEgressWebAccessRuleInput
- func (s *ModifyPrivateEgressWebAccessRuleInput) SetRequestId(v string) *ModifyPrivateEgressWebAccessRuleInput
- func (s *ModifyPrivateEgressWebAccessRuleInput) SetRuleAction(v string) *ModifyPrivateEgressWebAccessRuleInput
- func (s *ModifyPrivateEgressWebAccessRuleInput) SetSourceIds(v string) *ModifyPrivateEgressWebAccessRuleInput
- func (s *ModifyPrivateEgressWebAccessRuleInput) SetSourceType(v string) *ModifyPrivateEgressWebAccessRuleInput
- func (s *ModifyPrivateEgressWebAccessRuleInput) SetSpaceId(v string) *ModifyPrivateEgressWebAccessRuleInput
- func (s ModifyPrivateEgressWebAccessRuleInput) String() string
- func (s *ModifyPrivateEgressWebAccessRuleInput) Validate() error
- type ModifyPrivateEgressWebAccessRuleOutput
- func (s ModifyPrivateEgressWebAccessRuleOutput) GoString() string
- func (s *ModifyPrivateEgressWebAccessRuleOutput) SetAsyncTaskId(v string) *ModifyPrivateEgressWebAccessRuleOutput
- func (s *ModifyPrivateEgressWebAccessRuleOutput) SetRequestId(v string) *ModifyPrivateEgressWebAccessRuleOutput
- func (s ModifyPrivateEgressWebAccessRuleOutput) String() string
- type NameForUpdateIdentityProviderTokenExchangeInput
- type NodeForListClawOmniInstanceDeviceStatusOutput
- func (s NodeForListClawOmniInstanceDeviceStatusOutput) GoString() string
- func (s *NodeForListClawOmniInstanceDeviceStatusOutput) SetCaps(v []*string) *NodeForListClawOmniInstanceDeviceStatusOutput
- func (s *NodeForListClawOmniInstanceDeviceStatusOutput) SetCommands(v []*string) *NodeForListClawOmniInstanceDeviceStatusOutput
- func (s *NodeForListClawOmniInstanceDeviceStatusOutput) SetConnected(v string) *NodeForListClawOmniInstanceDeviceStatusOutput
- func (s *NodeForListClawOmniInstanceDeviceStatusOutput) SetConnectedAtMs(v *ConnectedAtMsForListClawOmniInstanceDeviceStatusOutput) *NodeForListClawOmniInstanceDeviceStatusOutput
- func (s *NodeForListClawOmniInstanceDeviceStatusOutput) SetDeviceFamily(v string) *NodeForListClawOmniInstanceDeviceStatusOutput
- func (s *NodeForListClawOmniInstanceDeviceStatusOutput) SetDisplayName(v string) *NodeForListClawOmniInstanceDeviceStatusOutput
- func (s *NodeForListClawOmniInstanceDeviceStatusOutput) SetNodeId(v string) *NodeForListClawOmniInstanceDeviceStatusOutput
- func (s *NodeForListClawOmniInstanceDeviceStatusOutput) SetPaired(v string) *NodeForListClawOmniInstanceDeviceStatusOutput
- func (s *NodeForListClawOmniInstanceDeviceStatusOutput) SetPlatform(v string) *NodeForListClawOmniInstanceDeviceStatusOutput
- func (s *NodeForListClawOmniInstanceDeviceStatusOutput) SetRemoteIp(v string) *NodeForListClawOmniInstanceDeviceStatusOutput
- func (s *NodeForListClawOmniInstanceDeviceStatusOutput) SetVersion(v string) *NodeForListClawOmniInstanceDeviceStatusOutput
- func (s NodeForListClawOmniInstanceDeviceStatusOutput) String() string
- type OperationLockForGetClawOmniInstanceOutput
- func (s OperationLockForGetClawOmniInstanceOutput) GoString() string
- func (s *OperationLockForGetClawOmniInstanceOutput) SetLocked(v bool) *OperationLockForGetClawOmniInstanceOutput
- func (s *OperationLockForGetClawOmniInstanceOutput) SetLockedAt(v string) *OperationLockForGetClawOmniInstanceOutput
- func (s *OperationLockForGetClawOmniInstanceOutput) SetScope(v []*string) *OperationLockForGetClawOmniInstanceOutput
- func (s OperationLockForGetClawOmniInstanceOutput) String() string
- type OperationLockForListClawOmniInstancesOutput
- func (s OperationLockForListClawOmniInstancesOutput) GoString() string
- func (s *OperationLockForListClawOmniInstancesOutput) SetLocked(v bool) *OperationLockForListClawOmniInstancesOutput
- func (s *OperationLockForListClawOmniInstancesOutput) SetLockedAt(v string) *OperationLockForListClawOmniInstancesOutput
- func (s *OperationLockForListClawOmniInstancesOutput) SetScope(v []*string) *OperationLockForListClawOmniInstancesOutput
- func (s OperationLockForListClawOmniInstancesOutput) String() string
- type OperationLockForUpdateClawOmniInstanceInput
- func (s OperationLockForUpdateClawOmniInstanceInput) GoString() string
- func (s *OperationLockForUpdateClawOmniInstanceInput) SetLocked(v bool) *OperationLockForUpdateClawOmniInstanceInput
- func (s *OperationLockForUpdateClawOmniInstanceInput) SetScope(v []*string) *OperationLockForUpdateClawOmniInstanceInput
- func (s OperationLockForUpdateClawOmniInstanceInput) String() string
- type PairingForListClawOmniInstanceDevicePairingsOutput
- func (s PairingForListClawOmniInstanceDevicePairingsOutput) GoString() string
- func (s *PairingForListClawOmniInstanceDevicePairingsOutput) SetClientId(v string) *PairingForListClawOmniInstanceDevicePairingsOutput
- func (s *PairingForListClawOmniInstanceDevicePairingsOutput) SetClientMode(v string) *PairingForListClawOmniInstanceDevicePairingsOutput
- func (s *PairingForListClawOmniInstanceDevicePairingsOutput) SetDeviceFamily(v string) *PairingForListClawOmniInstanceDevicePairingsOutput
- func (s *PairingForListClawOmniInstanceDevicePairingsOutput) SetDeviceId(v string) *PairingForListClawOmniInstanceDevicePairingsOutput
- func (s *PairingForListClawOmniInstanceDevicePairingsOutput) SetDisplayName(v string) *PairingForListClawOmniInstanceDevicePairingsOutput
- func (s *PairingForListClawOmniInstanceDevicePairingsOutput) SetIsRepair(v string) *PairingForListClawOmniInstanceDevicePairingsOutput
- func (s *PairingForListClawOmniInstanceDevicePairingsOutput) SetPlatform(v string) *PairingForListClawOmniInstanceDevicePairingsOutput
- func (s *PairingForListClawOmniInstanceDevicePairingsOutput) SetRemoteIp(v string) *PairingForListClawOmniInstanceDevicePairingsOutput
- func (s *PairingForListClawOmniInstanceDevicePairingsOutput) SetRequestId(v string) *PairingForListClawOmniInstanceDevicePairingsOutput
- func (s *PairingForListClawOmniInstanceDevicePairingsOutput) SetRole(v string) *PairingForListClawOmniInstanceDevicePairingsOutput
- func (s *PairingForListClawOmniInstanceDevicePairingsOutput) SetRoles(v []*string) *PairingForListClawOmniInstanceDevicePairingsOutput
- func (s *PairingForListClawOmniInstanceDevicePairingsOutput) SetSilent(v string) *PairingForListClawOmniInstanceDevicePairingsOutput
- func (s *PairingForListClawOmniInstanceDevicePairingsOutput) SetTs(v string) *PairingForListClawOmniInstanceDevicePairingsOutput
- func (s PairingForListClawOmniInstanceDevicePairingsOutput) String() string
- type PauseClawOmniInstanceInput
- type PauseClawOmniInstanceOutput
- type PremiumSeatQuotaForUpdateUsersQuotaInput
- type PremiumSeatQuotaForUpdateUsersQuotaOutput
- type PrivateEgressEndpointForDescribePrivateEgressEndpointsOutput
- func (s PrivateEgressEndpointForDescribePrivateEgressEndpointsOutput) GoString() string
- func (s *PrivateEgressEndpointForDescribePrivateEgressEndpointsOutput) SetAppPrivateAccessEnabled(v bool) *PrivateEgressEndpointForDescribePrivateEgressEndpointsOutput
- func (s *PrivateEgressEndpointForDescribePrivateEgressEndpointsOutput) SetCreateTime(v string) *PrivateEgressEndpointForDescribePrivateEgressEndpointsOutput
- func (s *PrivateEgressEndpointForDescribePrivateEgressEndpointsOutput) SetDestinationCidrs(v []*string) *PrivateEgressEndpointForDescribePrivateEgressEndpointsOutput
- func (s *PrivateEgressEndpointForDescribePrivateEgressEndpointsOutput) SetEndpointIps(v []*string) *PrivateEgressEndpointForDescribePrivateEgressEndpointsOutput
- func (s *PrivateEgressEndpointForDescribePrivateEgressEndpointsOutput) SetPrivateEgressEndpointId(v string) *PrivateEgressEndpointForDescribePrivateEgressEndpointsOutput
- func (s *PrivateEgressEndpointForDescribePrivateEgressEndpointsOutput) SetPrivateEgressId(v string) *PrivateEgressEndpointForDescribePrivateEgressEndpointsOutput
- func (s *PrivateEgressEndpointForDescribePrivateEgressEndpointsOutput) SetSecurityGroupIds(v []*string) *PrivateEgressEndpointForDescribePrivateEgressEndpointsOutput
- func (s *PrivateEgressEndpointForDescribePrivateEgressEndpointsOutput) SetSpaceNetworkId(v string) *PrivateEgressEndpointForDescribePrivateEgressEndpointsOutput
- func (s *PrivateEgressEndpointForDescribePrivateEgressEndpointsOutput) SetStatus(v string) *PrivateEgressEndpointForDescribePrivateEgressEndpointsOutput
- func (s *PrivateEgressEndpointForDescribePrivateEgressEndpointsOutput) SetUpdateTime(v string) *PrivateEgressEndpointForDescribePrivateEgressEndpointsOutput
- func (s *PrivateEgressEndpointForDescribePrivateEgressEndpointsOutput) SetVpcId(v string) *PrivateEgressEndpointForDescribePrivateEgressEndpointsOutput
- func (s *PrivateEgressEndpointForDescribePrivateEgressEndpointsOutput) SetZoneMappings(v []*ZoneMappingForDescribePrivateEgressEndpointsOutput) *PrivateEgressEndpointForDescribePrivateEgressEndpointsOutput
- func (s PrivateEgressEndpointForDescribePrivateEgressEndpointsOutput) String() string
- type PrivateEgressNetworkAccessRuleForDescribePrivateEgressNetworkAccessRulesOutput
- func (s PrivateEgressNetworkAccessRuleForDescribePrivateEgressNetworkAccessRulesOutput) GoString() string
- func (s *PrivateEgressNetworkAccessRuleForDescribePrivateEgressNetworkAccessRulesOutput) SetCreateTime(v string) ...
- func (s *PrivateEgressNetworkAccessRuleForDescribePrivateEgressNetworkAccessRulesOutput) SetDescription(v string) ...
- func (s *PrivateEgressNetworkAccessRuleForDescribePrivateEgressNetworkAccessRulesOutput) SetDestCidrs(v []*string) ...
- func (s *PrivateEgressNetworkAccessRuleForDescribePrivateEgressNetworkAccessRulesOutput) SetDestinationPorts(v []*string) ...
- func (s *PrivateEgressNetworkAccessRuleForDescribePrivateEgressNetworkAccessRulesOutput) SetIsDefault(v bool) ...
- func (s *PrivateEgressNetworkAccessRuleForDescribePrivateEgressNetworkAccessRulesOutput) SetName(v string) ...
- func (s *PrivateEgressNetworkAccessRuleForDescribePrivateEgressNetworkAccessRulesOutput) SetPriority(v int32) ...
- func (s *PrivateEgressNetworkAccessRuleForDescribePrivateEgressNetworkAccessRulesOutput) SetPrivateEgressNetworkAccessPolicyId(v string) ...
- func (s *PrivateEgressNetworkAccessRuleForDescribePrivateEgressNetworkAccessRulesOutput) SetPrivateEgressNetworkAccessRuleId(v string) ...
- func (s *PrivateEgressNetworkAccessRuleForDescribePrivateEgressNetworkAccessRulesOutput) SetProtocol(v string) ...
- func (s *PrivateEgressNetworkAccessRuleForDescribePrivateEgressNetworkAccessRulesOutput) SetRuleAction(v string) ...
- func (s *PrivateEgressNetworkAccessRuleForDescribePrivateEgressNetworkAccessRulesOutput) SetSourceIds(v []*string) ...
- func (s *PrivateEgressNetworkAccessRuleForDescribePrivateEgressNetworkAccessRulesOutput) SetSourceType(v string) ...
- func (s *PrivateEgressNetworkAccessRuleForDescribePrivateEgressNetworkAccessRulesOutput) SetUpdateTime(v string) ...
- func (s PrivateEgressNetworkAccessRuleForDescribePrivateEgressNetworkAccessRulesOutput) String() string
- type PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput
- func (s PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput) GoString() string
- func (s *PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput) SetCreateTime(v string) *PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput
- func (s *PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput) SetDescription(v string) *PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput
- func (s *PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput) SetDomainPatterns(v []*string) *PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput
- func (s *PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput) SetIsDefault(v bool) *PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput
- func (s *PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput) SetManagedTemplateId(v string) *PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput
- func (s *PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput) SetName(v string) *PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput
- func (s *PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput) SetPriority(v int32) *PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput
- func (s *PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput) SetPrivateEgressWebAccessPolicyId(v string) *PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput
- func (s *PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput) SetPrivateEgressWebAccessRuleId(v string) *PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput
- func (s *PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput) SetRuleAction(v string) *PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput
- func (s *PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput) SetRuleType(v string) *PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput
- func (s *PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput) SetSourceIds(v []*string) *PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput
- func (s *PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput) SetSourceType(v string) *PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput
- func (s *PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput) SetUpdateTime(v string) *PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput
- func (s PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput) String() string
- type ProviderForUpdateIdentityProviderTokenExchangeInput
- type ProviderOptionsForCreateIdentityProviderTokenExchangeInput
- func (s ProviderOptionsForCreateIdentityProviderTokenExchangeInput) GoString() string
- func (s *ProviderOptionsForCreateIdentityProviderTokenExchangeInput) SetAutoLinking(v string) *ProviderOptionsForCreateIdentityProviderTokenExchangeInput
- func (s *ProviderOptionsForCreateIdentityProviderTokenExchangeInput) SetIsAutoCreation(v bool) *ProviderOptionsForCreateIdentityProviderTokenExchangeInput
- func (s *ProviderOptionsForCreateIdentityProviderTokenExchangeInput) SetIsAutoUpdate(v bool) *ProviderOptionsForCreateIdentityProviderTokenExchangeInput
- func (s *ProviderOptionsForCreateIdentityProviderTokenExchangeInput) SetIsCreationAllowed(v bool) *ProviderOptionsForCreateIdentityProviderTokenExchangeInput
- func (s *ProviderOptionsForCreateIdentityProviderTokenExchangeInput) SetIsLinkingAllowed(v bool) *ProviderOptionsForCreateIdentityProviderTokenExchangeInput
- func (s *ProviderOptionsForCreateIdentityProviderTokenExchangeInput) SetUserLinkingPromptEnabled(v bool) *ProviderOptionsForCreateIdentityProviderTokenExchangeInput
- func (s ProviderOptionsForCreateIdentityProviderTokenExchangeInput) String() string
- type ProviderOptionsForCreateIdentityProviderTokenExchangeOutput
- func (s ProviderOptionsForCreateIdentityProviderTokenExchangeOutput) GoString() string
- func (s *ProviderOptionsForCreateIdentityProviderTokenExchangeOutput) SetAutoLinking(v string) *ProviderOptionsForCreateIdentityProviderTokenExchangeOutput
- func (s *ProviderOptionsForCreateIdentityProviderTokenExchangeOutput) SetIsAutoCreation(v bool) *ProviderOptionsForCreateIdentityProviderTokenExchangeOutput
- func (s *ProviderOptionsForCreateIdentityProviderTokenExchangeOutput) SetIsAutoUpdate(v bool) *ProviderOptionsForCreateIdentityProviderTokenExchangeOutput
- func (s *ProviderOptionsForCreateIdentityProviderTokenExchangeOutput) SetIsCreationAllowed(v bool) *ProviderOptionsForCreateIdentityProviderTokenExchangeOutput
- func (s *ProviderOptionsForCreateIdentityProviderTokenExchangeOutput) SetIsLinkingAllowed(v bool) *ProviderOptionsForCreateIdentityProviderTokenExchangeOutput
- func (s *ProviderOptionsForCreateIdentityProviderTokenExchangeOutput) SetUserLinkingPromptEnabled(v bool) *ProviderOptionsForCreateIdentityProviderTokenExchangeOutput
- func (s ProviderOptionsForCreateIdentityProviderTokenExchangeOutput) String() string
- type ProviderOptionsForGetIdentityProviderTokenExchangeOutput
- func (s ProviderOptionsForGetIdentityProviderTokenExchangeOutput) GoString() string
- func (s *ProviderOptionsForGetIdentityProviderTokenExchangeOutput) SetAutoLinking(v string) *ProviderOptionsForGetIdentityProviderTokenExchangeOutput
- func (s *ProviderOptionsForGetIdentityProviderTokenExchangeOutput) SetIsAutoCreation(v bool) *ProviderOptionsForGetIdentityProviderTokenExchangeOutput
- func (s *ProviderOptionsForGetIdentityProviderTokenExchangeOutput) SetIsAutoUpdate(v bool) *ProviderOptionsForGetIdentityProviderTokenExchangeOutput
- func (s *ProviderOptionsForGetIdentityProviderTokenExchangeOutput) SetIsCreationAllowed(v bool) *ProviderOptionsForGetIdentityProviderTokenExchangeOutput
- func (s *ProviderOptionsForGetIdentityProviderTokenExchangeOutput) SetIsLinkingAllowed(v bool) *ProviderOptionsForGetIdentityProviderTokenExchangeOutput
- func (s *ProviderOptionsForGetIdentityProviderTokenExchangeOutput) SetUserLinkingPromptEnabled(v bool) *ProviderOptionsForGetIdentityProviderTokenExchangeOutput
- func (s ProviderOptionsForGetIdentityProviderTokenExchangeOutput) String() string
- type ProviderOptionsForListIdentityProvidersTokenExchangeOutput
- func (s ProviderOptionsForListIdentityProvidersTokenExchangeOutput) GoString() string
- func (s *ProviderOptionsForListIdentityProvidersTokenExchangeOutput) SetAutoLinking(v string) *ProviderOptionsForListIdentityProvidersTokenExchangeOutput
- func (s *ProviderOptionsForListIdentityProvidersTokenExchangeOutput) SetIsAutoCreation(v bool) *ProviderOptionsForListIdentityProvidersTokenExchangeOutput
- func (s *ProviderOptionsForListIdentityProvidersTokenExchangeOutput) SetIsAutoUpdate(v bool) *ProviderOptionsForListIdentityProvidersTokenExchangeOutput
- func (s *ProviderOptionsForListIdentityProvidersTokenExchangeOutput) SetIsCreationAllowed(v bool) *ProviderOptionsForListIdentityProvidersTokenExchangeOutput
- func (s *ProviderOptionsForListIdentityProvidersTokenExchangeOutput) SetIsLinkingAllowed(v bool) *ProviderOptionsForListIdentityProvidersTokenExchangeOutput
- func (s *ProviderOptionsForListIdentityProvidersTokenExchangeOutput) SetUserLinkingPromptEnabled(v bool) *ProviderOptionsForListIdentityProvidersTokenExchangeOutput
- func (s ProviderOptionsForListIdentityProvidersTokenExchangeOutput) String() string
- type ProviderOptionsForUpdateIdentityProviderTokenExchangeInput
- func (s ProviderOptionsForUpdateIdentityProviderTokenExchangeInput) GoString() string
- func (s *ProviderOptionsForUpdateIdentityProviderTokenExchangeInput) SetAutoLinking(v string) *ProviderOptionsForUpdateIdentityProviderTokenExchangeInput
- func (s *ProviderOptionsForUpdateIdentityProviderTokenExchangeInput) SetIsAutoCreation(v bool) *ProviderOptionsForUpdateIdentityProviderTokenExchangeInput
- func (s *ProviderOptionsForUpdateIdentityProviderTokenExchangeInput) SetIsAutoUpdate(v bool) *ProviderOptionsForUpdateIdentityProviderTokenExchangeInput
- func (s *ProviderOptionsForUpdateIdentityProviderTokenExchangeInput) SetIsCreationAllowed(v bool) *ProviderOptionsForUpdateIdentityProviderTokenExchangeInput
- func (s *ProviderOptionsForUpdateIdentityProviderTokenExchangeInput) SetIsLinkingAllowed(v bool) *ProviderOptionsForUpdateIdentityProviderTokenExchangeInput
- func (s *ProviderOptionsForUpdateIdentityProviderTokenExchangeInput) SetUserLinkingPromptEnabled(v bool) *ProviderOptionsForUpdateIdentityProviderTokenExchangeInput
- func (s ProviderOptionsForUpdateIdentityProviderTokenExchangeInput) String() string
- type ProviderOptionsForUpdateIdentityProviderTokenExchangeOutput
- func (s ProviderOptionsForUpdateIdentityProviderTokenExchangeOutput) GoString() string
- func (s *ProviderOptionsForUpdateIdentityProviderTokenExchangeOutput) SetAutoLinking(v string) *ProviderOptionsForUpdateIdentityProviderTokenExchangeOutput
- func (s *ProviderOptionsForUpdateIdentityProviderTokenExchangeOutput) SetIsAutoCreation(v bool) *ProviderOptionsForUpdateIdentityProviderTokenExchangeOutput
- func (s *ProviderOptionsForUpdateIdentityProviderTokenExchangeOutput) SetIsAutoUpdate(v bool) *ProviderOptionsForUpdateIdentityProviderTokenExchangeOutput
- func (s *ProviderOptionsForUpdateIdentityProviderTokenExchangeOutput) SetIsCreationAllowed(v bool) *ProviderOptionsForUpdateIdentityProviderTokenExchangeOutput
- func (s *ProviderOptionsForUpdateIdentityProviderTokenExchangeOutput) SetIsLinkingAllowed(v bool) *ProviderOptionsForUpdateIdentityProviderTokenExchangeOutput
- func (s *ProviderOptionsForUpdateIdentityProviderTokenExchangeOutput) SetUserLinkingPromptEnabled(v bool) *ProviderOptionsForUpdateIdentityProviderTokenExchangeOutput
- func (s ProviderOptionsForUpdateIdentityProviderTokenExchangeOutput) String() string
- type ProviderTypeForUpdateIdentityProviderTokenExchangeInput
- func (s ProviderTypeForUpdateIdentityProviderTokenExchangeInput) GoString() string
- func (s *ProviderTypeForUpdateIdentityProviderTokenExchangeInput) SetValue(v string) *ProviderTypeForUpdateIdentityProviderTokenExchangeInput
- func (s ProviderTypeForUpdateIdentityProviderTokenExchangeInput) String() string
- type RejectClawOmniInstanceDevicePairingInput
- func (s RejectClawOmniInstanceDevicePairingInput) GoString() string
- func (s *RejectClawOmniInstanceDevicePairingInput) SetId(v string) *RejectClawOmniInstanceDevicePairingInput
- func (s *RejectClawOmniInstanceDevicePairingInput) SetRequestId(v string) *RejectClawOmniInstanceDevicePairingInput
- func (s RejectClawOmniInstanceDevicePairingInput) String() string
- func (s *RejectClawOmniInstanceDevicePairingInput) Validate() error
- type RejectClawOmniInstanceDevicePairingOutput
- type RemoveClawOmniInstanceDevicePairedInput
- func (s RemoveClawOmniInstanceDevicePairedInput) GoString() string
- func (s *RemoveClawOmniInstanceDevicePairedInput) SetId(v string) *RemoveClawOmniInstanceDevicePairedInput
- func (s *RemoveClawOmniInstanceDevicePairedInput) SetNodeId(v string) *RemoveClawOmniInstanceDevicePairedInput
- func (s RemoveClawOmniInstanceDevicePairedInput) String() string
- func (s *RemoveClawOmniInstanceDevicePairedInput) Validate() error
- type RemoveClawOmniInstanceDevicePairedOutput
- type ResetClawOmniInstanceInput
- func (s ResetClawOmniInstanceInput) GoString() string
- func (s *ResetClawOmniInstanceInput) SetId(v string) *ResetClawOmniInstanceInput
- func (s *ResetClawOmniInstanceInput) SetProjectName(v string) *ResetClawOmniInstanceInput
- func (s *ResetClawOmniInstanceInput) SetTemplateId(v string) *ResetClawOmniInstanceInput
- func (s ResetClawOmniInstanceInput) String() string
- func (s *ResetClawOmniInstanceInput) Validate() error
- type ResetClawOmniInstanceOutput
- type RestartClawInstanceInput
- func (s RestartClawInstanceInput) GoString() string
- func (s *RestartClawInstanceInput) SetClawInstanceId(v string) *RestartClawInstanceInput
- func (s *RestartClawInstanceInput) SetEmail(v string) *RestartClawInstanceInput
- func (s *RestartClawInstanceInput) SetProjectName(v string) *RestartClawInstanceInput
- func (s *RestartClawInstanceInput) SetSpaceId(v string) *RestartClawInstanceInput
- func (s *RestartClawInstanceInput) SetSsoProvider(v string) *RestartClawInstanceInput
- func (s *RestartClawInstanceInput) SetUnionId(v string) *RestartClawInstanceInput
- func (s *RestartClawInstanceInput) SetUserId(v string) *RestartClawInstanceInput
- func (s *RestartClawInstanceInput) SetUserPoolUserUid(v string) *RestartClawInstanceInput
- func (s RestartClawInstanceInput) String() string
- func (s *RestartClawInstanceInput) Validate() error
- type RestartClawInstanceOutput
- type ResultDeliveryForGetScheduledJobOutput
- func (s ResultDeliveryForGetScheduledJobOutput) GoString() string
- func (s *ResultDeliveryForGetScheduledJobOutput) SetChannel(v string) *ResultDeliveryForGetScheduledJobOutput
- func (s *ResultDeliveryForGetScheduledJobOutput) SetChatId(v string) *ResultDeliveryForGetScheduledJobOutput
- func (s *ResultDeliveryForGetScheduledJobOutput) SetTarget(v string) *ResultDeliveryForGetScheduledJobOutput
- func (s ResultDeliveryForGetScheduledJobOutput) String() string
- type ResultDeliveryForUpdateScheduledJobInput
- func (s ResultDeliveryForUpdateScheduledJobInput) GoString() string
- func (s *ResultDeliveryForUpdateScheduledJobInput) SetChannel(v string) *ResultDeliveryForUpdateScheduledJobInput
- func (s *ResultDeliveryForUpdateScheduledJobInput) SetChatId(v string) *ResultDeliveryForUpdateScheduledJobInput
- func (s *ResultDeliveryForUpdateScheduledJobInput) SetTarget(v string) *ResultDeliveryForUpdateScheduledJobInput
- func (s ResultDeliveryForUpdateScheduledJobInput) String() string
- func (s *ResultDeliveryForUpdateScheduledJobInput) Validate() error
- type ResultForDeleteIdentityProviderTokenExchangeOutput
- type ResumeClawOmniInstanceInput
- func (s ResumeClawOmniInstanceInput) GoString() string
- func (s *ResumeClawOmniInstanceInput) SetId(v string) *ResumeClawOmniInstanceInput
- func (s *ResumeClawOmniInstanceInput) SetTimeout(v int32) *ResumeClawOmniInstanceInput
- func (s ResumeClawOmniInstanceInput) String() string
- func (s *ResumeClawOmniInstanceInput) Validate() error
- type ResumeClawOmniInstanceOutput
- type RunForListScheduledJobRunsOutput
- func (s RunForListScheduledJobRunsOutput) GoString() string
- func (s *RunForListScheduledJobRunsOutput) SetCreatedAt(v string) *RunForListScheduledJobRunsOutput
- func (s *RunForListScheduledJobRunsOutput) SetErrorMessage(v string) *RunForListScheduledJobRunsOutput
- func (s *RunForListScheduledJobRunsOutput) SetInstanceId(v string) *RunForListScheduledJobRunsOutput
- func (s *RunForListScheduledJobRunsOutput) SetJobId(v string) *RunForListScheduledJobRunsOutput
- func (s *RunForListScheduledJobRunsOutput) SetRunId(v string) *RunForListScheduledJobRunsOutput
- func (s *RunForListScheduledJobRunsOutput) SetStatus(v string) *RunForListScheduledJobRunsOutput
- func (s RunForListScheduledJobRunsOutput) String() string
- type SeatForListClawSpaceSeatsOutput
- func (s SeatForListClawSpaceSeatsOutput) GoString() string
- func (s *SeatForListClawSpaceSeatsOutput) SetCount(v int32) *SeatForListClawSpaceSeatsOutput
- func (s *SeatForListClawSpaceSeatsOutput) SetCreatedAt(v string) *SeatForListClawSpaceSeatsOutput
- func (s *SeatForListClawSpaceSeatsOutput) SetExpiredAt(v string) *SeatForListClawSpaceSeatsOutput
- func (s *SeatForListClawSpaceSeatsOutput) SetSeatType(v string) *SeatForListClawSpaceSeatsOutput
- func (s *SeatForListClawSpaceSeatsOutput) SetStatus(v string) *SeatForListClawSpaceSeatsOutput
- func (s SeatForListClawSpaceSeatsOutput) String() string
- type SeatQuotaConfigForUpdateUsersQuotaInput
- func (s SeatQuotaConfigForUpdateUsersQuotaInput) GoString() string
- func (s *SeatQuotaConfigForUpdateUsersQuotaInput) SetPremiumSeatQuota(v *PremiumSeatQuotaForUpdateUsersQuotaInput) *SeatQuotaConfigForUpdateUsersQuotaInput
- func (s *SeatQuotaConfigForUpdateUsersQuotaInput) SetStandardSeatQuota(v *StandardSeatQuotaForUpdateUsersQuotaInput) *SeatQuotaConfigForUpdateUsersQuotaInput
- func (s *SeatQuotaConfigForUpdateUsersQuotaInput) SetStarterSeatQuota(v *StarterSeatQuotaForUpdateUsersQuotaInput) *SeatQuotaConfigForUpdateUsersQuotaInput
- func (s *SeatQuotaConfigForUpdateUsersQuotaInput) SetUltimateSeatQuota(v *UltimateSeatQuotaForUpdateUsersQuotaInput) *SeatQuotaConfigForUpdateUsersQuotaInput
- func (s SeatQuotaConfigForUpdateUsersQuotaInput) String() string
- type SeatQuotaConfigForUpdateUsersQuotaOutput
- func (s SeatQuotaConfigForUpdateUsersQuotaOutput) GoString() string
- func (s *SeatQuotaConfigForUpdateUsersQuotaOutput) SetPremiumSeatQuota(v *PremiumSeatQuotaForUpdateUsersQuotaOutput) *SeatQuotaConfigForUpdateUsersQuotaOutput
- func (s *SeatQuotaConfigForUpdateUsersQuotaOutput) SetStandardSeatQuota(v *StandardSeatQuotaForUpdateUsersQuotaOutput) *SeatQuotaConfigForUpdateUsersQuotaOutput
- func (s *SeatQuotaConfigForUpdateUsersQuotaOutput) SetStarterSeatQuota(v *StarterSeatQuotaForUpdateUsersQuotaOutput) *SeatQuotaConfigForUpdateUsersQuotaOutput
- func (s *SeatQuotaConfigForUpdateUsersQuotaOutput) SetUltimateSeatQuota(v *UltimateSeatQuotaForUpdateUsersQuotaOutput) *SeatQuotaConfigForUpdateUsersQuotaOutput
- func (s SeatQuotaConfigForUpdateUsersQuotaOutput) String() string
- type SkillForGetClawOmniInstanceSkillsOutput
- type SnapshotForGetClawInstanceOutput
- func (s SnapshotForGetClawInstanceOutput) GoString() string
- func (s *SnapshotForGetClawInstanceOutput) SetCreatedAt(v string) *SnapshotForGetClawInstanceOutput
- func (s *SnapshotForGetClawInstanceOutput) SetDisplayName(v string) *SnapshotForGetClawInstanceOutput
- func (s *SnapshotForGetClawInstanceOutput) SetExpireAt(v string) *SnapshotForGetClawInstanceOutput
- func (s *SnapshotForGetClawInstanceOutput) SetRecoveryTime(v string) *SnapshotForGetClawInstanceOutput
- func (s *SnapshotForGetClawInstanceOutput) SetSnapshotRecordId(v string) *SnapshotForGetClawInstanceOutput
- func (s *SnapshotForGetClawInstanceOutput) SetSource(v string) *SnapshotForGetClawInstanceOutput
- func (s *SnapshotForGetClawInstanceOutput) SetStatus(v string) *SnapshotForGetClawInstanceOutput
- func (s SnapshotForGetClawInstanceOutput) String() string
- type SnapshotInfoForGetClawInstanceOutput
- func (s SnapshotInfoForGetClawInstanceOutput) GoString() string
- func (s *SnapshotInfoForGetClawInstanceOutput) SetAutoBackupEnabled(v bool) *SnapshotInfoForGetClawInstanceOutput
- func (s *SnapshotInfoForGetClawInstanceOutput) SetSnapshotHour(v string) *SnapshotInfoForGetClawInstanceOutput
- func (s *SnapshotInfoForGetClawInstanceOutput) SetSnapshots(v []*SnapshotForGetClawInstanceOutput) *SnapshotInfoForGetClawInstanceOutput
- func (s SnapshotInfoForGetClawInstanceOutput) String() string
- type StandardSeatQuotaForUpdateUsersQuotaInput
- type StandardSeatQuotaForUpdateUsersQuotaOutput
- type StarterSeatQuotaForUpdateUsersQuotaInput
- type StarterSeatQuotaForUpdateUsersQuotaOutput
- type StopClawOmniAutoChannelJobInput
- func (s StopClawOmniAutoChannelJobInput) GoString() string
- func (s *StopClawOmniAutoChannelJobInput) SetId(v string) *StopClawOmniAutoChannelJobInput
- func (s *StopClawOmniAutoChannelJobInput) SetJobId(v string) *StopClawOmniAutoChannelJobInput
- func (s StopClawOmniAutoChannelJobInput) String() string
- func (s *StopClawOmniAutoChannelJobInput) Validate() error
- type StopClawOmniAutoChannelJobOutput
- func (s StopClawOmniAutoChannelJobOutput) GoString() string
- func (s *StopClawOmniAutoChannelJobOutput) SetJobId(v string) *StopClawOmniAutoChannelJobOutput
- func (s *StopClawOmniAutoChannelJobOutput) SetStatus(v string) *StopClawOmniAutoChannelJobOutput
- func (s *StopClawOmniAutoChannelJobOutput) SetStatusCode(v string) *StopClawOmniAutoChannelJobOutput
- func (s StopClawOmniAutoChannelJobOutput) String() string
- type StopClawOmniInstanceCommandJobInput
- func (s StopClawOmniInstanceCommandJobInput) GoString() string
- func (s *StopClawOmniInstanceCommandJobInput) SetJobId(v string) *StopClawOmniInstanceCommandJobInput
- func (s *StopClawOmniInstanceCommandJobInput) SetSpaceId(v string) *StopClawOmniInstanceCommandJobInput
- func (s StopClawOmniInstanceCommandJobInput) String() string
- func (s *StopClawOmniInstanceCommandJobInput) Validate() error
- type StopClawOmniInstanceCommandJobOutput
- type TagForCreateClawOmniInstanceInput
- func (s TagForCreateClawOmniInstanceInput) GoString() string
- func (s *TagForCreateClawOmniInstanceInput) SetKey(v string) *TagForCreateClawOmniInstanceInput
- func (s *TagForCreateClawOmniInstanceInput) SetType(v string) *TagForCreateClawOmniInstanceInput
- func (s *TagForCreateClawOmniInstanceInput) SetValue(v string) *TagForCreateClawOmniInstanceInput
- func (s TagForCreateClawOmniInstanceInput) String() string
- func (s *TagForCreateClawOmniInstanceInput) Validate() error
- type TagForGetClawInstanceOutput
- func (s TagForGetClawInstanceOutput) GoString() string
- func (s *TagForGetClawInstanceOutput) SetKey(v string) *TagForGetClawInstanceOutput
- func (s *TagForGetClawInstanceOutput) SetType(v string) *TagForGetClawInstanceOutput
- func (s *TagForGetClawInstanceOutput) SetValue(v string) *TagForGetClawInstanceOutput
- func (s TagForGetClawInstanceOutput) String() string
- type TagForGetClawOmniInstanceOutput
- func (s TagForGetClawOmniInstanceOutput) GoString() string
- func (s *TagForGetClawOmniInstanceOutput) SetKey(v string) *TagForGetClawOmniInstanceOutput
- func (s *TagForGetClawOmniInstanceOutput) SetType(v string) *TagForGetClawOmniInstanceOutput
- func (s *TagForGetClawOmniInstanceOutput) SetValue(v string) *TagForGetClawOmniInstanceOutput
- func (s TagForGetClawOmniInstanceOutput) String() string
- type TagForListClawInstancesOutput
- func (s TagForListClawInstancesOutput) GoString() string
- func (s *TagForListClawInstancesOutput) SetKey(v string) *TagForListClawInstancesOutput
- func (s *TagForListClawInstancesOutput) SetType(v string) *TagForListClawInstancesOutput
- func (s *TagForListClawInstancesOutput) SetValue(v string) *TagForListClawInstancesOutput
- func (s TagForListClawInstancesOutput) String() string
- type TagForListClawOmniInstancesOutput
- func (s TagForListClawOmniInstancesOutput) GoString() string
- func (s *TagForListClawOmniInstancesOutput) SetKey(v string) *TagForListClawOmniInstancesOutput
- func (s *TagForListClawOmniInstancesOutput) SetType(v string) *TagForListClawOmniInstancesOutput
- func (s *TagForListClawOmniInstancesOutput) SetValue(v string) *TagForListClawOmniInstancesOutput
- func (s TagForListClawOmniInstancesOutput) String() string
- type TargetForGetClawOmniInstanceCommandJobOutput
- func (s TargetForGetClawOmniInstanceCommandJobOutput) GoString() string
- func (s *TargetForGetClawOmniInstanceCommandJobOutput) SetClawOmniInstanceId(v string) *TargetForGetClawOmniInstanceCommandJobOutput
- func (s *TargetForGetClawOmniInstanceCommandJobOutput) SetEndTime(v string) *TargetForGetClawOmniInstanceCommandJobOutput
- func (s *TargetForGetClawOmniInstanceCommandJobOutput) SetErrorCode(v string) *TargetForGetClawOmniInstanceCommandJobOutput
- func (s *TargetForGetClawOmniInstanceCommandJobOutput) SetErrorMessage(v string) *TargetForGetClawOmniInstanceCommandJobOutput
- func (s *TargetForGetClawOmniInstanceCommandJobOutput) SetExitCode(v int32) *TargetForGetClawOmniInstanceCommandJobOutput
- func (s *TargetForGetClawOmniInstanceCommandJobOutput) SetInstanceName(v string) *TargetForGetClawOmniInstanceCommandJobOutput
- func (s *TargetForGetClawOmniInstanceCommandJobOutput) SetLogAvailable(v bool) *TargetForGetClawOmniInstanceCommandJobOutput
- func (s *TargetForGetClawOmniInstanceCommandJobOutput) SetStartTime(v string) *TargetForGetClawOmniInstanceCommandJobOutput
- func (s *TargetForGetClawOmniInstanceCommandJobOutput) SetStatus(v string) *TargetForGetClawOmniInstanceCommandJobOutput
- func (s TargetForGetClawOmniInstanceCommandJobOutput) String() string
- type TemplateForDescribePrivateEgressManagedWebAccessRuleTemplatesOutput
- func (s TemplateForDescribePrivateEgressManagedWebAccessRuleTemplatesOutput) GoString() string
- func (s *TemplateForDescribePrivateEgressManagedWebAccessRuleTemplatesOutput) SetDescription(v string) *TemplateForDescribePrivateEgressManagedWebAccessRuleTemplatesOutput
- func (s *TemplateForDescribePrivateEgressManagedWebAccessRuleTemplatesOutput) SetDomainPatterns(v string) *TemplateForDescribePrivateEgressManagedWebAccessRuleTemplatesOutput
- func (s *TemplateForDescribePrivateEgressManagedWebAccessRuleTemplatesOutput) SetName(v string) *TemplateForDescribePrivateEgressManagedWebAccessRuleTemplatesOutput
- func (s *TemplateForDescribePrivateEgressManagedWebAccessRuleTemplatesOutput) SetRuleAction(v string) *TemplateForDescribePrivateEgressManagedWebAccessRuleTemplatesOutput
- func (s *TemplateForDescribePrivateEgressManagedWebAccessRuleTemplatesOutput) SetSourceType(v string) *TemplateForDescribePrivateEgressManagedWebAccessRuleTemplatesOutput
- func (s *TemplateForDescribePrivateEgressManagedWebAccessRuleTemplatesOutput) SetTemplateId(v string) *TemplateForDescribePrivateEgressManagedWebAccessRuleTemplatesOutput
- func (s TemplateForDescribePrivateEgressManagedWebAccessRuleTemplatesOutput) String() string
- type TemplateForGetClawOmniSpaceTemplateOutput
- func (s TemplateForGetClawOmniSpaceTemplateOutput) GoString() string
- func (s *TemplateForGetClawOmniSpaceTemplateOutput) SetAccountId(v string) *TemplateForGetClawOmniSpaceTemplateOutput
- func (s *TemplateForGetClawOmniSpaceTemplateOutput) SetAgentMd(v string) *TemplateForGetClawOmniSpaceTemplateOutput
- func (s *TemplateForGetClawOmniSpaceTemplateOutput) SetCpuMilli(v int32) *TemplateForGetClawOmniSpaceTemplateOutput
- func (s *TemplateForGetClawOmniSpaceTemplateOutput) SetDefaultModelName(v string) *TemplateForGetClawOmniSpaceTemplateOutput
- func (s *TemplateForGetClawOmniSpaceTemplateOutput) SetDefaultModelSource(v string) *TemplateForGetClawOmniSpaceTemplateOutput
- func (s *TemplateForGetClawOmniSpaceTemplateOutput) SetDescription(v string) *TemplateForGetClawOmniSpaceTemplateOutput
- func (s *TemplateForGetClawOmniSpaceTemplateOutput) SetId(v string) *TemplateForGetClawOmniSpaceTemplateOutput
- func (s *TemplateForGetClawOmniSpaceTemplateOutput) SetImageBuildError(v string) *TemplateForGetClawOmniSpaceTemplateOutput
- func (s *TemplateForGetClawOmniSpaceTemplateOutput) SetImageBuildStatus(v string) *TemplateForGetClawOmniSpaceTemplateOutput
- func (s *TemplateForGetClawOmniSpaceTemplateOutput) SetImageId(v string) *TemplateForGetClawOmniSpaceTemplateOutput
- func (s *TemplateForGetClawOmniSpaceTemplateOutput) SetImageUrl(v string) *TemplateForGetClawOmniSpaceTemplateOutput
- func (s *TemplateForGetClawOmniSpaceTemplateOutput) SetInput(v string) *TemplateForGetClawOmniSpaceTemplateOutput
- func (s *TemplateForGetClawOmniSpaceTemplateOutput) SetIsImaged(v bool) *TemplateForGetClawOmniSpaceTemplateOutput
- func (s *TemplateForGetClawOmniSpaceTemplateOutput) SetMemoryMb(v int32) *TemplateForGetClawOmniSpaceTemplateOutput
- func (s *TemplateForGetClawOmniSpaceTemplateOutput) SetName(v string) *TemplateForGetClawOmniSpaceTemplateOutput
- func (s *TemplateForGetClawOmniSpaceTemplateOutput) SetPluginConfig(v string) *TemplateForGetClawOmniSpaceTemplateOutput
- func (s *TemplateForGetClawOmniSpaceTemplateOutput) SetProjectName(v string) *TemplateForGetClawOmniSpaceTemplateOutput
- func (s *TemplateForGetClawOmniSpaceTemplateOutput) SetReasoning(v string) *TemplateForGetClawOmniSpaceTemplateOutput
- func (s *TemplateForGetClawOmniSpaceTemplateOutput) SetSkillConfig(v string) *TemplateForGetClawOmniSpaceTemplateOutput
- func (s *TemplateForGetClawOmniSpaceTemplateOutput) SetSoul(v string) *TemplateForGetClawOmniSpaceTemplateOutput
- func (s *TemplateForGetClawOmniSpaceTemplateOutput) SetTemplateCurrentVersionId(v string) *TemplateForGetClawOmniSpaceTemplateOutput
- func (s *TemplateForGetClawOmniSpaceTemplateOutput) SetTemplatePendingVersionId(v string) *TemplateForGetClawOmniSpaceTemplateOutput
- func (s *TemplateForGetClawOmniSpaceTemplateOutput) SetTemplateVersionId(v string) *TemplateForGetClawOmniSpaceTemplateOutput
- func (s *TemplateForGetClawOmniSpaceTemplateOutput) SetType(v string) *TemplateForGetClawOmniSpaceTemplateOutput
- func (s *TemplateForGetClawOmniSpaceTemplateOutput) SetVersion(v string) *TemplateForGetClawOmniSpaceTemplateOutput
- func (s TemplateForGetClawOmniSpaceTemplateOutput) String() string
- type TokenExchangeForCreateIdentityProviderTokenExchangeOutput
- func (s TokenExchangeForCreateIdentityProviderTokenExchangeOutput) GoString() string
- func (s *TokenExchangeForCreateIdentityProviderTokenExchangeOutput) SetAllowedAudiences(v []*string) *TokenExchangeForCreateIdentityProviderTokenExchangeOutput
- func (s *TokenExchangeForCreateIdentityProviderTokenExchangeOutput) SetAllowedClaimsAndValues(v []*AllowedClaimsAndValueForCreateIdentityProviderTokenExchangeOutput) *TokenExchangeForCreateIdentityProviderTokenExchangeOutput
- func (s *TokenExchangeForCreateIdentityProviderTokenExchangeOutput) SetAllowedClients(v []*string) *TokenExchangeForCreateIdentityProviderTokenExchangeOutput
- func (s *TokenExchangeForCreateIdentityProviderTokenExchangeOutput) SetAllowedScopes(v []*string) *TokenExchangeForCreateIdentityProviderTokenExchangeOutput
- func (s *TokenExchangeForCreateIdentityProviderTokenExchangeOutput) SetAttributeMappings(v []*AttributeMappingForCreateIdentityProviderTokenExchangeOutput) *TokenExchangeForCreateIdentityProviderTokenExchangeOutput
- func (s *TokenExchangeForCreateIdentityProviderTokenExchangeOutput) SetClaimsPropagationConfig(v *ClaimsPropagationConfigForCreateIdentityProviderTokenExchangeOutput) *TokenExchangeForCreateIdentityProviderTokenExchangeOutput
- func (s *TokenExchangeForCreateIdentityProviderTokenExchangeOutput) SetEipRecord(v *EipRecordForCreateIdentityProviderTokenExchangeOutput) *TokenExchangeForCreateIdentityProviderTokenExchangeOutput
- func (s *TokenExchangeForCreateIdentityProviderTokenExchangeOutput) SetEnabled(v bool) *TokenExchangeForCreateIdentityProviderTokenExchangeOutput
- func (s *TokenExchangeForCreateIdentityProviderTokenExchangeOutput) SetExternalIdentityProviderConfiguration(...) *TokenExchangeForCreateIdentityProviderTokenExchangeOutput
- func (s *TokenExchangeForCreateIdentityProviderTokenExchangeOutput) SetName(v string) *TokenExchangeForCreateIdentityProviderTokenExchangeOutput
- func (s *TokenExchangeForCreateIdentityProviderTokenExchangeOutput) SetProvider(v string) *TokenExchangeForCreateIdentityProviderTokenExchangeOutput
- func (s *TokenExchangeForCreateIdentityProviderTokenExchangeOutput) SetProviderOptions(v *ProviderOptionsForCreateIdentityProviderTokenExchangeOutput) *TokenExchangeForCreateIdentityProviderTokenExchangeOutput
- func (s *TokenExchangeForCreateIdentityProviderTokenExchangeOutput) SetProviderType(v string) *TokenExchangeForCreateIdentityProviderTokenExchangeOutput
- func (s *TokenExchangeForCreateIdentityProviderTokenExchangeOutput) SetUid(v string) *TokenExchangeForCreateIdentityProviderTokenExchangeOutput
- func (s TokenExchangeForCreateIdentityProviderTokenExchangeOutput) String() string
- type TokenExchangeForGetIdentityProviderTokenExchangeOutput
- func (s TokenExchangeForGetIdentityProviderTokenExchangeOutput) GoString() string
- func (s *TokenExchangeForGetIdentityProviderTokenExchangeOutput) SetAllowedAudiences(v []*string) *TokenExchangeForGetIdentityProviderTokenExchangeOutput
- func (s *TokenExchangeForGetIdentityProviderTokenExchangeOutput) SetAllowedClaimsAndValues(v []*AllowedClaimsAndValueForGetIdentityProviderTokenExchangeOutput) *TokenExchangeForGetIdentityProviderTokenExchangeOutput
- func (s *TokenExchangeForGetIdentityProviderTokenExchangeOutput) SetAllowedClients(v []*string) *TokenExchangeForGetIdentityProviderTokenExchangeOutput
- func (s *TokenExchangeForGetIdentityProviderTokenExchangeOutput) SetAllowedScopes(v []*string) *TokenExchangeForGetIdentityProviderTokenExchangeOutput
- func (s *TokenExchangeForGetIdentityProviderTokenExchangeOutput) SetAttributeMappings(v []*AttributeMappingForGetIdentityProviderTokenExchangeOutput) *TokenExchangeForGetIdentityProviderTokenExchangeOutput
- func (s *TokenExchangeForGetIdentityProviderTokenExchangeOutput) SetClaimsPropagationConfig(v *ClaimsPropagationConfigForGetIdentityProviderTokenExchangeOutput) *TokenExchangeForGetIdentityProviderTokenExchangeOutput
- func (s *TokenExchangeForGetIdentityProviderTokenExchangeOutput) SetEipRecord(v *EipRecordForGetIdentityProviderTokenExchangeOutput) *TokenExchangeForGetIdentityProviderTokenExchangeOutput
- func (s *TokenExchangeForGetIdentityProviderTokenExchangeOutput) SetEnabled(v bool) *TokenExchangeForGetIdentityProviderTokenExchangeOutput
- func (s *TokenExchangeForGetIdentityProviderTokenExchangeOutput) SetExternalIdentityProviderConfiguration(...) *TokenExchangeForGetIdentityProviderTokenExchangeOutput
- func (s *TokenExchangeForGetIdentityProviderTokenExchangeOutput) SetName(v string) *TokenExchangeForGetIdentityProviderTokenExchangeOutput
- func (s *TokenExchangeForGetIdentityProviderTokenExchangeOutput) SetProvider(v string) *TokenExchangeForGetIdentityProviderTokenExchangeOutput
- func (s *TokenExchangeForGetIdentityProviderTokenExchangeOutput) SetProviderOptions(v *ProviderOptionsForGetIdentityProviderTokenExchangeOutput) *TokenExchangeForGetIdentityProviderTokenExchangeOutput
- func (s *TokenExchangeForGetIdentityProviderTokenExchangeOutput) SetProviderType(v string) *TokenExchangeForGetIdentityProviderTokenExchangeOutput
- func (s *TokenExchangeForGetIdentityProviderTokenExchangeOutput) SetUid(v string) *TokenExchangeForGetIdentityProviderTokenExchangeOutput
- func (s TokenExchangeForGetIdentityProviderTokenExchangeOutput) String() string
- type TokenExchangeForUpdateIdentityProviderTokenExchangeOutput
- func (s TokenExchangeForUpdateIdentityProviderTokenExchangeOutput) GoString() string
- func (s *TokenExchangeForUpdateIdentityProviderTokenExchangeOutput) SetAllowedAudiences(v []*string) *TokenExchangeForUpdateIdentityProviderTokenExchangeOutput
- func (s *TokenExchangeForUpdateIdentityProviderTokenExchangeOutput) SetAllowedClaimsAndValues(v []*AllowedClaimsAndValueForUpdateIdentityProviderTokenExchangeOutput) *TokenExchangeForUpdateIdentityProviderTokenExchangeOutput
- func (s *TokenExchangeForUpdateIdentityProviderTokenExchangeOutput) SetAllowedClients(v []*string) *TokenExchangeForUpdateIdentityProviderTokenExchangeOutput
- func (s *TokenExchangeForUpdateIdentityProviderTokenExchangeOutput) SetAllowedScopes(v []*string) *TokenExchangeForUpdateIdentityProviderTokenExchangeOutput
- func (s *TokenExchangeForUpdateIdentityProviderTokenExchangeOutput) SetAttributeMappings(v []*AttributeMappingForUpdateIdentityProviderTokenExchangeOutput) *TokenExchangeForUpdateIdentityProviderTokenExchangeOutput
- func (s *TokenExchangeForUpdateIdentityProviderTokenExchangeOutput) SetClaimsPropagationConfig(v *ClaimsPropagationConfigForUpdateIdentityProviderTokenExchangeOutput) *TokenExchangeForUpdateIdentityProviderTokenExchangeOutput
- func (s *TokenExchangeForUpdateIdentityProviderTokenExchangeOutput) SetEipRecord(v *EipRecordForUpdateIdentityProviderTokenExchangeOutput) *TokenExchangeForUpdateIdentityProviderTokenExchangeOutput
- func (s *TokenExchangeForUpdateIdentityProviderTokenExchangeOutput) SetEnabled(v bool) *TokenExchangeForUpdateIdentityProviderTokenExchangeOutput
- func (s *TokenExchangeForUpdateIdentityProviderTokenExchangeOutput) SetExternalIdentityProviderConfiguration(...) *TokenExchangeForUpdateIdentityProviderTokenExchangeOutput
- func (s *TokenExchangeForUpdateIdentityProviderTokenExchangeOutput) SetName(v string) *TokenExchangeForUpdateIdentityProviderTokenExchangeOutput
- func (s *TokenExchangeForUpdateIdentityProviderTokenExchangeOutput) SetProvider(v string) *TokenExchangeForUpdateIdentityProviderTokenExchangeOutput
- func (s *TokenExchangeForUpdateIdentityProviderTokenExchangeOutput) SetProviderOptions(v *ProviderOptionsForUpdateIdentityProviderTokenExchangeOutput) *TokenExchangeForUpdateIdentityProviderTokenExchangeOutput
- func (s *TokenExchangeForUpdateIdentityProviderTokenExchangeOutput) SetProviderType(v string) *TokenExchangeForUpdateIdentityProviderTokenExchangeOutput
- func (s *TokenExchangeForUpdateIdentityProviderTokenExchangeOutput) SetUid(v string) *TokenExchangeForUpdateIdentityProviderTokenExchangeOutput
- func (s TokenExchangeForUpdateIdentityProviderTokenExchangeOutput) String() string
- type TokenQuotaForGetClawOmniInstanceOutput
- func (s TokenQuotaForGetClawOmniInstanceOutput) GoString() string
- func (s *TokenQuotaForGetClawOmniInstanceOutput) SetEndTime(v string) *TokenQuotaForGetClawOmniInstanceOutput
- func (s *TokenQuotaForGetClawOmniInstanceOutput) SetName(v string) *TokenQuotaForGetClawOmniInstanceOutput
- func (s *TokenQuotaForGetClawOmniInstanceOutput) SetStartTime(v string) *TokenQuotaForGetClawOmniInstanceOutput
- func (s *TokenQuotaForGetClawOmniInstanceOutput) SetThreshold(v string) *TokenQuotaForGetClawOmniInstanceOutput
- func (s TokenQuotaForGetClawOmniInstanceOutput) String() string
- type TokenQuotaForListClawOmniInstancesOutput
- func (s TokenQuotaForListClawOmniInstancesOutput) GoString() string
- func (s *TokenQuotaForListClawOmniInstancesOutput) SetEndTime(v string) *TokenQuotaForListClawOmniInstancesOutput
- func (s *TokenQuotaForListClawOmniInstancesOutput) SetName(v string) *TokenQuotaForListClawOmniInstancesOutput
- func (s *TokenQuotaForListClawOmniInstancesOutput) SetStartTime(v string) *TokenQuotaForListClawOmniInstancesOutput
- func (s *TokenQuotaForListClawOmniInstancesOutput) SetThreshold(v string) *TokenQuotaForListClawOmniInstancesOutput
- func (s TokenQuotaForListClawOmniInstancesOutput) String() string
- type TokenRateLimitPerDayForUpdateSpaceUserConfigsInput
- type TokenRateLimitPerMinForUpdateSpaceUserConfigsInput
- type UltimateSeatQuotaForUpdateUsersQuotaInput
- type UltimateSeatQuotaForUpdateUsersQuotaOutput
- type UnbindClawInstanceInput
- func (s UnbindClawInstanceInput) GoString() string
- func (s *UnbindClawInstanceInput) SetClientToken(v string) *UnbindClawInstanceInput
- func (s *UnbindClawInstanceInput) SetDryRun(v bool) *UnbindClawInstanceInput
- func (s *UnbindClawInstanceInput) SetInstanceId(v string) *UnbindClawInstanceInput
- func (s *UnbindClawInstanceInput) SetSpaceId(v string) *UnbindClawInstanceInput
- func (s UnbindClawInstanceInput) String() string
- func (s *UnbindClawInstanceInput) Validate() error
- type UnbindClawInstanceOutput
- type UpdateClawOmniInstanceInput
- func (s UpdateClawOmniInstanceInput) GoString() string
- func (s *UpdateClawOmniInstanceInput) SetFieldMask(v string) *UpdateClawOmniInstanceInput
- func (s *UpdateClawOmniInstanceInput) SetId(v string) *UpdateClawOmniInstanceInput
- func (s *UpdateClawOmniInstanceInput) SetName(v string) *UpdateClawOmniInstanceInput
- func (s *UpdateClawOmniInstanceInput) SetOperationLock(v *OperationLockForUpdateClawOmniInstanceInput) *UpdateClawOmniInstanceInput
- func (s *UpdateClawOmniInstanceInput) SetTimeout(v int32) *UpdateClawOmniInstanceInput
- func (s *UpdateClawOmniInstanceInput) SetTokenLimitPerDay(v int32) *UpdateClawOmniInstanceInput
- func (s *UpdateClawOmniInstanceInput) SetTokenLimitPerMin(v int32) *UpdateClawOmniInstanceInput
- func (s *UpdateClawOmniInstanceInput) SetTokenLimitPerWeek(v string) *UpdateClawOmniInstanceInput
- func (s *UpdateClawOmniInstanceInput) SetTokenQuota(v string) *UpdateClawOmniInstanceInput
- func (s UpdateClawOmniInstanceInput) String() string
- func (s *UpdateClawOmniInstanceInput) Validate() error
- type UpdateClawOmniInstanceModelInput
- func (s UpdateClawOmniInstanceModelInput) GoString() string
- func (s *UpdateClawOmniInstanceModelInput) SetId(v string) *UpdateClawOmniInstanceModelInput
- func (s *UpdateClawOmniInstanceModelInput) SetModelConfig(v *ModelConfigForUpdateClawOmniInstanceModelInput) *UpdateClawOmniInstanceModelInput
- func (s UpdateClawOmniInstanceModelInput) String() string
- func (s *UpdateClawOmniInstanceModelInput) Validate() error
- type UpdateClawOmniInstanceModelOutput
- func (s UpdateClawOmniInstanceModelOutput) GoString() string
- func (s *UpdateClawOmniInstanceModelOutput) SetId(v string) *UpdateClawOmniInstanceModelOutput
- func (s *UpdateClawOmniInstanceModelOutput) SetModelId(v string) *UpdateClawOmniInstanceModelOutput
- func (s *UpdateClawOmniInstanceModelOutput) SetModelSource(v string) *UpdateClawOmniInstanceModelOutput
- func (s UpdateClawOmniInstanceModelOutput) String() string
- type UpdateClawOmniInstanceOutput
- type UpdateIdentityProviderTokenExchangeInput
- func (s UpdateIdentityProviderTokenExchangeInput) GoString() string
- func (s *UpdateIdentityProviderTokenExchangeInput) SetAllowedAudiences(v []*string) *UpdateIdentityProviderTokenExchangeInput
- func (s *UpdateIdentityProviderTokenExchangeInput) SetAllowedClaimsAndValues(v []*AllowedClaimsAndValueForUpdateIdentityProviderTokenExchangeInput) *UpdateIdentityProviderTokenExchangeInput
- func (s *UpdateIdentityProviderTokenExchangeInput) SetAllowedClients(v []*string) *UpdateIdentityProviderTokenExchangeInput
- func (s *UpdateIdentityProviderTokenExchangeInput) SetAllowedScopes(v []*string) *UpdateIdentityProviderTokenExchangeInput
- func (s *UpdateIdentityProviderTokenExchangeInput) SetAttributeMappings(v []*AttributeMappingForUpdateIdentityProviderTokenExchangeInput) *UpdateIdentityProviderTokenExchangeInput
- func (s *UpdateIdentityProviderTokenExchangeInput) SetClaimsPropagationConfig(v *ClaimsPropagationConfigForUpdateIdentityProviderTokenExchangeInput) *UpdateIdentityProviderTokenExchangeInput
- func (s *UpdateIdentityProviderTokenExchangeInput) SetConnectionId(v string) *UpdateIdentityProviderTokenExchangeInput
- func (s *UpdateIdentityProviderTokenExchangeInput) SetEipId(v *EipIdForUpdateIdentityProviderTokenExchangeInput) *UpdateIdentityProviderTokenExchangeInput
- func (s *UpdateIdentityProviderTokenExchangeInput) SetEnabled(v *EnabledForUpdateIdentityProviderTokenExchangeInput) *UpdateIdentityProviderTokenExchangeInput
- func (s *UpdateIdentityProviderTokenExchangeInput) SetExternalIdentityProviderConfiguration(...) *UpdateIdentityProviderTokenExchangeInput
- func (s *UpdateIdentityProviderTokenExchangeInput) SetName(v *NameForUpdateIdentityProviderTokenExchangeInput) *UpdateIdentityProviderTokenExchangeInput
- func (s *UpdateIdentityProviderTokenExchangeInput) SetProvider(v *ProviderForUpdateIdentityProviderTokenExchangeInput) *UpdateIdentityProviderTokenExchangeInput
- func (s *UpdateIdentityProviderTokenExchangeInput) SetProviderOptions(v *ProviderOptionsForUpdateIdentityProviderTokenExchangeInput) *UpdateIdentityProviderTokenExchangeInput
- func (s *UpdateIdentityProviderTokenExchangeInput) SetProviderType(v *ProviderTypeForUpdateIdentityProviderTokenExchangeInput) *UpdateIdentityProviderTokenExchangeInput
- func (s *UpdateIdentityProviderTokenExchangeInput) SetSpaceId(v string) *UpdateIdentityProviderTokenExchangeInput
- func (s UpdateIdentityProviderTokenExchangeInput) String() string
- func (s *UpdateIdentityProviderTokenExchangeInput) Validate() error
- type UpdateIdentityProviderTokenExchangeOutput
- func (s UpdateIdentityProviderTokenExchangeOutput) GoString() string
- func (s *UpdateIdentityProviderTokenExchangeOutput) SetTokenExchange(v *TokenExchangeForUpdateIdentityProviderTokenExchangeOutput) *UpdateIdentityProviderTokenExchangeOutput
- func (s UpdateIdentityProviderTokenExchangeOutput) String() string
- type UpdatePrivateClawOmniSpaceTemplateInput
- func (s UpdatePrivateClawOmniSpaceTemplateInput) GoString() string
- func (s *UpdatePrivateClawOmniSpaceTemplateInput) SetAgentMd(v string) *UpdatePrivateClawOmniSpaceTemplateInput
- func (s *UpdatePrivateClawOmniSpaceTemplateInput) SetCpuMilli(v int32) *UpdatePrivateClawOmniSpaceTemplateInput
- func (s *UpdatePrivateClawOmniSpaceTemplateInput) SetDefaultModelName(v string) *UpdatePrivateClawOmniSpaceTemplateInput
- func (s *UpdatePrivateClawOmniSpaceTemplateInput) SetDefaultModelSource(v string) *UpdatePrivateClawOmniSpaceTemplateInput
- func (s *UpdatePrivateClawOmniSpaceTemplateInput) SetDescription(v string) *UpdatePrivateClawOmniSpaceTemplateInput
- func (s *UpdatePrivateClawOmniSpaceTemplateInput) SetId(v string) *UpdatePrivateClawOmniSpaceTemplateInput
- func (s *UpdatePrivateClawOmniSpaceTemplateInput) SetImageId(v string) *UpdatePrivateClawOmniSpaceTemplateInput
- func (s *UpdatePrivateClawOmniSpaceTemplateInput) SetMemoryMb(v int32) *UpdatePrivateClawOmniSpaceTemplateInput
- func (s *UpdatePrivateClawOmniSpaceTemplateInput) SetName(v string) *UpdatePrivateClawOmniSpaceTemplateInput
- func (s *UpdatePrivateClawOmniSpaceTemplateInput) SetPluginConfig(v string) *UpdatePrivateClawOmniSpaceTemplateInput
- func (s *UpdatePrivateClawOmniSpaceTemplateInput) SetSkillConfig(v string) *UpdatePrivateClawOmniSpaceTemplateInput
- func (s *UpdatePrivateClawOmniSpaceTemplateInput) SetSoul(v string) *UpdatePrivateClawOmniSpaceTemplateInput
- func (s UpdatePrivateClawOmniSpaceTemplateInput) String() string
- func (s *UpdatePrivateClawOmniSpaceTemplateInput) Validate() error
- type UpdatePrivateClawOmniSpaceTemplateOutput
- type UpdateScheduledJobInput
- func (s UpdateScheduledJobInput) GoString() string
- func (s *UpdateScheduledJobInput) SetFieldMask(v *FieldMaskForUpdateScheduledJobInput) *UpdateScheduledJobInput
- func (s *UpdateScheduledJobInput) SetInstructions(v string) *UpdateScheduledJobInput
- func (s *UpdateScheduledJobInput) SetJobId(v string) *UpdateScheduledJobInput
- func (s *UpdateScheduledJobInput) SetName(v string) *UpdateScheduledJobInput
- func (s *UpdateScheduledJobInput) SetProjectName(v string) *UpdateScheduledJobInput
- func (s *UpdateScheduledJobInput) SetResultDelivery(v *ResultDeliveryForUpdateScheduledJobInput) *UpdateScheduledJobInput
- func (s *UpdateScheduledJobInput) SetScheduleExpr(v string) *UpdateScheduledJobInput
- func (s *UpdateScheduledJobInput) SetScheduleType(v string) *UpdateScheduledJobInput
- func (s *UpdateScheduledJobInput) SetSpaceId(v string) *UpdateScheduledJobInput
- func (s *UpdateScheduledJobInput) SetTimeoutMinutes(v int32) *UpdateScheduledJobInput
- func (s *UpdateScheduledJobInput) SetTimezone(v string) *UpdateScheduledJobInput
- func (s UpdateScheduledJobInput) String() string
- func (s *UpdateScheduledJobInput) Validate() error
- type UpdateScheduledJobOutput
- type UpdateSpaceUserConfigsInput
- func (s UpdateSpaceUserConfigsInput) GoString() string
- func (s *UpdateSpaceUserConfigsInput) SetSpaceId(v string) *UpdateSpaceUserConfigsInput
- func (s *UpdateSpaceUserConfigsInput) SetUpdateUserConfigs(v []*UpdateUserConfigForUpdateSpaceUserConfigsInput) *UpdateSpaceUserConfigsInput
- func (s UpdateSpaceUserConfigsInput) String() string
- func (s *UpdateSpaceUserConfigsInput) Validate() error
- type UpdateSpaceUserConfigsOutput
- type UpdateUserConfigForUpdateSpaceUserConfigsInput
- func (s UpdateUserConfigForUpdateSpaceUserConfigsInput) GoString() string
- func (s *UpdateUserConfigForUpdateSpaceUserConfigsInput) SetCodingPlanSeatType(v *CodingPlanSeatTypeForUpdateSpaceUserConfigsInput) *UpdateUserConfigForUpdateSpaceUserConfigsInput
- func (s *UpdateUserConfigForUpdateSpaceUserConfigsInput) SetTokenRateLimitPerDay(v *TokenRateLimitPerDayForUpdateSpaceUserConfigsInput) *UpdateUserConfigForUpdateSpaceUserConfigsInput
- func (s *UpdateUserConfigForUpdateSpaceUserConfigsInput) SetTokenRateLimitPerMin(v *TokenRateLimitPerMinForUpdateSpaceUserConfigsInput) *UpdateUserConfigForUpdateSpaceUserConfigsInput
- func (s *UpdateUserConfigForUpdateSpaceUserConfigsInput) SetUid(v string) *UpdateUserConfigForUpdateSpaceUserConfigsInput
- func (s UpdateUserConfigForUpdateSpaceUserConfigsInput) String() string
- func (s *UpdateUserConfigForUpdateSpaceUserConfigsInput) Validate() error
- type UpdateUsersQuotaInput
- func (s UpdateUsersQuotaInput) GoString() string
- func (s *UpdateUsersQuotaInput) SetSeatQuotaConfig(v *SeatQuotaConfigForUpdateUsersQuotaInput) *UpdateUsersQuotaInput
- func (s *UpdateUsersQuotaInput) SetSpaceId(v string) *UpdateUsersQuotaInput
- func (s *UpdateUsersQuotaInput) SetUidList(v []*string) *UpdateUsersQuotaInput
- func (s UpdateUsersQuotaInput) String() string
- func (s *UpdateUsersQuotaInput) Validate() error
- type UpdateUsersQuotaOutput
- type UserForListUsersOutput
- func (s UserForListUsersOutput) GoString() string
- func (s *UserForListUsersOutput) SetAuthInfo(v string) *UserForListUsersOutput
- func (s *UserForListUsersOutput) SetAuthType(v string) *UserForListUsersOutput
- func (s *UserForListUsersOutput) SetCreateTime(v string) *UserForListUsersOutput
- func (s *UserForListUsersOutput) SetDepartments(v []*DepartmentForListUsersOutput) *UserForListUsersOutput
- func (s *UserForListUsersOutput) SetEmail(v string) *UserForListUsersOutput
- func (s *UserForListUsersOutput) SetGroupName(v string) *UserForListUsersOutput
- func (s *UserForListUsersOutput) SetGroupUid(v string) *UserForListUsersOutput
- func (s *UserForListUsersOutput) SetInfoStatus(v string) *UserForListUsersOutput
- func (s *UserForListUsersOutput) SetInstanceIds(v []*string) *UserForListUsersOutput
- func (s *UserForListUsersOutput) SetMissingInfos(v []*string) *UserForListUsersOutput
- func (s *UserForListUsersOutput) SetName(v string) *UserForListUsersOutput
- func (s *UserForListUsersOutput) SetNumLogins(v int32) *UserForListUsersOutput
- func (s *UserForListUsersOutput) SetPhoneNumber(v string) *UserForListUsersOutput
- func (s *UserForListUsersOutput) SetPreferredUsername(v string) *UserForListUsersOutput
- func (s *UserForListUsersOutput) SetQuota(v int32) *UserForListUsersOutput
- func (s *UserForListUsersOutput) SetSsoProvider(v string) *UserForListUsersOutput
- func (s *UserForListUsersOutput) SetUid(v string) *UserForListUsersOutput
- func (s *UserForListUsersOutput) SetUnionId(v string) *UserForListUsersOutput
- func (s *UserForListUsersOutput) SetUpdateTime(v string) *UserForListUsersOutput
- func (s *UserForListUsersOutput) SetUserSeatQuota(v *UserSeatQuotaForListUsersOutput) *UserForListUsersOutput
- func (s *UserForListUsersOutput) SetUserSeatUsage(v *UserSeatUsageForListUsersOutput) *UserForListUsersOutput
- func (s UserForListUsersOutput) String() string
- type UserInfoForGetClawInstanceOutput
- func (s UserInfoForGetClawInstanceOutput) GoString() string
- func (s *UserInfoForGetClawInstanceOutput) SetEmail(v string) *UserInfoForGetClawInstanceOutput
- func (s *UserInfoForGetClawInstanceOutput) SetGroup(v string) *UserInfoForGetClawInstanceOutput
- func (s *UserInfoForGetClawInstanceOutput) SetGroupUid(v string) *UserInfoForGetClawInstanceOutput
- func (s *UserInfoForGetClawInstanceOutput) SetName(v string) *UserInfoForGetClawInstanceOutput
- func (s UserInfoForGetClawInstanceOutput) String() string
- type UserInfoForListClawInstancesOutput
- func (s UserInfoForListClawInstancesOutput) GoString() string
- func (s *UserInfoForListClawInstancesOutput) SetEmail(v string) *UserInfoForListClawInstancesOutput
- func (s *UserInfoForListClawInstancesOutput) SetGroup(v string) *UserInfoForListClawInstancesOutput
- func (s *UserInfoForListClawInstancesOutput) SetGroupUid(v string) *UserInfoForListClawInstancesOutput
- func (s *UserInfoForListClawInstancesOutput) SetName(v string) *UserInfoForListClawInstancesOutput
- func (s *UserInfoForListClawInstancesOutput) SetOwnerUser(v string) *UserInfoForListClawInstancesOutput
- func (s *UserInfoForListClawInstancesOutput) SetUserEmail(v string) *UserInfoForListClawInstancesOutput
- func (s *UserInfoForListClawInstancesOutput) SetUserGroup(v string) *UserInfoForListClawInstancesOutput
- func (s *UserInfoForListClawInstancesOutput) SetUserGroupUid(v string) *UserInfoForListClawInstancesOutput
- func (s UserInfoForListClawInstancesOutput) String() string
- type UserSeatQuotaForListUsersOutput
- func (s UserSeatQuotaForListUsersOutput) GoString() string
- func (s *UserSeatQuotaForListUsersOutput) SetPremiumSeatQuota(v int32) *UserSeatQuotaForListUsersOutput
- func (s *UserSeatQuotaForListUsersOutput) SetQuotaSource(v string) *UserSeatQuotaForListUsersOutput
- func (s *UserSeatQuotaForListUsersOutput) SetStandardSeatQuota(v int32) *UserSeatQuotaForListUsersOutput
- func (s *UserSeatQuotaForListUsersOutput) SetStarterSeatQuota(v int32) *UserSeatQuotaForListUsersOutput
- func (s *UserSeatQuotaForListUsersOutput) SetUltimateSeatQuota(v int32) *UserSeatQuotaForListUsersOutput
- func (s UserSeatQuotaForListUsersOutput) String() string
- type UserSeatUsageForListUsersOutput
- func (s UserSeatUsageForListUsersOutput) GoString() string
- func (s *UserSeatUsageForListUsersOutput) SetPremiumSeatUsage(v int32) *UserSeatUsageForListUsersOutput
- func (s *UserSeatUsageForListUsersOutput) SetStandardSeatUsage(v int32) *UserSeatUsageForListUsersOutput
- func (s *UserSeatUsageForListUsersOutput) SetStarterSeatUsage(v int32) *UserSeatUsageForListUsersOutput
- func (s *UserSeatUsageForListUsersOutput) SetUltimateSeatUsage(v int32) *UserSeatUsageForListUsersOutput
- func (s UserSeatUsageForListUsersOutput) String() string
- type ZoneMappingForCreatePrivateEgressEndpointInput
- func (s ZoneMappingForCreatePrivateEgressEndpointInput) GoString() string
- func (s *ZoneMappingForCreatePrivateEgressEndpointInput) SetSubnetId(v string) *ZoneMappingForCreatePrivateEgressEndpointInput
- func (s *ZoneMappingForCreatePrivateEgressEndpointInput) SetZoneId(v string) *ZoneMappingForCreatePrivateEgressEndpointInput
- func (s ZoneMappingForCreatePrivateEgressEndpointInput) String() string
- func (s *ZoneMappingForCreatePrivateEgressEndpointInput) Validate() error
- type ZoneMappingForDescribePrivateEgressEndpointsOutput
- func (s ZoneMappingForDescribePrivateEgressEndpointsOutput) GoString() string
- func (s *ZoneMappingForDescribePrivateEgressEndpointsOutput) SetSubnetId(v string) *ZoneMappingForDescribePrivateEgressEndpointsOutput
- func (s *ZoneMappingForDescribePrivateEgressEndpointsOutput) SetZoneId(v string) *ZoneMappingForDescribePrivateEgressEndpointsOutput
- func (s ZoneMappingForDescribePrivateEgressEndpointsOutput) String() string
Constants ¶
const ( ServiceName = "arkclaw" // Name of service. EndpointsID = ServiceName // ID to lookup a service endpoint with. ServiceID = "arkclaw" // ServiceID is a unique identifer of a specific service. )
Service information constants
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ARKCLAW ¶
ARKCLAW provides the API operation methods for making requests to ARKCLAW. See this package's package overview docs for details on the service.
ARKCLAW methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.
func New ¶
func New(p client.ConfigProvider, cfgs ...*volcengine.Config) *ARKCLAW
New create int can support ssl or region locate set
func (*ARKCLAW) ApproveClawOmniInstanceDevicePairing ¶ added in v1.2.29
func (c *ARKCLAW) ApproveClawOmniInstanceDevicePairing(input *ApproveClawOmniInstanceDevicePairingInput) (*ApproveClawOmniInstanceDevicePairingOutput, error)
ApproveClawOmniInstanceDevicePairing API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation ApproveClawOmniInstanceDevicePairing for usage and error information.
func (*ARKCLAW) ApproveClawOmniInstanceDevicePairingCommon ¶ added in v1.2.29
func (c *ARKCLAW) ApproveClawOmniInstanceDevicePairingCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ApproveClawOmniInstanceDevicePairingCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation ApproveClawOmniInstanceDevicePairingCommon for usage and error information.
func (*ARKCLAW) ApproveClawOmniInstanceDevicePairingCommonRequest ¶ added in v1.2.29
func (c *ARKCLAW) ApproveClawOmniInstanceDevicePairingCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ApproveClawOmniInstanceDevicePairingCommonRequest generates a "volcengine/request.Request" representing the client's request for the ApproveClawOmniInstanceDevicePairingCommon operation. The "output" return value will be populated with the ApproveClawOmniInstanceDevicePairingCommon request's response once the request completes successfully.
Use "Send" method on the returned ApproveClawOmniInstanceDevicePairingCommon Request to send the API call to the service. the "output" return value is not valid until after ApproveClawOmniInstanceDevicePairingCommon Send returns without error.
See ApproveClawOmniInstanceDevicePairingCommon for more information on using the ApproveClawOmniInstanceDevicePairingCommon API call, and error handling.
// Example sending a request using the ApproveClawOmniInstanceDevicePairingCommonRequest method.
req, resp := client.ApproveClawOmniInstanceDevicePairingCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) ApproveClawOmniInstanceDevicePairingCommonWithContext ¶ added in v1.2.29
func (c *ARKCLAW) ApproveClawOmniInstanceDevicePairingCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ApproveClawOmniInstanceDevicePairingCommonWithContext is the same as ApproveClawOmniInstanceDevicePairingCommon with the addition of the ability to pass a context and additional request options.
See ApproveClawOmniInstanceDevicePairingCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) ApproveClawOmniInstanceDevicePairingRequest ¶ added in v1.2.29
func (c *ARKCLAW) ApproveClawOmniInstanceDevicePairingRequest(input *ApproveClawOmniInstanceDevicePairingInput) (req *request.Request, output *ApproveClawOmniInstanceDevicePairingOutput)
ApproveClawOmniInstanceDevicePairingRequest generates a "volcengine/request.Request" representing the client's request for the ApproveClawOmniInstanceDevicePairing operation. The "output" return value will be populated with the ApproveClawOmniInstanceDevicePairingCommon request's response once the request completes successfully.
Use "Send" method on the returned ApproveClawOmniInstanceDevicePairingCommon Request to send the API call to the service. the "output" return value is not valid until after ApproveClawOmniInstanceDevicePairingCommon Send returns without error.
See ApproveClawOmniInstanceDevicePairing for more information on using the ApproveClawOmniInstanceDevicePairing API call, and error handling.
// Example sending a request using the ApproveClawOmniInstanceDevicePairingRequest method.
req, resp := client.ApproveClawOmniInstanceDevicePairingRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) ApproveClawOmniInstanceDevicePairingWithContext ¶ added in v1.2.29
func (c *ARKCLAW) ApproveClawOmniInstanceDevicePairingWithContext(ctx volcengine.Context, input *ApproveClawOmniInstanceDevicePairingInput, opts ...request.Option) (*ApproveClawOmniInstanceDevicePairingOutput, error)
ApproveClawOmniInstanceDevicePairingWithContext is the same as ApproveClawOmniInstanceDevicePairing with the addition of the ability to pass a context and additional request options.
See ApproveClawOmniInstanceDevicePairing for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) ClearClawOmniInstanceDevicePaired ¶ added in v1.2.29
func (c *ARKCLAW) ClearClawOmniInstanceDevicePaired(input *ClearClawOmniInstanceDevicePairedInput) (*ClearClawOmniInstanceDevicePairedOutput, error)
ClearClawOmniInstanceDevicePaired API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation ClearClawOmniInstanceDevicePaired for usage and error information.
func (*ARKCLAW) ClearClawOmniInstanceDevicePairedCommon ¶ added in v1.2.29
func (c *ARKCLAW) ClearClawOmniInstanceDevicePairedCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ClearClawOmniInstanceDevicePairedCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation ClearClawOmniInstanceDevicePairedCommon for usage and error information.
func (*ARKCLAW) ClearClawOmniInstanceDevicePairedCommonRequest ¶ added in v1.2.29
func (c *ARKCLAW) ClearClawOmniInstanceDevicePairedCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ClearClawOmniInstanceDevicePairedCommonRequest generates a "volcengine/request.Request" representing the client's request for the ClearClawOmniInstanceDevicePairedCommon operation. The "output" return value will be populated with the ClearClawOmniInstanceDevicePairedCommon request's response once the request completes successfully.
Use "Send" method on the returned ClearClawOmniInstanceDevicePairedCommon Request to send the API call to the service. the "output" return value is not valid until after ClearClawOmniInstanceDevicePairedCommon Send returns without error.
See ClearClawOmniInstanceDevicePairedCommon for more information on using the ClearClawOmniInstanceDevicePairedCommon API call, and error handling.
// Example sending a request using the ClearClawOmniInstanceDevicePairedCommonRequest method.
req, resp := client.ClearClawOmniInstanceDevicePairedCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) ClearClawOmniInstanceDevicePairedCommonWithContext ¶ added in v1.2.29
func (c *ARKCLAW) ClearClawOmniInstanceDevicePairedCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ClearClawOmniInstanceDevicePairedCommonWithContext is the same as ClearClawOmniInstanceDevicePairedCommon with the addition of the ability to pass a context and additional request options.
See ClearClawOmniInstanceDevicePairedCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) ClearClawOmniInstanceDevicePairedRequest ¶ added in v1.2.29
func (c *ARKCLAW) ClearClawOmniInstanceDevicePairedRequest(input *ClearClawOmniInstanceDevicePairedInput) (req *request.Request, output *ClearClawOmniInstanceDevicePairedOutput)
ClearClawOmniInstanceDevicePairedRequest generates a "volcengine/request.Request" representing the client's request for the ClearClawOmniInstanceDevicePaired operation. The "output" return value will be populated with the ClearClawOmniInstanceDevicePairedCommon request's response once the request completes successfully.
Use "Send" method on the returned ClearClawOmniInstanceDevicePairedCommon Request to send the API call to the service. the "output" return value is not valid until after ClearClawOmniInstanceDevicePairedCommon Send returns without error.
See ClearClawOmniInstanceDevicePaired for more information on using the ClearClawOmniInstanceDevicePaired API call, and error handling.
// Example sending a request using the ClearClawOmniInstanceDevicePairedRequest method.
req, resp := client.ClearClawOmniInstanceDevicePairedRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) ClearClawOmniInstanceDevicePairedWithContext ¶ added in v1.2.29
func (c *ARKCLAW) ClearClawOmniInstanceDevicePairedWithContext(ctx volcengine.Context, input *ClearClawOmniInstanceDevicePairedInput, opts ...request.Option) (*ClearClawOmniInstanceDevicePairedOutput, error)
ClearClawOmniInstanceDevicePairedWithContext is the same as ClearClawOmniInstanceDevicePaired with the addition of the ability to pass a context and additional request options.
See ClearClawOmniInstanceDevicePaired for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) CreateClawInstance ¶ added in v1.2.35
func (c *ARKCLAW) CreateClawInstance(input *CreateClawInstanceInput) (*CreateClawInstanceOutput, error)
CreateClawInstance API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation CreateClawInstance for usage and error information.
func (*ARKCLAW) CreateClawInstanceCommon ¶ added in v1.2.35
func (c *ARKCLAW) CreateClawInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CreateClawInstanceCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation CreateClawInstanceCommon for usage and error information.
func (*ARKCLAW) CreateClawInstanceCommonRequest ¶ added in v1.2.35
func (c *ARKCLAW) CreateClawInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreateClawInstanceCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateClawInstanceCommon operation. The "output" return value will be populated with the CreateClawInstanceCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateClawInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after CreateClawInstanceCommon Send returns without error.
See CreateClawInstanceCommon for more information on using the CreateClawInstanceCommon API call, and error handling.
// Example sending a request using the CreateClawInstanceCommonRequest method.
req, resp := client.CreateClawInstanceCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) CreateClawInstanceCommonWithContext ¶ added in v1.2.35
func (c *ARKCLAW) CreateClawInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreateClawInstanceCommonWithContext is the same as CreateClawInstanceCommon with the addition of the ability to pass a context and additional request options.
See CreateClawInstanceCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) CreateClawInstanceRequest ¶ added in v1.2.35
func (c *ARKCLAW) CreateClawInstanceRequest(input *CreateClawInstanceInput) (req *request.Request, output *CreateClawInstanceOutput)
CreateClawInstanceRequest generates a "volcengine/request.Request" representing the client's request for the CreateClawInstance operation. The "output" return value will be populated with the CreateClawInstanceCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateClawInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after CreateClawInstanceCommon Send returns without error.
See CreateClawInstance for more information on using the CreateClawInstance API call, and error handling.
// Example sending a request using the CreateClawInstanceRequest method.
req, resp := client.CreateClawInstanceRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) CreateClawInstanceWithContext ¶ added in v1.2.35
func (c *ARKCLAW) CreateClawInstanceWithContext(ctx volcengine.Context, input *CreateClawInstanceInput, opts ...request.Option) (*CreateClawInstanceOutput, error)
CreateClawInstanceWithContext is the same as CreateClawInstance with the addition of the ability to pass a context and additional request options.
See CreateClawInstance for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) CreateClawOmniAutoChannelJob ¶ added in v1.2.35
func (c *ARKCLAW) CreateClawOmniAutoChannelJob(input *CreateClawOmniAutoChannelJobInput) (*CreateClawOmniAutoChannelJobOutput, error)
CreateClawOmniAutoChannelJob API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation CreateClawOmniAutoChannelJob for usage and error information.
func (*ARKCLAW) CreateClawOmniAutoChannelJobCommon ¶ added in v1.2.35
func (c *ARKCLAW) CreateClawOmniAutoChannelJobCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CreateClawOmniAutoChannelJobCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation CreateClawOmniAutoChannelJobCommon for usage and error information.
func (*ARKCLAW) CreateClawOmniAutoChannelJobCommonRequest ¶ added in v1.2.35
func (c *ARKCLAW) CreateClawOmniAutoChannelJobCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreateClawOmniAutoChannelJobCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateClawOmniAutoChannelJobCommon operation. The "output" return value will be populated with the CreateClawOmniAutoChannelJobCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateClawOmniAutoChannelJobCommon Request to send the API call to the service. the "output" return value is not valid until after CreateClawOmniAutoChannelJobCommon Send returns without error.
See CreateClawOmniAutoChannelJobCommon for more information on using the CreateClawOmniAutoChannelJobCommon API call, and error handling.
// Example sending a request using the CreateClawOmniAutoChannelJobCommonRequest method.
req, resp := client.CreateClawOmniAutoChannelJobCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) CreateClawOmniAutoChannelJobCommonWithContext ¶ added in v1.2.35
func (c *ARKCLAW) CreateClawOmniAutoChannelJobCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreateClawOmniAutoChannelJobCommonWithContext is the same as CreateClawOmniAutoChannelJobCommon with the addition of the ability to pass a context and additional request options.
See CreateClawOmniAutoChannelJobCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) CreateClawOmniAutoChannelJobRequest ¶ added in v1.2.35
func (c *ARKCLAW) CreateClawOmniAutoChannelJobRequest(input *CreateClawOmniAutoChannelJobInput) (req *request.Request, output *CreateClawOmniAutoChannelJobOutput)
CreateClawOmniAutoChannelJobRequest generates a "volcengine/request.Request" representing the client's request for the CreateClawOmniAutoChannelJob operation. The "output" return value will be populated with the CreateClawOmniAutoChannelJobCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateClawOmniAutoChannelJobCommon Request to send the API call to the service. the "output" return value is not valid until after CreateClawOmniAutoChannelJobCommon Send returns without error.
See CreateClawOmniAutoChannelJob for more information on using the CreateClawOmniAutoChannelJob API call, and error handling.
// Example sending a request using the CreateClawOmniAutoChannelJobRequest method.
req, resp := client.CreateClawOmniAutoChannelJobRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) CreateClawOmniAutoChannelJobWithContext ¶ added in v1.2.35
func (c *ARKCLAW) CreateClawOmniAutoChannelJobWithContext(ctx volcengine.Context, input *CreateClawOmniAutoChannelJobInput, opts ...request.Option) (*CreateClawOmniAutoChannelJobOutput, error)
CreateClawOmniAutoChannelJobWithContext is the same as CreateClawOmniAutoChannelJob with the addition of the ability to pass a context and additional request options.
See CreateClawOmniAutoChannelJob for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) CreateClawOmniInstance ¶
func (c *ARKCLAW) CreateClawOmniInstance(input *CreateClawOmniInstanceInput) (*CreateClawOmniInstanceOutput, error)
CreateClawOmniInstance API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation CreateClawOmniInstance for usage and error information.
func (*ARKCLAW) CreateClawOmniInstanceCommandJob ¶ added in v1.2.29
func (c *ARKCLAW) CreateClawOmniInstanceCommandJob(input *CreateClawOmniInstanceCommandJobInput) (*CreateClawOmniInstanceCommandJobOutput, error)
CreateClawOmniInstanceCommandJob API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation CreateClawOmniInstanceCommandJob for usage and error information.
func (*ARKCLAW) CreateClawOmniInstanceCommandJobCommon ¶ added in v1.2.29
func (c *ARKCLAW) CreateClawOmniInstanceCommandJobCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CreateClawOmniInstanceCommandJobCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation CreateClawOmniInstanceCommandJobCommon for usage and error information.
func (*ARKCLAW) CreateClawOmniInstanceCommandJobCommonRequest ¶ added in v1.2.29
func (c *ARKCLAW) CreateClawOmniInstanceCommandJobCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreateClawOmniInstanceCommandJobCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateClawOmniInstanceCommandJobCommon operation. The "output" return value will be populated with the CreateClawOmniInstanceCommandJobCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateClawOmniInstanceCommandJobCommon Request to send the API call to the service. the "output" return value is not valid until after CreateClawOmniInstanceCommandJobCommon Send returns without error.
See CreateClawOmniInstanceCommandJobCommon for more information on using the CreateClawOmniInstanceCommandJobCommon API call, and error handling.
// Example sending a request using the CreateClawOmniInstanceCommandJobCommonRequest method.
req, resp := client.CreateClawOmniInstanceCommandJobCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) CreateClawOmniInstanceCommandJobCommonWithContext ¶ added in v1.2.29
func (c *ARKCLAW) CreateClawOmniInstanceCommandJobCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreateClawOmniInstanceCommandJobCommonWithContext is the same as CreateClawOmniInstanceCommandJobCommon with the addition of the ability to pass a context and additional request options.
See CreateClawOmniInstanceCommandJobCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) CreateClawOmniInstanceCommandJobRequest ¶ added in v1.2.29
func (c *ARKCLAW) CreateClawOmniInstanceCommandJobRequest(input *CreateClawOmniInstanceCommandJobInput) (req *request.Request, output *CreateClawOmniInstanceCommandJobOutput)
CreateClawOmniInstanceCommandJobRequest generates a "volcengine/request.Request" representing the client's request for the CreateClawOmniInstanceCommandJob operation. The "output" return value will be populated with the CreateClawOmniInstanceCommandJobCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateClawOmniInstanceCommandJobCommon Request to send the API call to the service. the "output" return value is not valid until after CreateClawOmniInstanceCommandJobCommon Send returns without error.
See CreateClawOmniInstanceCommandJob for more information on using the CreateClawOmniInstanceCommandJob API call, and error handling.
// Example sending a request using the CreateClawOmniInstanceCommandJobRequest method.
req, resp := client.CreateClawOmniInstanceCommandJobRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) CreateClawOmniInstanceCommandJobWithContext ¶ added in v1.2.29
func (c *ARKCLAW) CreateClawOmniInstanceCommandJobWithContext(ctx volcengine.Context, input *CreateClawOmniInstanceCommandJobInput, opts ...request.Option) (*CreateClawOmniInstanceCommandJobOutput, error)
CreateClawOmniInstanceCommandJobWithContext is the same as CreateClawOmniInstanceCommandJob with the addition of the ability to pass a context and additional request options.
See CreateClawOmniInstanceCommandJob for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) CreateClawOmniInstanceCommon ¶
func (c *ARKCLAW) CreateClawOmniInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CreateClawOmniInstanceCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation CreateClawOmniInstanceCommon for usage and error information.
func (*ARKCLAW) CreateClawOmniInstanceCommonRequest ¶
func (c *ARKCLAW) CreateClawOmniInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreateClawOmniInstanceCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateClawOmniInstanceCommon operation. The "output" return value will be populated with the CreateClawOmniInstanceCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateClawOmniInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after CreateClawOmniInstanceCommon Send returns without error.
See CreateClawOmniInstanceCommon for more information on using the CreateClawOmniInstanceCommon API call, and error handling.
// Example sending a request using the CreateClawOmniInstanceCommonRequest method.
req, resp := client.CreateClawOmniInstanceCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) CreateClawOmniInstanceCommonWithContext ¶
func (c *ARKCLAW) CreateClawOmniInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreateClawOmniInstanceCommonWithContext is the same as CreateClawOmniInstanceCommon with the addition of the ability to pass a context and additional request options.
See CreateClawOmniInstanceCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) CreateClawOmniInstanceRequest ¶
func (c *ARKCLAW) CreateClawOmniInstanceRequest(input *CreateClawOmniInstanceInput) (req *request.Request, output *CreateClawOmniInstanceOutput)
CreateClawOmniInstanceRequest generates a "volcengine/request.Request" representing the client's request for the CreateClawOmniInstance operation. The "output" return value will be populated with the CreateClawOmniInstanceCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateClawOmniInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after CreateClawOmniInstanceCommon Send returns without error.
See CreateClawOmniInstance for more information on using the CreateClawOmniInstance API call, and error handling.
// Example sending a request using the CreateClawOmniInstanceRequest method.
req, resp := client.CreateClawOmniInstanceRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) CreateClawOmniInstanceWithContext ¶
func (c *ARKCLAW) CreateClawOmniInstanceWithContext(ctx volcengine.Context, input *CreateClawOmniInstanceInput, opts ...request.Option) (*CreateClawOmniInstanceOutput, error)
CreateClawOmniInstanceWithContext is the same as CreateClawOmniInstance with the addition of the ability to pass a context and additional request options.
See CreateClawOmniInstance for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) CreateIdentityProviderTokenExchange ¶ added in v1.2.48
func (c *ARKCLAW) CreateIdentityProviderTokenExchange(input *CreateIdentityProviderTokenExchangeInput) (*CreateIdentityProviderTokenExchangeOutput, error)
CreateIdentityProviderTokenExchange API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation CreateIdentityProviderTokenExchange for usage and error information.
func (*ARKCLAW) CreateIdentityProviderTokenExchangeCommon ¶ added in v1.2.48
func (c *ARKCLAW) CreateIdentityProviderTokenExchangeCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CreateIdentityProviderTokenExchangeCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation CreateIdentityProviderTokenExchangeCommon for usage and error information.
func (*ARKCLAW) CreateIdentityProviderTokenExchangeCommonRequest ¶ added in v1.2.48
func (c *ARKCLAW) CreateIdentityProviderTokenExchangeCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreateIdentityProviderTokenExchangeCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateIdentityProviderTokenExchangeCommon operation. The "output" return value will be populated with the CreateIdentityProviderTokenExchangeCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateIdentityProviderTokenExchangeCommon Request to send the API call to the service. the "output" return value is not valid until after CreateIdentityProviderTokenExchangeCommon Send returns without error.
See CreateIdentityProviderTokenExchangeCommon for more information on using the CreateIdentityProviderTokenExchangeCommon API call, and error handling.
// Example sending a request using the CreateIdentityProviderTokenExchangeCommonRequest method.
req, resp := client.CreateIdentityProviderTokenExchangeCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) CreateIdentityProviderTokenExchangeCommonWithContext ¶ added in v1.2.48
func (c *ARKCLAW) CreateIdentityProviderTokenExchangeCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreateIdentityProviderTokenExchangeCommonWithContext is the same as CreateIdentityProviderTokenExchangeCommon with the addition of the ability to pass a context and additional request options.
See CreateIdentityProviderTokenExchangeCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) CreateIdentityProviderTokenExchangeRequest ¶ added in v1.2.48
func (c *ARKCLAW) CreateIdentityProviderTokenExchangeRequest(input *CreateIdentityProviderTokenExchangeInput) (req *request.Request, output *CreateIdentityProviderTokenExchangeOutput)
CreateIdentityProviderTokenExchangeRequest generates a "volcengine/request.Request" representing the client's request for the CreateIdentityProviderTokenExchange operation. The "output" return value will be populated with the CreateIdentityProviderTokenExchangeCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateIdentityProviderTokenExchangeCommon Request to send the API call to the service. the "output" return value is not valid until after CreateIdentityProviderTokenExchangeCommon Send returns without error.
See CreateIdentityProviderTokenExchange for more information on using the CreateIdentityProviderTokenExchange API call, and error handling.
// Example sending a request using the CreateIdentityProviderTokenExchangeRequest method.
req, resp := client.CreateIdentityProviderTokenExchangeRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) CreateIdentityProviderTokenExchangeWithContext ¶ added in v1.2.48
func (c *ARKCLAW) CreateIdentityProviderTokenExchangeWithContext(ctx volcengine.Context, input *CreateIdentityProviderTokenExchangeInput, opts ...request.Option) (*CreateIdentityProviderTokenExchangeOutput, error)
CreateIdentityProviderTokenExchangeWithContext is the same as CreateIdentityProviderTokenExchange with the addition of the ability to pass a context and additional request options.
See CreateIdentityProviderTokenExchange for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) CreatePrivateClawOmniSpaceTemplate ¶ added in v1.2.31
func (c *ARKCLAW) CreatePrivateClawOmniSpaceTemplate(input *CreatePrivateClawOmniSpaceTemplateInput) (*CreatePrivateClawOmniSpaceTemplateOutput, error)
CreatePrivateClawOmniSpaceTemplate API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation CreatePrivateClawOmniSpaceTemplate for usage and error information.
func (*ARKCLAW) CreatePrivateClawOmniSpaceTemplateCommon ¶ added in v1.2.31
func (c *ARKCLAW) CreatePrivateClawOmniSpaceTemplateCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CreatePrivateClawOmniSpaceTemplateCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation CreatePrivateClawOmniSpaceTemplateCommon for usage and error information.
func (*ARKCLAW) CreatePrivateClawOmniSpaceTemplateCommonRequest ¶ added in v1.2.31
func (c *ARKCLAW) CreatePrivateClawOmniSpaceTemplateCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreatePrivateClawOmniSpaceTemplateCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreatePrivateClawOmniSpaceTemplateCommon operation. The "output" return value will be populated with the CreatePrivateClawOmniSpaceTemplateCommon request's response once the request completes successfully.
Use "Send" method on the returned CreatePrivateClawOmniSpaceTemplateCommon Request to send the API call to the service. the "output" return value is not valid until after CreatePrivateClawOmniSpaceTemplateCommon Send returns without error.
See CreatePrivateClawOmniSpaceTemplateCommon for more information on using the CreatePrivateClawOmniSpaceTemplateCommon API call, and error handling.
// Example sending a request using the CreatePrivateClawOmniSpaceTemplateCommonRequest method.
req, resp := client.CreatePrivateClawOmniSpaceTemplateCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) CreatePrivateClawOmniSpaceTemplateCommonWithContext ¶ added in v1.2.31
func (c *ARKCLAW) CreatePrivateClawOmniSpaceTemplateCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreatePrivateClawOmniSpaceTemplateCommonWithContext is the same as CreatePrivateClawOmniSpaceTemplateCommon with the addition of the ability to pass a context and additional request options.
See CreatePrivateClawOmniSpaceTemplateCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) CreatePrivateClawOmniSpaceTemplateRequest ¶ added in v1.2.31
func (c *ARKCLAW) CreatePrivateClawOmniSpaceTemplateRequest(input *CreatePrivateClawOmniSpaceTemplateInput) (req *request.Request, output *CreatePrivateClawOmniSpaceTemplateOutput)
CreatePrivateClawOmniSpaceTemplateRequest generates a "volcengine/request.Request" representing the client's request for the CreatePrivateClawOmniSpaceTemplate operation. The "output" return value will be populated with the CreatePrivateClawOmniSpaceTemplateCommon request's response once the request completes successfully.
Use "Send" method on the returned CreatePrivateClawOmniSpaceTemplateCommon Request to send the API call to the service. the "output" return value is not valid until after CreatePrivateClawOmniSpaceTemplateCommon Send returns without error.
See CreatePrivateClawOmniSpaceTemplate for more information on using the CreatePrivateClawOmniSpaceTemplate API call, and error handling.
// Example sending a request using the CreatePrivateClawOmniSpaceTemplateRequest method.
req, resp := client.CreatePrivateClawOmniSpaceTemplateRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) CreatePrivateClawOmniSpaceTemplateWithContext ¶ added in v1.2.31
func (c *ARKCLAW) CreatePrivateClawOmniSpaceTemplateWithContext(ctx volcengine.Context, input *CreatePrivateClawOmniSpaceTemplateInput, opts ...request.Option) (*CreatePrivateClawOmniSpaceTemplateOutput, error)
CreatePrivateClawOmniSpaceTemplateWithContext is the same as CreatePrivateClawOmniSpaceTemplate with the addition of the ability to pass a context and additional request options.
See CreatePrivateClawOmniSpaceTemplate for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) CreatePrivateEgressDnsBlockRule ¶ added in v1.2.48
func (c *ARKCLAW) CreatePrivateEgressDnsBlockRule(input *CreatePrivateEgressDnsBlockRuleInput) (*CreatePrivateEgressDnsBlockRuleOutput, error)
CreatePrivateEgressDnsBlockRule API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation CreatePrivateEgressDnsBlockRule for usage and error information.
func (*ARKCLAW) CreatePrivateEgressDnsBlockRuleCommon ¶ added in v1.2.48
func (c *ARKCLAW) CreatePrivateEgressDnsBlockRuleCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CreatePrivateEgressDnsBlockRuleCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation CreatePrivateEgressDnsBlockRuleCommon for usage and error information.
func (*ARKCLAW) CreatePrivateEgressDnsBlockRuleCommonRequest ¶ added in v1.2.48
func (c *ARKCLAW) CreatePrivateEgressDnsBlockRuleCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreatePrivateEgressDnsBlockRuleCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreatePrivateEgressDnsBlockRuleCommon operation. The "output" return value will be populated with the CreatePrivateEgressDnsBlockRuleCommon request's response once the request completes successfully.
Use "Send" method on the returned CreatePrivateEgressDnsBlockRuleCommon Request to send the API call to the service. the "output" return value is not valid until after CreatePrivateEgressDnsBlockRuleCommon Send returns without error.
See CreatePrivateEgressDnsBlockRuleCommon for more information on using the CreatePrivateEgressDnsBlockRuleCommon API call, and error handling.
// Example sending a request using the CreatePrivateEgressDnsBlockRuleCommonRequest method.
req, resp := client.CreatePrivateEgressDnsBlockRuleCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) CreatePrivateEgressDnsBlockRuleCommonWithContext ¶ added in v1.2.48
func (c *ARKCLAW) CreatePrivateEgressDnsBlockRuleCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreatePrivateEgressDnsBlockRuleCommonWithContext is the same as CreatePrivateEgressDnsBlockRuleCommon with the addition of the ability to pass a context and additional request options.
See CreatePrivateEgressDnsBlockRuleCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) CreatePrivateEgressDnsBlockRuleRequest ¶ added in v1.2.48
func (c *ARKCLAW) CreatePrivateEgressDnsBlockRuleRequest(input *CreatePrivateEgressDnsBlockRuleInput) (req *request.Request, output *CreatePrivateEgressDnsBlockRuleOutput)
CreatePrivateEgressDnsBlockRuleRequest generates a "volcengine/request.Request" representing the client's request for the CreatePrivateEgressDnsBlockRule operation. The "output" return value will be populated with the CreatePrivateEgressDnsBlockRuleCommon request's response once the request completes successfully.
Use "Send" method on the returned CreatePrivateEgressDnsBlockRuleCommon Request to send the API call to the service. the "output" return value is not valid until after CreatePrivateEgressDnsBlockRuleCommon Send returns without error.
See CreatePrivateEgressDnsBlockRule for more information on using the CreatePrivateEgressDnsBlockRule API call, and error handling.
// Example sending a request using the CreatePrivateEgressDnsBlockRuleRequest method.
req, resp := client.CreatePrivateEgressDnsBlockRuleRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) CreatePrivateEgressDnsBlockRuleWithContext ¶ added in v1.2.48
func (c *ARKCLAW) CreatePrivateEgressDnsBlockRuleWithContext(ctx volcengine.Context, input *CreatePrivateEgressDnsBlockRuleInput, opts ...request.Option) (*CreatePrivateEgressDnsBlockRuleOutput, error)
CreatePrivateEgressDnsBlockRuleWithContext is the same as CreatePrivateEgressDnsBlockRule with the addition of the ability to pass a context and additional request options.
See CreatePrivateEgressDnsBlockRule for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) CreatePrivateEgressEndpoint ¶ added in v1.2.48
func (c *ARKCLAW) CreatePrivateEgressEndpoint(input *CreatePrivateEgressEndpointInput) (*CreatePrivateEgressEndpointOutput, error)
CreatePrivateEgressEndpoint API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation CreatePrivateEgressEndpoint for usage and error information.
func (*ARKCLAW) CreatePrivateEgressEndpointCommon ¶ added in v1.2.48
func (c *ARKCLAW) CreatePrivateEgressEndpointCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CreatePrivateEgressEndpointCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation CreatePrivateEgressEndpointCommon for usage and error information.
func (*ARKCLAW) CreatePrivateEgressEndpointCommonRequest ¶ added in v1.2.48
func (c *ARKCLAW) CreatePrivateEgressEndpointCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreatePrivateEgressEndpointCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreatePrivateEgressEndpointCommon operation. The "output" return value will be populated with the CreatePrivateEgressEndpointCommon request's response once the request completes successfully.
Use "Send" method on the returned CreatePrivateEgressEndpointCommon Request to send the API call to the service. the "output" return value is not valid until after CreatePrivateEgressEndpointCommon Send returns without error.
See CreatePrivateEgressEndpointCommon for more information on using the CreatePrivateEgressEndpointCommon API call, and error handling.
// Example sending a request using the CreatePrivateEgressEndpointCommonRequest method.
req, resp := client.CreatePrivateEgressEndpointCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) CreatePrivateEgressEndpointCommonWithContext ¶ added in v1.2.48
func (c *ARKCLAW) CreatePrivateEgressEndpointCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreatePrivateEgressEndpointCommonWithContext is the same as CreatePrivateEgressEndpointCommon with the addition of the ability to pass a context and additional request options.
See CreatePrivateEgressEndpointCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) CreatePrivateEgressEndpointRequest ¶ added in v1.2.48
func (c *ARKCLAW) CreatePrivateEgressEndpointRequest(input *CreatePrivateEgressEndpointInput) (req *request.Request, output *CreatePrivateEgressEndpointOutput)
CreatePrivateEgressEndpointRequest generates a "volcengine/request.Request" representing the client's request for the CreatePrivateEgressEndpoint operation. The "output" return value will be populated with the CreatePrivateEgressEndpointCommon request's response once the request completes successfully.
Use "Send" method on the returned CreatePrivateEgressEndpointCommon Request to send the API call to the service. the "output" return value is not valid until after CreatePrivateEgressEndpointCommon Send returns without error.
See CreatePrivateEgressEndpoint for more information on using the CreatePrivateEgressEndpoint API call, and error handling.
// Example sending a request using the CreatePrivateEgressEndpointRequest method.
req, resp := client.CreatePrivateEgressEndpointRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) CreatePrivateEgressEndpointWithContext ¶ added in v1.2.48
func (c *ARKCLAW) CreatePrivateEgressEndpointWithContext(ctx volcengine.Context, input *CreatePrivateEgressEndpointInput, opts ...request.Option) (*CreatePrivateEgressEndpointOutput, error)
CreatePrivateEgressEndpointWithContext is the same as CreatePrivateEgressEndpoint with the addition of the ability to pass a context and additional request options.
See CreatePrivateEgressEndpoint for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) CreatePrivateEgressNetworkAccessRule ¶ added in v1.2.48
func (c *ARKCLAW) CreatePrivateEgressNetworkAccessRule(input *CreatePrivateEgressNetworkAccessRuleInput) (*CreatePrivateEgressNetworkAccessRuleOutput, error)
CreatePrivateEgressNetworkAccessRule API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation CreatePrivateEgressNetworkAccessRule for usage and error information.
func (*ARKCLAW) CreatePrivateEgressNetworkAccessRuleCommon ¶ added in v1.2.48
func (c *ARKCLAW) CreatePrivateEgressNetworkAccessRuleCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CreatePrivateEgressNetworkAccessRuleCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation CreatePrivateEgressNetworkAccessRuleCommon for usage and error information.
func (*ARKCLAW) CreatePrivateEgressNetworkAccessRuleCommonRequest ¶ added in v1.2.48
func (c *ARKCLAW) CreatePrivateEgressNetworkAccessRuleCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreatePrivateEgressNetworkAccessRuleCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreatePrivateEgressNetworkAccessRuleCommon operation. The "output" return value will be populated with the CreatePrivateEgressNetworkAccessRuleCommon request's response once the request completes successfully.
Use "Send" method on the returned CreatePrivateEgressNetworkAccessRuleCommon Request to send the API call to the service. the "output" return value is not valid until after CreatePrivateEgressNetworkAccessRuleCommon Send returns without error.
See CreatePrivateEgressNetworkAccessRuleCommon for more information on using the CreatePrivateEgressNetworkAccessRuleCommon API call, and error handling.
// Example sending a request using the CreatePrivateEgressNetworkAccessRuleCommonRequest method.
req, resp := client.CreatePrivateEgressNetworkAccessRuleCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) CreatePrivateEgressNetworkAccessRuleCommonWithContext ¶ added in v1.2.48
func (c *ARKCLAW) CreatePrivateEgressNetworkAccessRuleCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreatePrivateEgressNetworkAccessRuleCommonWithContext is the same as CreatePrivateEgressNetworkAccessRuleCommon with the addition of the ability to pass a context and additional request options.
See CreatePrivateEgressNetworkAccessRuleCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) CreatePrivateEgressNetworkAccessRuleRequest ¶ added in v1.2.48
func (c *ARKCLAW) CreatePrivateEgressNetworkAccessRuleRequest(input *CreatePrivateEgressNetworkAccessRuleInput) (req *request.Request, output *CreatePrivateEgressNetworkAccessRuleOutput)
CreatePrivateEgressNetworkAccessRuleRequest generates a "volcengine/request.Request" representing the client's request for the CreatePrivateEgressNetworkAccessRule operation. The "output" return value will be populated with the CreatePrivateEgressNetworkAccessRuleCommon request's response once the request completes successfully.
Use "Send" method on the returned CreatePrivateEgressNetworkAccessRuleCommon Request to send the API call to the service. the "output" return value is not valid until after CreatePrivateEgressNetworkAccessRuleCommon Send returns without error.
See CreatePrivateEgressNetworkAccessRule for more information on using the CreatePrivateEgressNetworkAccessRule API call, and error handling.
// Example sending a request using the CreatePrivateEgressNetworkAccessRuleRequest method.
req, resp := client.CreatePrivateEgressNetworkAccessRuleRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) CreatePrivateEgressNetworkAccessRuleWithContext ¶ added in v1.2.48
func (c *ARKCLAW) CreatePrivateEgressNetworkAccessRuleWithContext(ctx volcengine.Context, input *CreatePrivateEgressNetworkAccessRuleInput, opts ...request.Option) (*CreatePrivateEgressNetworkAccessRuleOutput, error)
CreatePrivateEgressNetworkAccessRuleWithContext is the same as CreatePrivateEgressNetworkAccessRule with the addition of the ability to pass a context and additional request options.
See CreatePrivateEgressNetworkAccessRule for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) CreatePrivateEgressWebAccessRule ¶ added in v1.2.48
func (c *ARKCLAW) CreatePrivateEgressWebAccessRule(input *CreatePrivateEgressWebAccessRuleInput) (*CreatePrivateEgressWebAccessRuleOutput, error)
CreatePrivateEgressWebAccessRule API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation CreatePrivateEgressWebAccessRule for usage and error information.
func (*ARKCLAW) CreatePrivateEgressWebAccessRuleCommon ¶ added in v1.2.48
func (c *ARKCLAW) CreatePrivateEgressWebAccessRuleCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CreatePrivateEgressWebAccessRuleCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation CreatePrivateEgressWebAccessRuleCommon for usage and error information.
func (*ARKCLAW) CreatePrivateEgressWebAccessRuleCommonRequest ¶ added in v1.2.48
func (c *ARKCLAW) CreatePrivateEgressWebAccessRuleCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreatePrivateEgressWebAccessRuleCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreatePrivateEgressWebAccessRuleCommon operation. The "output" return value will be populated with the CreatePrivateEgressWebAccessRuleCommon request's response once the request completes successfully.
Use "Send" method on the returned CreatePrivateEgressWebAccessRuleCommon Request to send the API call to the service. the "output" return value is not valid until after CreatePrivateEgressWebAccessRuleCommon Send returns without error.
See CreatePrivateEgressWebAccessRuleCommon for more information on using the CreatePrivateEgressWebAccessRuleCommon API call, and error handling.
// Example sending a request using the CreatePrivateEgressWebAccessRuleCommonRequest method.
req, resp := client.CreatePrivateEgressWebAccessRuleCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) CreatePrivateEgressWebAccessRuleCommonWithContext ¶ added in v1.2.48
func (c *ARKCLAW) CreatePrivateEgressWebAccessRuleCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreatePrivateEgressWebAccessRuleCommonWithContext is the same as CreatePrivateEgressWebAccessRuleCommon with the addition of the ability to pass a context and additional request options.
See CreatePrivateEgressWebAccessRuleCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) CreatePrivateEgressWebAccessRuleRequest ¶ added in v1.2.48
func (c *ARKCLAW) CreatePrivateEgressWebAccessRuleRequest(input *CreatePrivateEgressWebAccessRuleInput) (req *request.Request, output *CreatePrivateEgressWebAccessRuleOutput)
CreatePrivateEgressWebAccessRuleRequest generates a "volcengine/request.Request" representing the client's request for the CreatePrivateEgressWebAccessRule operation. The "output" return value will be populated with the CreatePrivateEgressWebAccessRuleCommon request's response once the request completes successfully.
Use "Send" method on the returned CreatePrivateEgressWebAccessRuleCommon Request to send the API call to the service. the "output" return value is not valid until after CreatePrivateEgressWebAccessRuleCommon Send returns without error.
See CreatePrivateEgressWebAccessRule for more information on using the CreatePrivateEgressWebAccessRule API call, and error handling.
// Example sending a request using the CreatePrivateEgressWebAccessRuleRequest method.
req, resp := client.CreatePrivateEgressWebAccessRuleRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) CreatePrivateEgressWebAccessRuleWithContext ¶ added in v1.2.48
func (c *ARKCLAW) CreatePrivateEgressWebAccessRuleWithContext(ctx volcengine.Context, input *CreatePrivateEgressWebAccessRuleInput, opts ...request.Option) (*CreatePrivateEgressWebAccessRuleOutput, error)
CreatePrivateEgressWebAccessRuleWithContext is the same as CreatePrivateEgressWebAccessRule with the addition of the ability to pass a context and additional request options.
See CreatePrivateEgressWebAccessRule for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) CreateScheduledJob ¶ added in v1.2.38
func (c *ARKCLAW) CreateScheduledJob(input *CreateScheduledJobInput) (*CreateScheduledJobOutput, error)
CreateScheduledJob API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation CreateScheduledJob for usage and error information.
func (*ARKCLAW) CreateScheduledJobCommon ¶ added in v1.2.38
func (c *ARKCLAW) CreateScheduledJobCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CreateScheduledJobCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation CreateScheduledJobCommon for usage and error information.
func (*ARKCLAW) CreateScheduledJobCommonRequest ¶ added in v1.2.38
func (c *ARKCLAW) CreateScheduledJobCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreateScheduledJobCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateScheduledJobCommon operation. The "output" return value will be populated with the CreateScheduledJobCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateScheduledJobCommon Request to send the API call to the service. the "output" return value is not valid until after CreateScheduledJobCommon Send returns without error.
See CreateScheduledJobCommon for more information on using the CreateScheduledJobCommon API call, and error handling.
// Example sending a request using the CreateScheduledJobCommonRequest method.
req, resp := client.CreateScheduledJobCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) CreateScheduledJobCommonWithContext ¶ added in v1.2.38
func (c *ARKCLAW) CreateScheduledJobCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreateScheduledJobCommonWithContext is the same as CreateScheduledJobCommon with the addition of the ability to pass a context and additional request options.
See CreateScheduledJobCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) CreateScheduledJobRequest ¶ added in v1.2.38
func (c *ARKCLAW) CreateScheduledJobRequest(input *CreateScheduledJobInput) (req *request.Request, output *CreateScheduledJobOutput)
CreateScheduledJobRequest generates a "volcengine/request.Request" representing the client's request for the CreateScheduledJob operation. The "output" return value will be populated with the CreateScheduledJobCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateScheduledJobCommon Request to send the API call to the service. the "output" return value is not valid until after CreateScheduledJobCommon Send returns without error.
See CreateScheduledJob for more information on using the CreateScheduledJob API call, and error handling.
// Example sending a request using the CreateScheduledJobRequest method.
req, resp := client.CreateScheduledJobRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) CreateScheduledJobWithContext ¶ added in v1.2.38
func (c *ARKCLAW) CreateScheduledJobWithContext(ctx volcengine.Context, input *CreateScheduledJobInput, opts ...request.Option) (*CreateScheduledJobOutput, error)
CreateScheduledJobWithContext is the same as CreateScheduledJob with the addition of the ability to pass a context and additional request options.
See CreateScheduledJob for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) DeleteClawInstance ¶ added in v1.2.35
func (c *ARKCLAW) DeleteClawInstance(input *DeleteClawInstanceInput) (*DeleteClawInstanceOutput, error)
DeleteClawInstance API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation DeleteClawInstance for usage and error information.
func (*ARKCLAW) DeleteClawInstanceCommon ¶ added in v1.2.35
func (c *ARKCLAW) DeleteClawInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DeleteClawInstanceCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation DeleteClawInstanceCommon for usage and error information.
func (*ARKCLAW) DeleteClawInstanceCommonRequest ¶ added in v1.2.35
func (c *ARKCLAW) DeleteClawInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeleteClawInstanceCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteClawInstanceCommon operation. The "output" return value will be populated with the DeleteClawInstanceCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteClawInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteClawInstanceCommon Send returns without error.
See DeleteClawInstanceCommon for more information on using the DeleteClawInstanceCommon API call, and error handling.
// Example sending a request using the DeleteClawInstanceCommonRequest method.
req, resp := client.DeleteClawInstanceCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) DeleteClawInstanceCommonWithContext ¶ added in v1.2.35
func (c *ARKCLAW) DeleteClawInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeleteClawInstanceCommonWithContext is the same as DeleteClawInstanceCommon with the addition of the ability to pass a context and additional request options.
See DeleteClawInstanceCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) DeleteClawInstanceRequest ¶ added in v1.2.35
func (c *ARKCLAW) DeleteClawInstanceRequest(input *DeleteClawInstanceInput) (req *request.Request, output *DeleteClawInstanceOutput)
DeleteClawInstanceRequest generates a "volcengine/request.Request" representing the client's request for the DeleteClawInstance operation. The "output" return value will be populated with the DeleteClawInstanceCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteClawInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteClawInstanceCommon Send returns without error.
See DeleteClawInstance for more information on using the DeleteClawInstance API call, and error handling.
// Example sending a request using the DeleteClawInstanceRequest method.
req, resp := client.DeleteClawInstanceRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) DeleteClawInstanceWithContext ¶ added in v1.2.35
func (c *ARKCLAW) DeleteClawInstanceWithContext(ctx volcengine.Context, input *DeleteClawInstanceInput, opts ...request.Option) (*DeleteClawInstanceOutput, error)
DeleteClawInstanceWithContext is the same as DeleteClawInstance with the addition of the ability to pass a context and additional request options.
See DeleteClawInstance for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) DeleteClawOmniChannel ¶ added in v1.2.35
func (c *ARKCLAW) DeleteClawOmniChannel(input *DeleteClawOmniChannelInput) (*DeleteClawOmniChannelOutput, error)
DeleteClawOmniChannel API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation DeleteClawOmniChannel for usage and error information.
func (*ARKCLAW) DeleteClawOmniChannelCommon ¶ added in v1.2.35
func (c *ARKCLAW) DeleteClawOmniChannelCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DeleteClawOmniChannelCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation DeleteClawOmniChannelCommon for usage and error information.
func (*ARKCLAW) DeleteClawOmniChannelCommonRequest ¶ added in v1.2.35
func (c *ARKCLAW) DeleteClawOmniChannelCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeleteClawOmniChannelCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteClawOmniChannelCommon operation. The "output" return value will be populated with the DeleteClawOmniChannelCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteClawOmniChannelCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteClawOmniChannelCommon Send returns without error.
See DeleteClawOmniChannelCommon for more information on using the DeleteClawOmniChannelCommon API call, and error handling.
// Example sending a request using the DeleteClawOmniChannelCommonRequest method.
req, resp := client.DeleteClawOmniChannelCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) DeleteClawOmniChannelCommonWithContext ¶ added in v1.2.35
func (c *ARKCLAW) DeleteClawOmniChannelCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeleteClawOmniChannelCommonWithContext is the same as DeleteClawOmniChannelCommon with the addition of the ability to pass a context and additional request options.
See DeleteClawOmniChannelCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) DeleteClawOmniChannelRequest ¶ added in v1.2.35
func (c *ARKCLAW) DeleteClawOmniChannelRequest(input *DeleteClawOmniChannelInput) (req *request.Request, output *DeleteClawOmniChannelOutput)
DeleteClawOmniChannelRequest generates a "volcengine/request.Request" representing the client's request for the DeleteClawOmniChannel operation. The "output" return value will be populated with the DeleteClawOmniChannelCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteClawOmniChannelCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteClawOmniChannelCommon Send returns without error.
See DeleteClawOmniChannel for more information on using the DeleteClawOmniChannel API call, and error handling.
// Example sending a request using the DeleteClawOmniChannelRequest method.
req, resp := client.DeleteClawOmniChannelRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) DeleteClawOmniChannelWithContext ¶ added in v1.2.35
func (c *ARKCLAW) DeleteClawOmniChannelWithContext(ctx volcengine.Context, input *DeleteClawOmniChannelInput, opts ...request.Option) (*DeleteClawOmniChannelOutput, error)
DeleteClawOmniChannelWithContext is the same as DeleteClawOmniChannel with the addition of the ability to pass a context and additional request options.
See DeleteClawOmniChannel for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) DeleteClawOmniInstance ¶
func (c *ARKCLAW) DeleteClawOmniInstance(input *DeleteClawOmniInstanceInput) (*DeleteClawOmniInstanceOutput, error)
DeleteClawOmniInstance API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation DeleteClawOmniInstance for usage and error information.
func (*ARKCLAW) DeleteClawOmniInstanceCommon ¶
func (c *ARKCLAW) DeleteClawOmniInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DeleteClawOmniInstanceCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation DeleteClawOmniInstanceCommon for usage and error information.
func (*ARKCLAW) DeleteClawOmniInstanceCommonRequest ¶
func (c *ARKCLAW) DeleteClawOmniInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeleteClawOmniInstanceCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteClawOmniInstanceCommon operation. The "output" return value will be populated with the DeleteClawOmniInstanceCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteClawOmniInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteClawOmniInstanceCommon Send returns without error.
See DeleteClawOmniInstanceCommon for more information on using the DeleteClawOmniInstanceCommon API call, and error handling.
// Example sending a request using the DeleteClawOmniInstanceCommonRequest method.
req, resp := client.DeleteClawOmniInstanceCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) DeleteClawOmniInstanceCommonWithContext ¶
func (c *ARKCLAW) DeleteClawOmniInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeleteClawOmniInstanceCommonWithContext is the same as DeleteClawOmniInstanceCommon with the addition of the ability to pass a context and additional request options.
See DeleteClawOmniInstanceCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) DeleteClawOmniInstanceRequest ¶
func (c *ARKCLAW) DeleteClawOmniInstanceRequest(input *DeleteClawOmniInstanceInput) (req *request.Request, output *DeleteClawOmniInstanceOutput)
DeleteClawOmniInstanceRequest generates a "volcengine/request.Request" representing the client's request for the DeleteClawOmniInstance operation. The "output" return value will be populated with the DeleteClawOmniInstanceCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteClawOmniInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteClawOmniInstanceCommon Send returns without error.
See DeleteClawOmniInstance for more information on using the DeleteClawOmniInstance API call, and error handling.
// Example sending a request using the DeleteClawOmniInstanceRequest method.
req, resp := client.DeleteClawOmniInstanceRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) DeleteClawOmniInstanceWithContext ¶
func (c *ARKCLAW) DeleteClawOmniInstanceWithContext(ctx volcengine.Context, input *DeleteClawOmniInstanceInput, opts ...request.Option) (*DeleteClawOmniInstanceOutput, error)
DeleteClawOmniInstanceWithContext is the same as DeleteClawOmniInstance with the addition of the ability to pass a context and additional request options.
See DeleteClawOmniInstance for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) DeleteIdentityProviderTokenExchange ¶ added in v1.2.48
func (c *ARKCLAW) DeleteIdentityProviderTokenExchange(input *DeleteIdentityProviderTokenExchangeInput) (*DeleteIdentityProviderTokenExchangeOutput, error)
DeleteIdentityProviderTokenExchange API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation DeleteIdentityProviderTokenExchange for usage and error information.
func (*ARKCLAW) DeleteIdentityProviderTokenExchangeCommon ¶ added in v1.2.48
func (c *ARKCLAW) DeleteIdentityProviderTokenExchangeCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DeleteIdentityProviderTokenExchangeCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation DeleteIdentityProviderTokenExchangeCommon for usage and error information.
func (*ARKCLAW) DeleteIdentityProviderTokenExchangeCommonRequest ¶ added in v1.2.48
func (c *ARKCLAW) DeleteIdentityProviderTokenExchangeCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeleteIdentityProviderTokenExchangeCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteIdentityProviderTokenExchangeCommon operation. The "output" return value will be populated with the DeleteIdentityProviderTokenExchangeCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteIdentityProviderTokenExchangeCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteIdentityProviderTokenExchangeCommon Send returns without error.
See DeleteIdentityProviderTokenExchangeCommon for more information on using the DeleteIdentityProviderTokenExchangeCommon API call, and error handling.
// Example sending a request using the DeleteIdentityProviderTokenExchangeCommonRequest method.
req, resp := client.DeleteIdentityProviderTokenExchangeCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) DeleteIdentityProviderTokenExchangeCommonWithContext ¶ added in v1.2.48
func (c *ARKCLAW) DeleteIdentityProviderTokenExchangeCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeleteIdentityProviderTokenExchangeCommonWithContext is the same as DeleteIdentityProviderTokenExchangeCommon with the addition of the ability to pass a context and additional request options.
See DeleteIdentityProviderTokenExchangeCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) DeleteIdentityProviderTokenExchangeRequest ¶ added in v1.2.48
func (c *ARKCLAW) DeleteIdentityProviderTokenExchangeRequest(input *DeleteIdentityProviderTokenExchangeInput) (req *request.Request, output *DeleteIdentityProviderTokenExchangeOutput)
DeleteIdentityProviderTokenExchangeRequest generates a "volcengine/request.Request" representing the client's request for the DeleteIdentityProviderTokenExchange operation. The "output" return value will be populated with the DeleteIdentityProviderTokenExchangeCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteIdentityProviderTokenExchangeCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteIdentityProviderTokenExchangeCommon Send returns without error.
See DeleteIdentityProviderTokenExchange for more information on using the DeleteIdentityProviderTokenExchange API call, and error handling.
// Example sending a request using the DeleteIdentityProviderTokenExchangeRequest method.
req, resp := client.DeleteIdentityProviderTokenExchangeRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) DeleteIdentityProviderTokenExchangeWithContext ¶ added in v1.2.48
func (c *ARKCLAW) DeleteIdentityProviderTokenExchangeWithContext(ctx volcengine.Context, input *DeleteIdentityProviderTokenExchangeInput, opts ...request.Option) (*DeleteIdentityProviderTokenExchangeOutput, error)
DeleteIdentityProviderTokenExchangeWithContext is the same as DeleteIdentityProviderTokenExchange with the addition of the ability to pass a context and additional request options.
See DeleteIdentityProviderTokenExchange for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) DeletePrivateEgressDnsBlockRule ¶ added in v1.2.48
func (c *ARKCLAW) DeletePrivateEgressDnsBlockRule(input *DeletePrivateEgressDnsBlockRuleInput) (*DeletePrivateEgressDnsBlockRuleOutput, error)
DeletePrivateEgressDnsBlockRule API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation DeletePrivateEgressDnsBlockRule for usage and error information.
func (*ARKCLAW) DeletePrivateEgressDnsBlockRuleCommon ¶ added in v1.2.48
func (c *ARKCLAW) DeletePrivateEgressDnsBlockRuleCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DeletePrivateEgressDnsBlockRuleCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation DeletePrivateEgressDnsBlockRuleCommon for usage and error information.
func (*ARKCLAW) DeletePrivateEgressDnsBlockRuleCommonRequest ¶ added in v1.2.48
func (c *ARKCLAW) DeletePrivateEgressDnsBlockRuleCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeletePrivateEgressDnsBlockRuleCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeletePrivateEgressDnsBlockRuleCommon operation. The "output" return value will be populated with the DeletePrivateEgressDnsBlockRuleCommon request's response once the request completes successfully.
Use "Send" method on the returned DeletePrivateEgressDnsBlockRuleCommon Request to send the API call to the service. the "output" return value is not valid until after DeletePrivateEgressDnsBlockRuleCommon Send returns without error.
See DeletePrivateEgressDnsBlockRuleCommon for more information on using the DeletePrivateEgressDnsBlockRuleCommon API call, and error handling.
// Example sending a request using the DeletePrivateEgressDnsBlockRuleCommonRequest method.
req, resp := client.DeletePrivateEgressDnsBlockRuleCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) DeletePrivateEgressDnsBlockRuleCommonWithContext ¶ added in v1.2.48
func (c *ARKCLAW) DeletePrivateEgressDnsBlockRuleCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeletePrivateEgressDnsBlockRuleCommonWithContext is the same as DeletePrivateEgressDnsBlockRuleCommon with the addition of the ability to pass a context and additional request options.
See DeletePrivateEgressDnsBlockRuleCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) DeletePrivateEgressDnsBlockRuleRequest ¶ added in v1.2.48
func (c *ARKCLAW) DeletePrivateEgressDnsBlockRuleRequest(input *DeletePrivateEgressDnsBlockRuleInput) (req *request.Request, output *DeletePrivateEgressDnsBlockRuleOutput)
DeletePrivateEgressDnsBlockRuleRequest generates a "volcengine/request.Request" representing the client's request for the DeletePrivateEgressDnsBlockRule operation. The "output" return value will be populated with the DeletePrivateEgressDnsBlockRuleCommon request's response once the request completes successfully.
Use "Send" method on the returned DeletePrivateEgressDnsBlockRuleCommon Request to send the API call to the service. the "output" return value is not valid until after DeletePrivateEgressDnsBlockRuleCommon Send returns without error.
See DeletePrivateEgressDnsBlockRule for more information on using the DeletePrivateEgressDnsBlockRule API call, and error handling.
// Example sending a request using the DeletePrivateEgressDnsBlockRuleRequest method.
req, resp := client.DeletePrivateEgressDnsBlockRuleRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) DeletePrivateEgressDnsBlockRuleWithContext ¶ added in v1.2.48
func (c *ARKCLAW) DeletePrivateEgressDnsBlockRuleWithContext(ctx volcengine.Context, input *DeletePrivateEgressDnsBlockRuleInput, opts ...request.Option) (*DeletePrivateEgressDnsBlockRuleOutput, error)
DeletePrivateEgressDnsBlockRuleWithContext is the same as DeletePrivateEgressDnsBlockRule with the addition of the ability to pass a context and additional request options.
See DeletePrivateEgressDnsBlockRule for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) DeletePrivateEgressEndpoint ¶ added in v1.2.48
func (c *ARKCLAW) DeletePrivateEgressEndpoint(input *DeletePrivateEgressEndpointInput) (*DeletePrivateEgressEndpointOutput, error)
DeletePrivateEgressEndpoint API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation DeletePrivateEgressEndpoint for usage and error information.
func (*ARKCLAW) DeletePrivateEgressEndpointCommon ¶ added in v1.2.48
func (c *ARKCLAW) DeletePrivateEgressEndpointCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DeletePrivateEgressEndpointCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation DeletePrivateEgressEndpointCommon for usage and error information.
func (*ARKCLAW) DeletePrivateEgressEndpointCommonRequest ¶ added in v1.2.48
func (c *ARKCLAW) DeletePrivateEgressEndpointCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeletePrivateEgressEndpointCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeletePrivateEgressEndpointCommon operation. The "output" return value will be populated with the DeletePrivateEgressEndpointCommon request's response once the request completes successfully.
Use "Send" method on the returned DeletePrivateEgressEndpointCommon Request to send the API call to the service. the "output" return value is not valid until after DeletePrivateEgressEndpointCommon Send returns without error.
See DeletePrivateEgressEndpointCommon for more information on using the DeletePrivateEgressEndpointCommon API call, and error handling.
// Example sending a request using the DeletePrivateEgressEndpointCommonRequest method.
req, resp := client.DeletePrivateEgressEndpointCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) DeletePrivateEgressEndpointCommonWithContext ¶ added in v1.2.48
func (c *ARKCLAW) DeletePrivateEgressEndpointCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeletePrivateEgressEndpointCommonWithContext is the same as DeletePrivateEgressEndpointCommon with the addition of the ability to pass a context and additional request options.
See DeletePrivateEgressEndpointCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) DeletePrivateEgressEndpointRequest ¶ added in v1.2.48
func (c *ARKCLAW) DeletePrivateEgressEndpointRequest(input *DeletePrivateEgressEndpointInput) (req *request.Request, output *DeletePrivateEgressEndpointOutput)
DeletePrivateEgressEndpointRequest generates a "volcengine/request.Request" representing the client's request for the DeletePrivateEgressEndpoint operation. The "output" return value will be populated with the DeletePrivateEgressEndpointCommon request's response once the request completes successfully.
Use "Send" method on the returned DeletePrivateEgressEndpointCommon Request to send the API call to the service. the "output" return value is not valid until after DeletePrivateEgressEndpointCommon Send returns without error.
See DeletePrivateEgressEndpoint for more information on using the DeletePrivateEgressEndpoint API call, and error handling.
// Example sending a request using the DeletePrivateEgressEndpointRequest method.
req, resp := client.DeletePrivateEgressEndpointRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) DeletePrivateEgressEndpointWithContext ¶ added in v1.2.48
func (c *ARKCLAW) DeletePrivateEgressEndpointWithContext(ctx volcengine.Context, input *DeletePrivateEgressEndpointInput, opts ...request.Option) (*DeletePrivateEgressEndpointOutput, error)
DeletePrivateEgressEndpointWithContext is the same as DeletePrivateEgressEndpoint with the addition of the ability to pass a context and additional request options.
See DeletePrivateEgressEndpoint for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) DeletePrivateEgressNetworkAccessRule ¶ added in v1.2.48
func (c *ARKCLAW) DeletePrivateEgressNetworkAccessRule(input *DeletePrivateEgressNetworkAccessRuleInput) (*DeletePrivateEgressNetworkAccessRuleOutput, error)
DeletePrivateEgressNetworkAccessRule API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation DeletePrivateEgressNetworkAccessRule for usage and error information.
func (*ARKCLAW) DeletePrivateEgressNetworkAccessRuleCommon ¶ added in v1.2.48
func (c *ARKCLAW) DeletePrivateEgressNetworkAccessRuleCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DeletePrivateEgressNetworkAccessRuleCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation DeletePrivateEgressNetworkAccessRuleCommon for usage and error information.
func (*ARKCLAW) DeletePrivateEgressNetworkAccessRuleCommonRequest ¶ added in v1.2.48
func (c *ARKCLAW) DeletePrivateEgressNetworkAccessRuleCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeletePrivateEgressNetworkAccessRuleCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeletePrivateEgressNetworkAccessRuleCommon operation. The "output" return value will be populated with the DeletePrivateEgressNetworkAccessRuleCommon request's response once the request completes successfully.
Use "Send" method on the returned DeletePrivateEgressNetworkAccessRuleCommon Request to send the API call to the service. the "output" return value is not valid until after DeletePrivateEgressNetworkAccessRuleCommon Send returns without error.
See DeletePrivateEgressNetworkAccessRuleCommon for more information on using the DeletePrivateEgressNetworkAccessRuleCommon API call, and error handling.
// Example sending a request using the DeletePrivateEgressNetworkAccessRuleCommonRequest method.
req, resp := client.DeletePrivateEgressNetworkAccessRuleCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) DeletePrivateEgressNetworkAccessRuleCommonWithContext ¶ added in v1.2.48
func (c *ARKCLAW) DeletePrivateEgressNetworkAccessRuleCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeletePrivateEgressNetworkAccessRuleCommonWithContext is the same as DeletePrivateEgressNetworkAccessRuleCommon with the addition of the ability to pass a context and additional request options.
See DeletePrivateEgressNetworkAccessRuleCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) DeletePrivateEgressNetworkAccessRuleRequest ¶ added in v1.2.48
func (c *ARKCLAW) DeletePrivateEgressNetworkAccessRuleRequest(input *DeletePrivateEgressNetworkAccessRuleInput) (req *request.Request, output *DeletePrivateEgressNetworkAccessRuleOutput)
DeletePrivateEgressNetworkAccessRuleRequest generates a "volcengine/request.Request" representing the client's request for the DeletePrivateEgressNetworkAccessRule operation. The "output" return value will be populated with the DeletePrivateEgressNetworkAccessRuleCommon request's response once the request completes successfully.
Use "Send" method on the returned DeletePrivateEgressNetworkAccessRuleCommon Request to send the API call to the service. the "output" return value is not valid until after DeletePrivateEgressNetworkAccessRuleCommon Send returns without error.
See DeletePrivateEgressNetworkAccessRule for more information on using the DeletePrivateEgressNetworkAccessRule API call, and error handling.
// Example sending a request using the DeletePrivateEgressNetworkAccessRuleRequest method.
req, resp := client.DeletePrivateEgressNetworkAccessRuleRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) DeletePrivateEgressNetworkAccessRuleWithContext ¶ added in v1.2.48
func (c *ARKCLAW) DeletePrivateEgressNetworkAccessRuleWithContext(ctx volcengine.Context, input *DeletePrivateEgressNetworkAccessRuleInput, opts ...request.Option) (*DeletePrivateEgressNetworkAccessRuleOutput, error)
DeletePrivateEgressNetworkAccessRuleWithContext is the same as DeletePrivateEgressNetworkAccessRule with the addition of the ability to pass a context and additional request options.
See DeletePrivateEgressNetworkAccessRule for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) DeletePrivateEgressWebAccessRule ¶ added in v1.2.48
func (c *ARKCLAW) DeletePrivateEgressWebAccessRule(input *DeletePrivateEgressWebAccessRuleInput) (*DeletePrivateEgressWebAccessRuleOutput, error)
DeletePrivateEgressWebAccessRule API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation DeletePrivateEgressWebAccessRule for usage and error information.
func (*ARKCLAW) DeletePrivateEgressWebAccessRuleCommon ¶ added in v1.2.48
func (c *ARKCLAW) DeletePrivateEgressWebAccessRuleCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DeletePrivateEgressWebAccessRuleCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation DeletePrivateEgressWebAccessRuleCommon for usage and error information.
func (*ARKCLAW) DeletePrivateEgressWebAccessRuleCommonRequest ¶ added in v1.2.48
func (c *ARKCLAW) DeletePrivateEgressWebAccessRuleCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeletePrivateEgressWebAccessRuleCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeletePrivateEgressWebAccessRuleCommon operation. The "output" return value will be populated with the DeletePrivateEgressWebAccessRuleCommon request's response once the request completes successfully.
Use "Send" method on the returned DeletePrivateEgressWebAccessRuleCommon Request to send the API call to the service. the "output" return value is not valid until after DeletePrivateEgressWebAccessRuleCommon Send returns without error.
See DeletePrivateEgressWebAccessRuleCommon for more information on using the DeletePrivateEgressWebAccessRuleCommon API call, and error handling.
// Example sending a request using the DeletePrivateEgressWebAccessRuleCommonRequest method.
req, resp := client.DeletePrivateEgressWebAccessRuleCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) DeletePrivateEgressWebAccessRuleCommonWithContext ¶ added in v1.2.48
func (c *ARKCLAW) DeletePrivateEgressWebAccessRuleCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeletePrivateEgressWebAccessRuleCommonWithContext is the same as DeletePrivateEgressWebAccessRuleCommon with the addition of the ability to pass a context and additional request options.
See DeletePrivateEgressWebAccessRuleCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) DeletePrivateEgressWebAccessRuleRequest ¶ added in v1.2.48
func (c *ARKCLAW) DeletePrivateEgressWebAccessRuleRequest(input *DeletePrivateEgressWebAccessRuleInput) (req *request.Request, output *DeletePrivateEgressWebAccessRuleOutput)
DeletePrivateEgressWebAccessRuleRequest generates a "volcengine/request.Request" representing the client's request for the DeletePrivateEgressWebAccessRule operation. The "output" return value will be populated with the DeletePrivateEgressWebAccessRuleCommon request's response once the request completes successfully.
Use "Send" method on the returned DeletePrivateEgressWebAccessRuleCommon Request to send the API call to the service. the "output" return value is not valid until after DeletePrivateEgressWebAccessRuleCommon Send returns without error.
See DeletePrivateEgressWebAccessRule for more information on using the DeletePrivateEgressWebAccessRule API call, and error handling.
// Example sending a request using the DeletePrivateEgressWebAccessRuleRequest method.
req, resp := client.DeletePrivateEgressWebAccessRuleRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) DeletePrivateEgressWebAccessRuleWithContext ¶ added in v1.2.48
func (c *ARKCLAW) DeletePrivateEgressWebAccessRuleWithContext(ctx volcengine.Context, input *DeletePrivateEgressWebAccessRuleInput, opts ...request.Option) (*DeletePrivateEgressWebAccessRuleOutput, error)
DeletePrivateEgressWebAccessRuleWithContext is the same as DeletePrivateEgressWebAccessRule with the addition of the ability to pass a context and additional request options.
See DeletePrivateEgressWebAccessRule for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) DeleteScheduledJob ¶ added in v1.2.38
func (c *ARKCLAW) DeleteScheduledJob(input *DeleteScheduledJobInput) (*DeleteScheduledJobOutput, error)
DeleteScheduledJob API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation DeleteScheduledJob for usage and error information.
func (*ARKCLAW) DeleteScheduledJobCommon ¶ added in v1.2.38
func (c *ARKCLAW) DeleteScheduledJobCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DeleteScheduledJobCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation DeleteScheduledJobCommon for usage and error information.
func (*ARKCLAW) DeleteScheduledJobCommonRequest ¶ added in v1.2.38
func (c *ARKCLAW) DeleteScheduledJobCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeleteScheduledJobCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteScheduledJobCommon operation. The "output" return value will be populated with the DeleteScheduledJobCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteScheduledJobCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteScheduledJobCommon Send returns without error.
See DeleteScheduledJobCommon for more information on using the DeleteScheduledJobCommon API call, and error handling.
// Example sending a request using the DeleteScheduledJobCommonRequest method.
req, resp := client.DeleteScheduledJobCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) DeleteScheduledJobCommonWithContext ¶ added in v1.2.38
func (c *ARKCLAW) DeleteScheduledJobCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeleteScheduledJobCommonWithContext is the same as DeleteScheduledJobCommon with the addition of the ability to pass a context and additional request options.
See DeleteScheduledJobCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) DeleteScheduledJobRequest ¶ added in v1.2.38
func (c *ARKCLAW) DeleteScheduledJobRequest(input *DeleteScheduledJobInput) (req *request.Request, output *DeleteScheduledJobOutput)
DeleteScheduledJobRequest generates a "volcengine/request.Request" representing the client's request for the DeleteScheduledJob operation. The "output" return value will be populated with the DeleteScheduledJobCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteScheduledJobCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteScheduledJobCommon Send returns without error.
See DeleteScheduledJob for more information on using the DeleteScheduledJob API call, and error handling.
// Example sending a request using the DeleteScheduledJobRequest method.
req, resp := client.DeleteScheduledJobRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) DeleteScheduledJobWithContext ¶ added in v1.2.38
func (c *ARKCLAW) DeleteScheduledJobWithContext(ctx volcengine.Context, input *DeleteScheduledJobInput, opts ...request.Option) (*DeleteScheduledJobOutput, error)
DeleteScheduledJobWithContext is the same as DeleteScheduledJob with the addition of the ability to pass a context and additional request options.
See DeleteScheduledJob for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) DescribeAccountWhiteList ¶ added in v1.2.48
func (c *ARKCLAW) DescribeAccountWhiteList(input *DescribeAccountWhiteListInput) (*DescribeAccountWhiteListOutput, error)
DescribeAccountWhiteList API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation DescribeAccountWhiteList for usage and error information.
func (*ARKCLAW) DescribeAccountWhiteListCommon ¶ added in v1.2.48
func (c *ARKCLAW) DescribeAccountWhiteListCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeAccountWhiteListCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation DescribeAccountWhiteListCommon for usage and error information.
func (*ARKCLAW) DescribeAccountWhiteListCommonRequest ¶ added in v1.2.48
func (c *ARKCLAW) DescribeAccountWhiteListCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeAccountWhiteListCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeAccountWhiteListCommon operation. The "output" return value will be populated with the DescribeAccountWhiteListCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeAccountWhiteListCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeAccountWhiteListCommon Send returns without error.
See DescribeAccountWhiteListCommon for more information on using the DescribeAccountWhiteListCommon API call, and error handling.
// Example sending a request using the DescribeAccountWhiteListCommonRequest method.
req, resp := client.DescribeAccountWhiteListCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) DescribeAccountWhiteListCommonWithContext ¶ added in v1.2.48
func (c *ARKCLAW) DescribeAccountWhiteListCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeAccountWhiteListCommonWithContext is the same as DescribeAccountWhiteListCommon with the addition of the ability to pass a context and additional request options.
See DescribeAccountWhiteListCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) DescribeAccountWhiteListRequest ¶ added in v1.2.48
func (c *ARKCLAW) DescribeAccountWhiteListRequest(input *DescribeAccountWhiteListInput) (req *request.Request, output *DescribeAccountWhiteListOutput)
DescribeAccountWhiteListRequest generates a "volcengine/request.Request" representing the client's request for the DescribeAccountWhiteList operation. The "output" return value will be populated with the DescribeAccountWhiteListCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeAccountWhiteListCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeAccountWhiteListCommon Send returns without error.
See DescribeAccountWhiteList for more information on using the DescribeAccountWhiteList API call, and error handling.
// Example sending a request using the DescribeAccountWhiteListRequest method.
req, resp := client.DescribeAccountWhiteListRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) DescribeAccountWhiteListWithContext ¶ added in v1.2.48
func (c *ARKCLAW) DescribeAccountWhiteListWithContext(ctx volcengine.Context, input *DescribeAccountWhiteListInput, opts ...request.Option) (*DescribeAccountWhiteListOutput, error)
DescribeAccountWhiteListWithContext is the same as DescribeAccountWhiteList with the addition of the ability to pass a context and additional request options.
See DescribeAccountWhiteList for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) DescribePrivateEgress ¶ added in v1.2.48
func (c *ARKCLAW) DescribePrivateEgress(input *DescribePrivateEgressInput) (*DescribePrivateEgressOutput, error)
DescribePrivateEgress API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation DescribePrivateEgress for usage and error information.
func (*ARKCLAW) DescribePrivateEgressAvailableZones ¶ added in v1.2.48
func (c *ARKCLAW) DescribePrivateEgressAvailableZones(input *DescribePrivateEgressAvailableZonesInput) (*DescribePrivateEgressAvailableZonesOutput, error)
DescribePrivateEgressAvailableZones API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation DescribePrivateEgressAvailableZones for usage and error information.
func (*ARKCLAW) DescribePrivateEgressAvailableZonesCommon ¶ added in v1.2.48
func (c *ARKCLAW) DescribePrivateEgressAvailableZonesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribePrivateEgressAvailableZonesCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation DescribePrivateEgressAvailableZonesCommon for usage and error information.
func (*ARKCLAW) DescribePrivateEgressAvailableZonesCommonRequest ¶ added in v1.2.48
func (c *ARKCLAW) DescribePrivateEgressAvailableZonesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribePrivateEgressAvailableZonesCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribePrivateEgressAvailableZonesCommon operation. The "output" return value will be populated with the DescribePrivateEgressAvailableZonesCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribePrivateEgressAvailableZonesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribePrivateEgressAvailableZonesCommon Send returns without error.
See DescribePrivateEgressAvailableZonesCommon for more information on using the DescribePrivateEgressAvailableZonesCommon API call, and error handling.
// Example sending a request using the DescribePrivateEgressAvailableZonesCommonRequest method.
req, resp := client.DescribePrivateEgressAvailableZonesCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) DescribePrivateEgressAvailableZonesCommonWithContext ¶ added in v1.2.48
func (c *ARKCLAW) DescribePrivateEgressAvailableZonesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribePrivateEgressAvailableZonesCommonWithContext is the same as DescribePrivateEgressAvailableZonesCommon with the addition of the ability to pass a context and additional request options.
See DescribePrivateEgressAvailableZonesCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) DescribePrivateEgressAvailableZonesRequest ¶ added in v1.2.48
func (c *ARKCLAW) DescribePrivateEgressAvailableZonesRequest(input *DescribePrivateEgressAvailableZonesInput) (req *request.Request, output *DescribePrivateEgressAvailableZonesOutput)
DescribePrivateEgressAvailableZonesRequest generates a "volcengine/request.Request" representing the client's request for the DescribePrivateEgressAvailableZones operation. The "output" return value will be populated with the DescribePrivateEgressAvailableZonesCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribePrivateEgressAvailableZonesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribePrivateEgressAvailableZonesCommon Send returns without error.
See DescribePrivateEgressAvailableZones for more information on using the DescribePrivateEgressAvailableZones API call, and error handling.
// Example sending a request using the DescribePrivateEgressAvailableZonesRequest method.
req, resp := client.DescribePrivateEgressAvailableZonesRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) DescribePrivateEgressAvailableZonesWithContext ¶ added in v1.2.48
func (c *ARKCLAW) DescribePrivateEgressAvailableZonesWithContext(ctx volcengine.Context, input *DescribePrivateEgressAvailableZonesInput, opts ...request.Option) (*DescribePrivateEgressAvailableZonesOutput, error)
DescribePrivateEgressAvailableZonesWithContext is the same as DescribePrivateEgressAvailableZones with the addition of the ability to pass a context and additional request options.
See DescribePrivateEgressAvailableZones for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) DescribePrivateEgressCommon ¶ added in v1.2.48
func (c *ARKCLAW) DescribePrivateEgressCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribePrivateEgressCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation DescribePrivateEgressCommon for usage and error information.
func (*ARKCLAW) DescribePrivateEgressCommonRequest ¶ added in v1.2.48
func (c *ARKCLAW) DescribePrivateEgressCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribePrivateEgressCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribePrivateEgressCommon operation. The "output" return value will be populated with the DescribePrivateEgressCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribePrivateEgressCommon Request to send the API call to the service. the "output" return value is not valid until after DescribePrivateEgressCommon Send returns without error.
See DescribePrivateEgressCommon for more information on using the DescribePrivateEgressCommon API call, and error handling.
// Example sending a request using the DescribePrivateEgressCommonRequest method.
req, resp := client.DescribePrivateEgressCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) DescribePrivateEgressCommonWithContext ¶ added in v1.2.48
func (c *ARKCLAW) DescribePrivateEgressCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribePrivateEgressCommonWithContext is the same as DescribePrivateEgressCommon with the addition of the ability to pass a context and additional request options.
See DescribePrivateEgressCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) DescribePrivateEgressDnsBlockRules ¶ added in v1.2.48
func (c *ARKCLAW) DescribePrivateEgressDnsBlockRules(input *DescribePrivateEgressDnsBlockRulesInput) (*DescribePrivateEgressDnsBlockRulesOutput, error)
DescribePrivateEgressDnsBlockRules API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation DescribePrivateEgressDnsBlockRules for usage and error information.
func (*ARKCLAW) DescribePrivateEgressDnsBlockRulesCommon ¶ added in v1.2.48
func (c *ARKCLAW) DescribePrivateEgressDnsBlockRulesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribePrivateEgressDnsBlockRulesCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation DescribePrivateEgressDnsBlockRulesCommon for usage and error information.
func (*ARKCLAW) DescribePrivateEgressDnsBlockRulesCommonRequest ¶ added in v1.2.48
func (c *ARKCLAW) DescribePrivateEgressDnsBlockRulesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribePrivateEgressDnsBlockRulesCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribePrivateEgressDnsBlockRulesCommon operation. The "output" return value will be populated with the DescribePrivateEgressDnsBlockRulesCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribePrivateEgressDnsBlockRulesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribePrivateEgressDnsBlockRulesCommon Send returns without error.
See DescribePrivateEgressDnsBlockRulesCommon for more information on using the DescribePrivateEgressDnsBlockRulesCommon API call, and error handling.
// Example sending a request using the DescribePrivateEgressDnsBlockRulesCommonRequest method.
req, resp := client.DescribePrivateEgressDnsBlockRulesCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) DescribePrivateEgressDnsBlockRulesCommonWithContext ¶ added in v1.2.48
func (c *ARKCLAW) DescribePrivateEgressDnsBlockRulesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribePrivateEgressDnsBlockRulesCommonWithContext is the same as DescribePrivateEgressDnsBlockRulesCommon with the addition of the ability to pass a context and additional request options.
See DescribePrivateEgressDnsBlockRulesCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) DescribePrivateEgressDnsBlockRulesRequest ¶ added in v1.2.48
func (c *ARKCLAW) DescribePrivateEgressDnsBlockRulesRequest(input *DescribePrivateEgressDnsBlockRulesInput) (req *request.Request, output *DescribePrivateEgressDnsBlockRulesOutput)
DescribePrivateEgressDnsBlockRulesRequest generates a "volcengine/request.Request" representing the client's request for the DescribePrivateEgressDnsBlockRules operation. The "output" return value will be populated with the DescribePrivateEgressDnsBlockRulesCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribePrivateEgressDnsBlockRulesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribePrivateEgressDnsBlockRulesCommon Send returns without error.
See DescribePrivateEgressDnsBlockRules for more information on using the DescribePrivateEgressDnsBlockRules API call, and error handling.
// Example sending a request using the DescribePrivateEgressDnsBlockRulesRequest method.
req, resp := client.DescribePrivateEgressDnsBlockRulesRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) DescribePrivateEgressDnsBlockRulesWithContext ¶ added in v1.2.48
func (c *ARKCLAW) DescribePrivateEgressDnsBlockRulesWithContext(ctx volcengine.Context, input *DescribePrivateEgressDnsBlockRulesInput, opts ...request.Option) (*DescribePrivateEgressDnsBlockRulesOutput, error)
DescribePrivateEgressDnsBlockRulesWithContext is the same as DescribePrivateEgressDnsBlockRules with the addition of the ability to pass a context and additional request options.
See DescribePrivateEgressDnsBlockRules for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) DescribePrivateEgressEndpoints ¶ added in v1.2.48
func (c *ARKCLAW) DescribePrivateEgressEndpoints(input *DescribePrivateEgressEndpointsInput) (*DescribePrivateEgressEndpointsOutput, error)
DescribePrivateEgressEndpoints API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation DescribePrivateEgressEndpoints for usage and error information.
func (*ARKCLAW) DescribePrivateEgressEndpointsCommon ¶ added in v1.2.48
func (c *ARKCLAW) DescribePrivateEgressEndpointsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribePrivateEgressEndpointsCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation DescribePrivateEgressEndpointsCommon for usage and error information.
func (*ARKCLAW) DescribePrivateEgressEndpointsCommonRequest ¶ added in v1.2.48
func (c *ARKCLAW) DescribePrivateEgressEndpointsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribePrivateEgressEndpointsCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribePrivateEgressEndpointsCommon operation. The "output" return value will be populated with the DescribePrivateEgressEndpointsCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribePrivateEgressEndpointsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribePrivateEgressEndpointsCommon Send returns without error.
See DescribePrivateEgressEndpointsCommon for more information on using the DescribePrivateEgressEndpointsCommon API call, and error handling.
// Example sending a request using the DescribePrivateEgressEndpointsCommonRequest method.
req, resp := client.DescribePrivateEgressEndpointsCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) DescribePrivateEgressEndpointsCommonWithContext ¶ added in v1.2.48
func (c *ARKCLAW) DescribePrivateEgressEndpointsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribePrivateEgressEndpointsCommonWithContext is the same as DescribePrivateEgressEndpointsCommon with the addition of the ability to pass a context and additional request options.
See DescribePrivateEgressEndpointsCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) DescribePrivateEgressEndpointsRequest ¶ added in v1.2.48
func (c *ARKCLAW) DescribePrivateEgressEndpointsRequest(input *DescribePrivateEgressEndpointsInput) (req *request.Request, output *DescribePrivateEgressEndpointsOutput)
DescribePrivateEgressEndpointsRequest generates a "volcengine/request.Request" representing the client's request for the DescribePrivateEgressEndpoints operation. The "output" return value will be populated with the DescribePrivateEgressEndpointsCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribePrivateEgressEndpointsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribePrivateEgressEndpointsCommon Send returns without error.
See DescribePrivateEgressEndpoints for more information on using the DescribePrivateEgressEndpoints API call, and error handling.
// Example sending a request using the DescribePrivateEgressEndpointsRequest method.
req, resp := client.DescribePrivateEgressEndpointsRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) DescribePrivateEgressEndpointsWithContext ¶ added in v1.2.48
func (c *ARKCLAW) DescribePrivateEgressEndpointsWithContext(ctx volcengine.Context, input *DescribePrivateEgressEndpointsInput, opts ...request.Option) (*DescribePrivateEgressEndpointsOutput, error)
DescribePrivateEgressEndpointsWithContext is the same as DescribePrivateEgressEndpoints with the addition of the ability to pass a context and additional request options.
See DescribePrivateEgressEndpoints for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) DescribePrivateEgressManagedWebAccessRuleTemplates ¶ added in v1.2.48
func (c *ARKCLAW) DescribePrivateEgressManagedWebAccessRuleTemplates(input *DescribePrivateEgressManagedWebAccessRuleTemplatesInput) (*DescribePrivateEgressManagedWebAccessRuleTemplatesOutput, error)
DescribePrivateEgressManagedWebAccessRuleTemplates API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation DescribePrivateEgressManagedWebAccessRuleTemplates for usage and error information.
func (*ARKCLAW) DescribePrivateEgressManagedWebAccessRuleTemplatesCommon ¶ added in v1.2.48
func (c *ARKCLAW) DescribePrivateEgressManagedWebAccessRuleTemplatesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribePrivateEgressManagedWebAccessRuleTemplatesCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation DescribePrivateEgressManagedWebAccessRuleTemplatesCommon for usage and error information.
func (*ARKCLAW) DescribePrivateEgressManagedWebAccessRuleTemplatesCommonRequest ¶ added in v1.2.48
func (c *ARKCLAW) DescribePrivateEgressManagedWebAccessRuleTemplatesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribePrivateEgressManagedWebAccessRuleTemplatesCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribePrivateEgressManagedWebAccessRuleTemplatesCommon operation. The "output" return value will be populated with the DescribePrivateEgressManagedWebAccessRuleTemplatesCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribePrivateEgressManagedWebAccessRuleTemplatesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribePrivateEgressManagedWebAccessRuleTemplatesCommon Send returns without error.
See DescribePrivateEgressManagedWebAccessRuleTemplatesCommon for more information on using the DescribePrivateEgressManagedWebAccessRuleTemplatesCommon API call, and error handling.
// Example sending a request using the DescribePrivateEgressManagedWebAccessRuleTemplatesCommonRequest method.
req, resp := client.DescribePrivateEgressManagedWebAccessRuleTemplatesCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) DescribePrivateEgressManagedWebAccessRuleTemplatesCommonWithContext ¶ added in v1.2.48
func (c *ARKCLAW) DescribePrivateEgressManagedWebAccessRuleTemplatesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribePrivateEgressManagedWebAccessRuleTemplatesCommonWithContext is the same as DescribePrivateEgressManagedWebAccessRuleTemplatesCommon with the addition of the ability to pass a context and additional request options.
See DescribePrivateEgressManagedWebAccessRuleTemplatesCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) DescribePrivateEgressManagedWebAccessRuleTemplatesRequest ¶ added in v1.2.48
func (c *ARKCLAW) DescribePrivateEgressManagedWebAccessRuleTemplatesRequest(input *DescribePrivateEgressManagedWebAccessRuleTemplatesInput) (req *request.Request, output *DescribePrivateEgressManagedWebAccessRuleTemplatesOutput)
DescribePrivateEgressManagedWebAccessRuleTemplatesRequest generates a "volcengine/request.Request" representing the client's request for the DescribePrivateEgressManagedWebAccessRuleTemplates operation. The "output" return value will be populated with the DescribePrivateEgressManagedWebAccessRuleTemplatesCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribePrivateEgressManagedWebAccessRuleTemplatesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribePrivateEgressManagedWebAccessRuleTemplatesCommon Send returns without error.
See DescribePrivateEgressManagedWebAccessRuleTemplates for more information on using the DescribePrivateEgressManagedWebAccessRuleTemplates API call, and error handling.
// Example sending a request using the DescribePrivateEgressManagedWebAccessRuleTemplatesRequest method.
req, resp := client.DescribePrivateEgressManagedWebAccessRuleTemplatesRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) DescribePrivateEgressManagedWebAccessRuleTemplatesWithContext ¶ added in v1.2.48
func (c *ARKCLAW) DescribePrivateEgressManagedWebAccessRuleTemplatesWithContext(ctx volcengine.Context, input *DescribePrivateEgressManagedWebAccessRuleTemplatesInput, opts ...request.Option) (*DescribePrivateEgressManagedWebAccessRuleTemplatesOutput, error)
DescribePrivateEgressManagedWebAccessRuleTemplatesWithContext is the same as DescribePrivateEgressManagedWebAccessRuleTemplates with the addition of the ability to pass a context and additional request options.
See DescribePrivateEgressManagedWebAccessRuleTemplates for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) DescribePrivateEgressNetworkAccessPolicy ¶ added in v1.2.48
func (c *ARKCLAW) DescribePrivateEgressNetworkAccessPolicy(input *DescribePrivateEgressNetworkAccessPolicyInput) (*DescribePrivateEgressNetworkAccessPolicyOutput, error)
DescribePrivateEgressNetworkAccessPolicy API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation DescribePrivateEgressNetworkAccessPolicy for usage and error information.
func (*ARKCLAW) DescribePrivateEgressNetworkAccessPolicyCommon ¶ added in v1.2.48
func (c *ARKCLAW) DescribePrivateEgressNetworkAccessPolicyCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribePrivateEgressNetworkAccessPolicyCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation DescribePrivateEgressNetworkAccessPolicyCommon for usage and error information.
func (*ARKCLAW) DescribePrivateEgressNetworkAccessPolicyCommonRequest ¶ added in v1.2.48
func (c *ARKCLAW) DescribePrivateEgressNetworkAccessPolicyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribePrivateEgressNetworkAccessPolicyCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribePrivateEgressNetworkAccessPolicyCommon operation. The "output" return value will be populated with the DescribePrivateEgressNetworkAccessPolicyCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribePrivateEgressNetworkAccessPolicyCommon Request to send the API call to the service. the "output" return value is not valid until after DescribePrivateEgressNetworkAccessPolicyCommon Send returns without error.
See DescribePrivateEgressNetworkAccessPolicyCommon for more information on using the DescribePrivateEgressNetworkAccessPolicyCommon API call, and error handling.
// Example sending a request using the DescribePrivateEgressNetworkAccessPolicyCommonRequest method.
req, resp := client.DescribePrivateEgressNetworkAccessPolicyCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) DescribePrivateEgressNetworkAccessPolicyCommonWithContext ¶ added in v1.2.48
func (c *ARKCLAW) DescribePrivateEgressNetworkAccessPolicyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribePrivateEgressNetworkAccessPolicyCommonWithContext is the same as DescribePrivateEgressNetworkAccessPolicyCommon with the addition of the ability to pass a context and additional request options.
See DescribePrivateEgressNetworkAccessPolicyCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) DescribePrivateEgressNetworkAccessPolicyRequest ¶ added in v1.2.48
func (c *ARKCLAW) DescribePrivateEgressNetworkAccessPolicyRequest(input *DescribePrivateEgressNetworkAccessPolicyInput) (req *request.Request, output *DescribePrivateEgressNetworkAccessPolicyOutput)
DescribePrivateEgressNetworkAccessPolicyRequest generates a "volcengine/request.Request" representing the client's request for the DescribePrivateEgressNetworkAccessPolicy operation. The "output" return value will be populated with the DescribePrivateEgressNetworkAccessPolicyCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribePrivateEgressNetworkAccessPolicyCommon Request to send the API call to the service. the "output" return value is not valid until after DescribePrivateEgressNetworkAccessPolicyCommon Send returns without error.
See DescribePrivateEgressNetworkAccessPolicy for more information on using the DescribePrivateEgressNetworkAccessPolicy API call, and error handling.
// Example sending a request using the DescribePrivateEgressNetworkAccessPolicyRequest method.
req, resp := client.DescribePrivateEgressNetworkAccessPolicyRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) DescribePrivateEgressNetworkAccessPolicyWithContext ¶ added in v1.2.48
func (c *ARKCLAW) DescribePrivateEgressNetworkAccessPolicyWithContext(ctx volcengine.Context, input *DescribePrivateEgressNetworkAccessPolicyInput, opts ...request.Option) (*DescribePrivateEgressNetworkAccessPolicyOutput, error)
DescribePrivateEgressNetworkAccessPolicyWithContext is the same as DescribePrivateEgressNetworkAccessPolicy with the addition of the ability to pass a context and additional request options.
See DescribePrivateEgressNetworkAccessPolicy for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) DescribePrivateEgressNetworkAccessRuleAttributes ¶ added in v1.2.48
func (c *ARKCLAW) DescribePrivateEgressNetworkAccessRuleAttributes(input *DescribePrivateEgressNetworkAccessRuleAttributesInput) (*DescribePrivateEgressNetworkAccessRuleAttributesOutput, error)
DescribePrivateEgressNetworkAccessRuleAttributes API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation DescribePrivateEgressNetworkAccessRuleAttributes for usage and error information.
func (*ARKCLAW) DescribePrivateEgressNetworkAccessRuleAttributesCommon ¶ added in v1.2.48
func (c *ARKCLAW) DescribePrivateEgressNetworkAccessRuleAttributesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribePrivateEgressNetworkAccessRuleAttributesCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation DescribePrivateEgressNetworkAccessRuleAttributesCommon for usage and error information.
func (*ARKCLAW) DescribePrivateEgressNetworkAccessRuleAttributesCommonRequest ¶ added in v1.2.48
func (c *ARKCLAW) DescribePrivateEgressNetworkAccessRuleAttributesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribePrivateEgressNetworkAccessRuleAttributesCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribePrivateEgressNetworkAccessRuleAttributesCommon operation. The "output" return value will be populated with the DescribePrivateEgressNetworkAccessRuleAttributesCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribePrivateEgressNetworkAccessRuleAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribePrivateEgressNetworkAccessRuleAttributesCommon Send returns without error.
See DescribePrivateEgressNetworkAccessRuleAttributesCommon for more information on using the DescribePrivateEgressNetworkAccessRuleAttributesCommon API call, and error handling.
// Example sending a request using the DescribePrivateEgressNetworkAccessRuleAttributesCommonRequest method.
req, resp := client.DescribePrivateEgressNetworkAccessRuleAttributesCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) DescribePrivateEgressNetworkAccessRuleAttributesCommonWithContext ¶ added in v1.2.48
func (c *ARKCLAW) DescribePrivateEgressNetworkAccessRuleAttributesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribePrivateEgressNetworkAccessRuleAttributesCommonWithContext is the same as DescribePrivateEgressNetworkAccessRuleAttributesCommon with the addition of the ability to pass a context and additional request options.
See DescribePrivateEgressNetworkAccessRuleAttributesCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) DescribePrivateEgressNetworkAccessRuleAttributesRequest ¶ added in v1.2.48
func (c *ARKCLAW) DescribePrivateEgressNetworkAccessRuleAttributesRequest(input *DescribePrivateEgressNetworkAccessRuleAttributesInput) (req *request.Request, output *DescribePrivateEgressNetworkAccessRuleAttributesOutput)
DescribePrivateEgressNetworkAccessRuleAttributesRequest generates a "volcengine/request.Request" representing the client's request for the DescribePrivateEgressNetworkAccessRuleAttributes operation. The "output" return value will be populated with the DescribePrivateEgressNetworkAccessRuleAttributesCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribePrivateEgressNetworkAccessRuleAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribePrivateEgressNetworkAccessRuleAttributesCommon Send returns without error.
See DescribePrivateEgressNetworkAccessRuleAttributes for more information on using the DescribePrivateEgressNetworkAccessRuleAttributes API call, and error handling.
// Example sending a request using the DescribePrivateEgressNetworkAccessRuleAttributesRequest method.
req, resp := client.DescribePrivateEgressNetworkAccessRuleAttributesRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) DescribePrivateEgressNetworkAccessRuleAttributesWithContext ¶ added in v1.2.48
func (c *ARKCLAW) DescribePrivateEgressNetworkAccessRuleAttributesWithContext(ctx volcengine.Context, input *DescribePrivateEgressNetworkAccessRuleAttributesInput, opts ...request.Option) (*DescribePrivateEgressNetworkAccessRuleAttributesOutput, error)
DescribePrivateEgressNetworkAccessRuleAttributesWithContext is the same as DescribePrivateEgressNetworkAccessRuleAttributes with the addition of the ability to pass a context and additional request options.
See DescribePrivateEgressNetworkAccessRuleAttributes for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) DescribePrivateEgressNetworkAccessRules ¶ added in v1.2.48
func (c *ARKCLAW) DescribePrivateEgressNetworkAccessRules(input *DescribePrivateEgressNetworkAccessRulesInput) (*DescribePrivateEgressNetworkAccessRulesOutput, error)
DescribePrivateEgressNetworkAccessRules API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation DescribePrivateEgressNetworkAccessRules for usage and error information.
func (*ARKCLAW) DescribePrivateEgressNetworkAccessRulesCommon ¶ added in v1.2.48
func (c *ARKCLAW) DescribePrivateEgressNetworkAccessRulesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribePrivateEgressNetworkAccessRulesCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation DescribePrivateEgressNetworkAccessRulesCommon for usage and error information.
func (*ARKCLAW) DescribePrivateEgressNetworkAccessRulesCommonRequest ¶ added in v1.2.48
func (c *ARKCLAW) DescribePrivateEgressNetworkAccessRulesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribePrivateEgressNetworkAccessRulesCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribePrivateEgressNetworkAccessRulesCommon operation. The "output" return value will be populated with the DescribePrivateEgressNetworkAccessRulesCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribePrivateEgressNetworkAccessRulesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribePrivateEgressNetworkAccessRulesCommon Send returns without error.
See DescribePrivateEgressNetworkAccessRulesCommon for more information on using the DescribePrivateEgressNetworkAccessRulesCommon API call, and error handling.
// Example sending a request using the DescribePrivateEgressNetworkAccessRulesCommonRequest method.
req, resp := client.DescribePrivateEgressNetworkAccessRulesCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) DescribePrivateEgressNetworkAccessRulesCommonWithContext ¶ added in v1.2.48
func (c *ARKCLAW) DescribePrivateEgressNetworkAccessRulesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribePrivateEgressNetworkAccessRulesCommonWithContext is the same as DescribePrivateEgressNetworkAccessRulesCommon with the addition of the ability to pass a context and additional request options.
See DescribePrivateEgressNetworkAccessRulesCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) DescribePrivateEgressNetworkAccessRulesRequest ¶ added in v1.2.48
func (c *ARKCLAW) DescribePrivateEgressNetworkAccessRulesRequest(input *DescribePrivateEgressNetworkAccessRulesInput) (req *request.Request, output *DescribePrivateEgressNetworkAccessRulesOutput)
DescribePrivateEgressNetworkAccessRulesRequest generates a "volcengine/request.Request" representing the client's request for the DescribePrivateEgressNetworkAccessRules operation. The "output" return value will be populated with the DescribePrivateEgressNetworkAccessRulesCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribePrivateEgressNetworkAccessRulesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribePrivateEgressNetworkAccessRulesCommon Send returns without error.
See DescribePrivateEgressNetworkAccessRules for more information on using the DescribePrivateEgressNetworkAccessRules API call, and error handling.
// Example sending a request using the DescribePrivateEgressNetworkAccessRulesRequest method.
req, resp := client.DescribePrivateEgressNetworkAccessRulesRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) DescribePrivateEgressNetworkAccessRulesWithContext ¶ added in v1.2.48
func (c *ARKCLAW) DescribePrivateEgressNetworkAccessRulesWithContext(ctx volcengine.Context, input *DescribePrivateEgressNetworkAccessRulesInput, opts ...request.Option) (*DescribePrivateEgressNetworkAccessRulesOutput, error)
DescribePrivateEgressNetworkAccessRulesWithContext is the same as DescribePrivateEgressNetworkAccessRules with the addition of the ability to pass a context and additional request options.
See DescribePrivateEgressNetworkAccessRules for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) DescribePrivateEgressRequest ¶ added in v1.2.48
func (c *ARKCLAW) DescribePrivateEgressRequest(input *DescribePrivateEgressInput) (req *request.Request, output *DescribePrivateEgressOutput)
DescribePrivateEgressRequest generates a "volcengine/request.Request" representing the client's request for the DescribePrivateEgress operation. The "output" return value will be populated with the DescribePrivateEgressCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribePrivateEgressCommon Request to send the API call to the service. the "output" return value is not valid until after DescribePrivateEgressCommon Send returns without error.
See DescribePrivateEgress for more information on using the DescribePrivateEgress API call, and error handling.
// Example sending a request using the DescribePrivateEgressRequest method.
req, resp := client.DescribePrivateEgressRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) DescribePrivateEgressWebAccessPolicy ¶ added in v1.2.48
func (c *ARKCLAW) DescribePrivateEgressWebAccessPolicy(input *DescribePrivateEgressWebAccessPolicyInput) (*DescribePrivateEgressWebAccessPolicyOutput, error)
DescribePrivateEgressWebAccessPolicy API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation DescribePrivateEgressWebAccessPolicy for usage and error information.
func (*ARKCLAW) DescribePrivateEgressWebAccessPolicyCommon ¶ added in v1.2.48
func (c *ARKCLAW) DescribePrivateEgressWebAccessPolicyCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribePrivateEgressWebAccessPolicyCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation DescribePrivateEgressWebAccessPolicyCommon for usage and error information.
func (*ARKCLAW) DescribePrivateEgressWebAccessPolicyCommonRequest ¶ added in v1.2.48
func (c *ARKCLAW) DescribePrivateEgressWebAccessPolicyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribePrivateEgressWebAccessPolicyCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribePrivateEgressWebAccessPolicyCommon operation. The "output" return value will be populated with the DescribePrivateEgressWebAccessPolicyCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribePrivateEgressWebAccessPolicyCommon Request to send the API call to the service. the "output" return value is not valid until after DescribePrivateEgressWebAccessPolicyCommon Send returns without error.
See DescribePrivateEgressWebAccessPolicyCommon for more information on using the DescribePrivateEgressWebAccessPolicyCommon API call, and error handling.
// Example sending a request using the DescribePrivateEgressWebAccessPolicyCommonRequest method.
req, resp := client.DescribePrivateEgressWebAccessPolicyCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) DescribePrivateEgressWebAccessPolicyCommonWithContext ¶ added in v1.2.48
func (c *ARKCLAW) DescribePrivateEgressWebAccessPolicyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribePrivateEgressWebAccessPolicyCommonWithContext is the same as DescribePrivateEgressWebAccessPolicyCommon with the addition of the ability to pass a context and additional request options.
See DescribePrivateEgressWebAccessPolicyCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) DescribePrivateEgressWebAccessPolicyRequest ¶ added in v1.2.48
func (c *ARKCLAW) DescribePrivateEgressWebAccessPolicyRequest(input *DescribePrivateEgressWebAccessPolicyInput) (req *request.Request, output *DescribePrivateEgressWebAccessPolicyOutput)
DescribePrivateEgressWebAccessPolicyRequest generates a "volcengine/request.Request" representing the client's request for the DescribePrivateEgressWebAccessPolicy operation. The "output" return value will be populated with the DescribePrivateEgressWebAccessPolicyCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribePrivateEgressWebAccessPolicyCommon Request to send the API call to the service. the "output" return value is not valid until after DescribePrivateEgressWebAccessPolicyCommon Send returns without error.
See DescribePrivateEgressWebAccessPolicy for more information on using the DescribePrivateEgressWebAccessPolicy API call, and error handling.
// Example sending a request using the DescribePrivateEgressWebAccessPolicyRequest method.
req, resp := client.DescribePrivateEgressWebAccessPolicyRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) DescribePrivateEgressWebAccessPolicyWithContext ¶ added in v1.2.48
func (c *ARKCLAW) DescribePrivateEgressWebAccessPolicyWithContext(ctx volcengine.Context, input *DescribePrivateEgressWebAccessPolicyInput, opts ...request.Option) (*DescribePrivateEgressWebAccessPolicyOutput, error)
DescribePrivateEgressWebAccessPolicyWithContext is the same as DescribePrivateEgressWebAccessPolicy with the addition of the ability to pass a context and additional request options.
See DescribePrivateEgressWebAccessPolicy for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) DescribePrivateEgressWebAccessRuleAttributes ¶ added in v1.2.48
func (c *ARKCLAW) DescribePrivateEgressWebAccessRuleAttributes(input *DescribePrivateEgressWebAccessRuleAttributesInput) (*DescribePrivateEgressWebAccessRuleAttributesOutput, error)
DescribePrivateEgressWebAccessRuleAttributes API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation DescribePrivateEgressWebAccessRuleAttributes for usage and error information.
func (*ARKCLAW) DescribePrivateEgressWebAccessRuleAttributesCommon ¶ added in v1.2.48
func (c *ARKCLAW) DescribePrivateEgressWebAccessRuleAttributesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribePrivateEgressWebAccessRuleAttributesCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation DescribePrivateEgressWebAccessRuleAttributesCommon for usage and error information.
func (*ARKCLAW) DescribePrivateEgressWebAccessRuleAttributesCommonRequest ¶ added in v1.2.48
func (c *ARKCLAW) DescribePrivateEgressWebAccessRuleAttributesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribePrivateEgressWebAccessRuleAttributesCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribePrivateEgressWebAccessRuleAttributesCommon operation. The "output" return value will be populated with the DescribePrivateEgressWebAccessRuleAttributesCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribePrivateEgressWebAccessRuleAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribePrivateEgressWebAccessRuleAttributesCommon Send returns without error.
See DescribePrivateEgressWebAccessRuleAttributesCommon for more information on using the DescribePrivateEgressWebAccessRuleAttributesCommon API call, and error handling.
// Example sending a request using the DescribePrivateEgressWebAccessRuleAttributesCommonRequest method.
req, resp := client.DescribePrivateEgressWebAccessRuleAttributesCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) DescribePrivateEgressWebAccessRuleAttributesCommonWithContext ¶ added in v1.2.48
func (c *ARKCLAW) DescribePrivateEgressWebAccessRuleAttributesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribePrivateEgressWebAccessRuleAttributesCommonWithContext is the same as DescribePrivateEgressWebAccessRuleAttributesCommon with the addition of the ability to pass a context and additional request options.
See DescribePrivateEgressWebAccessRuleAttributesCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) DescribePrivateEgressWebAccessRuleAttributesRequest ¶ added in v1.2.48
func (c *ARKCLAW) DescribePrivateEgressWebAccessRuleAttributesRequest(input *DescribePrivateEgressWebAccessRuleAttributesInput) (req *request.Request, output *DescribePrivateEgressWebAccessRuleAttributesOutput)
DescribePrivateEgressWebAccessRuleAttributesRequest generates a "volcengine/request.Request" representing the client's request for the DescribePrivateEgressWebAccessRuleAttributes operation. The "output" return value will be populated with the DescribePrivateEgressWebAccessRuleAttributesCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribePrivateEgressWebAccessRuleAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribePrivateEgressWebAccessRuleAttributesCommon Send returns without error.
See DescribePrivateEgressWebAccessRuleAttributes for more information on using the DescribePrivateEgressWebAccessRuleAttributes API call, and error handling.
// Example sending a request using the DescribePrivateEgressWebAccessRuleAttributesRequest method.
req, resp := client.DescribePrivateEgressWebAccessRuleAttributesRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) DescribePrivateEgressWebAccessRuleAttributesWithContext ¶ added in v1.2.48
func (c *ARKCLAW) DescribePrivateEgressWebAccessRuleAttributesWithContext(ctx volcengine.Context, input *DescribePrivateEgressWebAccessRuleAttributesInput, opts ...request.Option) (*DescribePrivateEgressWebAccessRuleAttributesOutput, error)
DescribePrivateEgressWebAccessRuleAttributesWithContext is the same as DescribePrivateEgressWebAccessRuleAttributes with the addition of the ability to pass a context and additional request options.
See DescribePrivateEgressWebAccessRuleAttributes for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) DescribePrivateEgressWebAccessRules ¶ added in v1.2.48
func (c *ARKCLAW) DescribePrivateEgressWebAccessRules(input *DescribePrivateEgressWebAccessRulesInput) (*DescribePrivateEgressWebAccessRulesOutput, error)
DescribePrivateEgressWebAccessRules API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation DescribePrivateEgressWebAccessRules for usage and error information.
func (*ARKCLAW) DescribePrivateEgressWebAccessRulesCommon ¶ added in v1.2.48
func (c *ARKCLAW) DescribePrivateEgressWebAccessRulesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribePrivateEgressWebAccessRulesCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation DescribePrivateEgressWebAccessRulesCommon for usage and error information.
func (*ARKCLAW) DescribePrivateEgressWebAccessRulesCommonRequest ¶ added in v1.2.48
func (c *ARKCLAW) DescribePrivateEgressWebAccessRulesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribePrivateEgressWebAccessRulesCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribePrivateEgressWebAccessRulesCommon operation. The "output" return value will be populated with the DescribePrivateEgressWebAccessRulesCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribePrivateEgressWebAccessRulesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribePrivateEgressWebAccessRulesCommon Send returns without error.
See DescribePrivateEgressWebAccessRulesCommon for more information on using the DescribePrivateEgressWebAccessRulesCommon API call, and error handling.
// Example sending a request using the DescribePrivateEgressWebAccessRulesCommonRequest method.
req, resp := client.DescribePrivateEgressWebAccessRulesCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) DescribePrivateEgressWebAccessRulesCommonWithContext ¶ added in v1.2.48
func (c *ARKCLAW) DescribePrivateEgressWebAccessRulesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribePrivateEgressWebAccessRulesCommonWithContext is the same as DescribePrivateEgressWebAccessRulesCommon with the addition of the ability to pass a context and additional request options.
See DescribePrivateEgressWebAccessRulesCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) DescribePrivateEgressWebAccessRulesRequest ¶ added in v1.2.48
func (c *ARKCLAW) DescribePrivateEgressWebAccessRulesRequest(input *DescribePrivateEgressWebAccessRulesInput) (req *request.Request, output *DescribePrivateEgressWebAccessRulesOutput)
DescribePrivateEgressWebAccessRulesRequest generates a "volcengine/request.Request" representing the client's request for the DescribePrivateEgressWebAccessRules operation. The "output" return value will be populated with the DescribePrivateEgressWebAccessRulesCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribePrivateEgressWebAccessRulesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribePrivateEgressWebAccessRulesCommon Send returns without error.
See DescribePrivateEgressWebAccessRules for more information on using the DescribePrivateEgressWebAccessRules API call, and error handling.
// Example sending a request using the DescribePrivateEgressWebAccessRulesRequest method.
req, resp := client.DescribePrivateEgressWebAccessRulesRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) DescribePrivateEgressWebAccessRulesWithContext ¶ added in v1.2.48
func (c *ARKCLAW) DescribePrivateEgressWebAccessRulesWithContext(ctx volcengine.Context, input *DescribePrivateEgressWebAccessRulesInput, opts ...request.Option) (*DescribePrivateEgressWebAccessRulesOutput, error)
DescribePrivateEgressWebAccessRulesWithContext is the same as DescribePrivateEgressWebAccessRules with the addition of the ability to pass a context and additional request options.
See DescribePrivateEgressWebAccessRules for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) DescribePrivateEgressWithContext ¶ added in v1.2.48
func (c *ARKCLAW) DescribePrivateEgressWithContext(ctx volcengine.Context, input *DescribePrivateEgressInput, opts ...request.Option) (*DescribePrivateEgressOutput, error)
DescribePrivateEgressWithContext is the same as DescribePrivateEgress with the addition of the ability to pass a context and additional request options.
See DescribePrivateEgress for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) DisablePrivateEgressAccessLog ¶ added in v1.2.48
func (c *ARKCLAW) DisablePrivateEgressAccessLog(input *DisablePrivateEgressAccessLogInput) (*DisablePrivateEgressAccessLogOutput, error)
DisablePrivateEgressAccessLog API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation DisablePrivateEgressAccessLog for usage and error information.
func (*ARKCLAW) DisablePrivateEgressAccessLogCommon ¶ added in v1.2.48
func (c *ARKCLAW) DisablePrivateEgressAccessLogCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DisablePrivateEgressAccessLogCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation DisablePrivateEgressAccessLogCommon for usage and error information.
func (*ARKCLAW) DisablePrivateEgressAccessLogCommonRequest ¶ added in v1.2.48
func (c *ARKCLAW) DisablePrivateEgressAccessLogCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DisablePrivateEgressAccessLogCommonRequest generates a "volcengine/request.Request" representing the client's request for the DisablePrivateEgressAccessLogCommon operation. The "output" return value will be populated with the DisablePrivateEgressAccessLogCommon request's response once the request completes successfully.
Use "Send" method on the returned DisablePrivateEgressAccessLogCommon Request to send the API call to the service. the "output" return value is not valid until after DisablePrivateEgressAccessLogCommon Send returns without error.
See DisablePrivateEgressAccessLogCommon for more information on using the DisablePrivateEgressAccessLogCommon API call, and error handling.
// Example sending a request using the DisablePrivateEgressAccessLogCommonRequest method.
req, resp := client.DisablePrivateEgressAccessLogCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) DisablePrivateEgressAccessLogCommonWithContext ¶ added in v1.2.48
func (c *ARKCLAW) DisablePrivateEgressAccessLogCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DisablePrivateEgressAccessLogCommonWithContext is the same as DisablePrivateEgressAccessLogCommon with the addition of the ability to pass a context and additional request options.
See DisablePrivateEgressAccessLogCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) DisablePrivateEgressAccessLogRequest ¶ added in v1.2.48
func (c *ARKCLAW) DisablePrivateEgressAccessLogRequest(input *DisablePrivateEgressAccessLogInput) (req *request.Request, output *DisablePrivateEgressAccessLogOutput)
DisablePrivateEgressAccessLogRequest generates a "volcengine/request.Request" representing the client's request for the DisablePrivateEgressAccessLog operation. The "output" return value will be populated with the DisablePrivateEgressAccessLogCommon request's response once the request completes successfully.
Use "Send" method on the returned DisablePrivateEgressAccessLogCommon Request to send the API call to the service. the "output" return value is not valid until after DisablePrivateEgressAccessLogCommon Send returns without error.
See DisablePrivateEgressAccessLog for more information on using the DisablePrivateEgressAccessLog API call, and error handling.
// Example sending a request using the DisablePrivateEgressAccessLogRequest method.
req, resp := client.DisablePrivateEgressAccessLogRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) DisablePrivateEgressAccessLogWithContext ¶ added in v1.2.48
func (c *ARKCLAW) DisablePrivateEgressAccessLogWithContext(ctx volcengine.Context, input *DisablePrivateEgressAccessLogInput, opts ...request.Option) (*DisablePrivateEgressAccessLogOutput, error)
DisablePrivateEgressAccessLogWithContext is the same as DisablePrivateEgressAccessLog with the addition of the ability to pass a context and additional request options.
See DisablePrivateEgressAccessLog for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) DisablePrivateEgressDns ¶ added in v1.2.48
func (c *ARKCLAW) DisablePrivateEgressDns(input *DisablePrivateEgressDnsInput) (*DisablePrivateEgressDnsOutput, error)
DisablePrivateEgressDns API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation DisablePrivateEgressDns for usage and error information.
func (*ARKCLAW) DisablePrivateEgressDnsBlockRule ¶ added in v1.2.48
func (c *ARKCLAW) DisablePrivateEgressDnsBlockRule(input *DisablePrivateEgressDnsBlockRuleInput) (*DisablePrivateEgressDnsBlockRuleOutput, error)
DisablePrivateEgressDnsBlockRule API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation DisablePrivateEgressDnsBlockRule for usage and error information.
func (*ARKCLAW) DisablePrivateEgressDnsBlockRuleCommon ¶ added in v1.2.48
func (c *ARKCLAW) DisablePrivateEgressDnsBlockRuleCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DisablePrivateEgressDnsBlockRuleCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation DisablePrivateEgressDnsBlockRuleCommon for usage and error information.
func (*ARKCLAW) DisablePrivateEgressDnsBlockRuleCommonRequest ¶ added in v1.2.48
func (c *ARKCLAW) DisablePrivateEgressDnsBlockRuleCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DisablePrivateEgressDnsBlockRuleCommonRequest generates a "volcengine/request.Request" representing the client's request for the DisablePrivateEgressDnsBlockRuleCommon operation. The "output" return value will be populated with the DisablePrivateEgressDnsBlockRuleCommon request's response once the request completes successfully.
Use "Send" method on the returned DisablePrivateEgressDnsBlockRuleCommon Request to send the API call to the service. the "output" return value is not valid until after DisablePrivateEgressDnsBlockRuleCommon Send returns without error.
See DisablePrivateEgressDnsBlockRuleCommon for more information on using the DisablePrivateEgressDnsBlockRuleCommon API call, and error handling.
// Example sending a request using the DisablePrivateEgressDnsBlockRuleCommonRequest method.
req, resp := client.DisablePrivateEgressDnsBlockRuleCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) DisablePrivateEgressDnsBlockRuleCommonWithContext ¶ added in v1.2.48
func (c *ARKCLAW) DisablePrivateEgressDnsBlockRuleCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DisablePrivateEgressDnsBlockRuleCommonWithContext is the same as DisablePrivateEgressDnsBlockRuleCommon with the addition of the ability to pass a context and additional request options.
See DisablePrivateEgressDnsBlockRuleCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) DisablePrivateEgressDnsBlockRuleRequest ¶ added in v1.2.48
func (c *ARKCLAW) DisablePrivateEgressDnsBlockRuleRequest(input *DisablePrivateEgressDnsBlockRuleInput) (req *request.Request, output *DisablePrivateEgressDnsBlockRuleOutput)
DisablePrivateEgressDnsBlockRuleRequest generates a "volcengine/request.Request" representing the client's request for the DisablePrivateEgressDnsBlockRule operation. The "output" return value will be populated with the DisablePrivateEgressDnsBlockRuleCommon request's response once the request completes successfully.
Use "Send" method on the returned DisablePrivateEgressDnsBlockRuleCommon Request to send the API call to the service. the "output" return value is not valid until after DisablePrivateEgressDnsBlockRuleCommon Send returns without error.
See DisablePrivateEgressDnsBlockRule for more information on using the DisablePrivateEgressDnsBlockRule API call, and error handling.
// Example sending a request using the DisablePrivateEgressDnsBlockRuleRequest method.
req, resp := client.DisablePrivateEgressDnsBlockRuleRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) DisablePrivateEgressDnsBlockRuleWithContext ¶ added in v1.2.48
func (c *ARKCLAW) DisablePrivateEgressDnsBlockRuleWithContext(ctx volcengine.Context, input *DisablePrivateEgressDnsBlockRuleInput, opts ...request.Option) (*DisablePrivateEgressDnsBlockRuleOutput, error)
DisablePrivateEgressDnsBlockRuleWithContext is the same as DisablePrivateEgressDnsBlockRule with the addition of the ability to pass a context and additional request options.
See DisablePrivateEgressDnsBlockRule for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) DisablePrivateEgressDnsCommon ¶ added in v1.2.48
func (c *ARKCLAW) DisablePrivateEgressDnsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DisablePrivateEgressDnsCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation DisablePrivateEgressDnsCommon for usage and error information.
func (*ARKCLAW) DisablePrivateEgressDnsCommonRequest ¶ added in v1.2.48
func (c *ARKCLAW) DisablePrivateEgressDnsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DisablePrivateEgressDnsCommonRequest generates a "volcengine/request.Request" representing the client's request for the DisablePrivateEgressDnsCommon operation. The "output" return value will be populated with the DisablePrivateEgressDnsCommon request's response once the request completes successfully.
Use "Send" method on the returned DisablePrivateEgressDnsCommon Request to send the API call to the service. the "output" return value is not valid until after DisablePrivateEgressDnsCommon Send returns without error.
See DisablePrivateEgressDnsCommon for more information on using the DisablePrivateEgressDnsCommon API call, and error handling.
// Example sending a request using the DisablePrivateEgressDnsCommonRequest method.
req, resp := client.DisablePrivateEgressDnsCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) DisablePrivateEgressDnsCommonWithContext ¶ added in v1.2.48
func (c *ARKCLAW) DisablePrivateEgressDnsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DisablePrivateEgressDnsCommonWithContext is the same as DisablePrivateEgressDnsCommon with the addition of the ability to pass a context and additional request options.
See DisablePrivateEgressDnsCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) DisablePrivateEgressDnsRequest ¶ added in v1.2.48
func (c *ARKCLAW) DisablePrivateEgressDnsRequest(input *DisablePrivateEgressDnsInput) (req *request.Request, output *DisablePrivateEgressDnsOutput)
DisablePrivateEgressDnsRequest generates a "volcengine/request.Request" representing the client's request for the DisablePrivateEgressDns operation. The "output" return value will be populated with the DisablePrivateEgressDnsCommon request's response once the request completes successfully.
Use "Send" method on the returned DisablePrivateEgressDnsCommon Request to send the API call to the service. the "output" return value is not valid until after DisablePrivateEgressDnsCommon Send returns without error.
See DisablePrivateEgressDns for more information on using the DisablePrivateEgressDns API call, and error handling.
// Example sending a request using the DisablePrivateEgressDnsRequest method.
req, resp := client.DisablePrivateEgressDnsRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) DisablePrivateEgressDnsWithContext ¶ added in v1.2.48
func (c *ARKCLAW) DisablePrivateEgressDnsWithContext(ctx volcengine.Context, input *DisablePrivateEgressDnsInput, opts ...request.Option) (*DisablePrivateEgressDnsOutput, error)
DisablePrivateEgressDnsWithContext is the same as DisablePrivateEgressDns with the addition of the ability to pass a context and additional request options.
See DisablePrivateEgressDns for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) DisablePrivateEgressNetworkAccessPolicy ¶ added in v1.2.48
func (c *ARKCLAW) DisablePrivateEgressNetworkAccessPolicy(input *DisablePrivateEgressNetworkAccessPolicyInput) (*DisablePrivateEgressNetworkAccessPolicyOutput, error)
DisablePrivateEgressNetworkAccessPolicy API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation DisablePrivateEgressNetworkAccessPolicy for usage and error information.
func (*ARKCLAW) DisablePrivateEgressNetworkAccessPolicyCommon ¶ added in v1.2.48
func (c *ARKCLAW) DisablePrivateEgressNetworkAccessPolicyCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DisablePrivateEgressNetworkAccessPolicyCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation DisablePrivateEgressNetworkAccessPolicyCommon for usage and error information.
func (*ARKCLAW) DisablePrivateEgressNetworkAccessPolicyCommonRequest ¶ added in v1.2.48
func (c *ARKCLAW) DisablePrivateEgressNetworkAccessPolicyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DisablePrivateEgressNetworkAccessPolicyCommonRequest generates a "volcengine/request.Request" representing the client's request for the DisablePrivateEgressNetworkAccessPolicyCommon operation. The "output" return value will be populated with the DisablePrivateEgressNetworkAccessPolicyCommon request's response once the request completes successfully.
Use "Send" method on the returned DisablePrivateEgressNetworkAccessPolicyCommon Request to send the API call to the service. the "output" return value is not valid until after DisablePrivateEgressNetworkAccessPolicyCommon Send returns without error.
See DisablePrivateEgressNetworkAccessPolicyCommon for more information on using the DisablePrivateEgressNetworkAccessPolicyCommon API call, and error handling.
// Example sending a request using the DisablePrivateEgressNetworkAccessPolicyCommonRequest method.
req, resp := client.DisablePrivateEgressNetworkAccessPolicyCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) DisablePrivateEgressNetworkAccessPolicyCommonWithContext ¶ added in v1.2.48
func (c *ARKCLAW) DisablePrivateEgressNetworkAccessPolicyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DisablePrivateEgressNetworkAccessPolicyCommonWithContext is the same as DisablePrivateEgressNetworkAccessPolicyCommon with the addition of the ability to pass a context and additional request options.
See DisablePrivateEgressNetworkAccessPolicyCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) DisablePrivateEgressNetworkAccessPolicyRequest ¶ added in v1.2.48
func (c *ARKCLAW) DisablePrivateEgressNetworkAccessPolicyRequest(input *DisablePrivateEgressNetworkAccessPolicyInput) (req *request.Request, output *DisablePrivateEgressNetworkAccessPolicyOutput)
DisablePrivateEgressNetworkAccessPolicyRequest generates a "volcengine/request.Request" representing the client's request for the DisablePrivateEgressNetworkAccessPolicy operation. The "output" return value will be populated with the DisablePrivateEgressNetworkAccessPolicyCommon request's response once the request completes successfully.
Use "Send" method on the returned DisablePrivateEgressNetworkAccessPolicyCommon Request to send the API call to the service. the "output" return value is not valid until after DisablePrivateEgressNetworkAccessPolicyCommon Send returns without error.
See DisablePrivateEgressNetworkAccessPolicy for more information on using the DisablePrivateEgressNetworkAccessPolicy API call, and error handling.
// Example sending a request using the DisablePrivateEgressNetworkAccessPolicyRequest method.
req, resp := client.DisablePrivateEgressNetworkAccessPolicyRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) DisablePrivateEgressNetworkAccessPolicyWithContext ¶ added in v1.2.48
func (c *ARKCLAW) DisablePrivateEgressNetworkAccessPolicyWithContext(ctx volcengine.Context, input *DisablePrivateEgressNetworkAccessPolicyInput, opts ...request.Option) (*DisablePrivateEgressNetworkAccessPolicyOutput, error)
DisablePrivateEgressNetworkAccessPolicyWithContext is the same as DisablePrivateEgressNetworkAccessPolicy with the addition of the ability to pass a context and additional request options.
See DisablePrivateEgressNetworkAccessPolicy for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) DisablePrivateEgressWebAccessPolicy ¶ added in v1.2.48
func (c *ARKCLAW) DisablePrivateEgressWebAccessPolicy(input *DisablePrivateEgressWebAccessPolicyInput) (*DisablePrivateEgressWebAccessPolicyOutput, error)
DisablePrivateEgressWebAccessPolicy API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation DisablePrivateEgressWebAccessPolicy for usage and error information.
func (*ARKCLAW) DisablePrivateEgressWebAccessPolicyCommon ¶ added in v1.2.48
func (c *ARKCLAW) DisablePrivateEgressWebAccessPolicyCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DisablePrivateEgressWebAccessPolicyCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation DisablePrivateEgressWebAccessPolicyCommon for usage and error information.
func (*ARKCLAW) DisablePrivateEgressWebAccessPolicyCommonRequest ¶ added in v1.2.48
func (c *ARKCLAW) DisablePrivateEgressWebAccessPolicyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DisablePrivateEgressWebAccessPolicyCommonRequest generates a "volcengine/request.Request" representing the client's request for the DisablePrivateEgressWebAccessPolicyCommon operation. The "output" return value will be populated with the DisablePrivateEgressWebAccessPolicyCommon request's response once the request completes successfully.
Use "Send" method on the returned DisablePrivateEgressWebAccessPolicyCommon Request to send the API call to the service. the "output" return value is not valid until after DisablePrivateEgressWebAccessPolicyCommon Send returns without error.
See DisablePrivateEgressWebAccessPolicyCommon for more information on using the DisablePrivateEgressWebAccessPolicyCommon API call, and error handling.
// Example sending a request using the DisablePrivateEgressWebAccessPolicyCommonRequest method.
req, resp := client.DisablePrivateEgressWebAccessPolicyCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) DisablePrivateEgressWebAccessPolicyCommonWithContext ¶ added in v1.2.48
func (c *ARKCLAW) DisablePrivateEgressWebAccessPolicyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DisablePrivateEgressWebAccessPolicyCommonWithContext is the same as DisablePrivateEgressWebAccessPolicyCommon with the addition of the ability to pass a context and additional request options.
See DisablePrivateEgressWebAccessPolicyCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) DisablePrivateEgressWebAccessPolicyRequest ¶ added in v1.2.48
func (c *ARKCLAW) DisablePrivateEgressWebAccessPolicyRequest(input *DisablePrivateEgressWebAccessPolicyInput) (req *request.Request, output *DisablePrivateEgressWebAccessPolicyOutput)
DisablePrivateEgressWebAccessPolicyRequest generates a "volcengine/request.Request" representing the client's request for the DisablePrivateEgressWebAccessPolicy operation. The "output" return value will be populated with the DisablePrivateEgressWebAccessPolicyCommon request's response once the request completes successfully.
Use "Send" method on the returned DisablePrivateEgressWebAccessPolicyCommon Request to send the API call to the service. the "output" return value is not valid until after DisablePrivateEgressWebAccessPolicyCommon Send returns without error.
See DisablePrivateEgressWebAccessPolicy for more information on using the DisablePrivateEgressWebAccessPolicy API call, and error handling.
// Example sending a request using the DisablePrivateEgressWebAccessPolicyRequest method.
req, resp := client.DisablePrivateEgressWebAccessPolicyRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) DisablePrivateEgressWebAccessPolicyWithContext ¶ added in v1.2.48
func (c *ARKCLAW) DisablePrivateEgressWebAccessPolicyWithContext(ctx volcengine.Context, input *DisablePrivateEgressWebAccessPolicyInput, opts ...request.Option) (*DisablePrivateEgressWebAccessPolicyOutput, error)
DisablePrivateEgressWebAccessPolicyWithContext is the same as DisablePrivateEgressWebAccessPolicy with the addition of the ability to pass a context and additional request options.
See DisablePrivateEgressWebAccessPolicy for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) EnablePrivateEgressAccessLog ¶ added in v1.2.48
func (c *ARKCLAW) EnablePrivateEgressAccessLog(input *EnablePrivateEgressAccessLogInput) (*EnablePrivateEgressAccessLogOutput, error)
EnablePrivateEgressAccessLog API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation EnablePrivateEgressAccessLog for usage and error information.
func (*ARKCLAW) EnablePrivateEgressAccessLogCommon ¶ added in v1.2.48
func (c *ARKCLAW) EnablePrivateEgressAccessLogCommon(input *map[string]interface{}) (*map[string]interface{}, error)
EnablePrivateEgressAccessLogCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation EnablePrivateEgressAccessLogCommon for usage and error information.
func (*ARKCLAW) EnablePrivateEgressAccessLogCommonRequest ¶ added in v1.2.48
func (c *ARKCLAW) EnablePrivateEgressAccessLogCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
EnablePrivateEgressAccessLogCommonRequest generates a "volcengine/request.Request" representing the client's request for the EnablePrivateEgressAccessLogCommon operation. The "output" return value will be populated with the EnablePrivateEgressAccessLogCommon request's response once the request completes successfully.
Use "Send" method on the returned EnablePrivateEgressAccessLogCommon Request to send the API call to the service. the "output" return value is not valid until after EnablePrivateEgressAccessLogCommon Send returns without error.
See EnablePrivateEgressAccessLogCommon for more information on using the EnablePrivateEgressAccessLogCommon API call, and error handling.
// Example sending a request using the EnablePrivateEgressAccessLogCommonRequest method.
req, resp := client.EnablePrivateEgressAccessLogCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) EnablePrivateEgressAccessLogCommonWithContext ¶ added in v1.2.48
func (c *ARKCLAW) EnablePrivateEgressAccessLogCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
EnablePrivateEgressAccessLogCommonWithContext is the same as EnablePrivateEgressAccessLogCommon with the addition of the ability to pass a context and additional request options.
See EnablePrivateEgressAccessLogCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) EnablePrivateEgressAccessLogRequest ¶ added in v1.2.48
func (c *ARKCLAW) EnablePrivateEgressAccessLogRequest(input *EnablePrivateEgressAccessLogInput) (req *request.Request, output *EnablePrivateEgressAccessLogOutput)
EnablePrivateEgressAccessLogRequest generates a "volcengine/request.Request" representing the client's request for the EnablePrivateEgressAccessLog operation. The "output" return value will be populated with the EnablePrivateEgressAccessLogCommon request's response once the request completes successfully.
Use "Send" method on the returned EnablePrivateEgressAccessLogCommon Request to send the API call to the service. the "output" return value is not valid until after EnablePrivateEgressAccessLogCommon Send returns without error.
See EnablePrivateEgressAccessLog for more information on using the EnablePrivateEgressAccessLog API call, and error handling.
// Example sending a request using the EnablePrivateEgressAccessLogRequest method.
req, resp := client.EnablePrivateEgressAccessLogRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) EnablePrivateEgressAccessLogWithContext ¶ added in v1.2.48
func (c *ARKCLAW) EnablePrivateEgressAccessLogWithContext(ctx volcengine.Context, input *EnablePrivateEgressAccessLogInput, opts ...request.Option) (*EnablePrivateEgressAccessLogOutput, error)
EnablePrivateEgressAccessLogWithContext is the same as EnablePrivateEgressAccessLog with the addition of the ability to pass a context and additional request options.
See EnablePrivateEgressAccessLog for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) EnablePrivateEgressDns ¶ added in v1.2.48
func (c *ARKCLAW) EnablePrivateEgressDns(input *EnablePrivateEgressDnsInput) (*EnablePrivateEgressDnsOutput, error)
EnablePrivateEgressDns API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation EnablePrivateEgressDns for usage and error information.
func (*ARKCLAW) EnablePrivateEgressDnsBlockRule ¶ added in v1.2.48
func (c *ARKCLAW) EnablePrivateEgressDnsBlockRule(input *EnablePrivateEgressDnsBlockRuleInput) (*EnablePrivateEgressDnsBlockRuleOutput, error)
EnablePrivateEgressDnsBlockRule API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation EnablePrivateEgressDnsBlockRule for usage and error information.
func (*ARKCLAW) EnablePrivateEgressDnsBlockRuleCommon ¶ added in v1.2.48
func (c *ARKCLAW) EnablePrivateEgressDnsBlockRuleCommon(input *map[string]interface{}) (*map[string]interface{}, error)
EnablePrivateEgressDnsBlockRuleCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation EnablePrivateEgressDnsBlockRuleCommon for usage and error information.
func (*ARKCLAW) EnablePrivateEgressDnsBlockRuleCommonRequest ¶ added in v1.2.48
func (c *ARKCLAW) EnablePrivateEgressDnsBlockRuleCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
EnablePrivateEgressDnsBlockRuleCommonRequest generates a "volcengine/request.Request" representing the client's request for the EnablePrivateEgressDnsBlockRuleCommon operation. The "output" return value will be populated with the EnablePrivateEgressDnsBlockRuleCommon request's response once the request completes successfully.
Use "Send" method on the returned EnablePrivateEgressDnsBlockRuleCommon Request to send the API call to the service. the "output" return value is not valid until after EnablePrivateEgressDnsBlockRuleCommon Send returns without error.
See EnablePrivateEgressDnsBlockRuleCommon for more information on using the EnablePrivateEgressDnsBlockRuleCommon API call, and error handling.
// Example sending a request using the EnablePrivateEgressDnsBlockRuleCommonRequest method.
req, resp := client.EnablePrivateEgressDnsBlockRuleCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) EnablePrivateEgressDnsBlockRuleCommonWithContext ¶ added in v1.2.48
func (c *ARKCLAW) EnablePrivateEgressDnsBlockRuleCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
EnablePrivateEgressDnsBlockRuleCommonWithContext is the same as EnablePrivateEgressDnsBlockRuleCommon with the addition of the ability to pass a context and additional request options.
See EnablePrivateEgressDnsBlockRuleCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) EnablePrivateEgressDnsBlockRuleRequest ¶ added in v1.2.48
func (c *ARKCLAW) EnablePrivateEgressDnsBlockRuleRequest(input *EnablePrivateEgressDnsBlockRuleInput) (req *request.Request, output *EnablePrivateEgressDnsBlockRuleOutput)
EnablePrivateEgressDnsBlockRuleRequest generates a "volcengine/request.Request" representing the client's request for the EnablePrivateEgressDnsBlockRule operation. The "output" return value will be populated with the EnablePrivateEgressDnsBlockRuleCommon request's response once the request completes successfully.
Use "Send" method on the returned EnablePrivateEgressDnsBlockRuleCommon Request to send the API call to the service. the "output" return value is not valid until after EnablePrivateEgressDnsBlockRuleCommon Send returns without error.
See EnablePrivateEgressDnsBlockRule for more information on using the EnablePrivateEgressDnsBlockRule API call, and error handling.
// Example sending a request using the EnablePrivateEgressDnsBlockRuleRequest method.
req, resp := client.EnablePrivateEgressDnsBlockRuleRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) EnablePrivateEgressDnsBlockRuleWithContext ¶ added in v1.2.48
func (c *ARKCLAW) EnablePrivateEgressDnsBlockRuleWithContext(ctx volcengine.Context, input *EnablePrivateEgressDnsBlockRuleInput, opts ...request.Option) (*EnablePrivateEgressDnsBlockRuleOutput, error)
EnablePrivateEgressDnsBlockRuleWithContext is the same as EnablePrivateEgressDnsBlockRule with the addition of the ability to pass a context and additional request options.
See EnablePrivateEgressDnsBlockRule for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) EnablePrivateEgressDnsCommon ¶ added in v1.2.48
func (c *ARKCLAW) EnablePrivateEgressDnsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
EnablePrivateEgressDnsCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation EnablePrivateEgressDnsCommon for usage and error information.
func (*ARKCLAW) EnablePrivateEgressDnsCommonRequest ¶ added in v1.2.48
func (c *ARKCLAW) EnablePrivateEgressDnsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
EnablePrivateEgressDnsCommonRequest generates a "volcengine/request.Request" representing the client's request for the EnablePrivateEgressDnsCommon operation. The "output" return value will be populated with the EnablePrivateEgressDnsCommon request's response once the request completes successfully.
Use "Send" method on the returned EnablePrivateEgressDnsCommon Request to send the API call to the service. the "output" return value is not valid until after EnablePrivateEgressDnsCommon Send returns without error.
See EnablePrivateEgressDnsCommon for more information on using the EnablePrivateEgressDnsCommon API call, and error handling.
// Example sending a request using the EnablePrivateEgressDnsCommonRequest method.
req, resp := client.EnablePrivateEgressDnsCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) EnablePrivateEgressDnsCommonWithContext ¶ added in v1.2.48
func (c *ARKCLAW) EnablePrivateEgressDnsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
EnablePrivateEgressDnsCommonWithContext is the same as EnablePrivateEgressDnsCommon with the addition of the ability to pass a context and additional request options.
See EnablePrivateEgressDnsCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) EnablePrivateEgressDnsRequest ¶ added in v1.2.48
func (c *ARKCLAW) EnablePrivateEgressDnsRequest(input *EnablePrivateEgressDnsInput) (req *request.Request, output *EnablePrivateEgressDnsOutput)
EnablePrivateEgressDnsRequest generates a "volcengine/request.Request" representing the client's request for the EnablePrivateEgressDns operation. The "output" return value will be populated with the EnablePrivateEgressDnsCommon request's response once the request completes successfully.
Use "Send" method on the returned EnablePrivateEgressDnsCommon Request to send the API call to the service. the "output" return value is not valid until after EnablePrivateEgressDnsCommon Send returns without error.
See EnablePrivateEgressDns for more information on using the EnablePrivateEgressDns API call, and error handling.
// Example sending a request using the EnablePrivateEgressDnsRequest method.
req, resp := client.EnablePrivateEgressDnsRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) EnablePrivateEgressDnsWithContext ¶ added in v1.2.48
func (c *ARKCLAW) EnablePrivateEgressDnsWithContext(ctx volcengine.Context, input *EnablePrivateEgressDnsInput, opts ...request.Option) (*EnablePrivateEgressDnsOutput, error)
EnablePrivateEgressDnsWithContext is the same as EnablePrivateEgressDns with the addition of the ability to pass a context and additional request options.
See EnablePrivateEgressDns for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) EnablePrivateEgressNetworkAccessPolicy ¶ added in v1.2.48
func (c *ARKCLAW) EnablePrivateEgressNetworkAccessPolicy(input *EnablePrivateEgressNetworkAccessPolicyInput) (*EnablePrivateEgressNetworkAccessPolicyOutput, error)
EnablePrivateEgressNetworkAccessPolicy API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation EnablePrivateEgressNetworkAccessPolicy for usage and error information.
func (*ARKCLAW) EnablePrivateEgressNetworkAccessPolicyCommon ¶ added in v1.2.48
func (c *ARKCLAW) EnablePrivateEgressNetworkAccessPolicyCommon(input *map[string]interface{}) (*map[string]interface{}, error)
EnablePrivateEgressNetworkAccessPolicyCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation EnablePrivateEgressNetworkAccessPolicyCommon for usage and error information.
func (*ARKCLAW) EnablePrivateEgressNetworkAccessPolicyCommonRequest ¶ added in v1.2.48
func (c *ARKCLAW) EnablePrivateEgressNetworkAccessPolicyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
EnablePrivateEgressNetworkAccessPolicyCommonRequest generates a "volcengine/request.Request" representing the client's request for the EnablePrivateEgressNetworkAccessPolicyCommon operation. The "output" return value will be populated with the EnablePrivateEgressNetworkAccessPolicyCommon request's response once the request completes successfully.
Use "Send" method on the returned EnablePrivateEgressNetworkAccessPolicyCommon Request to send the API call to the service. the "output" return value is not valid until after EnablePrivateEgressNetworkAccessPolicyCommon Send returns without error.
See EnablePrivateEgressNetworkAccessPolicyCommon for more information on using the EnablePrivateEgressNetworkAccessPolicyCommon API call, and error handling.
// Example sending a request using the EnablePrivateEgressNetworkAccessPolicyCommonRequest method.
req, resp := client.EnablePrivateEgressNetworkAccessPolicyCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) EnablePrivateEgressNetworkAccessPolicyCommonWithContext ¶ added in v1.2.48
func (c *ARKCLAW) EnablePrivateEgressNetworkAccessPolicyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
EnablePrivateEgressNetworkAccessPolicyCommonWithContext is the same as EnablePrivateEgressNetworkAccessPolicyCommon with the addition of the ability to pass a context and additional request options.
See EnablePrivateEgressNetworkAccessPolicyCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) EnablePrivateEgressNetworkAccessPolicyRequest ¶ added in v1.2.48
func (c *ARKCLAW) EnablePrivateEgressNetworkAccessPolicyRequest(input *EnablePrivateEgressNetworkAccessPolicyInput) (req *request.Request, output *EnablePrivateEgressNetworkAccessPolicyOutput)
EnablePrivateEgressNetworkAccessPolicyRequest generates a "volcengine/request.Request" representing the client's request for the EnablePrivateEgressNetworkAccessPolicy operation. The "output" return value will be populated with the EnablePrivateEgressNetworkAccessPolicyCommon request's response once the request completes successfully.
Use "Send" method on the returned EnablePrivateEgressNetworkAccessPolicyCommon Request to send the API call to the service. the "output" return value is not valid until after EnablePrivateEgressNetworkAccessPolicyCommon Send returns without error.
See EnablePrivateEgressNetworkAccessPolicy for more information on using the EnablePrivateEgressNetworkAccessPolicy API call, and error handling.
// Example sending a request using the EnablePrivateEgressNetworkAccessPolicyRequest method.
req, resp := client.EnablePrivateEgressNetworkAccessPolicyRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) EnablePrivateEgressNetworkAccessPolicyWithContext ¶ added in v1.2.48
func (c *ARKCLAW) EnablePrivateEgressNetworkAccessPolicyWithContext(ctx volcengine.Context, input *EnablePrivateEgressNetworkAccessPolicyInput, opts ...request.Option) (*EnablePrivateEgressNetworkAccessPolicyOutput, error)
EnablePrivateEgressNetworkAccessPolicyWithContext is the same as EnablePrivateEgressNetworkAccessPolicy with the addition of the ability to pass a context and additional request options.
See EnablePrivateEgressNetworkAccessPolicy for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) EnablePrivateEgressWebAccessPolicy ¶ added in v1.2.48
func (c *ARKCLAW) EnablePrivateEgressWebAccessPolicy(input *EnablePrivateEgressWebAccessPolicyInput) (*EnablePrivateEgressWebAccessPolicyOutput, error)
EnablePrivateEgressWebAccessPolicy API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation EnablePrivateEgressWebAccessPolicy for usage and error information.
func (*ARKCLAW) EnablePrivateEgressWebAccessPolicyCommon ¶ added in v1.2.48
func (c *ARKCLAW) EnablePrivateEgressWebAccessPolicyCommon(input *map[string]interface{}) (*map[string]interface{}, error)
EnablePrivateEgressWebAccessPolicyCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation EnablePrivateEgressWebAccessPolicyCommon for usage and error information.
func (*ARKCLAW) EnablePrivateEgressWebAccessPolicyCommonRequest ¶ added in v1.2.48
func (c *ARKCLAW) EnablePrivateEgressWebAccessPolicyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
EnablePrivateEgressWebAccessPolicyCommonRequest generates a "volcengine/request.Request" representing the client's request for the EnablePrivateEgressWebAccessPolicyCommon operation. The "output" return value will be populated with the EnablePrivateEgressWebAccessPolicyCommon request's response once the request completes successfully.
Use "Send" method on the returned EnablePrivateEgressWebAccessPolicyCommon Request to send the API call to the service. the "output" return value is not valid until after EnablePrivateEgressWebAccessPolicyCommon Send returns without error.
See EnablePrivateEgressWebAccessPolicyCommon for more information on using the EnablePrivateEgressWebAccessPolicyCommon API call, and error handling.
// Example sending a request using the EnablePrivateEgressWebAccessPolicyCommonRequest method.
req, resp := client.EnablePrivateEgressWebAccessPolicyCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) EnablePrivateEgressWebAccessPolicyCommonWithContext ¶ added in v1.2.48
func (c *ARKCLAW) EnablePrivateEgressWebAccessPolicyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
EnablePrivateEgressWebAccessPolicyCommonWithContext is the same as EnablePrivateEgressWebAccessPolicyCommon with the addition of the ability to pass a context and additional request options.
See EnablePrivateEgressWebAccessPolicyCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) EnablePrivateEgressWebAccessPolicyRequest ¶ added in v1.2.48
func (c *ARKCLAW) EnablePrivateEgressWebAccessPolicyRequest(input *EnablePrivateEgressWebAccessPolicyInput) (req *request.Request, output *EnablePrivateEgressWebAccessPolicyOutput)
EnablePrivateEgressWebAccessPolicyRequest generates a "volcengine/request.Request" representing the client's request for the EnablePrivateEgressWebAccessPolicy operation. The "output" return value will be populated with the EnablePrivateEgressWebAccessPolicyCommon request's response once the request completes successfully.
Use "Send" method on the returned EnablePrivateEgressWebAccessPolicyCommon Request to send the API call to the service. the "output" return value is not valid until after EnablePrivateEgressWebAccessPolicyCommon Send returns without error.
See EnablePrivateEgressWebAccessPolicy for more information on using the EnablePrivateEgressWebAccessPolicy API call, and error handling.
// Example sending a request using the EnablePrivateEgressWebAccessPolicyRequest method.
req, resp := client.EnablePrivateEgressWebAccessPolicyRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) EnablePrivateEgressWebAccessPolicyWithContext ¶ added in v1.2.48
func (c *ARKCLAW) EnablePrivateEgressWebAccessPolicyWithContext(ctx volcengine.Context, input *EnablePrivateEgressWebAccessPolicyInput, opts ...request.Option) (*EnablePrivateEgressWebAccessPolicyOutput, error)
EnablePrivateEgressWebAccessPolicyWithContext is the same as EnablePrivateEgressWebAccessPolicy with the addition of the ability to pass a context and additional request options.
See EnablePrivateEgressWebAccessPolicy for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) ExecuteClawOmniInstanceCommand ¶ added in v1.2.26
func (c *ARKCLAW) ExecuteClawOmniInstanceCommand(input *ExecuteClawOmniInstanceCommandInput) (*ExecuteClawOmniInstanceCommandOutput, error)
ExecuteClawOmniInstanceCommand API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation ExecuteClawOmniInstanceCommand for usage and error information.
func (*ARKCLAW) ExecuteClawOmniInstanceCommandCommon ¶ added in v1.2.26
func (c *ARKCLAW) ExecuteClawOmniInstanceCommandCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ExecuteClawOmniInstanceCommandCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation ExecuteClawOmniInstanceCommandCommon for usage and error information.
func (*ARKCLAW) ExecuteClawOmniInstanceCommandCommonRequest ¶ added in v1.2.26
func (c *ARKCLAW) ExecuteClawOmniInstanceCommandCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ExecuteClawOmniInstanceCommandCommonRequest generates a "volcengine/request.Request" representing the client's request for the ExecuteClawOmniInstanceCommandCommon operation. The "output" return value will be populated with the ExecuteClawOmniInstanceCommandCommon request's response once the request completes successfully.
Use "Send" method on the returned ExecuteClawOmniInstanceCommandCommon Request to send the API call to the service. the "output" return value is not valid until after ExecuteClawOmniInstanceCommandCommon Send returns without error.
See ExecuteClawOmniInstanceCommandCommon for more information on using the ExecuteClawOmniInstanceCommandCommon API call, and error handling.
// Example sending a request using the ExecuteClawOmniInstanceCommandCommonRequest method.
req, resp := client.ExecuteClawOmniInstanceCommandCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) ExecuteClawOmniInstanceCommandCommonWithContext ¶ added in v1.2.26
func (c *ARKCLAW) ExecuteClawOmniInstanceCommandCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ExecuteClawOmniInstanceCommandCommonWithContext is the same as ExecuteClawOmniInstanceCommandCommon with the addition of the ability to pass a context and additional request options.
See ExecuteClawOmniInstanceCommandCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) ExecuteClawOmniInstanceCommandRequest ¶ added in v1.2.26
func (c *ARKCLAW) ExecuteClawOmniInstanceCommandRequest(input *ExecuteClawOmniInstanceCommandInput) (req *request.Request, output *ExecuteClawOmniInstanceCommandOutput)
ExecuteClawOmniInstanceCommandRequest generates a "volcengine/request.Request" representing the client's request for the ExecuteClawOmniInstanceCommand operation. The "output" return value will be populated with the ExecuteClawOmniInstanceCommandCommon request's response once the request completes successfully.
Use "Send" method on the returned ExecuteClawOmniInstanceCommandCommon Request to send the API call to the service. the "output" return value is not valid until after ExecuteClawOmniInstanceCommandCommon Send returns without error.
See ExecuteClawOmniInstanceCommand for more information on using the ExecuteClawOmniInstanceCommand API call, and error handling.
// Example sending a request using the ExecuteClawOmniInstanceCommandRequest method.
req, resp := client.ExecuteClawOmniInstanceCommandRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) ExecuteClawOmniInstanceCommandWithContext ¶ added in v1.2.26
func (c *ARKCLAW) ExecuteClawOmniInstanceCommandWithContext(ctx volcengine.Context, input *ExecuteClawOmniInstanceCommandInput, opts ...request.Option) (*ExecuteClawOmniInstanceCommandOutput, error)
ExecuteClawOmniInstanceCommandWithContext is the same as ExecuteClawOmniInstanceCommand with the addition of the ability to pass a context and additional request options.
See ExecuteClawOmniInstanceCommand for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) GetArkclawOmniInstanceWebui ¶ added in v1.2.48
func (c *ARKCLAW) GetArkclawOmniInstanceWebui(input *GetArkclawOmniInstanceWebuiInput) (*GetArkclawOmniInstanceWebuiOutput, error)
GetArkclawOmniInstanceWebui API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation GetArkclawOmniInstanceWebui for usage and error information.
func (*ARKCLAW) GetArkclawOmniInstanceWebuiCommon ¶ added in v1.2.48
func (c *ARKCLAW) GetArkclawOmniInstanceWebuiCommon(input *map[string]interface{}) (*map[string]interface{}, error)
GetArkclawOmniInstanceWebuiCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation GetArkclawOmniInstanceWebuiCommon for usage and error information.
func (*ARKCLAW) GetArkclawOmniInstanceWebuiCommonRequest ¶ added in v1.2.48
func (c *ARKCLAW) GetArkclawOmniInstanceWebuiCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
GetArkclawOmniInstanceWebuiCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetArkclawOmniInstanceWebuiCommon operation. The "output" return value will be populated with the GetArkclawOmniInstanceWebuiCommon request's response once the request completes successfully.
Use "Send" method on the returned GetArkclawOmniInstanceWebuiCommon Request to send the API call to the service. the "output" return value is not valid until after GetArkclawOmniInstanceWebuiCommon Send returns without error.
See GetArkclawOmniInstanceWebuiCommon for more information on using the GetArkclawOmniInstanceWebuiCommon API call, and error handling.
// Example sending a request using the GetArkclawOmniInstanceWebuiCommonRequest method.
req, resp := client.GetArkclawOmniInstanceWebuiCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) GetArkclawOmniInstanceWebuiCommonWithContext ¶ added in v1.2.48
func (c *ARKCLAW) GetArkclawOmniInstanceWebuiCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
GetArkclawOmniInstanceWebuiCommonWithContext is the same as GetArkclawOmniInstanceWebuiCommon with the addition of the ability to pass a context and additional request options.
See GetArkclawOmniInstanceWebuiCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) GetArkclawOmniInstanceWebuiRequest ¶ added in v1.2.48
func (c *ARKCLAW) GetArkclawOmniInstanceWebuiRequest(input *GetArkclawOmniInstanceWebuiInput) (req *request.Request, output *GetArkclawOmniInstanceWebuiOutput)
GetArkclawOmniInstanceWebuiRequest generates a "volcengine/request.Request" representing the client's request for the GetArkclawOmniInstanceWebui operation. The "output" return value will be populated with the GetArkclawOmniInstanceWebuiCommon request's response once the request completes successfully.
Use "Send" method on the returned GetArkclawOmniInstanceWebuiCommon Request to send the API call to the service. the "output" return value is not valid until after GetArkclawOmniInstanceWebuiCommon Send returns without error.
See GetArkclawOmniInstanceWebui for more information on using the GetArkclawOmniInstanceWebui API call, and error handling.
// Example sending a request using the GetArkclawOmniInstanceWebuiRequest method.
req, resp := client.GetArkclawOmniInstanceWebuiRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) GetArkclawOmniInstanceWebuiWithContext ¶ added in v1.2.48
func (c *ARKCLAW) GetArkclawOmniInstanceWebuiWithContext(ctx volcengine.Context, input *GetArkclawOmniInstanceWebuiInput, opts ...request.Option) (*GetArkclawOmniInstanceWebuiOutput, error)
GetArkclawOmniInstanceWebuiWithContext is the same as GetArkclawOmniInstanceWebui with the addition of the ability to pass a context and additional request options.
See GetArkclawOmniInstanceWebui for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) GetClawInstance ¶ added in v1.2.35
func (c *ARKCLAW) GetClawInstance(input *GetClawInstanceInput) (*GetClawInstanceOutput, error)
GetClawInstance API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation GetClawInstance for usage and error information.
func (*ARKCLAW) GetClawInstanceCommon ¶ added in v1.2.35
func (c *ARKCLAW) GetClawInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
GetClawInstanceCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation GetClawInstanceCommon for usage and error information.
func (*ARKCLAW) GetClawInstanceCommonRequest ¶ added in v1.2.35
func (c *ARKCLAW) GetClawInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
GetClawInstanceCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetClawInstanceCommon operation. The "output" return value will be populated with the GetClawInstanceCommon request's response once the request completes successfully.
Use "Send" method on the returned GetClawInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after GetClawInstanceCommon Send returns without error.
See GetClawInstanceCommon for more information on using the GetClawInstanceCommon API call, and error handling.
// Example sending a request using the GetClawInstanceCommonRequest method.
req, resp := client.GetClawInstanceCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) GetClawInstanceCommonWithContext ¶ added in v1.2.35
func (c *ARKCLAW) GetClawInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
GetClawInstanceCommonWithContext is the same as GetClawInstanceCommon with the addition of the ability to pass a context and additional request options.
See GetClawInstanceCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) GetClawInstanceRequest ¶ added in v1.2.35
func (c *ARKCLAW) GetClawInstanceRequest(input *GetClawInstanceInput) (req *request.Request, output *GetClawInstanceOutput)
GetClawInstanceRequest generates a "volcengine/request.Request" representing the client's request for the GetClawInstance operation. The "output" return value will be populated with the GetClawInstanceCommon request's response once the request completes successfully.
Use "Send" method on the returned GetClawInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after GetClawInstanceCommon Send returns without error.
See GetClawInstance for more information on using the GetClawInstance API call, and error handling.
// Example sending a request using the GetClawInstanceRequest method.
req, resp := client.GetClawInstanceRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) GetClawInstanceWithContext ¶ added in v1.2.35
func (c *ARKCLAW) GetClawInstanceWithContext(ctx volcengine.Context, input *GetClawInstanceInput, opts ...request.Option) (*GetClawInstanceOutput, error)
GetClawInstanceWithContext is the same as GetClawInstance with the addition of the ability to pass a context and additional request options.
See GetClawInstance for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) GetClawOmniAutoChannelJob ¶ added in v1.2.35
func (c *ARKCLAW) GetClawOmniAutoChannelJob(input *GetClawOmniAutoChannelJobInput) (*GetClawOmniAutoChannelJobOutput, error)
GetClawOmniAutoChannelJob API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation GetClawOmniAutoChannelJob for usage and error information.
func (*ARKCLAW) GetClawOmniAutoChannelJobCommon ¶ added in v1.2.35
func (c *ARKCLAW) GetClawOmniAutoChannelJobCommon(input *map[string]interface{}) (*map[string]interface{}, error)
GetClawOmniAutoChannelJobCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation GetClawOmniAutoChannelJobCommon for usage and error information.
func (*ARKCLAW) GetClawOmniAutoChannelJobCommonRequest ¶ added in v1.2.35
func (c *ARKCLAW) GetClawOmniAutoChannelJobCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
GetClawOmniAutoChannelJobCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetClawOmniAutoChannelJobCommon operation. The "output" return value will be populated with the GetClawOmniAutoChannelJobCommon request's response once the request completes successfully.
Use "Send" method on the returned GetClawOmniAutoChannelJobCommon Request to send the API call to the service. the "output" return value is not valid until after GetClawOmniAutoChannelJobCommon Send returns without error.
See GetClawOmniAutoChannelJobCommon for more information on using the GetClawOmniAutoChannelJobCommon API call, and error handling.
// Example sending a request using the GetClawOmniAutoChannelJobCommonRequest method.
req, resp := client.GetClawOmniAutoChannelJobCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) GetClawOmniAutoChannelJobCommonWithContext ¶ added in v1.2.35
func (c *ARKCLAW) GetClawOmniAutoChannelJobCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
GetClawOmniAutoChannelJobCommonWithContext is the same as GetClawOmniAutoChannelJobCommon with the addition of the ability to pass a context and additional request options.
See GetClawOmniAutoChannelJobCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) GetClawOmniAutoChannelJobRequest ¶ added in v1.2.35
func (c *ARKCLAW) GetClawOmniAutoChannelJobRequest(input *GetClawOmniAutoChannelJobInput) (req *request.Request, output *GetClawOmniAutoChannelJobOutput)
GetClawOmniAutoChannelJobRequest generates a "volcengine/request.Request" representing the client's request for the GetClawOmniAutoChannelJob operation. The "output" return value will be populated with the GetClawOmniAutoChannelJobCommon request's response once the request completes successfully.
Use "Send" method on the returned GetClawOmniAutoChannelJobCommon Request to send the API call to the service. the "output" return value is not valid until after GetClawOmniAutoChannelJobCommon Send returns without error.
See GetClawOmniAutoChannelJob for more information on using the GetClawOmniAutoChannelJob API call, and error handling.
// Example sending a request using the GetClawOmniAutoChannelJobRequest method.
req, resp := client.GetClawOmniAutoChannelJobRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) GetClawOmniAutoChannelJobWithContext ¶ added in v1.2.35
func (c *ARKCLAW) GetClawOmniAutoChannelJobWithContext(ctx volcengine.Context, input *GetClawOmniAutoChannelJobInput, opts ...request.Option) (*GetClawOmniAutoChannelJobOutput, error)
GetClawOmniAutoChannelJobWithContext is the same as GetClawOmniAutoChannelJob with the addition of the ability to pass a context and additional request options.
See GetClawOmniAutoChannelJob for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) GetClawOmniInstance ¶
func (c *ARKCLAW) GetClawOmniInstance(input *GetClawOmniInstanceInput) (*GetClawOmniInstanceOutput, error)
GetClawOmniInstance API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation GetClawOmniInstance for usage and error information.
func (*ARKCLAW) GetClawOmniInstanceCommandJob ¶ added in v1.2.29
func (c *ARKCLAW) GetClawOmniInstanceCommandJob(input *GetClawOmniInstanceCommandJobInput) (*GetClawOmniInstanceCommandJobOutput, error)
GetClawOmniInstanceCommandJob API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation GetClawOmniInstanceCommandJob for usage and error information.
func (*ARKCLAW) GetClawOmniInstanceCommandJobCommon ¶ added in v1.2.29
func (c *ARKCLAW) GetClawOmniInstanceCommandJobCommon(input *map[string]interface{}) (*map[string]interface{}, error)
GetClawOmniInstanceCommandJobCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation GetClawOmniInstanceCommandJobCommon for usage and error information.
func (*ARKCLAW) GetClawOmniInstanceCommandJobCommonRequest ¶ added in v1.2.29
func (c *ARKCLAW) GetClawOmniInstanceCommandJobCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
GetClawOmniInstanceCommandJobCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetClawOmniInstanceCommandJobCommon operation. The "output" return value will be populated with the GetClawOmniInstanceCommandJobCommon request's response once the request completes successfully.
Use "Send" method on the returned GetClawOmniInstanceCommandJobCommon Request to send the API call to the service. the "output" return value is not valid until after GetClawOmniInstanceCommandJobCommon Send returns without error.
See GetClawOmniInstanceCommandJobCommon for more information on using the GetClawOmniInstanceCommandJobCommon API call, and error handling.
// Example sending a request using the GetClawOmniInstanceCommandJobCommonRequest method.
req, resp := client.GetClawOmniInstanceCommandJobCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) GetClawOmniInstanceCommandJobCommonWithContext ¶ added in v1.2.29
func (c *ARKCLAW) GetClawOmniInstanceCommandJobCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
GetClawOmniInstanceCommandJobCommonWithContext is the same as GetClawOmniInstanceCommandJobCommon with the addition of the ability to pass a context and additional request options.
See GetClawOmniInstanceCommandJobCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) GetClawOmniInstanceCommandJobLog ¶ added in v1.2.29
func (c *ARKCLAW) GetClawOmniInstanceCommandJobLog(input *GetClawOmniInstanceCommandJobLogInput) (*GetClawOmniInstanceCommandJobLogOutput, error)
GetClawOmniInstanceCommandJobLog API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation GetClawOmniInstanceCommandJobLog for usage and error information.
func (*ARKCLAW) GetClawOmniInstanceCommandJobLogCommon ¶ added in v1.2.29
func (c *ARKCLAW) GetClawOmniInstanceCommandJobLogCommon(input *map[string]interface{}) (*map[string]interface{}, error)
GetClawOmniInstanceCommandJobLogCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation GetClawOmniInstanceCommandJobLogCommon for usage and error information.
func (*ARKCLAW) GetClawOmniInstanceCommandJobLogCommonRequest ¶ added in v1.2.29
func (c *ARKCLAW) GetClawOmniInstanceCommandJobLogCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
GetClawOmniInstanceCommandJobLogCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetClawOmniInstanceCommandJobLogCommon operation. The "output" return value will be populated with the GetClawOmniInstanceCommandJobLogCommon request's response once the request completes successfully.
Use "Send" method on the returned GetClawOmniInstanceCommandJobLogCommon Request to send the API call to the service. the "output" return value is not valid until after GetClawOmniInstanceCommandJobLogCommon Send returns without error.
See GetClawOmniInstanceCommandJobLogCommon for more information on using the GetClawOmniInstanceCommandJobLogCommon API call, and error handling.
// Example sending a request using the GetClawOmniInstanceCommandJobLogCommonRequest method.
req, resp := client.GetClawOmniInstanceCommandJobLogCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) GetClawOmniInstanceCommandJobLogCommonWithContext ¶ added in v1.2.29
func (c *ARKCLAW) GetClawOmniInstanceCommandJobLogCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
GetClawOmniInstanceCommandJobLogCommonWithContext is the same as GetClawOmniInstanceCommandJobLogCommon with the addition of the ability to pass a context and additional request options.
See GetClawOmniInstanceCommandJobLogCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) GetClawOmniInstanceCommandJobLogRequest ¶ added in v1.2.29
func (c *ARKCLAW) GetClawOmniInstanceCommandJobLogRequest(input *GetClawOmniInstanceCommandJobLogInput) (req *request.Request, output *GetClawOmniInstanceCommandJobLogOutput)
GetClawOmniInstanceCommandJobLogRequest generates a "volcengine/request.Request" representing the client's request for the GetClawOmniInstanceCommandJobLog operation. The "output" return value will be populated with the GetClawOmniInstanceCommandJobLogCommon request's response once the request completes successfully.
Use "Send" method on the returned GetClawOmniInstanceCommandJobLogCommon Request to send the API call to the service. the "output" return value is not valid until after GetClawOmniInstanceCommandJobLogCommon Send returns without error.
See GetClawOmniInstanceCommandJobLog for more information on using the GetClawOmniInstanceCommandJobLog API call, and error handling.
// Example sending a request using the GetClawOmniInstanceCommandJobLogRequest method.
req, resp := client.GetClawOmniInstanceCommandJobLogRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) GetClawOmniInstanceCommandJobLogWithContext ¶ added in v1.2.29
func (c *ARKCLAW) GetClawOmniInstanceCommandJobLogWithContext(ctx volcengine.Context, input *GetClawOmniInstanceCommandJobLogInput, opts ...request.Option) (*GetClawOmniInstanceCommandJobLogOutput, error)
GetClawOmniInstanceCommandJobLogWithContext is the same as GetClawOmniInstanceCommandJobLog with the addition of the ability to pass a context and additional request options.
See GetClawOmniInstanceCommandJobLog for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) GetClawOmniInstanceCommandJobRequest ¶ added in v1.2.29
func (c *ARKCLAW) GetClawOmniInstanceCommandJobRequest(input *GetClawOmniInstanceCommandJobInput) (req *request.Request, output *GetClawOmniInstanceCommandJobOutput)
GetClawOmniInstanceCommandJobRequest generates a "volcengine/request.Request" representing the client's request for the GetClawOmniInstanceCommandJob operation. The "output" return value will be populated with the GetClawOmniInstanceCommandJobCommon request's response once the request completes successfully.
Use "Send" method on the returned GetClawOmniInstanceCommandJobCommon Request to send the API call to the service. the "output" return value is not valid until after GetClawOmniInstanceCommandJobCommon Send returns without error.
See GetClawOmniInstanceCommandJob for more information on using the GetClawOmniInstanceCommandJob API call, and error handling.
// Example sending a request using the GetClawOmniInstanceCommandJobRequest method.
req, resp := client.GetClawOmniInstanceCommandJobRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) GetClawOmniInstanceCommandJobWithContext ¶ added in v1.2.29
func (c *ARKCLAW) GetClawOmniInstanceCommandJobWithContext(ctx volcengine.Context, input *GetClawOmniInstanceCommandJobInput, opts ...request.Option) (*GetClawOmniInstanceCommandJobOutput, error)
GetClawOmniInstanceCommandJobWithContext is the same as GetClawOmniInstanceCommandJob with the addition of the ability to pass a context and additional request options.
See GetClawOmniInstanceCommandJob for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) GetClawOmniInstanceCommon ¶
func (c *ARKCLAW) GetClawOmniInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
GetClawOmniInstanceCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation GetClawOmniInstanceCommon for usage and error information.
func (*ARKCLAW) GetClawOmniInstanceCommonRequest ¶
func (c *ARKCLAW) GetClawOmniInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
GetClawOmniInstanceCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetClawOmniInstanceCommon operation. The "output" return value will be populated with the GetClawOmniInstanceCommon request's response once the request completes successfully.
Use "Send" method on the returned GetClawOmniInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after GetClawOmniInstanceCommon Send returns without error.
See GetClawOmniInstanceCommon for more information on using the GetClawOmniInstanceCommon API call, and error handling.
// Example sending a request using the GetClawOmniInstanceCommonRequest method.
req, resp := client.GetClawOmniInstanceCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) GetClawOmniInstanceCommonWithContext ¶
func (c *ARKCLAW) GetClawOmniInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
GetClawOmniInstanceCommonWithContext is the same as GetClawOmniInstanceCommon with the addition of the ability to pass a context and additional request options.
See GetClawOmniInstanceCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) GetClawOmniInstanceRequest ¶
func (c *ARKCLAW) GetClawOmniInstanceRequest(input *GetClawOmniInstanceInput) (req *request.Request, output *GetClawOmniInstanceOutput)
GetClawOmniInstanceRequest generates a "volcengine/request.Request" representing the client's request for the GetClawOmniInstance operation. The "output" return value will be populated with the GetClawOmniInstanceCommon request's response once the request completes successfully.
Use "Send" method on the returned GetClawOmniInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after GetClawOmniInstanceCommon Send returns without error.
See GetClawOmniInstance for more information on using the GetClawOmniInstance API call, and error handling.
// Example sending a request using the GetClawOmniInstanceRequest method.
req, resp := client.GetClawOmniInstanceRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) GetClawOmniInstanceSkills ¶ added in v1.2.31
func (c *ARKCLAW) GetClawOmniInstanceSkills(input *GetClawOmniInstanceSkillsInput) (*GetClawOmniInstanceSkillsOutput, error)
GetClawOmniInstanceSkills API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation GetClawOmniInstanceSkills for usage and error information.
func (*ARKCLAW) GetClawOmniInstanceSkillsCommon ¶ added in v1.2.31
func (c *ARKCLAW) GetClawOmniInstanceSkillsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
GetClawOmniInstanceSkillsCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation GetClawOmniInstanceSkillsCommon for usage and error information.
func (*ARKCLAW) GetClawOmniInstanceSkillsCommonRequest ¶ added in v1.2.31
func (c *ARKCLAW) GetClawOmniInstanceSkillsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
GetClawOmniInstanceSkillsCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetClawOmniInstanceSkillsCommon operation. The "output" return value will be populated with the GetClawOmniInstanceSkillsCommon request's response once the request completes successfully.
Use "Send" method on the returned GetClawOmniInstanceSkillsCommon Request to send the API call to the service. the "output" return value is not valid until after GetClawOmniInstanceSkillsCommon Send returns without error.
See GetClawOmniInstanceSkillsCommon for more information on using the GetClawOmniInstanceSkillsCommon API call, and error handling.
// Example sending a request using the GetClawOmniInstanceSkillsCommonRequest method.
req, resp := client.GetClawOmniInstanceSkillsCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) GetClawOmniInstanceSkillsCommonWithContext ¶ added in v1.2.31
func (c *ARKCLAW) GetClawOmniInstanceSkillsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
GetClawOmniInstanceSkillsCommonWithContext is the same as GetClawOmniInstanceSkillsCommon with the addition of the ability to pass a context and additional request options.
See GetClawOmniInstanceSkillsCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) GetClawOmniInstanceSkillsRequest ¶ added in v1.2.31
func (c *ARKCLAW) GetClawOmniInstanceSkillsRequest(input *GetClawOmniInstanceSkillsInput) (req *request.Request, output *GetClawOmniInstanceSkillsOutput)
GetClawOmniInstanceSkillsRequest generates a "volcengine/request.Request" representing the client's request for the GetClawOmniInstanceSkills operation. The "output" return value will be populated with the GetClawOmniInstanceSkillsCommon request's response once the request completes successfully.
Use "Send" method on the returned GetClawOmniInstanceSkillsCommon Request to send the API call to the service. the "output" return value is not valid until after GetClawOmniInstanceSkillsCommon Send returns without error.
See GetClawOmniInstanceSkills for more information on using the GetClawOmniInstanceSkills API call, and error handling.
// Example sending a request using the GetClawOmniInstanceSkillsRequest method.
req, resp := client.GetClawOmniInstanceSkillsRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) GetClawOmniInstanceSkillsWithContext ¶ added in v1.2.31
func (c *ARKCLAW) GetClawOmniInstanceSkillsWithContext(ctx volcengine.Context, input *GetClawOmniInstanceSkillsInput, opts ...request.Option) (*GetClawOmniInstanceSkillsOutput, error)
GetClawOmniInstanceSkillsWithContext is the same as GetClawOmniInstanceSkills with the addition of the ability to pass a context and additional request options.
See GetClawOmniInstanceSkills for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) GetClawOmniInstanceWithContext ¶
func (c *ARKCLAW) GetClawOmniInstanceWithContext(ctx volcengine.Context, input *GetClawOmniInstanceInput, opts ...request.Option) (*GetClawOmniInstanceOutput, error)
GetClawOmniInstanceWithContext is the same as GetClawOmniInstance with the addition of the ability to pass a context and additional request options.
See GetClawOmniInstance for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) GetClawOmniSpaceTemplate ¶ added in v1.2.31
func (c *ARKCLAW) GetClawOmniSpaceTemplate(input *GetClawOmniSpaceTemplateInput) (*GetClawOmniSpaceTemplateOutput, error)
GetClawOmniSpaceTemplate API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation GetClawOmniSpaceTemplate for usage and error information.
func (*ARKCLAW) GetClawOmniSpaceTemplateCommon ¶ added in v1.2.31
func (c *ARKCLAW) GetClawOmniSpaceTemplateCommon(input *map[string]interface{}) (*map[string]interface{}, error)
GetClawOmniSpaceTemplateCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation GetClawOmniSpaceTemplateCommon for usage and error information.
func (*ARKCLAW) GetClawOmniSpaceTemplateCommonRequest ¶ added in v1.2.31
func (c *ARKCLAW) GetClawOmniSpaceTemplateCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
GetClawOmniSpaceTemplateCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetClawOmniSpaceTemplateCommon operation. The "output" return value will be populated with the GetClawOmniSpaceTemplateCommon request's response once the request completes successfully.
Use "Send" method on the returned GetClawOmniSpaceTemplateCommon Request to send the API call to the service. the "output" return value is not valid until after GetClawOmniSpaceTemplateCommon Send returns without error.
See GetClawOmniSpaceTemplateCommon for more information on using the GetClawOmniSpaceTemplateCommon API call, and error handling.
// Example sending a request using the GetClawOmniSpaceTemplateCommonRequest method.
req, resp := client.GetClawOmniSpaceTemplateCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) GetClawOmniSpaceTemplateCommonWithContext ¶ added in v1.2.31
func (c *ARKCLAW) GetClawOmniSpaceTemplateCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
GetClawOmniSpaceTemplateCommonWithContext is the same as GetClawOmniSpaceTemplateCommon with the addition of the ability to pass a context and additional request options.
See GetClawOmniSpaceTemplateCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) GetClawOmniSpaceTemplateRequest ¶ added in v1.2.31
func (c *ARKCLAW) GetClawOmniSpaceTemplateRequest(input *GetClawOmniSpaceTemplateInput) (req *request.Request, output *GetClawOmniSpaceTemplateOutput)
GetClawOmniSpaceTemplateRequest generates a "volcengine/request.Request" representing the client's request for the GetClawOmniSpaceTemplate operation. The "output" return value will be populated with the GetClawOmniSpaceTemplateCommon request's response once the request completes successfully.
Use "Send" method on the returned GetClawOmniSpaceTemplateCommon Request to send the API call to the service. the "output" return value is not valid until after GetClawOmniSpaceTemplateCommon Send returns without error.
See GetClawOmniSpaceTemplate for more information on using the GetClawOmniSpaceTemplate API call, and error handling.
// Example sending a request using the GetClawOmniSpaceTemplateRequest method.
req, resp := client.GetClawOmniSpaceTemplateRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) GetClawOmniSpaceTemplateWithContext ¶ added in v1.2.31
func (c *ARKCLAW) GetClawOmniSpaceTemplateWithContext(ctx volcengine.Context, input *GetClawOmniSpaceTemplateInput, opts ...request.Option) (*GetClawOmniSpaceTemplateOutput, error)
GetClawOmniSpaceTemplateWithContext is the same as GetClawOmniSpaceTemplate with the addition of the ability to pass a context and additional request options.
See GetClawOmniSpaceTemplate for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) GetIdentityProviderTokenExchange ¶ added in v1.2.48
func (c *ARKCLAW) GetIdentityProviderTokenExchange(input *GetIdentityProviderTokenExchangeInput) (*GetIdentityProviderTokenExchangeOutput, error)
GetIdentityProviderTokenExchange API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation GetIdentityProviderTokenExchange for usage and error information.
func (*ARKCLAW) GetIdentityProviderTokenExchangeCommon ¶ added in v1.2.48
func (c *ARKCLAW) GetIdentityProviderTokenExchangeCommon(input *map[string]interface{}) (*map[string]interface{}, error)
GetIdentityProviderTokenExchangeCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation GetIdentityProviderTokenExchangeCommon for usage and error information.
func (*ARKCLAW) GetIdentityProviderTokenExchangeCommonRequest ¶ added in v1.2.48
func (c *ARKCLAW) GetIdentityProviderTokenExchangeCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
GetIdentityProviderTokenExchangeCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetIdentityProviderTokenExchangeCommon operation. The "output" return value will be populated with the GetIdentityProviderTokenExchangeCommon request's response once the request completes successfully.
Use "Send" method on the returned GetIdentityProviderTokenExchangeCommon Request to send the API call to the service. the "output" return value is not valid until after GetIdentityProviderTokenExchangeCommon Send returns without error.
See GetIdentityProviderTokenExchangeCommon for more information on using the GetIdentityProviderTokenExchangeCommon API call, and error handling.
// Example sending a request using the GetIdentityProviderTokenExchangeCommonRequest method.
req, resp := client.GetIdentityProviderTokenExchangeCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) GetIdentityProviderTokenExchangeCommonWithContext ¶ added in v1.2.48
func (c *ARKCLAW) GetIdentityProviderTokenExchangeCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
GetIdentityProviderTokenExchangeCommonWithContext is the same as GetIdentityProviderTokenExchangeCommon with the addition of the ability to pass a context and additional request options.
See GetIdentityProviderTokenExchangeCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) GetIdentityProviderTokenExchangeRequest ¶ added in v1.2.48
func (c *ARKCLAW) GetIdentityProviderTokenExchangeRequest(input *GetIdentityProviderTokenExchangeInput) (req *request.Request, output *GetIdentityProviderTokenExchangeOutput)
GetIdentityProviderTokenExchangeRequest generates a "volcengine/request.Request" representing the client's request for the GetIdentityProviderTokenExchange operation. The "output" return value will be populated with the GetIdentityProviderTokenExchangeCommon request's response once the request completes successfully.
Use "Send" method on the returned GetIdentityProviderTokenExchangeCommon Request to send the API call to the service. the "output" return value is not valid until after GetIdentityProviderTokenExchangeCommon Send returns without error.
See GetIdentityProviderTokenExchange for more information on using the GetIdentityProviderTokenExchange API call, and error handling.
// Example sending a request using the GetIdentityProviderTokenExchangeRequest method.
req, resp := client.GetIdentityProviderTokenExchangeRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) GetIdentityProviderTokenExchangeWithContext ¶ added in v1.2.48
func (c *ARKCLAW) GetIdentityProviderTokenExchangeWithContext(ctx volcengine.Context, input *GetIdentityProviderTokenExchangeInput, opts ...request.Option) (*GetIdentityProviderTokenExchangeOutput, error)
GetIdentityProviderTokenExchangeWithContext is the same as GetIdentityProviderTokenExchange with the addition of the ability to pass a context and additional request options.
See GetIdentityProviderTokenExchange for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) GetScheduledJob ¶ added in v1.2.38
func (c *ARKCLAW) GetScheduledJob(input *GetScheduledJobInput) (*GetScheduledJobOutput, error)
GetScheduledJob API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation GetScheduledJob for usage and error information.
func (*ARKCLAW) GetScheduledJobCommon ¶ added in v1.2.38
func (c *ARKCLAW) GetScheduledJobCommon(input *map[string]interface{}) (*map[string]interface{}, error)
GetScheduledJobCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation GetScheduledJobCommon for usage and error information.
func (*ARKCLAW) GetScheduledJobCommonRequest ¶ added in v1.2.38
func (c *ARKCLAW) GetScheduledJobCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
GetScheduledJobCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetScheduledJobCommon operation. The "output" return value will be populated with the GetScheduledJobCommon request's response once the request completes successfully.
Use "Send" method on the returned GetScheduledJobCommon Request to send the API call to the service. the "output" return value is not valid until after GetScheduledJobCommon Send returns without error.
See GetScheduledJobCommon for more information on using the GetScheduledJobCommon API call, and error handling.
// Example sending a request using the GetScheduledJobCommonRequest method.
req, resp := client.GetScheduledJobCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) GetScheduledJobCommonWithContext ¶ added in v1.2.38
func (c *ARKCLAW) GetScheduledJobCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
GetScheduledJobCommonWithContext is the same as GetScheduledJobCommon with the addition of the ability to pass a context and additional request options.
See GetScheduledJobCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) GetScheduledJobRequest ¶ added in v1.2.38
func (c *ARKCLAW) GetScheduledJobRequest(input *GetScheduledJobInput) (req *request.Request, output *GetScheduledJobOutput)
GetScheduledJobRequest generates a "volcengine/request.Request" representing the client's request for the GetScheduledJob operation. The "output" return value will be populated with the GetScheduledJobCommon request's response once the request completes successfully.
Use "Send" method on the returned GetScheduledJobCommon Request to send the API call to the service. the "output" return value is not valid until after GetScheduledJobCommon Send returns without error.
See GetScheduledJob for more information on using the GetScheduledJob API call, and error handling.
// Example sending a request using the GetScheduledJobRequest method.
req, resp := client.GetScheduledJobRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) GetScheduledJobWithContext ¶ added in v1.2.38
func (c *ARKCLAW) GetScheduledJobWithContext(ctx volcengine.Context, input *GetScheduledJobInput, opts ...request.Option) (*GetScheduledJobOutput, error)
GetScheduledJobWithContext is the same as GetScheduledJob with the addition of the ability to pass a context and additional request options.
See GetScheduledJob for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) GetUserPoolClient ¶ added in v1.2.48
func (c *ARKCLAW) GetUserPoolClient(input *GetUserPoolClientInput) (*GetUserPoolClientOutput, error)
GetUserPoolClient API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation GetUserPoolClient for usage and error information.
func (*ARKCLAW) GetUserPoolClientCommon ¶ added in v1.2.48
func (c *ARKCLAW) GetUserPoolClientCommon(input *map[string]interface{}) (*map[string]interface{}, error)
GetUserPoolClientCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation GetUserPoolClientCommon for usage and error information.
func (*ARKCLAW) GetUserPoolClientCommonRequest ¶ added in v1.2.48
func (c *ARKCLAW) GetUserPoolClientCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
GetUserPoolClientCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetUserPoolClientCommon operation. The "output" return value will be populated with the GetUserPoolClientCommon request's response once the request completes successfully.
Use "Send" method on the returned GetUserPoolClientCommon Request to send the API call to the service. the "output" return value is not valid until after GetUserPoolClientCommon Send returns without error.
See GetUserPoolClientCommon for more information on using the GetUserPoolClientCommon API call, and error handling.
// Example sending a request using the GetUserPoolClientCommonRequest method.
req, resp := client.GetUserPoolClientCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) GetUserPoolClientCommonWithContext ¶ added in v1.2.48
func (c *ARKCLAW) GetUserPoolClientCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
GetUserPoolClientCommonWithContext is the same as GetUserPoolClientCommon with the addition of the ability to pass a context and additional request options.
See GetUserPoolClientCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) GetUserPoolClientRequest ¶ added in v1.2.48
func (c *ARKCLAW) GetUserPoolClientRequest(input *GetUserPoolClientInput) (req *request.Request, output *GetUserPoolClientOutput)
GetUserPoolClientRequest generates a "volcengine/request.Request" representing the client's request for the GetUserPoolClient operation. The "output" return value will be populated with the GetUserPoolClientCommon request's response once the request completes successfully.
Use "Send" method on the returned GetUserPoolClientCommon Request to send the API call to the service. the "output" return value is not valid until after GetUserPoolClientCommon Send returns without error.
See GetUserPoolClient for more information on using the GetUserPoolClient API call, and error handling.
// Example sending a request using the GetUserPoolClientRequest method.
req, resp := client.GetUserPoolClientRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) GetUserPoolClientWithContext ¶ added in v1.2.48
func (c *ARKCLAW) GetUserPoolClientWithContext(ctx volcengine.Context, input *GetUserPoolClientInput, opts ...request.Option) (*GetUserPoolClientOutput, error)
GetUserPoolClientWithContext is the same as GetUserPoolClient with the addition of the ability to pass a context and additional request options.
See GetUserPoolClient for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) InstallClawOmniInstanceSkill ¶ added in v1.2.35
func (c *ARKCLAW) InstallClawOmniInstanceSkill(input *InstallClawOmniInstanceSkillInput) (*InstallClawOmniInstanceSkillOutput, error)
InstallClawOmniInstanceSkill API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation InstallClawOmniInstanceSkill for usage and error information.
func (*ARKCLAW) InstallClawOmniInstanceSkillCommon ¶ added in v1.2.35
func (c *ARKCLAW) InstallClawOmniInstanceSkillCommon(input *map[string]interface{}) (*map[string]interface{}, error)
InstallClawOmniInstanceSkillCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation InstallClawOmniInstanceSkillCommon for usage and error information.
func (*ARKCLAW) InstallClawOmniInstanceSkillCommonRequest ¶ added in v1.2.35
func (c *ARKCLAW) InstallClawOmniInstanceSkillCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
InstallClawOmniInstanceSkillCommonRequest generates a "volcengine/request.Request" representing the client's request for the InstallClawOmniInstanceSkillCommon operation. The "output" return value will be populated with the InstallClawOmniInstanceSkillCommon request's response once the request completes successfully.
Use "Send" method on the returned InstallClawOmniInstanceSkillCommon Request to send the API call to the service. the "output" return value is not valid until after InstallClawOmniInstanceSkillCommon Send returns without error.
See InstallClawOmniInstanceSkillCommon for more information on using the InstallClawOmniInstanceSkillCommon API call, and error handling.
// Example sending a request using the InstallClawOmniInstanceSkillCommonRequest method.
req, resp := client.InstallClawOmniInstanceSkillCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) InstallClawOmniInstanceSkillCommonWithContext ¶ added in v1.2.35
func (c *ARKCLAW) InstallClawOmniInstanceSkillCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
InstallClawOmniInstanceSkillCommonWithContext is the same as InstallClawOmniInstanceSkillCommon with the addition of the ability to pass a context and additional request options.
See InstallClawOmniInstanceSkillCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) InstallClawOmniInstanceSkillRequest ¶ added in v1.2.35
func (c *ARKCLAW) InstallClawOmniInstanceSkillRequest(input *InstallClawOmniInstanceSkillInput) (req *request.Request, output *InstallClawOmniInstanceSkillOutput)
InstallClawOmniInstanceSkillRequest generates a "volcengine/request.Request" representing the client's request for the InstallClawOmniInstanceSkill operation. The "output" return value will be populated with the InstallClawOmniInstanceSkillCommon request's response once the request completes successfully.
Use "Send" method on the returned InstallClawOmniInstanceSkillCommon Request to send the API call to the service. the "output" return value is not valid until after InstallClawOmniInstanceSkillCommon Send returns without error.
See InstallClawOmniInstanceSkill for more information on using the InstallClawOmniInstanceSkill API call, and error handling.
// Example sending a request using the InstallClawOmniInstanceSkillRequest method.
req, resp := client.InstallClawOmniInstanceSkillRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) InstallClawOmniInstanceSkillWithContext ¶ added in v1.2.35
func (c *ARKCLAW) InstallClawOmniInstanceSkillWithContext(ctx volcengine.Context, input *InstallClawOmniInstanceSkillInput, opts ...request.Option) (*InstallClawOmniInstanceSkillOutput, error)
InstallClawOmniInstanceSkillWithContext is the same as InstallClawOmniInstanceSkill with the addition of the ability to pass a context and additional request options.
See InstallClawOmniInstanceSkill for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) ListClawInstances ¶ added in v1.2.35
func (c *ARKCLAW) ListClawInstances(input *ListClawInstancesInput) (*ListClawInstancesOutput, error)
ListClawInstances API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation ListClawInstances for usage and error information.
func (*ARKCLAW) ListClawInstancesCommon ¶ added in v1.2.35
func (c *ARKCLAW) ListClawInstancesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListClawInstancesCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation ListClawInstancesCommon for usage and error information.
func (*ARKCLAW) ListClawInstancesCommonRequest ¶ added in v1.2.35
func (c *ARKCLAW) ListClawInstancesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListClawInstancesCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListClawInstancesCommon operation. The "output" return value will be populated with the ListClawInstancesCommon request's response once the request completes successfully.
Use "Send" method on the returned ListClawInstancesCommon Request to send the API call to the service. the "output" return value is not valid until after ListClawInstancesCommon Send returns without error.
See ListClawInstancesCommon for more information on using the ListClawInstancesCommon API call, and error handling.
// Example sending a request using the ListClawInstancesCommonRequest method.
req, resp := client.ListClawInstancesCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) ListClawInstancesCommonWithContext ¶ added in v1.2.35
func (c *ARKCLAW) ListClawInstancesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListClawInstancesCommonWithContext is the same as ListClawInstancesCommon with the addition of the ability to pass a context and additional request options.
See ListClawInstancesCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) ListClawInstancesRequest ¶ added in v1.2.35
func (c *ARKCLAW) ListClawInstancesRequest(input *ListClawInstancesInput) (req *request.Request, output *ListClawInstancesOutput)
ListClawInstancesRequest generates a "volcengine/request.Request" representing the client's request for the ListClawInstances operation. The "output" return value will be populated with the ListClawInstancesCommon request's response once the request completes successfully.
Use "Send" method on the returned ListClawInstancesCommon Request to send the API call to the service. the "output" return value is not valid until after ListClawInstancesCommon Send returns without error.
See ListClawInstances for more information on using the ListClawInstances API call, and error handling.
// Example sending a request using the ListClawInstancesRequest method.
req, resp := client.ListClawInstancesRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) ListClawInstancesWithContext ¶ added in v1.2.35
func (c *ARKCLAW) ListClawInstancesWithContext(ctx volcengine.Context, input *ListClawInstancesInput, opts ...request.Option) (*ListClawInstancesOutput, error)
ListClawInstancesWithContext is the same as ListClawInstances with the addition of the ability to pass a context and additional request options.
See ListClawInstances for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) ListClawOmniChannels ¶ added in v1.2.29
func (c *ARKCLAW) ListClawOmniChannels(input *ListClawOmniChannelsInput) (*ListClawOmniChannelsOutput, error)
ListClawOmniChannels API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation ListClawOmniChannels for usage and error information.
func (*ARKCLAW) ListClawOmniChannelsCommon ¶ added in v1.2.29
func (c *ARKCLAW) ListClawOmniChannelsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListClawOmniChannelsCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation ListClawOmniChannelsCommon for usage and error information.
func (*ARKCLAW) ListClawOmniChannelsCommonRequest ¶ added in v1.2.29
func (c *ARKCLAW) ListClawOmniChannelsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListClawOmniChannelsCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListClawOmniChannelsCommon operation. The "output" return value will be populated with the ListClawOmniChannelsCommon request's response once the request completes successfully.
Use "Send" method on the returned ListClawOmniChannelsCommon Request to send the API call to the service. the "output" return value is not valid until after ListClawOmniChannelsCommon Send returns without error.
See ListClawOmniChannelsCommon for more information on using the ListClawOmniChannelsCommon API call, and error handling.
// Example sending a request using the ListClawOmniChannelsCommonRequest method.
req, resp := client.ListClawOmniChannelsCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) ListClawOmniChannelsCommonWithContext ¶ added in v1.2.29
func (c *ARKCLAW) ListClawOmniChannelsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListClawOmniChannelsCommonWithContext is the same as ListClawOmniChannelsCommon with the addition of the ability to pass a context and additional request options.
See ListClawOmniChannelsCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) ListClawOmniChannelsRequest ¶ added in v1.2.29
func (c *ARKCLAW) ListClawOmniChannelsRequest(input *ListClawOmniChannelsInput) (req *request.Request, output *ListClawOmniChannelsOutput)
ListClawOmniChannelsRequest generates a "volcengine/request.Request" representing the client's request for the ListClawOmniChannels operation. The "output" return value will be populated with the ListClawOmniChannelsCommon request's response once the request completes successfully.
Use "Send" method on the returned ListClawOmniChannelsCommon Request to send the API call to the service. the "output" return value is not valid until after ListClawOmniChannelsCommon Send returns without error.
See ListClawOmniChannels for more information on using the ListClawOmniChannels API call, and error handling.
// Example sending a request using the ListClawOmniChannelsRequest method.
req, resp := client.ListClawOmniChannelsRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) ListClawOmniChannelsWithContext ¶ added in v1.2.29
func (c *ARKCLAW) ListClawOmniChannelsWithContext(ctx volcengine.Context, input *ListClawOmniChannelsInput, opts ...request.Option) (*ListClawOmniChannelsOutput, error)
ListClawOmniChannelsWithContext is the same as ListClawOmniChannels with the addition of the ability to pass a context and additional request options.
See ListClawOmniChannels for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) ListClawOmniInstanceCommandJobs ¶ added in v1.2.29
func (c *ARKCLAW) ListClawOmniInstanceCommandJobs(input *ListClawOmniInstanceCommandJobsInput) (*ListClawOmniInstanceCommandJobsOutput, error)
ListClawOmniInstanceCommandJobs API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation ListClawOmniInstanceCommandJobs for usage and error information.
func (*ARKCLAW) ListClawOmniInstanceCommandJobsCommon ¶ added in v1.2.29
func (c *ARKCLAW) ListClawOmniInstanceCommandJobsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListClawOmniInstanceCommandJobsCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation ListClawOmniInstanceCommandJobsCommon for usage and error information.
func (*ARKCLAW) ListClawOmniInstanceCommandJobsCommonRequest ¶ added in v1.2.29
func (c *ARKCLAW) ListClawOmniInstanceCommandJobsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListClawOmniInstanceCommandJobsCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListClawOmniInstanceCommandJobsCommon operation. The "output" return value will be populated with the ListClawOmniInstanceCommandJobsCommon request's response once the request completes successfully.
Use "Send" method on the returned ListClawOmniInstanceCommandJobsCommon Request to send the API call to the service. the "output" return value is not valid until after ListClawOmniInstanceCommandJobsCommon Send returns without error.
See ListClawOmniInstanceCommandJobsCommon for more information on using the ListClawOmniInstanceCommandJobsCommon API call, and error handling.
// Example sending a request using the ListClawOmniInstanceCommandJobsCommonRequest method.
req, resp := client.ListClawOmniInstanceCommandJobsCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) ListClawOmniInstanceCommandJobsCommonWithContext ¶ added in v1.2.29
func (c *ARKCLAW) ListClawOmniInstanceCommandJobsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListClawOmniInstanceCommandJobsCommonWithContext is the same as ListClawOmniInstanceCommandJobsCommon with the addition of the ability to pass a context and additional request options.
See ListClawOmniInstanceCommandJobsCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) ListClawOmniInstanceCommandJobsRequest ¶ added in v1.2.29
func (c *ARKCLAW) ListClawOmniInstanceCommandJobsRequest(input *ListClawOmniInstanceCommandJobsInput) (req *request.Request, output *ListClawOmniInstanceCommandJobsOutput)
ListClawOmniInstanceCommandJobsRequest generates a "volcengine/request.Request" representing the client's request for the ListClawOmniInstanceCommandJobs operation. The "output" return value will be populated with the ListClawOmniInstanceCommandJobsCommon request's response once the request completes successfully.
Use "Send" method on the returned ListClawOmniInstanceCommandJobsCommon Request to send the API call to the service. the "output" return value is not valid until after ListClawOmniInstanceCommandJobsCommon Send returns without error.
See ListClawOmniInstanceCommandJobs for more information on using the ListClawOmniInstanceCommandJobs API call, and error handling.
// Example sending a request using the ListClawOmniInstanceCommandJobsRequest method.
req, resp := client.ListClawOmniInstanceCommandJobsRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) ListClawOmniInstanceCommandJobsWithContext ¶ added in v1.2.29
func (c *ARKCLAW) ListClawOmniInstanceCommandJobsWithContext(ctx volcengine.Context, input *ListClawOmniInstanceCommandJobsInput, opts ...request.Option) (*ListClawOmniInstanceCommandJobsOutput, error)
ListClawOmniInstanceCommandJobsWithContext is the same as ListClawOmniInstanceCommandJobs with the addition of the ability to pass a context and additional request options.
See ListClawOmniInstanceCommandJobs for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) ListClawOmniInstanceDevicePairings ¶ added in v1.2.29
func (c *ARKCLAW) ListClawOmniInstanceDevicePairings(input *ListClawOmniInstanceDevicePairingsInput) (*ListClawOmniInstanceDevicePairingsOutput, error)
ListClawOmniInstanceDevicePairings API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation ListClawOmniInstanceDevicePairings for usage and error information.
func (*ARKCLAW) ListClawOmniInstanceDevicePairingsCommon ¶ added in v1.2.29
func (c *ARKCLAW) ListClawOmniInstanceDevicePairingsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListClawOmniInstanceDevicePairingsCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation ListClawOmniInstanceDevicePairingsCommon for usage and error information.
func (*ARKCLAW) ListClawOmniInstanceDevicePairingsCommonRequest ¶ added in v1.2.29
func (c *ARKCLAW) ListClawOmniInstanceDevicePairingsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListClawOmniInstanceDevicePairingsCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListClawOmniInstanceDevicePairingsCommon operation. The "output" return value will be populated with the ListClawOmniInstanceDevicePairingsCommon request's response once the request completes successfully.
Use "Send" method on the returned ListClawOmniInstanceDevicePairingsCommon Request to send the API call to the service. the "output" return value is not valid until after ListClawOmniInstanceDevicePairingsCommon Send returns without error.
See ListClawOmniInstanceDevicePairingsCommon for more information on using the ListClawOmniInstanceDevicePairingsCommon API call, and error handling.
// Example sending a request using the ListClawOmniInstanceDevicePairingsCommonRequest method.
req, resp := client.ListClawOmniInstanceDevicePairingsCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) ListClawOmniInstanceDevicePairingsCommonWithContext ¶ added in v1.2.29
func (c *ARKCLAW) ListClawOmniInstanceDevicePairingsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListClawOmniInstanceDevicePairingsCommonWithContext is the same as ListClawOmniInstanceDevicePairingsCommon with the addition of the ability to pass a context and additional request options.
See ListClawOmniInstanceDevicePairingsCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) ListClawOmniInstanceDevicePairingsRequest ¶ added in v1.2.29
func (c *ARKCLAW) ListClawOmniInstanceDevicePairingsRequest(input *ListClawOmniInstanceDevicePairingsInput) (req *request.Request, output *ListClawOmniInstanceDevicePairingsOutput)
ListClawOmniInstanceDevicePairingsRequest generates a "volcengine/request.Request" representing the client's request for the ListClawOmniInstanceDevicePairings operation. The "output" return value will be populated with the ListClawOmniInstanceDevicePairingsCommon request's response once the request completes successfully.
Use "Send" method on the returned ListClawOmniInstanceDevicePairingsCommon Request to send the API call to the service. the "output" return value is not valid until after ListClawOmniInstanceDevicePairingsCommon Send returns without error.
See ListClawOmniInstanceDevicePairings for more information on using the ListClawOmniInstanceDevicePairings API call, and error handling.
// Example sending a request using the ListClawOmniInstanceDevicePairingsRequest method.
req, resp := client.ListClawOmniInstanceDevicePairingsRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) ListClawOmniInstanceDevicePairingsWithContext ¶ added in v1.2.29
func (c *ARKCLAW) ListClawOmniInstanceDevicePairingsWithContext(ctx volcengine.Context, input *ListClawOmniInstanceDevicePairingsInput, opts ...request.Option) (*ListClawOmniInstanceDevicePairingsOutput, error)
ListClawOmniInstanceDevicePairingsWithContext is the same as ListClawOmniInstanceDevicePairings with the addition of the ability to pass a context and additional request options.
See ListClawOmniInstanceDevicePairings for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) ListClawOmniInstanceDeviceStatus ¶ added in v1.2.29
func (c *ARKCLAW) ListClawOmniInstanceDeviceStatus(input *ListClawOmniInstanceDeviceStatusInput) (*ListClawOmniInstanceDeviceStatusOutput, error)
ListClawOmniInstanceDeviceStatus API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation ListClawOmniInstanceDeviceStatus for usage and error information.
func (*ARKCLAW) ListClawOmniInstanceDeviceStatusCommon ¶ added in v1.2.29
func (c *ARKCLAW) ListClawOmniInstanceDeviceStatusCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListClawOmniInstanceDeviceStatusCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation ListClawOmniInstanceDeviceStatusCommon for usage and error information.
func (*ARKCLAW) ListClawOmniInstanceDeviceStatusCommonRequest ¶ added in v1.2.29
func (c *ARKCLAW) ListClawOmniInstanceDeviceStatusCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListClawOmniInstanceDeviceStatusCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListClawOmniInstanceDeviceStatusCommon operation. The "output" return value will be populated with the ListClawOmniInstanceDeviceStatusCommon request's response once the request completes successfully.
Use "Send" method on the returned ListClawOmniInstanceDeviceStatusCommon Request to send the API call to the service. the "output" return value is not valid until after ListClawOmniInstanceDeviceStatusCommon Send returns without error.
See ListClawOmniInstanceDeviceStatusCommon for more information on using the ListClawOmniInstanceDeviceStatusCommon API call, and error handling.
// Example sending a request using the ListClawOmniInstanceDeviceStatusCommonRequest method.
req, resp := client.ListClawOmniInstanceDeviceStatusCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) ListClawOmniInstanceDeviceStatusCommonWithContext ¶ added in v1.2.29
func (c *ARKCLAW) ListClawOmniInstanceDeviceStatusCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListClawOmniInstanceDeviceStatusCommonWithContext is the same as ListClawOmniInstanceDeviceStatusCommon with the addition of the ability to pass a context and additional request options.
See ListClawOmniInstanceDeviceStatusCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) ListClawOmniInstanceDeviceStatusRequest ¶ added in v1.2.29
func (c *ARKCLAW) ListClawOmniInstanceDeviceStatusRequest(input *ListClawOmniInstanceDeviceStatusInput) (req *request.Request, output *ListClawOmniInstanceDeviceStatusOutput)
ListClawOmniInstanceDeviceStatusRequest generates a "volcengine/request.Request" representing the client's request for the ListClawOmniInstanceDeviceStatus operation. The "output" return value will be populated with the ListClawOmniInstanceDeviceStatusCommon request's response once the request completes successfully.
Use "Send" method on the returned ListClawOmniInstanceDeviceStatusCommon Request to send the API call to the service. the "output" return value is not valid until after ListClawOmniInstanceDeviceStatusCommon Send returns without error.
See ListClawOmniInstanceDeviceStatus for more information on using the ListClawOmniInstanceDeviceStatus API call, and error handling.
// Example sending a request using the ListClawOmniInstanceDeviceStatusRequest method.
req, resp := client.ListClawOmniInstanceDeviceStatusRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) ListClawOmniInstanceDeviceStatusWithContext ¶ added in v1.2.29
func (c *ARKCLAW) ListClawOmniInstanceDeviceStatusWithContext(ctx volcengine.Context, input *ListClawOmniInstanceDeviceStatusInput, opts ...request.Option) (*ListClawOmniInstanceDeviceStatusOutput, error)
ListClawOmniInstanceDeviceStatusWithContext is the same as ListClawOmniInstanceDeviceStatus with the addition of the ability to pass a context and additional request options.
See ListClawOmniInstanceDeviceStatus for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) ListClawOmniInstances ¶
func (c *ARKCLAW) ListClawOmniInstances(input *ListClawOmniInstancesInput) (*ListClawOmniInstancesOutput, error)
ListClawOmniInstances API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation ListClawOmniInstances for usage and error information.
func (*ARKCLAW) ListClawOmniInstancesCommon ¶
func (c *ARKCLAW) ListClawOmniInstancesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListClawOmniInstancesCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation ListClawOmniInstancesCommon for usage and error information.
func (*ARKCLAW) ListClawOmniInstancesCommonRequest ¶
func (c *ARKCLAW) ListClawOmniInstancesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListClawOmniInstancesCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListClawOmniInstancesCommon operation. The "output" return value will be populated with the ListClawOmniInstancesCommon request's response once the request completes successfully.
Use "Send" method on the returned ListClawOmniInstancesCommon Request to send the API call to the service. the "output" return value is not valid until after ListClawOmniInstancesCommon Send returns without error.
See ListClawOmniInstancesCommon for more information on using the ListClawOmniInstancesCommon API call, and error handling.
// Example sending a request using the ListClawOmniInstancesCommonRequest method.
req, resp := client.ListClawOmniInstancesCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) ListClawOmniInstancesCommonWithContext ¶
func (c *ARKCLAW) ListClawOmniInstancesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListClawOmniInstancesCommonWithContext is the same as ListClawOmniInstancesCommon with the addition of the ability to pass a context and additional request options.
See ListClawOmniInstancesCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) ListClawOmniInstancesRequest ¶
func (c *ARKCLAW) ListClawOmniInstancesRequest(input *ListClawOmniInstancesInput) (req *request.Request, output *ListClawOmniInstancesOutput)
ListClawOmniInstancesRequest generates a "volcengine/request.Request" representing the client's request for the ListClawOmniInstances operation. The "output" return value will be populated with the ListClawOmniInstancesCommon request's response once the request completes successfully.
Use "Send" method on the returned ListClawOmniInstancesCommon Request to send the API call to the service. the "output" return value is not valid until after ListClawOmniInstancesCommon Send returns without error.
See ListClawOmniInstances for more information on using the ListClawOmniInstances API call, and error handling.
// Example sending a request using the ListClawOmniInstancesRequest method.
req, resp := client.ListClawOmniInstancesRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) ListClawOmniInstancesWithContext ¶
func (c *ARKCLAW) ListClawOmniInstancesWithContext(ctx volcengine.Context, input *ListClawOmniInstancesInput, opts ...request.Option) (*ListClawOmniInstancesOutput, error)
ListClawOmniInstancesWithContext is the same as ListClawOmniInstances with the addition of the ability to pass a context and additional request options.
See ListClawOmniInstances for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) ListClawOmniSpaceEnabledModels ¶ added in v1.2.29
func (c *ARKCLAW) ListClawOmniSpaceEnabledModels(input *ListClawOmniSpaceEnabledModelsInput) (*ListClawOmniSpaceEnabledModelsOutput, error)
ListClawOmniSpaceEnabledModels API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation ListClawOmniSpaceEnabledModels for usage and error information.
func (*ARKCLAW) ListClawOmniSpaceEnabledModelsCommon ¶ added in v1.2.29
func (c *ARKCLAW) ListClawOmniSpaceEnabledModelsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListClawOmniSpaceEnabledModelsCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation ListClawOmniSpaceEnabledModelsCommon for usage and error information.
func (*ARKCLAW) ListClawOmniSpaceEnabledModelsCommonRequest ¶ added in v1.2.29
func (c *ARKCLAW) ListClawOmniSpaceEnabledModelsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListClawOmniSpaceEnabledModelsCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListClawOmniSpaceEnabledModelsCommon operation. The "output" return value will be populated with the ListClawOmniSpaceEnabledModelsCommon request's response once the request completes successfully.
Use "Send" method on the returned ListClawOmniSpaceEnabledModelsCommon Request to send the API call to the service. the "output" return value is not valid until after ListClawOmniSpaceEnabledModelsCommon Send returns without error.
See ListClawOmniSpaceEnabledModelsCommon for more information on using the ListClawOmniSpaceEnabledModelsCommon API call, and error handling.
// Example sending a request using the ListClawOmniSpaceEnabledModelsCommonRequest method.
req, resp := client.ListClawOmniSpaceEnabledModelsCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) ListClawOmniSpaceEnabledModelsCommonWithContext ¶ added in v1.2.29
func (c *ARKCLAW) ListClawOmniSpaceEnabledModelsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListClawOmniSpaceEnabledModelsCommonWithContext is the same as ListClawOmniSpaceEnabledModelsCommon with the addition of the ability to pass a context and additional request options.
See ListClawOmniSpaceEnabledModelsCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) ListClawOmniSpaceEnabledModelsRequest ¶ added in v1.2.29
func (c *ARKCLAW) ListClawOmniSpaceEnabledModelsRequest(input *ListClawOmniSpaceEnabledModelsInput) (req *request.Request, output *ListClawOmniSpaceEnabledModelsOutput)
ListClawOmniSpaceEnabledModelsRequest generates a "volcengine/request.Request" representing the client's request for the ListClawOmniSpaceEnabledModels operation. The "output" return value will be populated with the ListClawOmniSpaceEnabledModelsCommon request's response once the request completes successfully.
Use "Send" method on the returned ListClawOmniSpaceEnabledModelsCommon Request to send the API call to the service. the "output" return value is not valid until after ListClawOmniSpaceEnabledModelsCommon Send returns without error.
See ListClawOmniSpaceEnabledModels for more information on using the ListClawOmniSpaceEnabledModels API call, and error handling.
// Example sending a request using the ListClawOmniSpaceEnabledModelsRequest method.
req, resp := client.ListClawOmniSpaceEnabledModelsRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) ListClawOmniSpaceEnabledModelsWithContext ¶ added in v1.2.29
func (c *ARKCLAW) ListClawOmniSpaceEnabledModelsWithContext(ctx volcengine.Context, input *ListClawOmniSpaceEnabledModelsInput, opts ...request.Option) (*ListClawOmniSpaceEnabledModelsOutput, error)
ListClawOmniSpaceEnabledModelsWithContext is the same as ListClawOmniSpaceEnabledModels with the addition of the ability to pass a context and additional request options.
See ListClawOmniSpaceEnabledModels for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) ListClawOmniSpaceTemplates ¶ added in v1.2.31
func (c *ARKCLAW) ListClawOmniSpaceTemplates(input *ListClawOmniSpaceTemplatesInput) (*ListClawOmniSpaceTemplatesOutput, error)
ListClawOmniSpaceTemplates API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation ListClawOmniSpaceTemplates for usage and error information.
func (*ARKCLAW) ListClawOmniSpaceTemplatesCommon ¶ added in v1.2.31
func (c *ARKCLAW) ListClawOmniSpaceTemplatesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListClawOmniSpaceTemplatesCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation ListClawOmniSpaceTemplatesCommon for usage and error information.
func (*ARKCLAW) ListClawOmniSpaceTemplatesCommonRequest ¶ added in v1.2.31
func (c *ARKCLAW) ListClawOmniSpaceTemplatesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListClawOmniSpaceTemplatesCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListClawOmniSpaceTemplatesCommon operation. The "output" return value will be populated with the ListClawOmniSpaceTemplatesCommon request's response once the request completes successfully.
Use "Send" method on the returned ListClawOmniSpaceTemplatesCommon Request to send the API call to the service. the "output" return value is not valid until after ListClawOmniSpaceTemplatesCommon Send returns without error.
See ListClawOmniSpaceTemplatesCommon for more information on using the ListClawOmniSpaceTemplatesCommon API call, and error handling.
// Example sending a request using the ListClawOmniSpaceTemplatesCommonRequest method.
req, resp := client.ListClawOmniSpaceTemplatesCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) ListClawOmniSpaceTemplatesCommonWithContext ¶ added in v1.2.31
func (c *ARKCLAW) ListClawOmniSpaceTemplatesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListClawOmniSpaceTemplatesCommonWithContext is the same as ListClawOmniSpaceTemplatesCommon with the addition of the ability to pass a context and additional request options.
See ListClawOmniSpaceTemplatesCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) ListClawOmniSpaceTemplatesRequest ¶ added in v1.2.31
func (c *ARKCLAW) ListClawOmniSpaceTemplatesRequest(input *ListClawOmniSpaceTemplatesInput) (req *request.Request, output *ListClawOmniSpaceTemplatesOutput)
ListClawOmniSpaceTemplatesRequest generates a "volcengine/request.Request" representing the client's request for the ListClawOmniSpaceTemplates operation. The "output" return value will be populated with the ListClawOmniSpaceTemplatesCommon request's response once the request completes successfully.
Use "Send" method on the returned ListClawOmniSpaceTemplatesCommon Request to send the API call to the service. the "output" return value is not valid until after ListClawOmniSpaceTemplatesCommon Send returns without error.
See ListClawOmniSpaceTemplates for more information on using the ListClawOmniSpaceTemplates API call, and error handling.
// Example sending a request using the ListClawOmniSpaceTemplatesRequest method.
req, resp := client.ListClawOmniSpaceTemplatesRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) ListClawOmniSpaceTemplatesWithContext ¶ added in v1.2.31
func (c *ARKCLAW) ListClawOmniSpaceTemplatesWithContext(ctx volcengine.Context, input *ListClawOmniSpaceTemplatesInput, opts ...request.Option) (*ListClawOmniSpaceTemplatesOutput, error)
ListClawOmniSpaceTemplatesWithContext is the same as ListClawOmniSpaceTemplates with the addition of the ability to pass a context and additional request options.
See ListClawOmniSpaceTemplates for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) ListClawSpaceSeats ¶ added in v1.2.35
func (c *ARKCLAW) ListClawSpaceSeats(input *ListClawSpaceSeatsInput) (*ListClawSpaceSeatsOutput, error)
ListClawSpaceSeats API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation ListClawSpaceSeats for usage and error information.
func (*ARKCLAW) ListClawSpaceSeatsCommon ¶ added in v1.2.35
func (c *ARKCLAW) ListClawSpaceSeatsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListClawSpaceSeatsCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation ListClawSpaceSeatsCommon for usage and error information.
func (*ARKCLAW) ListClawSpaceSeatsCommonRequest ¶ added in v1.2.35
func (c *ARKCLAW) ListClawSpaceSeatsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListClawSpaceSeatsCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListClawSpaceSeatsCommon operation. The "output" return value will be populated with the ListClawSpaceSeatsCommon request's response once the request completes successfully.
Use "Send" method on the returned ListClawSpaceSeatsCommon Request to send the API call to the service. the "output" return value is not valid until after ListClawSpaceSeatsCommon Send returns without error.
See ListClawSpaceSeatsCommon for more information on using the ListClawSpaceSeatsCommon API call, and error handling.
// Example sending a request using the ListClawSpaceSeatsCommonRequest method.
req, resp := client.ListClawSpaceSeatsCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) ListClawSpaceSeatsCommonWithContext ¶ added in v1.2.35
func (c *ARKCLAW) ListClawSpaceSeatsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListClawSpaceSeatsCommonWithContext is the same as ListClawSpaceSeatsCommon with the addition of the ability to pass a context and additional request options.
See ListClawSpaceSeatsCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) ListClawSpaceSeatsRequest ¶ added in v1.2.35
func (c *ARKCLAW) ListClawSpaceSeatsRequest(input *ListClawSpaceSeatsInput) (req *request.Request, output *ListClawSpaceSeatsOutput)
ListClawSpaceSeatsRequest generates a "volcengine/request.Request" representing the client's request for the ListClawSpaceSeats operation. The "output" return value will be populated with the ListClawSpaceSeatsCommon request's response once the request completes successfully.
Use "Send" method on the returned ListClawSpaceSeatsCommon Request to send the API call to the service. the "output" return value is not valid until after ListClawSpaceSeatsCommon Send returns without error.
See ListClawSpaceSeats for more information on using the ListClawSpaceSeats API call, and error handling.
// Example sending a request using the ListClawSpaceSeatsRequest method.
req, resp := client.ListClawSpaceSeatsRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) ListClawSpaceSeatsWithContext ¶ added in v1.2.35
func (c *ARKCLAW) ListClawSpaceSeatsWithContext(ctx volcengine.Context, input *ListClawSpaceSeatsInput, opts ...request.Option) (*ListClawSpaceSeatsOutput, error)
ListClawSpaceSeatsWithContext is the same as ListClawSpaceSeats with the addition of the ability to pass a context and additional request options.
See ListClawSpaceSeats for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) ListIdentityProvidersTokenExchange ¶ added in v1.2.48
func (c *ARKCLAW) ListIdentityProvidersTokenExchange(input *ListIdentityProvidersTokenExchangeInput) (*ListIdentityProvidersTokenExchangeOutput, error)
ListIdentityProvidersTokenExchange API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation ListIdentityProvidersTokenExchange for usage and error information.
func (*ARKCLAW) ListIdentityProvidersTokenExchangeCommon ¶ added in v1.2.48
func (c *ARKCLAW) ListIdentityProvidersTokenExchangeCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListIdentityProvidersTokenExchangeCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation ListIdentityProvidersTokenExchangeCommon for usage and error information.
func (*ARKCLAW) ListIdentityProvidersTokenExchangeCommonRequest ¶ added in v1.2.48
func (c *ARKCLAW) ListIdentityProvidersTokenExchangeCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListIdentityProvidersTokenExchangeCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListIdentityProvidersTokenExchangeCommon operation. The "output" return value will be populated with the ListIdentityProvidersTokenExchangeCommon request's response once the request completes successfully.
Use "Send" method on the returned ListIdentityProvidersTokenExchangeCommon Request to send the API call to the service. the "output" return value is not valid until after ListIdentityProvidersTokenExchangeCommon Send returns without error.
See ListIdentityProvidersTokenExchangeCommon for more information on using the ListIdentityProvidersTokenExchangeCommon API call, and error handling.
// Example sending a request using the ListIdentityProvidersTokenExchangeCommonRequest method.
req, resp := client.ListIdentityProvidersTokenExchangeCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) ListIdentityProvidersTokenExchangeCommonWithContext ¶ added in v1.2.48
func (c *ARKCLAW) ListIdentityProvidersTokenExchangeCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListIdentityProvidersTokenExchangeCommonWithContext is the same as ListIdentityProvidersTokenExchangeCommon with the addition of the ability to pass a context and additional request options.
See ListIdentityProvidersTokenExchangeCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) ListIdentityProvidersTokenExchangeRequest ¶ added in v1.2.48
func (c *ARKCLAW) ListIdentityProvidersTokenExchangeRequest(input *ListIdentityProvidersTokenExchangeInput) (req *request.Request, output *ListIdentityProvidersTokenExchangeOutput)
ListIdentityProvidersTokenExchangeRequest generates a "volcengine/request.Request" representing the client's request for the ListIdentityProvidersTokenExchange operation. The "output" return value will be populated with the ListIdentityProvidersTokenExchangeCommon request's response once the request completes successfully.
Use "Send" method on the returned ListIdentityProvidersTokenExchangeCommon Request to send the API call to the service. the "output" return value is not valid until after ListIdentityProvidersTokenExchangeCommon Send returns without error.
See ListIdentityProvidersTokenExchange for more information on using the ListIdentityProvidersTokenExchange API call, and error handling.
// Example sending a request using the ListIdentityProvidersTokenExchangeRequest method.
req, resp := client.ListIdentityProvidersTokenExchangeRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) ListIdentityProvidersTokenExchangeWithContext ¶ added in v1.2.48
func (c *ARKCLAW) ListIdentityProvidersTokenExchangeWithContext(ctx volcengine.Context, input *ListIdentityProvidersTokenExchangeInput, opts ...request.Option) (*ListIdentityProvidersTokenExchangeOutput, error)
ListIdentityProvidersTokenExchangeWithContext is the same as ListIdentityProvidersTokenExchange with the addition of the ability to pass a context and additional request options.
See ListIdentityProvidersTokenExchange for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) ListScheduledJobRuns ¶ added in v1.2.38
func (c *ARKCLAW) ListScheduledJobRuns(input *ListScheduledJobRunsInput) (*ListScheduledJobRunsOutput, error)
ListScheduledJobRuns API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation ListScheduledJobRuns for usage and error information.
func (*ARKCLAW) ListScheduledJobRunsCommon ¶ added in v1.2.38
func (c *ARKCLAW) ListScheduledJobRunsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListScheduledJobRunsCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation ListScheduledJobRunsCommon for usage and error information.
func (*ARKCLAW) ListScheduledJobRunsCommonRequest ¶ added in v1.2.38
func (c *ARKCLAW) ListScheduledJobRunsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListScheduledJobRunsCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListScheduledJobRunsCommon operation. The "output" return value will be populated with the ListScheduledJobRunsCommon request's response once the request completes successfully.
Use "Send" method on the returned ListScheduledJobRunsCommon Request to send the API call to the service. the "output" return value is not valid until after ListScheduledJobRunsCommon Send returns without error.
See ListScheduledJobRunsCommon for more information on using the ListScheduledJobRunsCommon API call, and error handling.
// Example sending a request using the ListScheduledJobRunsCommonRequest method.
req, resp := client.ListScheduledJobRunsCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) ListScheduledJobRunsCommonWithContext ¶ added in v1.2.38
func (c *ARKCLAW) ListScheduledJobRunsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListScheduledJobRunsCommonWithContext is the same as ListScheduledJobRunsCommon with the addition of the ability to pass a context and additional request options.
See ListScheduledJobRunsCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) ListScheduledJobRunsRequest ¶ added in v1.2.38
func (c *ARKCLAW) ListScheduledJobRunsRequest(input *ListScheduledJobRunsInput) (req *request.Request, output *ListScheduledJobRunsOutput)
ListScheduledJobRunsRequest generates a "volcengine/request.Request" representing the client's request for the ListScheduledJobRuns operation. The "output" return value will be populated with the ListScheduledJobRunsCommon request's response once the request completes successfully.
Use "Send" method on the returned ListScheduledJobRunsCommon Request to send the API call to the service. the "output" return value is not valid until after ListScheduledJobRunsCommon Send returns without error.
See ListScheduledJobRuns for more information on using the ListScheduledJobRuns API call, and error handling.
// Example sending a request using the ListScheduledJobRunsRequest method.
req, resp := client.ListScheduledJobRunsRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) ListScheduledJobRunsWithContext ¶ added in v1.2.38
func (c *ARKCLAW) ListScheduledJobRunsWithContext(ctx volcengine.Context, input *ListScheduledJobRunsInput, opts ...request.Option) (*ListScheduledJobRunsOutput, error)
ListScheduledJobRunsWithContext is the same as ListScheduledJobRuns with the addition of the ability to pass a context and additional request options.
See ListScheduledJobRuns for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) ListScheduledJobs ¶ added in v1.2.38
func (c *ARKCLAW) ListScheduledJobs(input *ListScheduledJobsInput) (*ListScheduledJobsOutput, error)
ListScheduledJobs API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation ListScheduledJobs for usage and error information.
func (*ARKCLAW) ListScheduledJobsCommon ¶ added in v1.2.38
func (c *ARKCLAW) ListScheduledJobsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListScheduledJobsCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation ListScheduledJobsCommon for usage and error information.
func (*ARKCLAW) ListScheduledJobsCommonRequest ¶ added in v1.2.38
func (c *ARKCLAW) ListScheduledJobsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListScheduledJobsCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListScheduledJobsCommon operation. The "output" return value will be populated with the ListScheduledJobsCommon request's response once the request completes successfully.
Use "Send" method on the returned ListScheduledJobsCommon Request to send the API call to the service. the "output" return value is not valid until after ListScheduledJobsCommon Send returns without error.
See ListScheduledJobsCommon for more information on using the ListScheduledJobsCommon API call, and error handling.
// Example sending a request using the ListScheduledJobsCommonRequest method.
req, resp := client.ListScheduledJobsCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) ListScheduledJobsCommonWithContext ¶ added in v1.2.38
func (c *ARKCLAW) ListScheduledJobsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListScheduledJobsCommonWithContext is the same as ListScheduledJobsCommon with the addition of the ability to pass a context and additional request options.
See ListScheduledJobsCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) ListScheduledJobsRequest ¶ added in v1.2.38
func (c *ARKCLAW) ListScheduledJobsRequest(input *ListScheduledJobsInput) (req *request.Request, output *ListScheduledJobsOutput)
ListScheduledJobsRequest generates a "volcengine/request.Request" representing the client's request for the ListScheduledJobs operation. The "output" return value will be populated with the ListScheduledJobsCommon request's response once the request completes successfully.
Use "Send" method on the returned ListScheduledJobsCommon Request to send the API call to the service. the "output" return value is not valid until after ListScheduledJobsCommon Send returns without error.
See ListScheduledJobs for more information on using the ListScheduledJobs API call, and error handling.
// Example sending a request using the ListScheduledJobsRequest method.
req, resp := client.ListScheduledJobsRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) ListScheduledJobsWithContext ¶ added in v1.2.38
func (c *ARKCLAW) ListScheduledJobsWithContext(ctx volcengine.Context, input *ListScheduledJobsInput, opts ...request.Option) (*ListScheduledJobsOutput, error)
ListScheduledJobsWithContext is the same as ListScheduledJobs with the addition of the ability to pass a context and additional request options.
See ListScheduledJobs for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) ListUsers ¶ added in v1.2.35
func (c *ARKCLAW) ListUsers(input *ListUsersInput) (*ListUsersOutput, error)
ListUsers API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation ListUsers for usage and error information.
func (*ARKCLAW) ListUsersCommon ¶ added in v1.2.35
ListUsersCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation ListUsersCommon for usage and error information.
func (*ARKCLAW) ListUsersCommonRequest ¶ added in v1.2.35
func (c *ARKCLAW) ListUsersCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListUsersCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListUsersCommon operation. The "output" return value will be populated with the ListUsersCommon request's response once the request completes successfully.
Use "Send" method on the returned ListUsersCommon Request to send the API call to the service. the "output" return value is not valid until after ListUsersCommon Send returns without error.
See ListUsersCommon for more information on using the ListUsersCommon API call, and error handling.
// Example sending a request using the ListUsersCommonRequest method.
req, resp := client.ListUsersCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) ListUsersCommonWithContext ¶ added in v1.2.35
func (c *ARKCLAW) ListUsersCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListUsersCommonWithContext is the same as ListUsersCommon with the addition of the ability to pass a context and additional request options.
See ListUsersCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) ListUsersRequest ¶ added in v1.2.35
func (c *ARKCLAW) ListUsersRequest(input *ListUsersInput) (req *request.Request, output *ListUsersOutput)
ListUsersRequest generates a "volcengine/request.Request" representing the client's request for the ListUsers operation. The "output" return value will be populated with the ListUsersCommon request's response once the request completes successfully.
Use "Send" method on the returned ListUsersCommon Request to send the API call to the service. the "output" return value is not valid until after ListUsersCommon Send returns without error.
See ListUsers for more information on using the ListUsers API call, and error handling.
// Example sending a request using the ListUsersRequest method.
req, resp := client.ListUsersRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) ListUsersWithContext ¶ added in v1.2.35
func (c *ARKCLAW) ListUsersWithContext(ctx volcengine.Context, input *ListUsersInput, opts ...request.Option) (*ListUsersOutput, error)
ListUsersWithContext is the same as ListUsers with the addition of the ability to pass a context and additional request options.
See ListUsers for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) ModifyPrivateEgress ¶ added in v1.2.48
func (c *ARKCLAW) ModifyPrivateEgress(input *ModifyPrivateEgressInput) (*ModifyPrivateEgressOutput, error)
ModifyPrivateEgress API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation ModifyPrivateEgress for usage and error information.
func (*ARKCLAW) ModifyPrivateEgressCommon ¶ added in v1.2.48
func (c *ARKCLAW) ModifyPrivateEgressCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ModifyPrivateEgressCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation ModifyPrivateEgressCommon for usage and error information.
func (*ARKCLAW) ModifyPrivateEgressCommonRequest ¶ added in v1.2.48
func (c *ARKCLAW) ModifyPrivateEgressCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ModifyPrivateEgressCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyPrivateEgressCommon operation. The "output" return value will be populated with the ModifyPrivateEgressCommon request's response once the request completes successfully.
Use "Send" method on the returned ModifyPrivateEgressCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyPrivateEgressCommon Send returns without error.
See ModifyPrivateEgressCommon for more information on using the ModifyPrivateEgressCommon API call, and error handling.
// Example sending a request using the ModifyPrivateEgressCommonRequest method.
req, resp := client.ModifyPrivateEgressCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) ModifyPrivateEgressCommonWithContext ¶ added in v1.2.48
func (c *ARKCLAW) ModifyPrivateEgressCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ModifyPrivateEgressCommonWithContext is the same as ModifyPrivateEgressCommon with the addition of the ability to pass a context and additional request options.
See ModifyPrivateEgressCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) ModifyPrivateEgressDns ¶ added in v1.2.48
func (c *ARKCLAW) ModifyPrivateEgressDns(input *ModifyPrivateEgressDnsInput) (*ModifyPrivateEgressDnsOutput, error)
ModifyPrivateEgressDns API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation ModifyPrivateEgressDns for usage and error information.
func (*ARKCLAW) ModifyPrivateEgressDnsBlockRule ¶ added in v1.2.48
func (c *ARKCLAW) ModifyPrivateEgressDnsBlockRule(input *ModifyPrivateEgressDnsBlockRuleInput) (*ModifyPrivateEgressDnsBlockRuleOutput, error)
ModifyPrivateEgressDnsBlockRule API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation ModifyPrivateEgressDnsBlockRule for usage and error information.
func (*ARKCLAW) ModifyPrivateEgressDnsBlockRuleCommon ¶ added in v1.2.48
func (c *ARKCLAW) ModifyPrivateEgressDnsBlockRuleCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ModifyPrivateEgressDnsBlockRuleCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation ModifyPrivateEgressDnsBlockRuleCommon for usage and error information.
func (*ARKCLAW) ModifyPrivateEgressDnsBlockRuleCommonRequest ¶ added in v1.2.48
func (c *ARKCLAW) ModifyPrivateEgressDnsBlockRuleCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ModifyPrivateEgressDnsBlockRuleCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyPrivateEgressDnsBlockRuleCommon operation. The "output" return value will be populated with the ModifyPrivateEgressDnsBlockRuleCommon request's response once the request completes successfully.
Use "Send" method on the returned ModifyPrivateEgressDnsBlockRuleCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyPrivateEgressDnsBlockRuleCommon Send returns without error.
See ModifyPrivateEgressDnsBlockRuleCommon for more information on using the ModifyPrivateEgressDnsBlockRuleCommon API call, and error handling.
// Example sending a request using the ModifyPrivateEgressDnsBlockRuleCommonRequest method.
req, resp := client.ModifyPrivateEgressDnsBlockRuleCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) ModifyPrivateEgressDnsBlockRuleCommonWithContext ¶ added in v1.2.48
func (c *ARKCLAW) ModifyPrivateEgressDnsBlockRuleCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ModifyPrivateEgressDnsBlockRuleCommonWithContext is the same as ModifyPrivateEgressDnsBlockRuleCommon with the addition of the ability to pass a context and additional request options.
See ModifyPrivateEgressDnsBlockRuleCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) ModifyPrivateEgressDnsBlockRuleRequest ¶ added in v1.2.48
func (c *ARKCLAW) ModifyPrivateEgressDnsBlockRuleRequest(input *ModifyPrivateEgressDnsBlockRuleInput) (req *request.Request, output *ModifyPrivateEgressDnsBlockRuleOutput)
ModifyPrivateEgressDnsBlockRuleRequest generates a "volcengine/request.Request" representing the client's request for the ModifyPrivateEgressDnsBlockRule operation. The "output" return value will be populated with the ModifyPrivateEgressDnsBlockRuleCommon request's response once the request completes successfully.
Use "Send" method on the returned ModifyPrivateEgressDnsBlockRuleCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyPrivateEgressDnsBlockRuleCommon Send returns without error.
See ModifyPrivateEgressDnsBlockRule for more information on using the ModifyPrivateEgressDnsBlockRule API call, and error handling.
// Example sending a request using the ModifyPrivateEgressDnsBlockRuleRequest method.
req, resp := client.ModifyPrivateEgressDnsBlockRuleRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) ModifyPrivateEgressDnsBlockRuleWithContext ¶ added in v1.2.48
func (c *ARKCLAW) ModifyPrivateEgressDnsBlockRuleWithContext(ctx volcengine.Context, input *ModifyPrivateEgressDnsBlockRuleInput, opts ...request.Option) (*ModifyPrivateEgressDnsBlockRuleOutput, error)
ModifyPrivateEgressDnsBlockRuleWithContext is the same as ModifyPrivateEgressDnsBlockRule with the addition of the ability to pass a context and additional request options.
See ModifyPrivateEgressDnsBlockRule for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) ModifyPrivateEgressDnsCommon ¶ added in v1.2.48
func (c *ARKCLAW) ModifyPrivateEgressDnsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ModifyPrivateEgressDnsCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation ModifyPrivateEgressDnsCommon for usage and error information.
func (*ARKCLAW) ModifyPrivateEgressDnsCommonRequest ¶ added in v1.2.48
func (c *ARKCLAW) ModifyPrivateEgressDnsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ModifyPrivateEgressDnsCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyPrivateEgressDnsCommon operation. The "output" return value will be populated with the ModifyPrivateEgressDnsCommon request's response once the request completes successfully.
Use "Send" method on the returned ModifyPrivateEgressDnsCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyPrivateEgressDnsCommon Send returns without error.
See ModifyPrivateEgressDnsCommon for more information on using the ModifyPrivateEgressDnsCommon API call, and error handling.
// Example sending a request using the ModifyPrivateEgressDnsCommonRequest method.
req, resp := client.ModifyPrivateEgressDnsCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) ModifyPrivateEgressDnsCommonWithContext ¶ added in v1.2.48
func (c *ARKCLAW) ModifyPrivateEgressDnsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ModifyPrivateEgressDnsCommonWithContext is the same as ModifyPrivateEgressDnsCommon with the addition of the ability to pass a context and additional request options.
See ModifyPrivateEgressDnsCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) ModifyPrivateEgressDnsRequest ¶ added in v1.2.48
func (c *ARKCLAW) ModifyPrivateEgressDnsRequest(input *ModifyPrivateEgressDnsInput) (req *request.Request, output *ModifyPrivateEgressDnsOutput)
ModifyPrivateEgressDnsRequest generates a "volcengine/request.Request" representing the client's request for the ModifyPrivateEgressDns operation. The "output" return value will be populated with the ModifyPrivateEgressDnsCommon request's response once the request completes successfully.
Use "Send" method on the returned ModifyPrivateEgressDnsCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyPrivateEgressDnsCommon Send returns without error.
See ModifyPrivateEgressDns for more information on using the ModifyPrivateEgressDns API call, and error handling.
// Example sending a request using the ModifyPrivateEgressDnsRequest method.
req, resp := client.ModifyPrivateEgressDnsRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) ModifyPrivateEgressDnsWithContext ¶ added in v1.2.48
func (c *ARKCLAW) ModifyPrivateEgressDnsWithContext(ctx volcengine.Context, input *ModifyPrivateEgressDnsInput, opts ...request.Option) (*ModifyPrivateEgressDnsOutput, error)
ModifyPrivateEgressDnsWithContext is the same as ModifyPrivateEgressDns with the addition of the ability to pass a context and additional request options.
See ModifyPrivateEgressDns for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) ModifyPrivateEgressEndpoint ¶ added in v1.2.48
func (c *ARKCLAW) ModifyPrivateEgressEndpoint(input *ModifyPrivateEgressEndpointInput) (*ModifyPrivateEgressEndpointOutput, error)
ModifyPrivateEgressEndpoint API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation ModifyPrivateEgressEndpoint for usage and error information.
func (*ARKCLAW) ModifyPrivateEgressEndpointCommon ¶ added in v1.2.48
func (c *ARKCLAW) ModifyPrivateEgressEndpointCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ModifyPrivateEgressEndpointCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation ModifyPrivateEgressEndpointCommon for usage and error information.
func (*ARKCLAW) ModifyPrivateEgressEndpointCommonRequest ¶ added in v1.2.48
func (c *ARKCLAW) ModifyPrivateEgressEndpointCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ModifyPrivateEgressEndpointCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyPrivateEgressEndpointCommon operation. The "output" return value will be populated with the ModifyPrivateEgressEndpointCommon request's response once the request completes successfully.
Use "Send" method on the returned ModifyPrivateEgressEndpointCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyPrivateEgressEndpointCommon Send returns without error.
See ModifyPrivateEgressEndpointCommon for more information on using the ModifyPrivateEgressEndpointCommon API call, and error handling.
// Example sending a request using the ModifyPrivateEgressEndpointCommonRequest method.
req, resp := client.ModifyPrivateEgressEndpointCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) ModifyPrivateEgressEndpointCommonWithContext ¶ added in v1.2.48
func (c *ARKCLAW) ModifyPrivateEgressEndpointCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ModifyPrivateEgressEndpointCommonWithContext is the same as ModifyPrivateEgressEndpointCommon with the addition of the ability to pass a context and additional request options.
See ModifyPrivateEgressEndpointCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) ModifyPrivateEgressEndpointRequest ¶ added in v1.2.48
func (c *ARKCLAW) ModifyPrivateEgressEndpointRequest(input *ModifyPrivateEgressEndpointInput) (req *request.Request, output *ModifyPrivateEgressEndpointOutput)
ModifyPrivateEgressEndpointRequest generates a "volcengine/request.Request" representing the client's request for the ModifyPrivateEgressEndpoint operation. The "output" return value will be populated with the ModifyPrivateEgressEndpointCommon request's response once the request completes successfully.
Use "Send" method on the returned ModifyPrivateEgressEndpointCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyPrivateEgressEndpointCommon Send returns without error.
See ModifyPrivateEgressEndpoint for more information on using the ModifyPrivateEgressEndpoint API call, and error handling.
// Example sending a request using the ModifyPrivateEgressEndpointRequest method.
req, resp := client.ModifyPrivateEgressEndpointRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) ModifyPrivateEgressEndpointWithContext ¶ added in v1.2.48
func (c *ARKCLAW) ModifyPrivateEgressEndpointWithContext(ctx volcengine.Context, input *ModifyPrivateEgressEndpointInput, opts ...request.Option) (*ModifyPrivateEgressEndpointOutput, error)
ModifyPrivateEgressEndpointWithContext is the same as ModifyPrivateEgressEndpoint with the addition of the ability to pass a context and additional request options.
See ModifyPrivateEgressEndpoint for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) ModifyPrivateEgressNetworkAccessRule ¶ added in v1.2.48
func (c *ARKCLAW) ModifyPrivateEgressNetworkAccessRule(input *ModifyPrivateEgressNetworkAccessRuleInput) (*ModifyPrivateEgressNetworkAccessRuleOutput, error)
ModifyPrivateEgressNetworkAccessRule API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation ModifyPrivateEgressNetworkAccessRule for usage and error information.
func (*ARKCLAW) ModifyPrivateEgressNetworkAccessRuleCommon ¶ added in v1.2.48
func (c *ARKCLAW) ModifyPrivateEgressNetworkAccessRuleCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ModifyPrivateEgressNetworkAccessRuleCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation ModifyPrivateEgressNetworkAccessRuleCommon for usage and error information.
func (*ARKCLAW) ModifyPrivateEgressNetworkAccessRuleCommonRequest ¶ added in v1.2.48
func (c *ARKCLAW) ModifyPrivateEgressNetworkAccessRuleCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ModifyPrivateEgressNetworkAccessRuleCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyPrivateEgressNetworkAccessRuleCommon operation. The "output" return value will be populated with the ModifyPrivateEgressNetworkAccessRuleCommon request's response once the request completes successfully.
Use "Send" method on the returned ModifyPrivateEgressNetworkAccessRuleCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyPrivateEgressNetworkAccessRuleCommon Send returns without error.
See ModifyPrivateEgressNetworkAccessRuleCommon for more information on using the ModifyPrivateEgressNetworkAccessRuleCommon API call, and error handling.
// Example sending a request using the ModifyPrivateEgressNetworkAccessRuleCommonRequest method.
req, resp := client.ModifyPrivateEgressNetworkAccessRuleCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) ModifyPrivateEgressNetworkAccessRuleCommonWithContext ¶ added in v1.2.48
func (c *ARKCLAW) ModifyPrivateEgressNetworkAccessRuleCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ModifyPrivateEgressNetworkAccessRuleCommonWithContext is the same as ModifyPrivateEgressNetworkAccessRuleCommon with the addition of the ability to pass a context and additional request options.
See ModifyPrivateEgressNetworkAccessRuleCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) ModifyPrivateEgressNetworkAccessRuleRequest ¶ added in v1.2.48
func (c *ARKCLAW) ModifyPrivateEgressNetworkAccessRuleRequest(input *ModifyPrivateEgressNetworkAccessRuleInput) (req *request.Request, output *ModifyPrivateEgressNetworkAccessRuleOutput)
ModifyPrivateEgressNetworkAccessRuleRequest generates a "volcengine/request.Request" representing the client's request for the ModifyPrivateEgressNetworkAccessRule operation. The "output" return value will be populated with the ModifyPrivateEgressNetworkAccessRuleCommon request's response once the request completes successfully.
Use "Send" method on the returned ModifyPrivateEgressNetworkAccessRuleCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyPrivateEgressNetworkAccessRuleCommon Send returns without error.
See ModifyPrivateEgressNetworkAccessRule for more information on using the ModifyPrivateEgressNetworkAccessRule API call, and error handling.
// Example sending a request using the ModifyPrivateEgressNetworkAccessRuleRequest method.
req, resp := client.ModifyPrivateEgressNetworkAccessRuleRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) ModifyPrivateEgressNetworkAccessRuleWithContext ¶ added in v1.2.48
func (c *ARKCLAW) ModifyPrivateEgressNetworkAccessRuleWithContext(ctx volcengine.Context, input *ModifyPrivateEgressNetworkAccessRuleInput, opts ...request.Option) (*ModifyPrivateEgressNetworkAccessRuleOutput, error)
ModifyPrivateEgressNetworkAccessRuleWithContext is the same as ModifyPrivateEgressNetworkAccessRule with the addition of the ability to pass a context and additional request options.
See ModifyPrivateEgressNetworkAccessRule for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) ModifyPrivateEgressRequest ¶ added in v1.2.48
func (c *ARKCLAW) ModifyPrivateEgressRequest(input *ModifyPrivateEgressInput) (req *request.Request, output *ModifyPrivateEgressOutput)
ModifyPrivateEgressRequest generates a "volcengine/request.Request" representing the client's request for the ModifyPrivateEgress operation. The "output" return value will be populated with the ModifyPrivateEgressCommon request's response once the request completes successfully.
Use "Send" method on the returned ModifyPrivateEgressCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyPrivateEgressCommon Send returns without error.
See ModifyPrivateEgress for more information on using the ModifyPrivateEgress API call, and error handling.
// Example sending a request using the ModifyPrivateEgressRequest method.
req, resp := client.ModifyPrivateEgressRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) ModifyPrivateEgressWebAccessRule ¶ added in v1.2.48
func (c *ARKCLAW) ModifyPrivateEgressWebAccessRule(input *ModifyPrivateEgressWebAccessRuleInput) (*ModifyPrivateEgressWebAccessRuleOutput, error)
ModifyPrivateEgressWebAccessRule API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation ModifyPrivateEgressWebAccessRule for usage and error information.
func (*ARKCLAW) ModifyPrivateEgressWebAccessRuleCommon ¶ added in v1.2.48
func (c *ARKCLAW) ModifyPrivateEgressWebAccessRuleCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ModifyPrivateEgressWebAccessRuleCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation ModifyPrivateEgressWebAccessRuleCommon for usage and error information.
func (*ARKCLAW) ModifyPrivateEgressWebAccessRuleCommonRequest ¶ added in v1.2.48
func (c *ARKCLAW) ModifyPrivateEgressWebAccessRuleCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ModifyPrivateEgressWebAccessRuleCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyPrivateEgressWebAccessRuleCommon operation. The "output" return value will be populated with the ModifyPrivateEgressWebAccessRuleCommon request's response once the request completes successfully.
Use "Send" method on the returned ModifyPrivateEgressWebAccessRuleCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyPrivateEgressWebAccessRuleCommon Send returns without error.
See ModifyPrivateEgressWebAccessRuleCommon for more information on using the ModifyPrivateEgressWebAccessRuleCommon API call, and error handling.
// Example sending a request using the ModifyPrivateEgressWebAccessRuleCommonRequest method.
req, resp := client.ModifyPrivateEgressWebAccessRuleCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) ModifyPrivateEgressWebAccessRuleCommonWithContext ¶ added in v1.2.48
func (c *ARKCLAW) ModifyPrivateEgressWebAccessRuleCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ModifyPrivateEgressWebAccessRuleCommonWithContext is the same as ModifyPrivateEgressWebAccessRuleCommon with the addition of the ability to pass a context and additional request options.
See ModifyPrivateEgressWebAccessRuleCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) ModifyPrivateEgressWebAccessRuleRequest ¶ added in v1.2.48
func (c *ARKCLAW) ModifyPrivateEgressWebAccessRuleRequest(input *ModifyPrivateEgressWebAccessRuleInput) (req *request.Request, output *ModifyPrivateEgressWebAccessRuleOutput)
ModifyPrivateEgressWebAccessRuleRequest generates a "volcengine/request.Request" representing the client's request for the ModifyPrivateEgressWebAccessRule operation. The "output" return value will be populated with the ModifyPrivateEgressWebAccessRuleCommon request's response once the request completes successfully.
Use "Send" method on the returned ModifyPrivateEgressWebAccessRuleCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyPrivateEgressWebAccessRuleCommon Send returns without error.
See ModifyPrivateEgressWebAccessRule for more information on using the ModifyPrivateEgressWebAccessRule API call, and error handling.
// Example sending a request using the ModifyPrivateEgressWebAccessRuleRequest method.
req, resp := client.ModifyPrivateEgressWebAccessRuleRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) ModifyPrivateEgressWebAccessRuleWithContext ¶ added in v1.2.48
func (c *ARKCLAW) ModifyPrivateEgressWebAccessRuleWithContext(ctx volcengine.Context, input *ModifyPrivateEgressWebAccessRuleInput, opts ...request.Option) (*ModifyPrivateEgressWebAccessRuleOutput, error)
ModifyPrivateEgressWebAccessRuleWithContext is the same as ModifyPrivateEgressWebAccessRule with the addition of the ability to pass a context and additional request options.
See ModifyPrivateEgressWebAccessRule for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) ModifyPrivateEgressWithContext ¶ added in v1.2.48
func (c *ARKCLAW) ModifyPrivateEgressWithContext(ctx volcengine.Context, input *ModifyPrivateEgressInput, opts ...request.Option) (*ModifyPrivateEgressOutput, error)
ModifyPrivateEgressWithContext is the same as ModifyPrivateEgress with the addition of the ability to pass a context and additional request options.
See ModifyPrivateEgress for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) PauseClawOmniInstance ¶
func (c *ARKCLAW) PauseClawOmniInstance(input *PauseClawOmniInstanceInput) (*PauseClawOmniInstanceOutput, error)
PauseClawOmniInstance API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation PauseClawOmniInstance for usage and error information.
func (*ARKCLAW) PauseClawOmniInstanceCommon ¶
func (c *ARKCLAW) PauseClawOmniInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
PauseClawOmniInstanceCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation PauseClawOmniInstanceCommon for usage and error information.
func (*ARKCLAW) PauseClawOmniInstanceCommonRequest ¶
func (c *ARKCLAW) PauseClawOmniInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
PauseClawOmniInstanceCommonRequest generates a "volcengine/request.Request" representing the client's request for the PauseClawOmniInstanceCommon operation. The "output" return value will be populated with the PauseClawOmniInstanceCommon request's response once the request completes successfully.
Use "Send" method on the returned PauseClawOmniInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after PauseClawOmniInstanceCommon Send returns without error.
See PauseClawOmniInstanceCommon for more information on using the PauseClawOmniInstanceCommon API call, and error handling.
// Example sending a request using the PauseClawOmniInstanceCommonRequest method.
req, resp := client.PauseClawOmniInstanceCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) PauseClawOmniInstanceCommonWithContext ¶
func (c *ARKCLAW) PauseClawOmniInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
PauseClawOmniInstanceCommonWithContext is the same as PauseClawOmniInstanceCommon with the addition of the ability to pass a context and additional request options.
See PauseClawOmniInstanceCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) PauseClawOmniInstanceRequest ¶
func (c *ARKCLAW) PauseClawOmniInstanceRequest(input *PauseClawOmniInstanceInput) (req *request.Request, output *PauseClawOmniInstanceOutput)
PauseClawOmniInstanceRequest generates a "volcengine/request.Request" representing the client's request for the PauseClawOmniInstance operation. The "output" return value will be populated with the PauseClawOmniInstanceCommon request's response once the request completes successfully.
Use "Send" method on the returned PauseClawOmniInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after PauseClawOmniInstanceCommon Send returns without error.
See PauseClawOmniInstance for more information on using the PauseClawOmniInstance API call, and error handling.
// Example sending a request using the PauseClawOmniInstanceRequest method.
req, resp := client.PauseClawOmniInstanceRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) PauseClawOmniInstanceWithContext ¶
func (c *ARKCLAW) PauseClawOmniInstanceWithContext(ctx volcengine.Context, input *PauseClawOmniInstanceInput, opts ...request.Option) (*PauseClawOmniInstanceOutput, error)
PauseClawOmniInstanceWithContext is the same as PauseClawOmniInstance with the addition of the ability to pass a context and additional request options.
See PauseClawOmniInstance for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) RejectClawOmniInstanceDevicePairing ¶ added in v1.2.29
func (c *ARKCLAW) RejectClawOmniInstanceDevicePairing(input *RejectClawOmniInstanceDevicePairingInput) (*RejectClawOmniInstanceDevicePairingOutput, error)
RejectClawOmniInstanceDevicePairing API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation RejectClawOmniInstanceDevicePairing for usage and error information.
func (*ARKCLAW) RejectClawOmniInstanceDevicePairingCommon ¶ added in v1.2.29
func (c *ARKCLAW) RejectClawOmniInstanceDevicePairingCommon(input *map[string]interface{}) (*map[string]interface{}, error)
RejectClawOmniInstanceDevicePairingCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation RejectClawOmniInstanceDevicePairingCommon for usage and error information.
func (*ARKCLAW) RejectClawOmniInstanceDevicePairingCommonRequest ¶ added in v1.2.29
func (c *ARKCLAW) RejectClawOmniInstanceDevicePairingCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
RejectClawOmniInstanceDevicePairingCommonRequest generates a "volcengine/request.Request" representing the client's request for the RejectClawOmniInstanceDevicePairingCommon operation. The "output" return value will be populated with the RejectClawOmniInstanceDevicePairingCommon request's response once the request completes successfully.
Use "Send" method on the returned RejectClawOmniInstanceDevicePairingCommon Request to send the API call to the service. the "output" return value is not valid until after RejectClawOmniInstanceDevicePairingCommon Send returns without error.
See RejectClawOmniInstanceDevicePairingCommon for more information on using the RejectClawOmniInstanceDevicePairingCommon API call, and error handling.
// Example sending a request using the RejectClawOmniInstanceDevicePairingCommonRequest method.
req, resp := client.RejectClawOmniInstanceDevicePairingCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) RejectClawOmniInstanceDevicePairingCommonWithContext ¶ added in v1.2.29
func (c *ARKCLAW) RejectClawOmniInstanceDevicePairingCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
RejectClawOmniInstanceDevicePairingCommonWithContext is the same as RejectClawOmniInstanceDevicePairingCommon with the addition of the ability to pass a context and additional request options.
See RejectClawOmniInstanceDevicePairingCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) RejectClawOmniInstanceDevicePairingRequest ¶ added in v1.2.29
func (c *ARKCLAW) RejectClawOmniInstanceDevicePairingRequest(input *RejectClawOmniInstanceDevicePairingInput) (req *request.Request, output *RejectClawOmniInstanceDevicePairingOutput)
RejectClawOmniInstanceDevicePairingRequest generates a "volcengine/request.Request" representing the client's request for the RejectClawOmniInstanceDevicePairing operation. The "output" return value will be populated with the RejectClawOmniInstanceDevicePairingCommon request's response once the request completes successfully.
Use "Send" method on the returned RejectClawOmniInstanceDevicePairingCommon Request to send the API call to the service. the "output" return value is not valid until after RejectClawOmniInstanceDevicePairingCommon Send returns without error.
See RejectClawOmniInstanceDevicePairing for more information on using the RejectClawOmniInstanceDevicePairing API call, and error handling.
// Example sending a request using the RejectClawOmniInstanceDevicePairingRequest method.
req, resp := client.RejectClawOmniInstanceDevicePairingRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) RejectClawOmniInstanceDevicePairingWithContext ¶ added in v1.2.29
func (c *ARKCLAW) RejectClawOmniInstanceDevicePairingWithContext(ctx volcengine.Context, input *RejectClawOmniInstanceDevicePairingInput, opts ...request.Option) (*RejectClawOmniInstanceDevicePairingOutput, error)
RejectClawOmniInstanceDevicePairingWithContext is the same as RejectClawOmniInstanceDevicePairing with the addition of the ability to pass a context and additional request options.
See RejectClawOmniInstanceDevicePairing for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) RemoveClawOmniInstanceDevicePaired ¶ added in v1.2.29
func (c *ARKCLAW) RemoveClawOmniInstanceDevicePaired(input *RemoveClawOmniInstanceDevicePairedInput) (*RemoveClawOmniInstanceDevicePairedOutput, error)
RemoveClawOmniInstanceDevicePaired API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation RemoveClawOmniInstanceDevicePaired for usage and error information.
func (*ARKCLAW) RemoveClawOmniInstanceDevicePairedCommon ¶ added in v1.2.29
func (c *ARKCLAW) RemoveClawOmniInstanceDevicePairedCommon(input *map[string]interface{}) (*map[string]interface{}, error)
RemoveClawOmniInstanceDevicePairedCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation RemoveClawOmniInstanceDevicePairedCommon for usage and error information.
func (*ARKCLAW) RemoveClawOmniInstanceDevicePairedCommonRequest ¶ added in v1.2.29
func (c *ARKCLAW) RemoveClawOmniInstanceDevicePairedCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
RemoveClawOmniInstanceDevicePairedCommonRequest generates a "volcengine/request.Request" representing the client's request for the RemoveClawOmniInstanceDevicePairedCommon operation. The "output" return value will be populated with the RemoveClawOmniInstanceDevicePairedCommon request's response once the request completes successfully.
Use "Send" method on the returned RemoveClawOmniInstanceDevicePairedCommon Request to send the API call to the service. the "output" return value is not valid until after RemoveClawOmniInstanceDevicePairedCommon Send returns without error.
See RemoveClawOmniInstanceDevicePairedCommon for more information on using the RemoveClawOmniInstanceDevicePairedCommon API call, and error handling.
// Example sending a request using the RemoveClawOmniInstanceDevicePairedCommonRequest method.
req, resp := client.RemoveClawOmniInstanceDevicePairedCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) RemoveClawOmniInstanceDevicePairedCommonWithContext ¶ added in v1.2.29
func (c *ARKCLAW) RemoveClawOmniInstanceDevicePairedCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
RemoveClawOmniInstanceDevicePairedCommonWithContext is the same as RemoveClawOmniInstanceDevicePairedCommon with the addition of the ability to pass a context and additional request options.
See RemoveClawOmniInstanceDevicePairedCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) RemoveClawOmniInstanceDevicePairedRequest ¶ added in v1.2.29
func (c *ARKCLAW) RemoveClawOmniInstanceDevicePairedRequest(input *RemoveClawOmniInstanceDevicePairedInput) (req *request.Request, output *RemoveClawOmniInstanceDevicePairedOutput)
RemoveClawOmniInstanceDevicePairedRequest generates a "volcengine/request.Request" representing the client's request for the RemoveClawOmniInstanceDevicePaired operation. The "output" return value will be populated with the RemoveClawOmniInstanceDevicePairedCommon request's response once the request completes successfully.
Use "Send" method on the returned RemoveClawOmniInstanceDevicePairedCommon Request to send the API call to the service. the "output" return value is not valid until after RemoveClawOmniInstanceDevicePairedCommon Send returns without error.
See RemoveClawOmniInstanceDevicePaired for more information on using the RemoveClawOmniInstanceDevicePaired API call, and error handling.
// Example sending a request using the RemoveClawOmniInstanceDevicePairedRequest method.
req, resp := client.RemoveClawOmniInstanceDevicePairedRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) RemoveClawOmniInstanceDevicePairedWithContext ¶ added in v1.2.29
func (c *ARKCLAW) RemoveClawOmniInstanceDevicePairedWithContext(ctx volcengine.Context, input *RemoveClawOmniInstanceDevicePairedInput, opts ...request.Option) (*RemoveClawOmniInstanceDevicePairedOutput, error)
RemoveClawOmniInstanceDevicePairedWithContext is the same as RemoveClawOmniInstanceDevicePaired with the addition of the ability to pass a context and additional request options.
See RemoveClawOmniInstanceDevicePaired for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) ResetClawOmniInstance ¶ added in v1.2.27
func (c *ARKCLAW) ResetClawOmniInstance(input *ResetClawOmniInstanceInput) (*ResetClawOmniInstanceOutput, error)
ResetClawOmniInstance API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation ResetClawOmniInstance for usage and error information.
func (*ARKCLAW) ResetClawOmniInstanceCommon ¶ added in v1.2.27
func (c *ARKCLAW) ResetClawOmniInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ResetClawOmniInstanceCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation ResetClawOmniInstanceCommon for usage and error information.
func (*ARKCLAW) ResetClawOmniInstanceCommonRequest ¶ added in v1.2.27
func (c *ARKCLAW) ResetClawOmniInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ResetClawOmniInstanceCommonRequest generates a "volcengine/request.Request" representing the client's request for the ResetClawOmniInstanceCommon operation. The "output" return value will be populated with the ResetClawOmniInstanceCommon request's response once the request completes successfully.
Use "Send" method on the returned ResetClawOmniInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after ResetClawOmniInstanceCommon Send returns without error.
See ResetClawOmniInstanceCommon for more information on using the ResetClawOmniInstanceCommon API call, and error handling.
// Example sending a request using the ResetClawOmniInstanceCommonRequest method.
req, resp := client.ResetClawOmniInstanceCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) ResetClawOmniInstanceCommonWithContext ¶ added in v1.2.27
func (c *ARKCLAW) ResetClawOmniInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ResetClawOmniInstanceCommonWithContext is the same as ResetClawOmniInstanceCommon with the addition of the ability to pass a context and additional request options.
See ResetClawOmniInstanceCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) ResetClawOmniInstanceRequest ¶ added in v1.2.27
func (c *ARKCLAW) ResetClawOmniInstanceRequest(input *ResetClawOmniInstanceInput) (req *request.Request, output *ResetClawOmniInstanceOutput)
ResetClawOmniInstanceRequest generates a "volcengine/request.Request" representing the client's request for the ResetClawOmniInstance operation. The "output" return value will be populated with the ResetClawOmniInstanceCommon request's response once the request completes successfully.
Use "Send" method on the returned ResetClawOmniInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after ResetClawOmniInstanceCommon Send returns without error.
See ResetClawOmniInstance for more information on using the ResetClawOmniInstance API call, and error handling.
// Example sending a request using the ResetClawOmniInstanceRequest method.
req, resp := client.ResetClawOmniInstanceRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) ResetClawOmniInstanceWithContext ¶ added in v1.2.27
func (c *ARKCLAW) ResetClawOmniInstanceWithContext(ctx volcengine.Context, input *ResetClawOmniInstanceInput, opts ...request.Option) (*ResetClawOmniInstanceOutput, error)
ResetClawOmniInstanceWithContext is the same as ResetClawOmniInstance with the addition of the ability to pass a context and additional request options.
See ResetClawOmniInstance for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) RestartClawInstance ¶ added in v1.2.48
func (c *ARKCLAW) RestartClawInstance(input *RestartClawInstanceInput) (*RestartClawInstanceOutput, error)
RestartClawInstance API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation RestartClawInstance for usage and error information.
func (*ARKCLAW) RestartClawInstanceCommon ¶ added in v1.2.48
func (c *ARKCLAW) RestartClawInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
RestartClawInstanceCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation RestartClawInstanceCommon for usage and error information.
func (*ARKCLAW) RestartClawInstanceCommonRequest ¶ added in v1.2.48
func (c *ARKCLAW) RestartClawInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
RestartClawInstanceCommonRequest generates a "volcengine/request.Request" representing the client's request for the RestartClawInstanceCommon operation. The "output" return value will be populated with the RestartClawInstanceCommon request's response once the request completes successfully.
Use "Send" method on the returned RestartClawInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after RestartClawInstanceCommon Send returns without error.
See RestartClawInstanceCommon for more information on using the RestartClawInstanceCommon API call, and error handling.
// Example sending a request using the RestartClawInstanceCommonRequest method.
req, resp := client.RestartClawInstanceCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) RestartClawInstanceCommonWithContext ¶ added in v1.2.48
func (c *ARKCLAW) RestartClawInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
RestartClawInstanceCommonWithContext is the same as RestartClawInstanceCommon with the addition of the ability to pass a context and additional request options.
See RestartClawInstanceCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) RestartClawInstanceRequest ¶ added in v1.2.48
func (c *ARKCLAW) RestartClawInstanceRequest(input *RestartClawInstanceInput) (req *request.Request, output *RestartClawInstanceOutput)
RestartClawInstanceRequest generates a "volcengine/request.Request" representing the client's request for the RestartClawInstance operation. The "output" return value will be populated with the RestartClawInstanceCommon request's response once the request completes successfully.
Use "Send" method on the returned RestartClawInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after RestartClawInstanceCommon Send returns without error.
See RestartClawInstance for more information on using the RestartClawInstance API call, and error handling.
// Example sending a request using the RestartClawInstanceRequest method.
req, resp := client.RestartClawInstanceRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) RestartClawInstanceWithContext ¶ added in v1.2.48
func (c *ARKCLAW) RestartClawInstanceWithContext(ctx volcengine.Context, input *RestartClawInstanceInput, opts ...request.Option) (*RestartClawInstanceOutput, error)
RestartClawInstanceWithContext is the same as RestartClawInstance with the addition of the ability to pass a context and additional request options.
See RestartClawInstance for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) ResumeClawOmniInstance ¶
func (c *ARKCLAW) ResumeClawOmniInstance(input *ResumeClawOmniInstanceInput) (*ResumeClawOmniInstanceOutput, error)
ResumeClawOmniInstance API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation ResumeClawOmniInstance for usage and error information.
func (*ARKCLAW) ResumeClawOmniInstanceCommon ¶
func (c *ARKCLAW) ResumeClawOmniInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ResumeClawOmniInstanceCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation ResumeClawOmniInstanceCommon for usage and error information.
func (*ARKCLAW) ResumeClawOmniInstanceCommonRequest ¶
func (c *ARKCLAW) ResumeClawOmniInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ResumeClawOmniInstanceCommonRequest generates a "volcengine/request.Request" representing the client's request for the ResumeClawOmniInstanceCommon operation. The "output" return value will be populated with the ResumeClawOmniInstanceCommon request's response once the request completes successfully.
Use "Send" method on the returned ResumeClawOmniInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after ResumeClawOmniInstanceCommon Send returns without error.
See ResumeClawOmniInstanceCommon for more information on using the ResumeClawOmniInstanceCommon API call, and error handling.
// Example sending a request using the ResumeClawOmniInstanceCommonRequest method.
req, resp := client.ResumeClawOmniInstanceCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) ResumeClawOmniInstanceCommonWithContext ¶
func (c *ARKCLAW) ResumeClawOmniInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ResumeClawOmniInstanceCommonWithContext is the same as ResumeClawOmniInstanceCommon with the addition of the ability to pass a context and additional request options.
See ResumeClawOmniInstanceCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) ResumeClawOmniInstanceRequest ¶
func (c *ARKCLAW) ResumeClawOmniInstanceRequest(input *ResumeClawOmniInstanceInput) (req *request.Request, output *ResumeClawOmniInstanceOutput)
ResumeClawOmniInstanceRequest generates a "volcengine/request.Request" representing the client's request for the ResumeClawOmniInstance operation. The "output" return value will be populated with the ResumeClawOmniInstanceCommon request's response once the request completes successfully.
Use "Send" method on the returned ResumeClawOmniInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after ResumeClawOmniInstanceCommon Send returns without error.
See ResumeClawOmniInstance for more information on using the ResumeClawOmniInstance API call, and error handling.
// Example sending a request using the ResumeClawOmniInstanceRequest method.
req, resp := client.ResumeClawOmniInstanceRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) ResumeClawOmniInstanceWithContext ¶
func (c *ARKCLAW) ResumeClawOmniInstanceWithContext(ctx volcengine.Context, input *ResumeClawOmniInstanceInput, opts ...request.Option) (*ResumeClawOmniInstanceOutput, error)
ResumeClawOmniInstanceWithContext is the same as ResumeClawOmniInstance with the addition of the ability to pass a context and additional request options.
See ResumeClawOmniInstance for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) StopClawOmniAutoChannelJob ¶ added in v1.2.35
func (c *ARKCLAW) StopClawOmniAutoChannelJob(input *StopClawOmniAutoChannelJobInput) (*StopClawOmniAutoChannelJobOutput, error)
StopClawOmniAutoChannelJob API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation StopClawOmniAutoChannelJob for usage and error information.
func (*ARKCLAW) StopClawOmniAutoChannelJobCommon ¶ added in v1.2.35
func (c *ARKCLAW) StopClawOmniAutoChannelJobCommon(input *map[string]interface{}) (*map[string]interface{}, error)
StopClawOmniAutoChannelJobCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation StopClawOmniAutoChannelJobCommon for usage and error information.
func (*ARKCLAW) StopClawOmniAutoChannelJobCommonRequest ¶ added in v1.2.35
func (c *ARKCLAW) StopClawOmniAutoChannelJobCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
StopClawOmniAutoChannelJobCommonRequest generates a "volcengine/request.Request" representing the client's request for the StopClawOmniAutoChannelJobCommon operation. The "output" return value will be populated with the StopClawOmniAutoChannelJobCommon request's response once the request completes successfully.
Use "Send" method on the returned StopClawOmniAutoChannelJobCommon Request to send the API call to the service. the "output" return value is not valid until after StopClawOmniAutoChannelJobCommon Send returns without error.
See StopClawOmniAutoChannelJobCommon for more information on using the StopClawOmniAutoChannelJobCommon API call, and error handling.
// Example sending a request using the StopClawOmniAutoChannelJobCommonRequest method.
req, resp := client.StopClawOmniAutoChannelJobCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) StopClawOmniAutoChannelJobCommonWithContext ¶ added in v1.2.35
func (c *ARKCLAW) StopClawOmniAutoChannelJobCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
StopClawOmniAutoChannelJobCommonWithContext is the same as StopClawOmniAutoChannelJobCommon with the addition of the ability to pass a context and additional request options.
See StopClawOmniAutoChannelJobCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) StopClawOmniAutoChannelJobRequest ¶ added in v1.2.35
func (c *ARKCLAW) StopClawOmniAutoChannelJobRequest(input *StopClawOmniAutoChannelJobInput) (req *request.Request, output *StopClawOmniAutoChannelJobOutput)
StopClawOmniAutoChannelJobRequest generates a "volcengine/request.Request" representing the client's request for the StopClawOmniAutoChannelJob operation. The "output" return value will be populated with the StopClawOmniAutoChannelJobCommon request's response once the request completes successfully.
Use "Send" method on the returned StopClawOmniAutoChannelJobCommon Request to send the API call to the service. the "output" return value is not valid until after StopClawOmniAutoChannelJobCommon Send returns without error.
See StopClawOmniAutoChannelJob for more information on using the StopClawOmniAutoChannelJob API call, and error handling.
// Example sending a request using the StopClawOmniAutoChannelJobRequest method.
req, resp := client.StopClawOmniAutoChannelJobRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) StopClawOmniAutoChannelJobWithContext ¶ added in v1.2.35
func (c *ARKCLAW) StopClawOmniAutoChannelJobWithContext(ctx volcengine.Context, input *StopClawOmniAutoChannelJobInput, opts ...request.Option) (*StopClawOmniAutoChannelJobOutput, error)
StopClawOmniAutoChannelJobWithContext is the same as StopClawOmniAutoChannelJob with the addition of the ability to pass a context and additional request options.
See StopClawOmniAutoChannelJob for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) StopClawOmniInstanceCommandJob ¶ added in v1.2.29
func (c *ARKCLAW) StopClawOmniInstanceCommandJob(input *StopClawOmniInstanceCommandJobInput) (*StopClawOmniInstanceCommandJobOutput, error)
StopClawOmniInstanceCommandJob API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation StopClawOmniInstanceCommandJob for usage and error information.
func (*ARKCLAW) StopClawOmniInstanceCommandJobCommon ¶ added in v1.2.29
func (c *ARKCLAW) StopClawOmniInstanceCommandJobCommon(input *map[string]interface{}) (*map[string]interface{}, error)
StopClawOmniInstanceCommandJobCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation StopClawOmniInstanceCommandJobCommon for usage and error information.
func (*ARKCLAW) StopClawOmniInstanceCommandJobCommonRequest ¶ added in v1.2.29
func (c *ARKCLAW) StopClawOmniInstanceCommandJobCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
StopClawOmniInstanceCommandJobCommonRequest generates a "volcengine/request.Request" representing the client's request for the StopClawOmniInstanceCommandJobCommon operation. The "output" return value will be populated with the StopClawOmniInstanceCommandJobCommon request's response once the request completes successfully.
Use "Send" method on the returned StopClawOmniInstanceCommandJobCommon Request to send the API call to the service. the "output" return value is not valid until after StopClawOmniInstanceCommandJobCommon Send returns without error.
See StopClawOmniInstanceCommandJobCommon for more information on using the StopClawOmniInstanceCommandJobCommon API call, and error handling.
// Example sending a request using the StopClawOmniInstanceCommandJobCommonRequest method.
req, resp := client.StopClawOmniInstanceCommandJobCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) StopClawOmniInstanceCommandJobCommonWithContext ¶ added in v1.2.29
func (c *ARKCLAW) StopClawOmniInstanceCommandJobCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
StopClawOmniInstanceCommandJobCommonWithContext is the same as StopClawOmniInstanceCommandJobCommon with the addition of the ability to pass a context and additional request options.
See StopClawOmniInstanceCommandJobCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) StopClawOmniInstanceCommandJobRequest ¶ added in v1.2.29
func (c *ARKCLAW) StopClawOmniInstanceCommandJobRequest(input *StopClawOmniInstanceCommandJobInput) (req *request.Request, output *StopClawOmniInstanceCommandJobOutput)
StopClawOmniInstanceCommandJobRequest generates a "volcengine/request.Request" representing the client's request for the StopClawOmniInstanceCommandJob operation. The "output" return value will be populated with the StopClawOmniInstanceCommandJobCommon request's response once the request completes successfully.
Use "Send" method on the returned StopClawOmniInstanceCommandJobCommon Request to send the API call to the service. the "output" return value is not valid until after StopClawOmniInstanceCommandJobCommon Send returns without error.
See StopClawOmniInstanceCommandJob for more information on using the StopClawOmniInstanceCommandJob API call, and error handling.
// Example sending a request using the StopClawOmniInstanceCommandJobRequest method.
req, resp := client.StopClawOmniInstanceCommandJobRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) StopClawOmniInstanceCommandJobWithContext ¶ added in v1.2.29
func (c *ARKCLAW) StopClawOmniInstanceCommandJobWithContext(ctx volcengine.Context, input *StopClawOmniInstanceCommandJobInput, opts ...request.Option) (*StopClawOmniInstanceCommandJobOutput, error)
StopClawOmniInstanceCommandJobWithContext is the same as StopClawOmniInstanceCommandJob with the addition of the ability to pass a context and additional request options.
See StopClawOmniInstanceCommandJob for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) UnbindClawInstance ¶ added in v1.2.48
func (c *ARKCLAW) UnbindClawInstance(input *UnbindClawInstanceInput) (*UnbindClawInstanceOutput, error)
UnbindClawInstance API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation UnbindClawInstance for usage and error information.
func (*ARKCLAW) UnbindClawInstanceCommon ¶ added in v1.2.48
func (c *ARKCLAW) UnbindClawInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
UnbindClawInstanceCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation UnbindClawInstanceCommon for usage and error information.
func (*ARKCLAW) UnbindClawInstanceCommonRequest ¶ added in v1.2.48
func (c *ARKCLAW) UnbindClawInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
UnbindClawInstanceCommonRequest generates a "volcengine/request.Request" representing the client's request for the UnbindClawInstanceCommon operation. The "output" return value will be populated with the UnbindClawInstanceCommon request's response once the request completes successfully.
Use "Send" method on the returned UnbindClawInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after UnbindClawInstanceCommon Send returns without error.
See UnbindClawInstanceCommon for more information on using the UnbindClawInstanceCommon API call, and error handling.
// Example sending a request using the UnbindClawInstanceCommonRequest method.
req, resp := client.UnbindClawInstanceCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) UnbindClawInstanceCommonWithContext ¶ added in v1.2.48
func (c *ARKCLAW) UnbindClawInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
UnbindClawInstanceCommonWithContext is the same as UnbindClawInstanceCommon with the addition of the ability to pass a context and additional request options.
See UnbindClawInstanceCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) UnbindClawInstanceRequest ¶ added in v1.2.48
func (c *ARKCLAW) UnbindClawInstanceRequest(input *UnbindClawInstanceInput) (req *request.Request, output *UnbindClawInstanceOutput)
UnbindClawInstanceRequest generates a "volcengine/request.Request" representing the client's request for the UnbindClawInstance operation. The "output" return value will be populated with the UnbindClawInstanceCommon request's response once the request completes successfully.
Use "Send" method on the returned UnbindClawInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after UnbindClawInstanceCommon Send returns without error.
See UnbindClawInstance for more information on using the UnbindClawInstance API call, and error handling.
// Example sending a request using the UnbindClawInstanceRequest method.
req, resp := client.UnbindClawInstanceRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) UnbindClawInstanceWithContext ¶ added in v1.2.48
func (c *ARKCLAW) UnbindClawInstanceWithContext(ctx volcengine.Context, input *UnbindClawInstanceInput, opts ...request.Option) (*UnbindClawInstanceOutput, error)
UnbindClawInstanceWithContext is the same as UnbindClawInstance with the addition of the ability to pass a context and additional request options.
See UnbindClawInstance for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) UpdateClawOmniInstance ¶ added in v1.2.29
func (c *ARKCLAW) UpdateClawOmniInstance(input *UpdateClawOmniInstanceInput) (*UpdateClawOmniInstanceOutput, error)
UpdateClawOmniInstance API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation UpdateClawOmniInstance for usage and error information.
func (*ARKCLAW) UpdateClawOmniInstanceCommon ¶ added in v1.2.29
func (c *ARKCLAW) UpdateClawOmniInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
UpdateClawOmniInstanceCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation UpdateClawOmniInstanceCommon for usage and error information.
func (*ARKCLAW) UpdateClawOmniInstanceCommonRequest ¶ added in v1.2.29
func (c *ARKCLAW) UpdateClawOmniInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
UpdateClawOmniInstanceCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateClawOmniInstanceCommon operation. The "output" return value will be populated with the UpdateClawOmniInstanceCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateClawOmniInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateClawOmniInstanceCommon Send returns without error.
See UpdateClawOmniInstanceCommon for more information on using the UpdateClawOmniInstanceCommon API call, and error handling.
// Example sending a request using the UpdateClawOmniInstanceCommonRequest method.
req, resp := client.UpdateClawOmniInstanceCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) UpdateClawOmniInstanceCommonWithContext ¶ added in v1.2.29
func (c *ARKCLAW) UpdateClawOmniInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
UpdateClawOmniInstanceCommonWithContext is the same as UpdateClawOmniInstanceCommon with the addition of the ability to pass a context and additional request options.
See UpdateClawOmniInstanceCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) UpdateClawOmniInstanceModel ¶ added in v1.2.29
func (c *ARKCLAW) UpdateClawOmniInstanceModel(input *UpdateClawOmniInstanceModelInput) (*UpdateClawOmniInstanceModelOutput, error)
UpdateClawOmniInstanceModel API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation UpdateClawOmniInstanceModel for usage and error information.
func (*ARKCLAW) UpdateClawOmniInstanceModelCommon ¶ added in v1.2.29
func (c *ARKCLAW) UpdateClawOmniInstanceModelCommon(input *map[string]interface{}) (*map[string]interface{}, error)
UpdateClawOmniInstanceModelCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation UpdateClawOmniInstanceModelCommon for usage and error information.
func (*ARKCLAW) UpdateClawOmniInstanceModelCommonRequest ¶ added in v1.2.29
func (c *ARKCLAW) UpdateClawOmniInstanceModelCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
UpdateClawOmniInstanceModelCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateClawOmniInstanceModelCommon operation. The "output" return value will be populated with the UpdateClawOmniInstanceModelCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateClawOmniInstanceModelCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateClawOmniInstanceModelCommon Send returns without error.
See UpdateClawOmniInstanceModelCommon for more information on using the UpdateClawOmniInstanceModelCommon API call, and error handling.
// Example sending a request using the UpdateClawOmniInstanceModelCommonRequest method.
req, resp := client.UpdateClawOmniInstanceModelCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) UpdateClawOmniInstanceModelCommonWithContext ¶ added in v1.2.29
func (c *ARKCLAW) UpdateClawOmniInstanceModelCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
UpdateClawOmniInstanceModelCommonWithContext is the same as UpdateClawOmniInstanceModelCommon with the addition of the ability to pass a context and additional request options.
See UpdateClawOmniInstanceModelCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) UpdateClawOmniInstanceModelRequest ¶ added in v1.2.29
func (c *ARKCLAW) UpdateClawOmniInstanceModelRequest(input *UpdateClawOmniInstanceModelInput) (req *request.Request, output *UpdateClawOmniInstanceModelOutput)
UpdateClawOmniInstanceModelRequest generates a "volcengine/request.Request" representing the client's request for the UpdateClawOmniInstanceModel operation. The "output" return value will be populated with the UpdateClawOmniInstanceModelCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateClawOmniInstanceModelCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateClawOmniInstanceModelCommon Send returns without error.
See UpdateClawOmniInstanceModel for more information on using the UpdateClawOmniInstanceModel API call, and error handling.
// Example sending a request using the UpdateClawOmniInstanceModelRequest method.
req, resp := client.UpdateClawOmniInstanceModelRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) UpdateClawOmniInstanceModelWithContext ¶ added in v1.2.29
func (c *ARKCLAW) UpdateClawOmniInstanceModelWithContext(ctx volcengine.Context, input *UpdateClawOmniInstanceModelInput, opts ...request.Option) (*UpdateClawOmniInstanceModelOutput, error)
UpdateClawOmniInstanceModelWithContext is the same as UpdateClawOmniInstanceModel with the addition of the ability to pass a context and additional request options.
See UpdateClawOmniInstanceModel for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) UpdateClawOmniInstanceRequest ¶ added in v1.2.29
func (c *ARKCLAW) UpdateClawOmniInstanceRequest(input *UpdateClawOmniInstanceInput) (req *request.Request, output *UpdateClawOmniInstanceOutput)
UpdateClawOmniInstanceRequest generates a "volcengine/request.Request" representing the client's request for the UpdateClawOmniInstance operation. The "output" return value will be populated with the UpdateClawOmniInstanceCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateClawOmniInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateClawOmniInstanceCommon Send returns without error.
See UpdateClawOmniInstance for more information on using the UpdateClawOmniInstance API call, and error handling.
// Example sending a request using the UpdateClawOmniInstanceRequest method.
req, resp := client.UpdateClawOmniInstanceRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) UpdateClawOmniInstanceWithContext ¶ added in v1.2.29
func (c *ARKCLAW) UpdateClawOmniInstanceWithContext(ctx volcengine.Context, input *UpdateClawOmniInstanceInput, opts ...request.Option) (*UpdateClawOmniInstanceOutput, error)
UpdateClawOmniInstanceWithContext is the same as UpdateClawOmniInstance with the addition of the ability to pass a context and additional request options.
See UpdateClawOmniInstance for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) UpdateIdentityProviderTokenExchange ¶ added in v1.2.48
func (c *ARKCLAW) UpdateIdentityProviderTokenExchange(input *UpdateIdentityProviderTokenExchangeInput) (*UpdateIdentityProviderTokenExchangeOutput, error)
UpdateIdentityProviderTokenExchange API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation UpdateIdentityProviderTokenExchange for usage and error information.
func (*ARKCLAW) UpdateIdentityProviderTokenExchangeCommon ¶ added in v1.2.48
func (c *ARKCLAW) UpdateIdentityProviderTokenExchangeCommon(input *map[string]interface{}) (*map[string]interface{}, error)
UpdateIdentityProviderTokenExchangeCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation UpdateIdentityProviderTokenExchangeCommon for usage and error information.
func (*ARKCLAW) UpdateIdentityProviderTokenExchangeCommonRequest ¶ added in v1.2.48
func (c *ARKCLAW) UpdateIdentityProviderTokenExchangeCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
UpdateIdentityProviderTokenExchangeCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateIdentityProviderTokenExchangeCommon operation. The "output" return value will be populated with the UpdateIdentityProviderTokenExchangeCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateIdentityProviderTokenExchangeCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateIdentityProviderTokenExchangeCommon Send returns without error.
See UpdateIdentityProviderTokenExchangeCommon for more information on using the UpdateIdentityProviderTokenExchangeCommon API call, and error handling.
// Example sending a request using the UpdateIdentityProviderTokenExchangeCommonRequest method.
req, resp := client.UpdateIdentityProviderTokenExchangeCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) UpdateIdentityProviderTokenExchangeCommonWithContext ¶ added in v1.2.48
func (c *ARKCLAW) UpdateIdentityProviderTokenExchangeCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
UpdateIdentityProviderTokenExchangeCommonWithContext is the same as UpdateIdentityProviderTokenExchangeCommon with the addition of the ability to pass a context and additional request options.
See UpdateIdentityProviderTokenExchangeCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) UpdateIdentityProviderTokenExchangeRequest ¶ added in v1.2.48
func (c *ARKCLAW) UpdateIdentityProviderTokenExchangeRequest(input *UpdateIdentityProviderTokenExchangeInput) (req *request.Request, output *UpdateIdentityProviderTokenExchangeOutput)
UpdateIdentityProviderTokenExchangeRequest generates a "volcengine/request.Request" representing the client's request for the UpdateIdentityProviderTokenExchange operation. The "output" return value will be populated with the UpdateIdentityProviderTokenExchangeCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateIdentityProviderTokenExchangeCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateIdentityProviderTokenExchangeCommon Send returns without error.
See UpdateIdentityProviderTokenExchange for more information on using the UpdateIdentityProviderTokenExchange API call, and error handling.
// Example sending a request using the UpdateIdentityProviderTokenExchangeRequest method.
req, resp := client.UpdateIdentityProviderTokenExchangeRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) UpdateIdentityProviderTokenExchangeWithContext ¶ added in v1.2.48
func (c *ARKCLAW) UpdateIdentityProviderTokenExchangeWithContext(ctx volcengine.Context, input *UpdateIdentityProviderTokenExchangeInput, opts ...request.Option) (*UpdateIdentityProviderTokenExchangeOutput, error)
UpdateIdentityProviderTokenExchangeWithContext is the same as UpdateIdentityProviderTokenExchange with the addition of the ability to pass a context and additional request options.
See UpdateIdentityProviderTokenExchange for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) UpdatePrivateClawOmniSpaceTemplate ¶ added in v1.2.31
func (c *ARKCLAW) UpdatePrivateClawOmniSpaceTemplate(input *UpdatePrivateClawOmniSpaceTemplateInput) (*UpdatePrivateClawOmniSpaceTemplateOutput, error)
UpdatePrivateClawOmniSpaceTemplate API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation UpdatePrivateClawOmniSpaceTemplate for usage and error information.
func (*ARKCLAW) UpdatePrivateClawOmniSpaceTemplateCommon ¶ added in v1.2.31
func (c *ARKCLAW) UpdatePrivateClawOmniSpaceTemplateCommon(input *map[string]interface{}) (*map[string]interface{}, error)
UpdatePrivateClawOmniSpaceTemplateCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation UpdatePrivateClawOmniSpaceTemplateCommon for usage and error information.
func (*ARKCLAW) UpdatePrivateClawOmniSpaceTemplateCommonRequest ¶ added in v1.2.31
func (c *ARKCLAW) UpdatePrivateClawOmniSpaceTemplateCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
UpdatePrivateClawOmniSpaceTemplateCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdatePrivateClawOmniSpaceTemplateCommon operation. The "output" return value will be populated with the UpdatePrivateClawOmniSpaceTemplateCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdatePrivateClawOmniSpaceTemplateCommon Request to send the API call to the service. the "output" return value is not valid until after UpdatePrivateClawOmniSpaceTemplateCommon Send returns without error.
See UpdatePrivateClawOmniSpaceTemplateCommon for more information on using the UpdatePrivateClawOmniSpaceTemplateCommon API call, and error handling.
// Example sending a request using the UpdatePrivateClawOmniSpaceTemplateCommonRequest method.
req, resp := client.UpdatePrivateClawOmniSpaceTemplateCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) UpdatePrivateClawOmniSpaceTemplateCommonWithContext ¶ added in v1.2.31
func (c *ARKCLAW) UpdatePrivateClawOmniSpaceTemplateCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
UpdatePrivateClawOmniSpaceTemplateCommonWithContext is the same as UpdatePrivateClawOmniSpaceTemplateCommon with the addition of the ability to pass a context and additional request options.
See UpdatePrivateClawOmniSpaceTemplateCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) UpdatePrivateClawOmniSpaceTemplateRequest ¶ added in v1.2.31
func (c *ARKCLAW) UpdatePrivateClawOmniSpaceTemplateRequest(input *UpdatePrivateClawOmniSpaceTemplateInput) (req *request.Request, output *UpdatePrivateClawOmniSpaceTemplateOutput)
UpdatePrivateClawOmniSpaceTemplateRequest generates a "volcengine/request.Request" representing the client's request for the UpdatePrivateClawOmniSpaceTemplate operation. The "output" return value will be populated with the UpdatePrivateClawOmniSpaceTemplateCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdatePrivateClawOmniSpaceTemplateCommon Request to send the API call to the service. the "output" return value is not valid until after UpdatePrivateClawOmniSpaceTemplateCommon Send returns without error.
See UpdatePrivateClawOmniSpaceTemplate for more information on using the UpdatePrivateClawOmniSpaceTemplate API call, and error handling.
// Example sending a request using the UpdatePrivateClawOmniSpaceTemplateRequest method.
req, resp := client.UpdatePrivateClawOmniSpaceTemplateRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) UpdatePrivateClawOmniSpaceTemplateWithContext ¶ added in v1.2.31
func (c *ARKCLAW) UpdatePrivateClawOmniSpaceTemplateWithContext(ctx volcengine.Context, input *UpdatePrivateClawOmniSpaceTemplateInput, opts ...request.Option) (*UpdatePrivateClawOmniSpaceTemplateOutput, error)
UpdatePrivateClawOmniSpaceTemplateWithContext is the same as UpdatePrivateClawOmniSpaceTemplate with the addition of the ability to pass a context and additional request options.
See UpdatePrivateClawOmniSpaceTemplate for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) UpdateScheduledJob ¶ added in v1.2.38
func (c *ARKCLAW) UpdateScheduledJob(input *UpdateScheduledJobInput) (*UpdateScheduledJobOutput, error)
UpdateScheduledJob API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation UpdateScheduledJob for usage and error information.
func (*ARKCLAW) UpdateScheduledJobCommon ¶ added in v1.2.38
func (c *ARKCLAW) UpdateScheduledJobCommon(input *map[string]interface{}) (*map[string]interface{}, error)
UpdateScheduledJobCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation UpdateScheduledJobCommon for usage and error information.
func (*ARKCLAW) UpdateScheduledJobCommonRequest ¶ added in v1.2.38
func (c *ARKCLAW) UpdateScheduledJobCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
UpdateScheduledJobCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateScheduledJobCommon operation. The "output" return value will be populated with the UpdateScheduledJobCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateScheduledJobCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateScheduledJobCommon Send returns without error.
See UpdateScheduledJobCommon for more information on using the UpdateScheduledJobCommon API call, and error handling.
// Example sending a request using the UpdateScheduledJobCommonRequest method.
req, resp := client.UpdateScheduledJobCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) UpdateScheduledJobCommonWithContext ¶ added in v1.2.38
func (c *ARKCLAW) UpdateScheduledJobCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
UpdateScheduledJobCommonWithContext is the same as UpdateScheduledJobCommon with the addition of the ability to pass a context and additional request options.
See UpdateScheduledJobCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) UpdateScheduledJobRequest ¶ added in v1.2.38
func (c *ARKCLAW) UpdateScheduledJobRequest(input *UpdateScheduledJobInput) (req *request.Request, output *UpdateScheduledJobOutput)
UpdateScheduledJobRequest generates a "volcengine/request.Request" representing the client's request for the UpdateScheduledJob operation. The "output" return value will be populated with the UpdateScheduledJobCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateScheduledJobCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateScheduledJobCommon Send returns without error.
See UpdateScheduledJob for more information on using the UpdateScheduledJob API call, and error handling.
// Example sending a request using the UpdateScheduledJobRequest method.
req, resp := client.UpdateScheduledJobRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) UpdateScheduledJobWithContext ¶ added in v1.2.38
func (c *ARKCLAW) UpdateScheduledJobWithContext(ctx volcengine.Context, input *UpdateScheduledJobInput, opts ...request.Option) (*UpdateScheduledJobOutput, error)
UpdateScheduledJobWithContext is the same as UpdateScheduledJob with the addition of the ability to pass a context and additional request options.
See UpdateScheduledJob for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) UpdateSpaceUserConfigs ¶ added in v1.2.35
func (c *ARKCLAW) UpdateSpaceUserConfigs(input *UpdateSpaceUserConfigsInput) (*UpdateSpaceUserConfigsOutput, error)
UpdateSpaceUserConfigs API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation UpdateSpaceUserConfigs for usage and error information.
func (*ARKCLAW) UpdateSpaceUserConfigsCommon ¶ added in v1.2.35
func (c *ARKCLAW) UpdateSpaceUserConfigsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
UpdateSpaceUserConfigsCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation UpdateSpaceUserConfigsCommon for usage and error information.
func (*ARKCLAW) UpdateSpaceUserConfigsCommonRequest ¶ added in v1.2.35
func (c *ARKCLAW) UpdateSpaceUserConfigsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
UpdateSpaceUserConfigsCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateSpaceUserConfigsCommon operation. The "output" return value will be populated with the UpdateSpaceUserConfigsCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateSpaceUserConfigsCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateSpaceUserConfigsCommon Send returns without error.
See UpdateSpaceUserConfigsCommon for more information on using the UpdateSpaceUserConfigsCommon API call, and error handling.
// Example sending a request using the UpdateSpaceUserConfigsCommonRequest method.
req, resp := client.UpdateSpaceUserConfigsCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) UpdateSpaceUserConfigsCommonWithContext ¶ added in v1.2.35
func (c *ARKCLAW) UpdateSpaceUserConfigsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
UpdateSpaceUserConfigsCommonWithContext is the same as UpdateSpaceUserConfigsCommon with the addition of the ability to pass a context and additional request options.
See UpdateSpaceUserConfigsCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) UpdateSpaceUserConfigsRequest ¶ added in v1.2.35
func (c *ARKCLAW) UpdateSpaceUserConfigsRequest(input *UpdateSpaceUserConfigsInput) (req *request.Request, output *UpdateSpaceUserConfigsOutput)
UpdateSpaceUserConfigsRequest generates a "volcengine/request.Request" representing the client's request for the UpdateSpaceUserConfigs operation. The "output" return value will be populated with the UpdateSpaceUserConfigsCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateSpaceUserConfigsCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateSpaceUserConfigsCommon Send returns without error.
See UpdateSpaceUserConfigs for more information on using the UpdateSpaceUserConfigs API call, and error handling.
// Example sending a request using the UpdateSpaceUserConfigsRequest method.
req, resp := client.UpdateSpaceUserConfigsRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) UpdateSpaceUserConfigsWithContext ¶ added in v1.2.35
func (c *ARKCLAW) UpdateSpaceUserConfigsWithContext(ctx volcengine.Context, input *UpdateSpaceUserConfigsInput, opts ...request.Option) (*UpdateSpaceUserConfigsOutput, error)
UpdateSpaceUserConfigsWithContext is the same as UpdateSpaceUserConfigs with the addition of the ability to pass a context and additional request options.
See UpdateSpaceUserConfigs for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) UpdateUsersQuota ¶ added in v1.2.35
func (c *ARKCLAW) UpdateUsersQuota(input *UpdateUsersQuotaInput) (*UpdateUsersQuotaOutput, error)
UpdateUsersQuota API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation UpdateUsersQuota for usage and error information.
func (*ARKCLAW) UpdateUsersQuotaCommon ¶ added in v1.2.35
func (c *ARKCLAW) UpdateUsersQuotaCommon(input *map[string]interface{}) (*map[string]interface{}, error)
UpdateUsersQuotaCommon API operation for ARKCLAW.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ARKCLAW's API operation UpdateUsersQuotaCommon for usage and error information.
func (*ARKCLAW) UpdateUsersQuotaCommonRequest ¶ added in v1.2.35
func (c *ARKCLAW) UpdateUsersQuotaCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
UpdateUsersQuotaCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateUsersQuotaCommon operation. The "output" return value will be populated with the UpdateUsersQuotaCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateUsersQuotaCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateUsersQuotaCommon Send returns without error.
See UpdateUsersQuotaCommon for more information on using the UpdateUsersQuotaCommon API call, and error handling.
// Example sending a request using the UpdateUsersQuotaCommonRequest method.
req, resp := client.UpdateUsersQuotaCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) UpdateUsersQuotaCommonWithContext ¶ added in v1.2.35
func (c *ARKCLAW) UpdateUsersQuotaCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
UpdateUsersQuotaCommonWithContext is the same as UpdateUsersQuotaCommon with the addition of the ability to pass a context and additional request options.
See UpdateUsersQuotaCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ARKCLAW) UpdateUsersQuotaRequest ¶ added in v1.2.35
func (c *ARKCLAW) UpdateUsersQuotaRequest(input *UpdateUsersQuotaInput) (req *request.Request, output *UpdateUsersQuotaOutput)
UpdateUsersQuotaRequest generates a "volcengine/request.Request" representing the client's request for the UpdateUsersQuota operation. The "output" return value will be populated with the UpdateUsersQuotaCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateUsersQuotaCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateUsersQuotaCommon Send returns without error.
See UpdateUsersQuota for more information on using the UpdateUsersQuota API call, and error handling.
// Example sending a request using the UpdateUsersQuotaRequest method.
req, resp := client.UpdateUsersQuotaRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ARKCLAW) UpdateUsersQuotaWithContext ¶ added in v1.2.35
func (c *ARKCLAW) UpdateUsersQuotaWithContext(ctx volcengine.Context, input *UpdateUsersQuotaInput, opts ...request.Option) (*UpdateUsersQuotaOutput, error)
UpdateUsersQuotaWithContext is the same as UpdateUsersQuota with the addition of the ability to pass a context and additional request options.
See UpdateUsersQuota for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
type ARKCLAWAPI ¶
type ARKCLAWAPI interface {
ApproveClawOmniInstanceDevicePairingCommon(*map[string]interface{}) (*map[string]interface{}, error)
ApproveClawOmniInstanceDevicePairingCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ApproveClawOmniInstanceDevicePairingCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ApproveClawOmniInstanceDevicePairing(*ApproveClawOmniInstanceDevicePairingInput) (*ApproveClawOmniInstanceDevicePairingOutput, error)
ApproveClawOmniInstanceDevicePairingWithContext(volcengine.Context, *ApproveClawOmniInstanceDevicePairingInput, ...request.Option) (*ApproveClawOmniInstanceDevicePairingOutput, error)
ApproveClawOmniInstanceDevicePairingRequest(*ApproveClawOmniInstanceDevicePairingInput) (*request.Request, *ApproveClawOmniInstanceDevicePairingOutput)
ClearClawOmniInstanceDevicePairedCommon(*map[string]interface{}) (*map[string]interface{}, error)
ClearClawOmniInstanceDevicePairedCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ClearClawOmniInstanceDevicePairedCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ClearClawOmniInstanceDevicePaired(*ClearClawOmniInstanceDevicePairedInput) (*ClearClawOmniInstanceDevicePairedOutput, error)
ClearClawOmniInstanceDevicePairedWithContext(volcengine.Context, *ClearClawOmniInstanceDevicePairedInput, ...request.Option) (*ClearClawOmniInstanceDevicePairedOutput, error)
ClearClawOmniInstanceDevicePairedRequest(*ClearClawOmniInstanceDevicePairedInput) (*request.Request, *ClearClawOmniInstanceDevicePairedOutput)
CreateClawInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
CreateClawInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CreateClawInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CreateClawInstance(*CreateClawInstanceInput) (*CreateClawInstanceOutput, error)
CreateClawInstanceWithContext(volcengine.Context, *CreateClawInstanceInput, ...request.Option) (*CreateClawInstanceOutput, error)
CreateClawInstanceRequest(*CreateClawInstanceInput) (*request.Request, *CreateClawInstanceOutput)
CreateClawOmniAutoChannelJobCommon(*map[string]interface{}) (*map[string]interface{}, error)
CreateClawOmniAutoChannelJobCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CreateClawOmniAutoChannelJobCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CreateClawOmniAutoChannelJob(*CreateClawOmniAutoChannelJobInput) (*CreateClawOmniAutoChannelJobOutput, error)
CreateClawOmniAutoChannelJobWithContext(volcengine.Context, *CreateClawOmniAutoChannelJobInput, ...request.Option) (*CreateClawOmniAutoChannelJobOutput, error)
CreateClawOmniAutoChannelJobRequest(*CreateClawOmniAutoChannelJobInput) (*request.Request, *CreateClawOmniAutoChannelJobOutput)
CreateClawOmniInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
CreateClawOmniInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CreateClawOmniInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CreateClawOmniInstance(*CreateClawOmniInstanceInput) (*CreateClawOmniInstanceOutput, error)
CreateClawOmniInstanceWithContext(volcengine.Context, *CreateClawOmniInstanceInput, ...request.Option) (*CreateClawOmniInstanceOutput, error)
CreateClawOmniInstanceRequest(*CreateClawOmniInstanceInput) (*request.Request, *CreateClawOmniInstanceOutput)
CreateClawOmniInstanceCommandJobCommon(*map[string]interface{}) (*map[string]interface{}, error)
CreateClawOmniInstanceCommandJobCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CreateClawOmniInstanceCommandJobCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CreateClawOmniInstanceCommandJob(*CreateClawOmniInstanceCommandJobInput) (*CreateClawOmniInstanceCommandJobOutput, error)
CreateClawOmniInstanceCommandJobWithContext(volcengine.Context, *CreateClawOmniInstanceCommandJobInput, ...request.Option) (*CreateClawOmniInstanceCommandJobOutput, error)
CreateClawOmniInstanceCommandJobRequest(*CreateClawOmniInstanceCommandJobInput) (*request.Request, *CreateClawOmniInstanceCommandJobOutput)
CreateIdentityProviderTokenExchangeCommon(*map[string]interface{}) (*map[string]interface{}, error)
CreateIdentityProviderTokenExchangeCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CreateIdentityProviderTokenExchangeCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CreateIdentityProviderTokenExchange(*CreateIdentityProviderTokenExchangeInput) (*CreateIdentityProviderTokenExchangeOutput, error)
CreateIdentityProviderTokenExchangeWithContext(volcengine.Context, *CreateIdentityProviderTokenExchangeInput, ...request.Option) (*CreateIdentityProviderTokenExchangeOutput, error)
CreateIdentityProviderTokenExchangeRequest(*CreateIdentityProviderTokenExchangeInput) (*request.Request, *CreateIdentityProviderTokenExchangeOutput)
CreatePrivateClawOmniSpaceTemplateCommon(*map[string]interface{}) (*map[string]interface{}, error)
CreatePrivateClawOmniSpaceTemplateCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CreatePrivateClawOmniSpaceTemplateCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CreatePrivateClawOmniSpaceTemplate(*CreatePrivateClawOmniSpaceTemplateInput) (*CreatePrivateClawOmniSpaceTemplateOutput, error)
CreatePrivateClawOmniSpaceTemplateWithContext(volcengine.Context, *CreatePrivateClawOmniSpaceTemplateInput, ...request.Option) (*CreatePrivateClawOmniSpaceTemplateOutput, error)
CreatePrivateClawOmniSpaceTemplateRequest(*CreatePrivateClawOmniSpaceTemplateInput) (*request.Request, *CreatePrivateClawOmniSpaceTemplateOutput)
CreatePrivateEgressDnsBlockRuleCommon(*map[string]interface{}) (*map[string]interface{}, error)
CreatePrivateEgressDnsBlockRuleCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CreatePrivateEgressDnsBlockRuleCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CreatePrivateEgressDnsBlockRule(*CreatePrivateEgressDnsBlockRuleInput) (*CreatePrivateEgressDnsBlockRuleOutput, error)
CreatePrivateEgressDnsBlockRuleWithContext(volcengine.Context, *CreatePrivateEgressDnsBlockRuleInput, ...request.Option) (*CreatePrivateEgressDnsBlockRuleOutput, error)
CreatePrivateEgressDnsBlockRuleRequest(*CreatePrivateEgressDnsBlockRuleInput) (*request.Request, *CreatePrivateEgressDnsBlockRuleOutput)
CreatePrivateEgressEndpointCommon(*map[string]interface{}) (*map[string]interface{}, error)
CreatePrivateEgressEndpointCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CreatePrivateEgressEndpointCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CreatePrivateEgressEndpoint(*CreatePrivateEgressEndpointInput) (*CreatePrivateEgressEndpointOutput, error)
CreatePrivateEgressEndpointWithContext(volcengine.Context, *CreatePrivateEgressEndpointInput, ...request.Option) (*CreatePrivateEgressEndpointOutput, error)
CreatePrivateEgressEndpointRequest(*CreatePrivateEgressEndpointInput) (*request.Request, *CreatePrivateEgressEndpointOutput)
CreatePrivateEgressNetworkAccessRuleCommon(*map[string]interface{}) (*map[string]interface{}, error)
CreatePrivateEgressNetworkAccessRuleCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CreatePrivateEgressNetworkAccessRuleCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CreatePrivateEgressNetworkAccessRule(*CreatePrivateEgressNetworkAccessRuleInput) (*CreatePrivateEgressNetworkAccessRuleOutput, error)
CreatePrivateEgressNetworkAccessRuleWithContext(volcengine.Context, *CreatePrivateEgressNetworkAccessRuleInput, ...request.Option) (*CreatePrivateEgressNetworkAccessRuleOutput, error)
CreatePrivateEgressNetworkAccessRuleRequest(*CreatePrivateEgressNetworkAccessRuleInput) (*request.Request, *CreatePrivateEgressNetworkAccessRuleOutput)
CreatePrivateEgressWebAccessRuleCommon(*map[string]interface{}) (*map[string]interface{}, error)
CreatePrivateEgressWebAccessRuleCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CreatePrivateEgressWebAccessRuleCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CreatePrivateEgressWebAccessRule(*CreatePrivateEgressWebAccessRuleInput) (*CreatePrivateEgressWebAccessRuleOutput, error)
CreatePrivateEgressWebAccessRuleWithContext(volcengine.Context, *CreatePrivateEgressWebAccessRuleInput, ...request.Option) (*CreatePrivateEgressWebAccessRuleOutput, error)
CreatePrivateEgressWebAccessRuleRequest(*CreatePrivateEgressWebAccessRuleInput) (*request.Request, *CreatePrivateEgressWebAccessRuleOutput)
CreateScheduledJobCommon(*map[string]interface{}) (*map[string]interface{}, error)
CreateScheduledJobCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CreateScheduledJobCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CreateScheduledJob(*CreateScheduledJobInput) (*CreateScheduledJobOutput, error)
CreateScheduledJobWithContext(volcengine.Context, *CreateScheduledJobInput, ...request.Option) (*CreateScheduledJobOutput, error)
CreateScheduledJobRequest(*CreateScheduledJobInput) (*request.Request, *CreateScheduledJobOutput)
DeleteClawInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
DeleteClawInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DeleteClawInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DeleteClawInstance(*DeleteClawInstanceInput) (*DeleteClawInstanceOutput, error)
DeleteClawInstanceWithContext(volcengine.Context, *DeleteClawInstanceInput, ...request.Option) (*DeleteClawInstanceOutput, error)
DeleteClawInstanceRequest(*DeleteClawInstanceInput) (*request.Request, *DeleteClawInstanceOutput)
DeleteClawOmniChannelCommon(*map[string]interface{}) (*map[string]interface{}, error)
DeleteClawOmniChannelCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DeleteClawOmniChannelCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DeleteClawOmniChannel(*DeleteClawOmniChannelInput) (*DeleteClawOmniChannelOutput, error)
DeleteClawOmniChannelWithContext(volcengine.Context, *DeleteClawOmniChannelInput, ...request.Option) (*DeleteClawOmniChannelOutput, error)
DeleteClawOmniChannelRequest(*DeleteClawOmniChannelInput) (*request.Request, *DeleteClawOmniChannelOutput)
DeleteClawOmniInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
DeleteClawOmniInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DeleteClawOmniInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DeleteClawOmniInstance(*DeleteClawOmniInstanceInput) (*DeleteClawOmniInstanceOutput, error)
DeleteClawOmniInstanceWithContext(volcengine.Context, *DeleteClawOmniInstanceInput, ...request.Option) (*DeleteClawOmniInstanceOutput, error)
DeleteClawOmniInstanceRequest(*DeleteClawOmniInstanceInput) (*request.Request, *DeleteClawOmniInstanceOutput)
DeleteIdentityProviderTokenExchangeCommon(*map[string]interface{}) (*map[string]interface{}, error)
DeleteIdentityProviderTokenExchangeCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DeleteIdentityProviderTokenExchangeCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DeleteIdentityProviderTokenExchange(*DeleteIdentityProviderTokenExchangeInput) (*DeleteIdentityProviderTokenExchangeOutput, error)
DeleteIdentityProviderTokenExchangeWithContext(volcengine.Context, *DeleteIdentityProviderTokenExchangeInput, ...request.Option) (*DeleteIdentityProviderTokenExchangeOutput, error)
DeleteIdentityProviderTokenExchangeRequest(*DeleteIdentityProviderTokenExchangeInput) (*request.Request, *DeleteIdentityProviderTokenExchangeOutput)
DeletePrivateEgressDnsBlockRuleCommon(*map[string]interface{}) (*map[string]interface{}, error)
DeletePrivateEgressDnsBlockRuleCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DeletePrivateEgressDnsBlockRuleCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DeletePrivateEgressDnsBlockRule(*DeletePrivateEgressDnsBlockRuleInput) (*DeletePrivateEgressDnsBlockRuleOutput, error)
DeletePrivateEgressDnsBlockRuleWithContext(volcengine.Context, *DeletePrivateEgressDnsBlockRuleInput, ...request.Option) (*DeletePrivateEgressDnsBlockRuleOutput, error)
DeletePrivateEgressDnsBlockRuleRequest(*DeletePrivateEgressDnsBlockRuleInput) (*request.Request, *DeletePrivateEgressDnsBlockRuleOutput)
DeletePrivateEgressEndpointCommon(*map[string]interface{}) (*map[string]interface{}, error)
DeletePrivateEgressEndpointCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DeletePrivateEgressEndpointCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DeletePrivateEgressEndpoint(*DeletePrivateEgressEndpointInput) (*DeletePrivateEgressEndpointOutput, error)
DeletePrivateEgressEndpointWithContext(volcengine.Context, *DeletePrivateEgressEndpointInput, ...request.Option) (*DeletePrivateEgressEndpointOutput, error)
DeletePrivateEgressEndpointRequest(*DeletePrivateEgressEndpointInput) (*request.Request, *DeletePrivateEgressEndpointOutput)
DeletePrivateEgressNetworkAccessRuleCommon(*map[string]interface{}) (*map[string]interface{}, error)
DeletePrivateEgressNetworkAccessRuleCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DeletePrivateEgressNetworkAccessRuleCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DeletePrivateEgressNetworkAccessRule(*DeletePrivateEgressNetworkAccessRuleInput) (*DeletePrivateEgressNetworkAccessRuleOutput, error)
DeletePrivateEgressNetworkAccessRuleWithContext(volcengine.Context, *DeletePrivateEgressNetworkAccessRuleInput, ...request.Option) (*DeletePrivateEgressNetworkAccessRuleOutput, error)
DeletePrivateEgressNetworkAccessRuleRequest(*DeletePrivateEgressNetworkAccessRuleInput) (*request.Request, *DeletePrivateEgressNetworkAccessRuleOutput)
DeletePrivateEgressWebAccessRuleCommon(*map[string]interface{}) (*map[string]interface{}, error)
DeletePrivateEgressWebAccessRuleCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DeletePrivateEgressWebAccessRuleCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DeletePrivateEgressWebAccessRule(*DeletePrivateEgressWebAccessRuleInput) (*DeletePrivateEgressWebAccessRuleOutput, error)
DeletePrivateEgressWebAccessRuleWithContext(volcengine.Context, *DeletePrivateEgressWebAccessRuleInput, ...request.Option) (*DeletePrivateEgressWebAccessRuleOutput, error)
DeletePrivateEgressWebAccessRuleRequest(*DeletePrivateEgressWebAccessRuleInput) (*request.Request, *DeletePrivateEgressWebAccessRuleOutput)
DeleteScheduledJobCommon(*map[string]interface{}) (*map[string]interface{}, error)
DeleteScheduledJobCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DeleteScheduledJobCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DeleteScheduledJob(*DeleteScheduledJobInput) (*DeleteScheduledJobOutput, error)
DeleteScheduledJobWithContext(volcengine.Context, *DeleteScheduledJobInput, ...request.Option) (*DeleteScheduledJobOutput, error)
DeleteScheduledJobRequest(*DeleteScheduledJobInput) (*request.Request, *DeleteScheduledJobOutput)
DescribeAccountWhiteListCommon(*map[string]interface{}) (*map[string]interface{}, error)
DescribeAccountWhiteListCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DescribeAccountWhiteListCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DescribeAccountWhiteList(*DescribeAccountWhiteListInput) (*DescribeAccountWhiteListOutput, error)
DescribeAccountWhiteListWithContext(volcengine.Context, *DescribeAccountWhiteListInput, ...request.Option) (*DescribeAccountWhiteListOutput, error)
DescribeAccountWhiteListRequest(*DescribeAccountWhiteListInput) (*request.Request, *DescribeAccountWhiteListOutput)
DescribePrivateEgressCommon(*map[string]interface{}) (*map[string]interface{}, error)
DescribePrivateEgressCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DescribePrivateEgressCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DescribePrivateEgress(*DescribePrivateEgressInput) (*DescribePrivateEgressOutput, error)
DescribePrivateEgressWithContext(volcengine.Context, *DescribePrivateEgressInput, ...request.Option) (*DescribePrivateEgressOutput, error)
DescribePrivateEgressRequest(*DescribePrivateEgressInput) (*request.Request, *DescribePrivateEgressOutput)
DescribePrivateEgressAvailableZonesCommon(*map[string]interface{}) (*map[string]interface{}, error)
DescribePrivateEgressAvailableZonesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DescribePrivateEgressAvailableZonesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DescribePrivateEgressAvailableZones(*DescribePrivateEgressAvailableZonesInput) (*DescribePrivateEgressAvailableZonesOutput, error)
DescribePrivateEgressAvailableZonesWithContext(volcengine.Context, *DescribePrivateEgressAvailableZonesInput, ...request.Option) (*DescribePrivateEgressAvailableZonesOutput, error)
DescribePrivateEgressAvailableZonesRequest(*DescribePrivateEgressAvailableZonesInput) (*request.Request, *DescribePrivateEgressAvailableZonesOutput)
DescribePrivateEgressDnsBlockRulesCommon(*map[string]interface{}) (*map[string]interface{}, error)
DescribePrivateEgressDnsBlockRulesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DescribePrivateEgressDnsBlockRulesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DescribePrivateEgressDnsBlockRules(*DescribePrivateEgressDnsBlockRulesInput) (*DescribePrivateEgressDnsBlockRulesOutput, error)
DescribePrivateEgressDnsBlockRulesWithContext(volcengine.Context, *DescribePrivateEgressDnsBlockRulesInput, ...request.Option) (*DescribePrivateEgressDnsBlockRulesOutput, error)
DescribePrivateEgressDnsBlockRulesRequest(*DescribePrivateEgressDnsBlockRulesInput) (*request.Request, *DescribePrivateEgressDnsBlockRulesOutput)
DescribePrivateEgressEndpointsCommon(*map[string]interface{}) (*map[string]interface{}, error)
DescribePrivateEgressEndpointsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DescribePrivateEgressEndpointsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DescribePrivateEgressEndpoints(*DescribePrivateEgressEndpointsInput) (*DescribePrivateEgressEndpointsOutput, error)
DescribePrivateEgressEndpointsWithContext(volcengine.Context, *DescribePrivateEgressEndpointsInput, ...request.Option) (*DescribePrivateEgressEndpointsOutput, error)
DescribePrivateEgressEndpointsRequest(*DescribePrivateEgressEndpointsInput) (*request.Request, *DescribePrivateEgressEndpointsOutput)
DescribePrivateEgressManagedWebAccessRuleTemplatesCommon(*map[string]interface{}) (*map[string]interface{}, error)
DescribePrivateEgressManagedWebAccessRuleTemplatesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DescribePrivateEgressManagedWebAccessRuleTemplatesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DescribePrivateEgressManagedWebAccessRuleTemplates(*DescribePrivateEgressManagedWebAccessRuleTemplatesInput) (*DescribePrivateEgressManagedWebAccessRuleTemplatesOutput, error)
DescribePrivateEgressManagedWebAccessRuleTemplatesWithContext(volcengine.Context, *DescribePrivateEgressManagedWebAccessRuleTemplatesInput, ...request.Option) (*DescribePrivateEgressManagedWebAccessRuleTemplatesOutput, error)
DescribePrivateEgressManagedWebAccessRuleTemplatesRequest(*DescribePrivateEgressManagedWebAccessRuleTemplatesInput) (*request.Request, *DescribePrivateEgressManagedWebAccessRuleTemplatesOutput)
DescribePrivateEgressNetworkAccessPolicyCommon(*map[string]interface{}) (*map[string]interface{}, error)
DescribePrivateEgressNetworkAccessPolicyCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DescribePrivateEgressNetworkAccessPolicyCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DescribePrivateEgressNetworkAccessPolicy(*DescribePrivateEgressNetworkAccessPolicyInput) (*DescribePrivateEgressNetworkAccessPolicyOutput, error)
DescribePrivateEgressNetworkAccessPolicyWithContext(volcengine.Context, *DescribePrivateEgressNetworkAccessPolicyInput, ...request.Option) (*DescribePrivateEgressNetworkAccessPolicyOutput, error)
DescribePrivateEgressNetworkAccessPolicyRequest(*DescribePrivateEgressNetworkAccessPolicyInput) (*request.Request, *DescribePrivateEgressNetworkAccessPolicyOutput)
DescribePrivateEgressNetworkAccessRuleAttributesCommon(*map[string]interface{}) (*map[string]interface{}, error)
DescribePrivateEgressNetworkAccessRuleAttributesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DescribePrivateEgressNetworkAccessRuleAttributesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DescribePrivateEgressNetworkAccessRuleAttributes(*DescribePrivateEgressNetworkAccessRuleAttributesInput) (*DescribePrivateEgressNetworkAccessRuleAttributesOutput, error)
DescribePrivateEgressNetworkAccessRuleAttributesWithContext(volcengine.Context, *DescribePrivateEgressNetworkAccessRuleAttributesInput, ...request.Option) (*DescribePrivateEgressNetworkAccessRuleAttributesOutput, error)
DescribePrivateEgressNetworkAccessRuleAttributesRequest(*DescribePrivateEgressNetworkAccessRuleAttributesInput) (*request.Request, *DescribePrivateEgressNetworkAccessRuleAttributesOutput)
DescribePrivateEgressNetworkAccessRulesCommon(*map[string]interface{}) (*map[string]interface{}, error)
DescribePrivateEgressNetworkAccessRulesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DescribePrivateEgressNetworkAccessRulesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DescribePrivateEgressNetworkAccessRules(*DescribePrivateEgressNetworkAccessRulesInput) (*DescribePrivateEgressNetworkAccessRulesOutput, error)
DescribePrivateEgressNetworkAccessRulesWithContext(volcengine.Context, *DescribePrivateEgressNetworkAccessRulesInput, ...request.Option) (*DescribePrivateEgressNetworkAccessRulesOutput, error)
DescribePrivateEgressNetworkAccessRulesRequest(*DescribePrivateEgressNetworkAccessRulesInput) (*request.Request, *DescribePrivateEgressNetworkAccessRulesOutput)
DescribePrivateEgressWebAccessPolicyCommon(*map[string]interface{}) (*map[string]interface{}, error)
DescribePrivateEgressWebAccessPolicyCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DescribePrivateEgressWebAccessPolicyCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DescribePrivateEgressWebAccessPolicy(*DescribePrivateEgressWebAccessPolicyInput) (*DescribePrivateEgressWebAccessPolicyOutput, error)
DescribePrivateEgressWebAccessPolicyWithContext(volcengine.Context, *DescribePrivateEgressWebAccessPolicyInput, ...request.Option) (*DescribePrivateEgressWebAccessPolicyOutput, error)
DescribePrivateEgressWebAccessPolicyRequest(*DescribePrivateEgressWebAccessPolicyInput) (*request.Request, *DescribePrivateEgressWebAccessPolicyOutput)
DescribePrivateEgressWebAccessRuleAttributesCommon(*map[string]interface{}) (*map[string]interface{}, error)
DescribePrivateEgressWebAccessRuleAttributesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DescribePrivateEgressWebAccessRuleAttributesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DescribePrivateEgressWebAccessRuleAttributes(*DescribePrivateEgressWebAccessRuleAttributesInput) (*DescribePrivateEgressWebAccessRuleAttributesOutput, error)
DescribePrivateEgressWebAccessRuleAttributesWithContext(volcengine.Context, *DescribePrivateEgressWebAccessRuleAttributesInput, ...request.Option) (*DescribePrivateEgressWebAccessRuleAttributesOutput, error)
DescribePrivateEgressWebAccessRuleAttributesRequest(*DescribePrivateEgressWebAccessRuleAttributesInput) (*request.Request, *DescribePrivateEgressWebAccessRuleAttributesOutput)
DescribePrivateEgressWebAccessRulesCommon(*map[string]interface{}) (*map[string]interface{}, error)
DescribePrivateEgressWebAccessRulesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DescribePrivateEgressWebAccessRulesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DescribePrivateEgressWebAccessRules(*DescribePrivateEgressWebAccessRulesInput) (*DescribePrivateEgressWebAccessRulesOutput, error)
DescribePrivateEgressWebAccessRulesWithContext(volcengine.Context, *DescribePrivateEgressWebAccessRulesInput, ...request.Option) (*DescribePrivateEgressWebAccessRulesOutput, error)
DescribePrivateEgressWebAccessRulesRequest(*DescribePrivateEgressWebAccessRulesInput) (*request.Request, *DescribePrivateEgressWebAccessRulesOutput)
DisablePrivateEgressAccessLogCommon(*map[string]interface{}) (*map[string]interface{}, error)
DisablePrivateEgressAccessLogCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DisablePrivateEgressAccessLogCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DisablePrivateEgressAccessLog(*DisablePrivateEgressAccessLogInput) (*DisablePrivateEgressAccessLogOutput, error)
DisablePrivateEgressAccessLogWithContext(volcengine.Context, *DisablePrivateEgressAccessLogInput, ...request.Option) (*DisablePrivateEgressAccessLogOutput, error)
DisablePrivateEgressAccessLogRequest(*DisablePrivateEgressAccessLogInput) (*request.Request, *DisablePrivateEgressAccessLogOutput)
DisablePrivateEgressDnsCommon(*map[string]interface{}) (*map[string]interface{}, error)
DisablePrivateEgressDnsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DisablePrivateEgressDnsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DisablePrivateEgressDns(*DisablePrivateEgressDnsInput) (*DisablePrivateEgressDnsOutput, error)
DisablePrivateEgressDnsWithContext(volcengine.Context, *DisablePrivateEgressDnsInput, ...request.Option) (*DisablePrivateEgressDnsOutput, error)
DisablePrivateEgressDnsRequest(*DisablePrivateEgressDnsInput) (*request.Request, *DisablePrivateEgressDnsOutput)
DisablePrivateEgressDnsBlockRuleCommon(*map[string]interface{}) (*map[string]interface{}, error)
DisablePrivateEgressDnsBlockRuleCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DisablePrivateEgressDnsBlockRuleCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DisablePrivateEgressDnsBlockRule(*DisablePrivateEgressDnsBlockRuleInput) (*DisablePrivateEgressDnsBlockRuleOutput, error)
DisablePrivateEgressDnsBlockRuleWithContext(volcengine.Context, *DisablePrivateEgressDnsBlockRuleInput, ...request.Option) (*DisablePrivateEgressDnsBlockRuleOutput, error)
DisablePrivateEgressDnsBlockRuleRequest(*DisablePrivateEgressDnsBlockRuleInput) (*request.Request, *DisablePrivateEgressDnsBlockRuleOutput)
DisablePrivateEgressNetworkAccessPolicyCommon(*map[string]interface{}) (*map[string]interface{}, error)
DisablePrivateEgressNetworkAccessPolicyCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DisablePrivateEgressNetworkAccessPolicyCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DisablePrivateEgressNetworkAccessPolicy(*DisablePrivateEgressNetworkAccessPolicyInput) (*DisablePrivateEgressNetworkAccessPolicyOutput, error)
DisablePrivateEgressNetworkAccessPolicyWithContext(volcengine.Context, *DisablePrivateEgressNetworkAccessPolicyInput, ...request.Option) (*DisablePrivateEgressNetworkAccessPolicyOutput, error)
DisablePrivateEgressNetworkAccessPolicyRequest(*DisablePrivateEgressNetworkAccessPolicyInput) (*request.Request, *DisablePrivateEgressNetworkAccessPolicyOutput)
DisablePrivateEgressWebAccessPolicyCommon(*map[string]interface{}) (*map[string]interface{}, error)
DisablePrivateEgressWebAccessPolicyCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DisablePrivateEgressWebAccessPolicyCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DisablePrivateEgressWebAccessPolicy(*DisablePrivateEgressWebAccessPolicyInput) (*DisablePrivateEgressWebAccessPolicyOutput, error)
DisablePrivateEgressWebAccessPolicyWithContext(volcengine.Context, *DisablePrivateEgressWebAccessPolicyInput, ...request.Option) (*DisablePrivateEgressWebAccessPolicyOutput, error)
DisablePrivateEgressWebAccessPolicyRequest(*DisablePrivateEgressWebAccessPolicyInput) (*request.Request, *DisablePrivateEgressWebAccessPolicyOutput)
EnablePrivateEgressAccessLogCommon(*map[string]interface{}) (*map[string]interface{}, error)
EnablePrivateEgressAccessLogCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
EnablePrivateEgressAccessLogCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
EnablePrivateEgressAccessLog(*EnablePrivateEgressAccessLogInput) (*EnablePrivateEgressAccessLogOutput, error)
EnablePrivateEgressAccessLogWithContext(volcengine.Context, *EnablePrivateEgressAccessLogInput, ...request.Option) (*EnablePrivateEgressAccessLogOutput, error)
EnablePrivateEgressAccessLogRequest(*EnablePrivateEgressAccessLogInput) (*request.Request, *EnablePrivateEgressAccessLogOutput)
EnablePrivateEgressDnsCommon(*map[string]interface{}) (*map[string]interface{}, error)
EnablePrivateEgressDnsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
EnablePrivateEgressDnsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
EnablePrivateEgressDns(*EnablePrivateEgressDnsInput) (*EnablePrivateEgressDnsOutput, error)
EnablePrivateEgressDnsWithContext(volcengine.Context, *EnablePrivateEgressDnsInput, ...request.Option) (*EnablePrivateEgressDnsOutput, error)
EnablePrivateEgressDnsRequest(*EnablePrivateEgressDnsInput) (*request.Request, *EnablePrivateEgressDnsOutput)
EnablePrivateEgressDnsBlockRuleCommon(*map[string]interface{}) (*map[string]interface{}, error)
EnablePrivateEgressDnsBlockRuleCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
EnablePrivateEgressDnsBlockRuleCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
EnablePrivateEgressDnsBlockRule(*EnablePrivateEgressDnsBlockRuleInput) (*EnablePrivateEgressDnsBlockRuleOutput, error)
EnablePrivateEgressDnsBlockRuleWithContext(volcengine.Context, *EnablePrivateEgressDnsBlockRuleInput, ...request.Option) (*EnablePrivateEgressDnsBlockRuleOutput, error)
EnablePrivateEgressDnsBlockRuleRequest(*EnablePrivateEgressDnsBlockRuleInput) (*request.Request, *EnablePrivateEgressDnsBlockRuleOutput)
EnablePrivateEgressNetworkAccessPolicyCommon(*map[string]interface{}) (*map[string]interface{}, error)
EnablePrivateEgressNetworkAccessPolicyCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
EnablePrivateEgressNetworkAccessPolicyCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
EnablePrivateEgressNetworkAccessPolicy(*EnablePrivateEgressNetworkAccessPolicyInput) (*EnablePrivateEgressNetworkAccessPolicyOutput, error)
EnablePrivateEgressNetworkAccessPolicyWithContext(volcengine.Context, *EnablePrivateEgressNetworkAccessPolicyInput, ...request.Option) (*EnablePrivateEgressNetworkAccessPolicyOutput, error)
EnablePrivateEgressNetworkAccessPolicyRequest(*EnablePrivateEgressNetworkAccessPolicyInput) (*request.Request, *EnablePrivateEgressNetworkAccessPolicyOutput)
EnablePrivateEgressWebAccessPolicyCommon(*map[string]interface{}) (*map[string]interface{}, error)
EnablePrivateEgressWebAccessPolicyCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
EnablePrivateEgressWebAccessPolicyCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
EnablePrivateEgressWebAccessPolicy(*EnablePrivateEgressWebAccessPolicyInput) (*EnablePrivateEgressWebAccessPolicyOutput, error)
EnablePrivateEgressWebAccessPolicyWithContext(volcengine.Context, *EnablePrivateEgressWebAccessPolicyInput, ...request.Option) (*EnablePrivateEgressWebAccessPolicyOutput, error)
EnablePrivateEgressWebAccessPolicyRequest(*EnablePrivateEgressWebAccessPolicyInput) (*request.Request, *EnablePrivateEgressWebAccessPolicyOutput)
ExecuteClawOmniInstanceCommandCommon(*map[string]interface{}) (*map[string]interface{}, error)
ExecuteClawOmniInstanceCommandCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ExecuteClawOmniInstanceCommandCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ExecuteClawOmniInstanceCommand(*ExecuteClawOmniInstanceCommandInput) (*ExecuteClawOmniInstanceCommandOutput, error)
ExecuteClawOmniInstanceCommandWithContext(volcengine.Context, *ExecuteClawOmniInstanceCommandInput, ...request.Option) (*ExecuteClawOmniInstanceCommandOutput, error)
ExecuteClawOmniInstanceCommandRequest(*ExecuteClawOmniInstanceCommandInput) (*request.Request, *ExecuteClawOmniInstanceCommandOutput)
GetArkclawOmniInstanceWebuiCommon(*map[string]interface{}) (*map[string]interface{}, error)
GetArkclawOmniInstanceWebuiCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
GetArkclawOmniInstanceWebuiCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
GetArkclawOmniInstanceWebui(*GetArkclawOmniInstanceWebuiInput) (*GetArkclawOmniInstanceWebuiOutput, error)
GetArkclawOmniInstanceWebuiWithContext(volcengine.Context, *GetArkclawOmniInstanceWebuiInput, ...request.Option) (*GetArkclawOmniInstanceWebuiOutput, error)
GetArkclawOmniInstanceWebuiRequest(*GetArkclawOmniInstanceWebuiInput) (*request.Request, *GetArkclawOmniInstanceWebuiOutput)
GetClawInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
GetClawInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
GetClawInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
GetClawInstance(*GetClawInstanceInput) (*GetClawInstanceOutput, error)
GetClawInstanceWithContext(volcengine.Context, *GetClawInstanceInput, ...request.Option) (*GetClawInstanceOutput, error)
GetClawInstanceRequest(*GetClawInstanceInput) (*request.Request, *GetClawInstanceOutput)
GetClawOmniAutoChannelJobCommon(*map[string]interface{}) (*map[string]interface{}, error)
GetClawOmniAutoChannelJobCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
GetClawOmniAutoChannelJobCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
GetClawOmniAutoChannelJob(*GetClawOmniAutoChannelJobInput) (*GetClawOmniAutoChannelJobOutput, error)
GetClawOmniAutoChannelJobWithContext(volcengine.Context, *GetClawOmniAutoChannelJobInput, ...request.Option) (*GetClawOmniAutoChannelJobOutput, error)
GetClawOmniAutoChannelJobRequest(*GetClawOmniAutoChannelJobInput) (*request.Request, *GetClawOmniAutoChannelJobOutput)
GetClawOmniInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
GetClawOmniInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
GetClawOmniInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
GetClawOmniInstance(*GetClawOmniInstanceInput) (*GetClawOmniInstanceOutput, error)
GetClawOmniInstanceWithContext(volcengine.Context, *GetClawOmniInstanceInput, ...request.Option) (*GetClawOmniInstanceOutput, error)
GetClawOmniInstanceRequest(*GetClawOmniInstanceInput) (*request.Request, *GetClawOmniInstanceOutput)
GetClawOmniInstanceCommandJobCommon(*map[string]interface{}) (*map[string]interface{}, error)
GetClawOmniInstanceCommandJobCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
GetClawOmniInstanceCommandJobCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
GetClawOmniInstanceCommandJob(*GetClawOmniInstanceCommandJobInput) (*GetClawOmniInstanceCommandJobOutput, error)
GetClawOmniInstanceCommandJobWithContext(volcengine.Context, *GetClawOmniInstanceCommandJobInput, ...request.Option) (*GetClawOmniInstanceCommandJobOutput, error)
GetClawOmniInstanceCommandJobRequest(*GetClawOmniInstanceCommandJobInput) (*request.Request, *GetClawOmniInstanceCommandJobOutput)
GetClawOmniInstanceCommandJobLogCommon(*map[string]interface{}) (*map[string]interface{}, error)
GetClawOmniInstanceCommandJobLogCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
GetClawOmniInstanceCommandJobLogCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
GetClawOmniInstanceCommandJobLog(*GetClawOmniInstanceCommandJobLogInput) (*GetClawOmniInstanceCommandJobLogOutput, error)
GetClawOmniInstanceCommandJobLogWithContext(volcengine.Context, *GetClawOmniInstanceCommandJobLogInput, ...request.Option) (*GetClawOmniInstanceCommandJobLogOutput, error)
GetClawOmniInstanceCommandJobLogRequest(*GetClawOmniInstanceCommandJobLogInput) (*request.Request, *GetClawOmniInstanceCommandJobLogOutput)
GetClawOmniInstanceSkillsCommon(*map[string]interface{}) (*map[string]interface{}, error)
GetClawOmniInstanceSkillsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
GetClawOmniInstanceSkillsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
GetClawOmniInstanceSkills(*GetClawOmniInstanceSkillsInput) (*GetClawOmniInstanceSkillsOutput, error)
GetClawOmniInstanceSkillsWithContext(volcengine.Context, *GetClawOmniInstanceSkillsInput, ...request.Option) (*GetClawOmniInstanceSkillsOutput, error)
GetClawOmniInstanceSkillsRequest(*GetClawOmniInstanceSkillsInput) (*request.Request, *GetClawOmniInstanceSkillsOutput)
GetClawOmniSpaceTemplateCommon(*map[string]interface{}) (*map[string]interface{}, error)
GetClawOmniSpaceTemplateCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
GetClawOmniSpaceTemplateCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
GetClawOmniSpaceTemplate(*GetClawOmniSpaceTemplateInput) (*GetClawOmniSpaceTemplateOutput, error)
GetClawOmniSpaceTemplateWithContext(volcengine.Context, *GetClawOmniSpaceTemplateInput, ...request.Option) (*GetClawOmniSpaceTemplateOutput, error)
GetClawOmniSpaceTemplateRequest(*GetClawOmniSpaceTemplateInput) (*request.Request, *GetClawOmniSpaceTemplateOutput)
GetIdentityProviderTokenExchangeCommon(*map[string]interface{}) (*map[string]interface{}, error)
GetIdentityProviderTokenExchangeCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
GetIdentityProviderTokenExchangeCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
GetIdentityProviderTokenExchange(*GetIdentityProviderTokenExchangeInput) (*GetIdentityProviderTokenExchangeOutput, error)
GetIdentityProviderTokenExchangeWithContext(volcengine.Context, *GetIdentityProviderTokenExchangeInput, ...request.Option) (*GetIdentityProviderTokenExchangeOutput, error)
GetIdentityProviderTokenExchangeRequest(*GetIdentityProviderTokenExchangeInput) (*request.Request, *GetIdentityProviderTokenExchangeOutput)
GetScheduledJobCommon(*map[string]interface{}) (*map[string]interface{}, error)
GetScheduledJobCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
GetScheduledJobCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
GetScheduledJob(*GetScheduledJobInput) (*GetScheduledJobOutput, error)
GetScheduledJobWithContext(volcengine.Context, *GetScheduledJobInput, ...request.Option) (*GetScheduledJobOutput, error)
GetScheduledJobRequest(*GetScheduledJobInput) (*request.Request, *GetScheduledJobOutput)
GetUserPoolClientCommon(*map[string]interface{}) (*map[string]interface{}, error)
GetUserPoolClientCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
GetUserPoolClientCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
GetUserPoolClient(*GetUserPoolClientInput) (*GetUserPoolClientOutput, error)
GetUserPoolClientWithContext(volcengine.Context, *GetUserPoolClientInput, ...request.Option) (*GetUserPoolClientOutput, error)
GetUserPoolClientRequest(*GetUserPoolClientInput) (*request.Request, *GetUserPoolClientOutput)
InstallClawOmniInstanceSkillCommon(*map[string]interface{}) (*map[string]interface{}, error)
InstallClawOmniInstanceSkillCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
InstallClawOmniInstanceSkillCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
InstallClawOmniInstanceSkill(*InstallClawOmniInstanceSkillInput) (*InstallClawOmniInstanceSkillOutput, error)
InstallClawOmniInstanceSkillWithContext(volcengine.Context, *InstallClawOmniInstanceSkillInput, ...request.Option) (*InstallClawOmniInstanceSkillOutput, error)
InstallClawOmniInstanceSkillRequest(*InstallClawOmniInstanceSkillInput) (*request.Request, *InstallClawOmniInstanceSkillOutput)
ListClawInstancesCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListClawInstancesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListClawInstancesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListClawInstances(*ListClawInstancesInput) (*ListClawInstancesOutput, error)
ListClawInstancesWithContext(volcengine.Context, *ListClawInstancesInput, ...request.Option) (*ListClawInstancesOutput, error)
ListClawInstancesRequest(*ListClawInstancesInput) (*request.Request, *ListClawInstancesOutput)
ListClawOmniChannelsCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListClawOmniChannelsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListClawOmniChannelsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListClawOmniChannels(*ListClawOmniChannelsInput) (*ListClawOmniChannelsOutput, error)
ListClawOmniChannelsWithContext(volcengine.Context, *ListClawOmniChannelsInput, ...request.Option) (*ListClawOmniChannelsOutput, error)
ListClawOmniChannelsRequest(*ListClawOmniChannelsInput) (*request.Request, *ListClawOmniChannelsOutput)
ListClawOmniInstanceCommandJobsCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListClawOmniInstanceCommandJobsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListClawOmniInstanceCommandJobsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListClawOmniInstanceCommandJobs(*ListClawOmniInstanceCommandJobsInput) (*ListClawOmniInstanceCommandJobsOutput, error)
ListClawOmniInstanceCommandJobsWithContext(volcengine.Context, *ListClawOmniInstanceCommandJobsInput, ...request.Option) (*ListClawOmniInstanceCommandJobsOutput, error)
ListClawOmniInstanceCommandJobsRequest(*ListClawOmniInstanceCommandJobsInput) (*request.Request, *ListClawOmniInstanceCommandJobsOutput)
ListClawOmniInstanceDevicePairingsCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListClawOmniInstanceDevicePairingsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListClawOmniInstanceDevicePairingsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListClawOmniInstanceDevicePairings(*ListClawOmniInstanceDevicePairingsInput) (*ListClawOmniInstanceDevicePairingsOutput, error)
ListClawOmniInstanceDevicePairingsWithContext(volcengine.Context, *ListClawOmniInstanceDevicePairingsInput, ...request.Option) (*ListClawOmniInstanceDevicePairingsOutput, error)
ListClawOmniInstanceDevicePairingsRequest(*ListClawOmniInstanceDevicePairingsInput) (*request.Request, *ListClawOmniInstanceDevicePairingsOutput)
ListClawOmniInstanceDeviceStatusCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListClawOmniInstanceDeviceStatusCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListClawOmniInstanceDeviceStatusCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListClawOmniInstanceDeviceStatus(*ListClawOmniInstanceDeviceStatusInput) (*ListClawOmniInstanceDeviceStatusOutput, error)
ListClawOmniInstanceDeviceStatusWithContext(volcengine.Context, *ListClawOmniInstanceDeviceStatusInput, ...request.Option) (*ListClawOmniInstanceDeviceStatusOutput, error)
ListClawOmniInstanceDeviceStatusRequest(*ListClawOmniInstanceDeviceStatusInput) (*request.Request, *ListClawOmniInstanceDeviceStatusOutput)
ListClawOmniInstancesCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListClawOmniInstancesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListClawOmniInstancesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListClawOmniInstances(*ListClawOmniInstancesInput) (*ListClawOmniInstancesOutput, error)
ListClawOmniInstancesWithContext(volcengine.Context, *ListClawOmniInstancesInput, ...request.Option) (*ListClawOmniInstancesOutput, error)
ListClawOmniInstancesRequest(*ListClawOmniInstancesInput) (*request.Request, *ListClawOmniInstancesOutput)
ListClawOmniSpaceEnabledModelsCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListClawOmniSpaceEnabledModelsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListClawOmniSpaceEnabledModelsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListClawOmniSpaceEnabledModels(*ListClawOmniSpaceEnabledModelsInput) (*ListClawOmniSpaceEnabledModelsOutput, error)
ListClawOmniSpaceEnabledModelsWithContext(volcengine.Context, *ListClawOmniSpaceEnabledModelsInput, ...request.Option) (*ListClawOmniSpaceEnabledModelsOutput, error)
ListClawOmniSpaceEnabledModelsRequest(*ListClawOmniSpaceEnabledModelsInput) (*request.Request, *ListClawOmniSpaceEnabledModelsOutput)
ListClawOmniSpaceTemplatesCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListClawOmniSpaceTemplatesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListClawOmniSpaceTemplatesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListClawOmniSpaceTemplates(*ListClawOmniSpaceTemplatesInput) (*ListClawOmniSpaceTemplatesOutput, error)
ListClawOmniSpaceTemplatesWithContext(volcengine.Context, *ListClawOmniSpaceTemplatesInput, ...request.Option) (*ListClawOmniSpaceTemplatesOutput, error)
ListClawOmniSpaceTemplatesRequest(*ListClawOmniSpaceTemplatesInput) (*request.Request, *ListClawOmniSpaceTemplatesOutput)
ListClawSpaceSeatsCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListClawSpaceSeatsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListClawSpaceSeatsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListClawSpaceSeats(*ListClawSpaceSeatsInput) (*ListClawSpaceSeatsOutput, error)
ListClawSpaceSeatsWithContext(volcengine.Context, *ListClawSpaceSeatsInput, ...request.Option) (*ListClawSpaceSeatsOutput, error)
ListClawSpaceSeatsRequest(*ListClawSpaceSeatsInput) (*request.Request, *ListClawSpaceSeatsOutput)
ListIdentityProvidersTokenExchangeCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListIdentityProvidersTokenExchangeCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListIdentityProvidersTokenExchangeCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListIdentityProvidersTokenExchange(*ListIdentityProvidersTokenExchangeInput) (*ListIdentityProvidersTokenExchangeOutput, error)
ListIdentityProvidersTokenExchangeWithContext(volcengine.Context, *ListIdentityProvidersTokenExchangeInput, ...request.Option) (*ListIdentityProvidersTokenExchangeOutput, error)
ListIdentityProvidersTokenExchangeRequest(*ListIdentityProvidersTokenExchangeInput) (*request.Request, *ListIdentityProvidersTokenExchangeOutput)
ListScheduledJobRunsCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListScheduledJobRunsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListScheduledJobRunsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListScheduledJobRuns(*ListScheduledJobRunsInput) (*ListScheduledJobRunsOutput, error)
ListScheduledJobRunsWithContext(volcengine.Context, *ListScheduledJobRunsInput, ...request.Option) (*ListScheduledJobRunsOutput, error)
ListScheduledJobRunsRequest(*ListScheduledJobRunsInput) (*request.Request, *ListScheduledJobRunsOutput)
ListScheduledJobsCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListScheduledJobsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListScheduledJobsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListScheduledJobs(*ListScheduledJobsInput) (*ListScheduledJobsOutput, error)
ListScheduledJobsWithContext(volcengine.Context, *ListScheduledJobsInput, ...request.Option) (*ListScheduledJobsOutput, error)
ListScheduledJobsRequest(*ListScheduledJobsInput) (*request.Request, *ListScheduledJobsOutput)
ListUsersCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListUsersCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListUsersCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListUsers(*ListUsersInput) (*ListUsersOutput, error)
ListUsersWithContext(volcengine.Context, *ListUsersInput, ...request.Option) (*ListUsersOutput, error)
ListUsersRequest(*ListUsersInput) (*request.Request, *ListUsersOutput)
ModifyPrivateEgressCommon(*map[string]interface{}) (*map[string]interface{}, error)
ModifyPrivateEgressCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ModifyPrivateEgressCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ModifyPrivateEgress(*ModifyPrivateEgressInput) (*ModifyPrivateEgressOutput, error)
ModifyPrivateEgressWithContext(volcengine.Context, *ModifyPrivateEgressInput, ...request.Option) (*ModifyPrivateEgressOutput, error)
ModifyPrivateEgressRequest(*ModifyPrivateEgressInput) (*request.Request, *ModifyPrivateEgressOutput)
ModifyPrivateEgressDnsCommon(*map[string]interface{}) (*map[string]interface{}, error)
ModifyPrivateEgressDnsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ModifyPrivateEgressDnsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ModifyPrivateEgressDns(*ModifyPrivateEgressDnsInput) (*ModifyPrivateEgressDnsOutput, error)
ModifyPrivateEgressDnsWithContext(volcengine.Context, *ModifyPrivateEgressDnsInput, ...request.Option) (*ModifyPrivateEgressDnsOutput, error)
ModifyPrivateEgressDnsRequest(*ModifyPrivateEgressDnsInput) (*request.Request, *ModifyPrivateEgressDnsOutput)
ModifyPrivateEgressDnsBlockRuleCommon(*map[string]interface{}) (*map[string]interface{}, error)
ModifyPrivateEgressDnsBlockRuleCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ModifyPrivateEgressDnsBlockRuleCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ModifyPrivateEgressDnsBlockRule(*ModifyPrivateEgressDnsBlockRuleInput) (*ModifyPrivateEgressDnsBlockRuleOutput, error)
ModifyPrivateEgressDnsBlockRuleWithContext(volcengine.Context, *ModifyPrivateEgressDnsBlockRuleInput, ...request.Option) (*ModifyPrivateEgressDnsBlockRuleOutput, error)
ModifyPrivateEgressDnsBlockRuleRequest(*ModifyPrivateEgressDnsBlockRuleInput) (*request.Request, *ModifyPrivateEgressDnsBlockRuleOutput)
ModifyPrivateEgressEndpointCommon(*map[string]interface{}) (*map[string]interface{}, error)
ModifyPrivateEgressEndpointCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ModifyPrivateEgressEndpointCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ModifyPrivateEgressEndpoint(*ModifyPrivateEgressEndpointInput) (*ModifyPrivateEgressEndpointOutput, error)
ModifyPrivateEgressEndpointWithContext(volcengine.Context, *ModifyPrivateEgressEndpointInput, ...request.Option) (*ModifyPrivateEgressEndpointOutput, error)
ModifyPrivateEgressEndpointRequest(*ModifyPrivateEgressEndpointInput) (*request.Request, *ModifyPrivateEgressEndpointOutput)
ModifyPrivateEgressNetworkAccessRuleCommon(*map[string]interface{}) (*map[string]interface{}, error)
ModifyPrivateEgressNetworkAccessRuleCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ModifyPrivateEgressNetworkAccessRuleCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ModifyPrivateEgressNetworkAccessRule(*ModifyPrivateEgressNetworkAccessRuleInput) (*ModifyPrivateEgressNetworkAccessRuleOutput, error)
ModifyPrivateEgressNetworkAccessRuleWithContext(volcengine.Context, *ModifyPrivateEgressNetworkAccessRuleInput, ...request.Option) (*ModifyPrivateEgressNetworkAccessRuleOutput, error)
ModifyPrivateEgressNetworkAccessRuleRequest(*ModifyPrivateEgressNetworkAccessRuleInput) (*request.Request, *ModifyPrivateEgressNetworkAccessRuleOutput)
ModifyPrivateEgressWebAccessRuleCommon(*map[string]interface{}) (*map[string]interface{}, error)
ModifyPrivateEgressWebAccessRuleCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ModifyPrivateEgressWebAccessRuleCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ModifyPrivateEgressWebAccessRule(*ModifyPrivateEgressWebAccessRuleInput) (*ModifyPrivateEgressWebAccessRuleOutput, error)
ModifyPrivateEgressWebAccessRuleWithContext(volcengine.Context, *ModifyPrivateEgressWebAccessRuleInput, ...request.Option) (*ModifyPrivateEgressWebAccessRuleOutput, error)
ModifyPrivateEgressWebAccessRuleRequest(*ModifyPrivateEgressWebAccessRuleInput) (*request.Request, *ModifyPrivateEgressWebAccessRuleOutput)
PauseClawOmniInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
PauseClawOmniInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
PauseClawOmniInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
PauseClawOmniInstance(*PauseClawOmniInstanceInput) (*PauseClawOmniInstanceOutput, error)
PauseClawOmniInstanceWithContext(volcengine.Context, *PauseClawOmniInstanceInput, ...request.Option) (*PauseClawOmniInstanceOutput, error)
PauseClawOmniInstanceRequest(*PauseClawOmniInstanceInput) (*request.Request, *PauseClawOmniInstanceOutput)
RejectClawOmniInstanceDevicePairingCommon(*map[string]interface{}) (*map[string]interface{}, error)
RejectClawOmniInstanceDevicePairingCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
RejectClawOmniInstanceDevicePairingCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
RejectClawOmniInstanceDevicePairing(*RejectClawOmniInstanceDevicePairingInput) (*RejectClawOmniInstanceDevicePairingOutput, error)
RejectClawOmniInstanceDevicePairingWithContext(volcengine.Context, *RejectClawOmniInstanceDevicePairingInput, ...request.Option) (*RejectClawOmniInstanceDevicePairingOutput, error)
RejectClawOmniInstanceDevicePairingRequest(*RejectClawOmniInstanceDevicePairingInput) (*request.Request, *RejectClawOmniInstanceDevicePairingOutput)
RemoveClawOmniInstanceDevicePairedCommon(*map[string]interface{}) (*map[string]interface{}, error)
RemoveClawOmniInstanceDevicePairedCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
RemoveClawOmniInstanceDevicePairedCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
RemoveClawOmniInstanceDevicePaired(*RemoveClawOmniInstanceDevicePairedInput) (*RemoveClawOmniInstanceDevicePairedOutput, error)
RemoveClawOmniInstanceDevicePairedWithContext(volcengine.Context, *RemoveClawOmniInstanceDevicePairedInput, ...request.Option) (*RemoveClawOmniInstanceDevicePairedOutput, error)
RemoveClawOmniInstanceDevicePairedRequest(*RemoveClawOmniInstanceDevicePairedInput) (*request.Request, *RemoveClawOmniInstanceDevicePairedOutput)
ResetClawOmniInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
ResetClawOmniInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ResetClawOmniInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ResetClawOmniInstance(*ResetClawOmniInstanceInput) (*ResetClawOmniInstanceOutput, error)
ResetClawOmniInstanceWithContext(volcengine.Context, *ResetClawOmniInstanceInput, ...request.Option) (*ResetClawOmniInstanceOutput, error)
ResetClawOmniInstanceRequest(*ResetClawOmniInstanceInput) (*request.Request, *ResetClawOmniInstanceOutput)
RestartClawInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
RestartClawInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
RestartClawInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
RestartClawInstance(*RestartClawInstanceInput) (*RestartClawInstanceOutput, error)
RestartClawInstanceWithContext(volcengine.Context, *RestartClawInstanceInput, ...request.Option) (*RestartClawInstanceOutput, error)
RestartClawInstanceRequest(*RestartClawInstanceInput) (*request.Request, *RestartClawInstanceOutput)
ResumeClawOmniInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
ResumeClawOmniInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ResumeClawOmniInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ResumeClawOmniInstance(*ResumeClawOmniInstanceInput) (*ResumeClawOmniInstanceOutput, error)
ResumeClawOmniInstanceWithContext(volcengine.Context, *ResumeClawOmniInstanceInput, ...request.Option) (*ResumeClawOmniInstanceOutput, error)
ResumeClawOmniInstanceRequest(*ResumeClawOmniInstanceInput) (*request.Request, *ResumeClawOmniInstanceOutput)
StopClawOmniAutoChannelJobCommon(*map[string]interface{}) (*map[string]interface{}, error)
StopClawOmniAutoChannelJobCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
StopClawOmniAutoChannelJobCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
StopClawOmniAutoChannelJob(*StopClawOmniAutoChannelJobInput) (*StopClawOmniAutoChannelJobOutput, error)
StopClawOmniAutoChannelJobWithContext(volcengine.Context, *StopClawOmniAutoChannelJobInput, ...request.Option) (*StopClawOmniAutoChannelJobOutput, error)
StopClawOmniAutoChannelJobRequest(*StopClawOmniAutoChannelJobInput) (*request.Request, *StopClawOmniAutoChannelJobOutput)
StopClawOmniInstanceCommandJobCommon(*map[string]interface{}) (*map[string]interface{}, error)
StopClawOmniInstanceCommandJobCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
StopClawOmniInstanceCommandJobCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
StopClawOmniInstanceCommandJob(*StopClawOmniInstanceCommandJobInput) (*StopClawOmniInstanceCommandJobOutput, error)
StopClawOmniInstanceCommandJobWithContext(volcengine.Context, *StopClawOmniInstanceCommandJobInput, ...request.Option) (*StopClawOmniInstanceCommandJobOutput, error)
StopClawOmniInstanceCommandJobRequest(*StopClawOmniInstanceCommandJobInput) (*request.Request, *StopClawOmniInstanceCommandJobOutput)
UnbindClawInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
UnbindClawInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
UnbindClawInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
UnbindClawInstance(*UnbindClawInstanceInput) (*UnbindClawInstanceOutput, error)
UnbindClawInstanceWithContext(volcengine.Context, *UnbindClawInstanceInput, ...request.Option) (*UnbindClawInstanceOutput, error)
UnbindClawInstanceRequest(*UnbindClawInstanceInput) (*request.Request, *UnbindClawInstanceOutput)
UpdateClawOmniInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
UpdateClawOmniInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
UpdateClawOmniInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
UpdateClawOmniInstance(*UpdateClawOmniInstanceInput) (*UpdateClawOmniInstanceOutput, error)
UpdateClawOmniInstanceWithContext(volcengine.Context, *UpdateClawOmniInstanceInput, ...request.Option) (*UpdateClawOmniInstanceOutput, error)
UpdateClawOmniInstanceRequest(*UpdateClawOmniInstanceInput) (*request.Request, *UpdateClawOmniInstanceOutput)
UpdateClawOmniInstanceModelCommon(*map[string]interface{}) (*map[string]interface{}, error)
UpdateClawOmniInstanceModelCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
UpdateClawOmniInstanceModelCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
UpdateClawOmniInstanceModel(*UpdateClawOmniInstanceModelInput) (*UpdateClawOmniInstanceModelOutput, error)
UpdateClawOmniInstanceModelWithContext(volcengine.Context, *UpdateClawOmniInstanceModelInput, ...request.Option) (*UpdateClawOmniInstanceModelOutput, error)
UpdateClawOmniInstanceModelRequest(*UpdateClawOmniInstanceModelInput) (*request.Request, *UpdateClawOmniInstanceModelOutput)
UpdateIdentityProviderTokenExchangeCommon(*map[string]interface{}) (*map[string]interface{}, error)
UpdateIdentityProviderTokenExchangeCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
UpdateIdentityProviderTokenExchangeCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
UpdateIdentityProviderTokenExchange(*UpdateIdentityProviderTokenExchangeInput) (*UpdateIdentityProviderTokenExchangeOutput, error)
UpdateIdentityProviderTokenExchangeWithContext(volcengine.Context, *UpdateIdentityProviderTokenExchangeInput, ...request.Option) (*UpdateIdentityProviderTokenExchangeOutput, error)
UpdateIdentityProviderTokenExchangeRequest(*UpdateIdentityProviderTokenExchangeInput) (*request.Request, *UpdateIdentityProviderTokenExchangeOutput)
UpdatePrivateClawOmniSpaceTemplateCommon(*map[string]interface{}) (*map[string]interface{}, error)
UpdatePrivateClawOmniSpaceTemplateCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
UpdatePrivateClawOmniSpaceTemplateCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
UpdatePrivateClawOmniSpaceTemplate(*UpdatePrivateClawOmniSpaceTemplateInput) (*UpdatePrivateClawOmniSpaceTemplateOutput, error)
UpdatePrivateClawOmniSpaceTemplateWithContext(volcengine.Context, *UpdatePrivateClawOmniSpaceTemplateInput, ...request.Option) (*UpdatePrivateClawOmniSpaceTemplateOutput, error)
UpdatePrivateClawOmniSpaceTemplateRequest(*UpdatePrivateClawOmniSpaceTemplateInput) (*request.Request, *UpdatePrivateClawOmniSpaceTemplateOutput)
UpdateScheduledJobCommon(*map[string]interface{}) (*map[string]interface{}, error)
UpdateScheduledJobCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
UpdateScheduledJobCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
UpdateScheduledJob(*UpdateScheduledJobInput) (*UpdateScheduledJobOutput, error)
UpdateScheduledJobWithContext(volcengine.Context, *UpdateScheduledJobInput, ...request.Option) (*UpdateScheduledJobOutput, error)
UpdateScheduledJobRequest(*UpdateScheduledJobInput) (*request.Request, *UpdateScheduledJobOutput)
UpdateSpaceUserConfigsCommon(*map[string]interface{}) (*map[string]interface{}, error)
UpdateSpaceUserConfigsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
UpdateSpaceUserConfigsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
UpdateSpaceUserConfigs(*UpdateSpaceUserConfigsInput) (*UpdateSpaceUserConfigsOutput, error)
UpdateSpaceUserConfigsWithContext(volcengine.Context, *UpdateSpaceUserConfigsInput, ...request.Option) (*UpdateSpaceUserConfigsOutput, error)
UpdateSpaceUserConfigsRequest(*UpdateSpaceUserConfigsInput) (*request.Request, *UpdateSpaceUserConfigsOutput)
UpdateUsersQuotaCommon(*map[string]interface{}) (*map[string]interface{}, error)
UpdateUsersQuotaCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
UpdateUsersQuotaCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
UpdateUsersQuota(*UpdateUsersQuotaInput) (*UpdateUsersQuotaOutput, error)
UpdateUsersQuotaWithContext(volcengine.Context, *UpdateUsersQuotaInput, ...request.Option) (*UpdateUsersQuotaOutput, error)
UpdateUsersQuotaRequest(*UpdateUsersQuotaInput) (*request.Request, *UpdateUsersQuotaOutput)
}
ARKCLAWAPI provides an interface to enable mocking the arkclaw.ARKCLAW service client's API operation,
// volcengine sdk func uses an SDK service client to make a request to
// ARKCLAW.
func myFunc(svc ARKCLAWAPI) bool {
// Make svc.ApproveClawOmniInstanceDevicePairing request
}
func main() {
sess := session.New()
svc := arkclaw.New(sess)
myFunc(svc)
}
type AllowedClaimsAndValueForCreateIdentityProviderTokenExchangeInput ¶ added in v1.2.48
type AllowedClaimsAndValueForCreateIdentityProviderTokenExchangeInput struct {
// Claim is a required field
Claim *string `type:"string" required:"true"`
// Values is a required field
Values []*string `type:"list" required:"true"`
// contains filtered or unexported fields
}
func (AllowedClaimsAndValueForCreateIdentityProviderTokenExchangeInput) GoString ¶ added in v1.2.48
func (s AllowedClaimsAndValueForCreateIdentityProviderTokenExchangeInput) GoString() string
GoString returns the string representation
func (*AllowedClaimsAndValueForCreateIdentityProviderTokenExchangeInput) SetClaim ¶ added in v1.2.48
func (s *AllowedClaimsAndValueForCreateIdentityProviderTokenExchangeInput) SetClaim(v string) *AllowedClaimsAndValueForCreateIdentityProviderTokenExchangeInput
SetClaim sets the Claim field's value.
func (*AllowedClaimsAndValueForCreateIdentityProviderTokenExchangeInput) SetValues ¶ added in v1.2.48
func (s *AllowedClaimsAndValueForCreateIdentityProviderTokenExchangeInput) SetValues(v []*string) *AllowedClaimsAndValueForCreateIdentityProviderTokenExchangeInput
SetValues sets the Values field's value.
func (AllowedClaimsAndValueForCreateIdentityProviderTokenExchangeInput) String ¶ added in v1.2.48
func (s AllowedClaimsAndValueForCreateIdentityProviderTokenExchangeInput) String() string
String returns the string representation
func (*AllowedClaimsAndValueForCreateIdentityProviderTokenExchangeInput) Validate ¶ added in v1.2.48
func (s *AllowedClaimsAndValueForCreateIdentityProviderTokenExchangeInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AllowedClaimsAndValueForCreateIdentityProviderTokenExchangeOutput ¶ added in v1.2.48
type AllowedClaimsAndValueForCreateIdentityProviderTokenExchangeOutput struct {
Claim *string `type:"string"`
Values []*string `type:"list"`
// contains filtered or unexported fields
}
func (AllowedClaimsAndValueForCreateIdentityProviderTokenExchangeOutput) GoString ¶ added in v1.2.48
func (s AllowedClaimsAndValueForCreateIdentityProviderTokenExchangeOutput) GoString() string
GoString returns the string representation
func (*AllowedClaimsAndValueForCreateIdentityProviderTokenExchangeOutput) SetClaim ¶ added in v1.2.48
func (s *AllowedClaimsAndValueForCreateIdentityProviderTokenExchangeOutput) SetClaim(v string) *AllowedClaimsAndValueForCreateIdentityProviderTokenExchangeOutput
SetClaim sets the Claim field's value.
func (*AllowedClaimsAndValueForCreateIdentityProviderTokenExchangeOutput) SetValues ¶ added in v1.2.48
func (s *AllowedClaimsAndValueForCreateIdentityProviderTokenExchangeOutput) SetValues(v []*string) *AllowedClaimsAndValueForCreateIdentityProviderTokenExchangeOutput
SetValues sets the Values field's value.
func (AllowedClaimsAndValueForCreateIdentityProviderTokenExchangeOutput) String ¶ added in v1.2.48
func (s AllowedClaimsAndValueForCreateIdentityProviderTokenExchangeOutput) String() string
String returns the string representation
type AllowedClaimsAndValueForGetIdentityProviderTokenExchangeOutput ¶ added in v1.2.48
type AllowedClaimsAndValueForGetIdentityProviderTokenExchangeOutput struct {
Claim *string `type:"string" json:",omitempty"`
Values []*string `type:"list"`
// contains filtered or unexported fields
}
func (AllowedClaimsAndValueForGetIdentityProviderTokenExchangeOutput) GoString ¶ added in v1.2.48
func (s AllowedClaimsAndValueForGetIdentityProviderTokenExchangeOutput) GoString() string
GoString returns the string representation
func (*AllowedClaimsAndValueForGetIdentityProviderTokenExchangeOutput) SetClaim ¶ added in v1.2.48
func (s *AllowedClaimsAndValueForGetIdentityProviderTokenExchangeOutput) SetClaim(v string) *AllowedClaimsAndValueForGetIdentityProviderTokenExchangeOutput
SetClaim sets the Claim field's value.
func (*AllowedClaimsAndValueForGetIdentityProviderTokenExchangeOutput) SetValues ¶ added in v1.2.48
func (s *AllowedClaimsAndValueForGetIdentityProviderTokenExchangeOutput) SetValues(v []*string) *AllowedClaimsAndValueForGetIdentityProviderTokenExchangeOutput
SetValues sets the Values field's value.
func (AllowedClaimsAndValueForGetIdentityProviderTokenExchangeOutput) String ¶ added in v1.2.48
func (s AllowedClaimsAndValueForGetIdentityProviderTokenExchangeOutput) String() string
String returns the string representation
type AllowedClaimsAndValueForListIdentityProvidersTokenExchangeOutput ¶ added in v1.2.48
type AllowedClaimsAndValueForListIdentityProvidersTokenExchangeOutput struct {
Claim *string `type:"string" json:",omitempty"`
Values []*string `type:"list"`
// contains filtered or unexported fields
}
func (AllowedClaimsAndValueForListIdentityProvidersTokenExchangeOutput) GoString ¶ added in v1.2.48
func (s AllowedClaimsAndValueForListIdentityProvidersTokenExchangeOutput) GoString() string
GoString returns the string representation
func (*AllowedClaimsAndValueForListIdentityProvidersTokenExchangeOutput) SetClaim ¶ added in v1.2.48
func (s *AllowedClaimsAndValueForListIdentityProvidersTokenExchangeOutput) SetClaim(v string) *AllowedClaimsAndValueForListIdentityProvidersTokenExchangeOutput
SetClaim sets the Claim field's value.
func (*AllowedClaimsAndValueForListIdentityProvidersTokenExchangeOutput) SetValues ¶ added in v1.2.48
func (s *AllowedClaimsAndValueForListIdentityProvidersTokenExchangeOutput) SetValues(v []*string) *AllowedClaimsAndValueForListIdentityProvidersTokenExchangeOutput
SetValues sets the Values field's value.
func (AllowedClaimsAndValueForListIdentityProvidersTokenExchangeOutput) String ¶ added in v1.2.48
func (s AllowedClaimsAndValueForListIdentityProvidersTokenExchangeOutput) String() string
String returns the string representation
type AllowedClaimsAndValueForUpdateIdentityProviderTokenExchangeInput ¶ added in v1.2.48
type AllowedClaimsAndValueForUpdateIdentityProviderTokenExchangeInput struct {
// Claim is a required field
Claim *string `type:"string" required:"true"`
// Values is a required field
Values []*string `type:"list" required:"true"`
// contains filtered or unexported fields
}
func (AllowedClaimsAndValueForUpdateIdentityProviderTokenExchangeInput) GoString ¶ added in v1.2.48
func (s AllowedClaimsAndValueForUpdateIdentityProviderTokenExchangeInput) GoString() string
GoString returns the string representation
func (*AllowedClaimsAndValueForUpdateIdentityProviderTokenExchangeInput) SetClaim ¶ added in v1.2.48
func (s *AllowedClaimsAndValueForUpdateIdentityProviderTokenExchangeInput) SetClaim(v string) *AllowedClaimsAndValueForUpdateIdentityProviderTokenExchangeInput
SetClaim sets the Claim field's value.
func (*AllowedClaimsAndValueForUpdateIdentityProviderTokenExchangeInput) SetValues ¶ added in v1.2.48
func (s *AllowedClaimsAndValueForUpdateIdentityProviderTokenExchangeInput) SetValues(v []*string) *AllowedClaimsAndValueForUpdateIdentityProviderTokenExchangeInput
SetValues sets the Values field's value.
func (AllowedClaimsAndValueForUpdateIdentityProviderTokenExchangeInput) String ¶ added in v1.2.48
func (s AllowedClaimsAndValueForUpdateIdentityProviderTokenExchangeInput) String() string
String returns the string representation
func (*AllowedClaimsAndValueForUpdateIdentityProviderTokenExchangeInput) Validate ¶ added in v1.2.48
func (s *AllowedClaimsAndValueForUpdateIdentityProviderTokenExchangeInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AllowedClaimsAndValueForUpdateIdentityProviderTokenExchangeOutput ¶ added in v1.2.48
type AllowedClaimsAndValueForUpdateIdentityProviderTokenExchangeOutput struct {
Claim *string `type:"string"`
Values []*string `type:"list"`
// contains filtered or unexported fields
}
func (AllowedClaimsAndValueForUpdateIdentityProviderTokenExchangeOutput) GoString ¶ added in v1.2.48
func (s AllowedClaimsAndValueForUpdateIdentityProviderTokenExchangeOutput) GoString() string
GoString returns the string representation
func (*AllowedClaimsAndValueForUpdateIdentityProviderTokenExchangeOutput) SetClaim ¶ added in v1.2.48
func (s *AllowedClaimsAndValueForUpdateIdentityProviderTokenExchangeOutput) SetClaim(v string) *AllowedClaimsAndValueForUpdateIdentityProviderTokenExchangeOutput
SetClaim sets the Claim field's value.
func (*AllowedClaimsAndValueForUpdateIdentityProviderTokenExchangeOutput) SetValues ¶ added in v1.2.48
func (s *AllowedClaimsAndValueForUpdateIdentityProviderTokenExchangeOutput) SetValues(v []*string) *AllowedClaimsAndValueForUpdateIdentityProviderTokenExchangeOutput
SetValues sets the Values field's value.
func (AllowedClaimsAndValueForUpdateIdentityProviderTokenExchangeOutput) String ¶ added in v1.2.48
func (s AllowedClaimsAndValueForUpdateIdentityProviderTokenExchangeOutput) String() string
String returns the string representation
type ApproveClawOmniInstanceDevicePairingInput ¶ added in v1.2.29
type ApproveClawOmniInstanceDevicePairingInput struct {
// Id is a required field
Id *string `type:"string" json:",omitempty" required:"true"`
// RequestId is a required field
RequestId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (ApproveClawOmniInstanceDevicePairingInput) GoString ¶ added in v1.2.29
func (s ApproveClawOmniInstanceDevicePairingInput) GoString() string
GoString returns the string representation
func (*ApproveClawOmniInstanceDevicePairingInput) SetId ¶ added in v1.2.29
func (s *ApproveClawOmniInstanceDevicePairingInput) SetId(v string) *ApproveClawOmniInstanceDevicePairingInput
SetId sets the Id field's value.
func (*ApproveClawOmniInstanceDevicePairingInput) SetRequestId ¶ added in v1.2.29
func (s *ApproveClawOmniInstanceDevicePairingInput) SetRequestId(v string) *ApproveClawOmniInstanceDevicePairingInput
SetRequestId sets the RequestId field's value.
func (ApproveClawOmniInstanceDevicePairingInput) String ¶ added in v1.2.29
func (s ApproveClawOmniInstanceDevicePairingInput) String() string
String returns the string representation
func (*ApproveClawOmniInstanceDevicePairingInput) Validate ¶ added in v1.2.29
func (s *ApproveClawOmniInstanceDevicePairingInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ApproveClawOmniInstanceDevicePairingOutput ¶ added in v1.2.29
type ApproveClawOmniInstanceDevicePairingOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (ApproveClawOmniInstanceDevicePairingOutput) GoString ¶ added in v1.2.29
func (s ApproveClawOmniInstanceDevicePairingOutput) GoString() string
GoString returns the string representation
func (ApproveClawOmniInstanceDevicePairingOutput) String ¶ added in v1.2.29
func (s ApproveClawOmniInstanceDevicePairingOutput) String() string
String returns the string representation
type AttributeMappingForCreateIdentityProviderTokenExchangeInput ¶ added in v1.2.48
type AttributeMappingForCreateIdentityProviderTokenExchangeInput struct {
AdditionalConfig *string `type:"string"`
// MappingType is a required field
MappingType *string `type:"string" required:"true"`
SourceAttributeName *string `type:"string"`
// TargetAttributeName is a required field
TargetAttributeName *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
func (AttributeMappingForCreateIdentityProviderTokenExchangeInput) GoString ¶ added in v1.2.48
func (s AttributeMappingForCreateIdentityProviderTokenExchangeInput) GoString() string
GoString returns the string representation
func (*AttributeMappingForCreateIdentityProviderTokenExchangeInput) SetAdditionalConfig ¶ added in v1.2.48
func (s *AttributeMappingForCreateIdentityProviderTokenExchangeInput) SetAdditionalConfig(v string) *AttributeMappingForCreateIdentityProviderTokenExchangeInput
SetAdditionalConfig sets the AdditionalConfig field's value.
func (*AttributeMappingForCreateIdentityProviderTokenExchangeInput) SetMappingType ¶ added in v1.2.48
func (s *AttributeMappingForCreateIdentityProviderTokenExchangeInput) SetMappingType(v string) *AttributeMappingForCreateIdentityProviderTokenExchangeInput
SetMappingType sets the MappingType field's value.
func (*AttributeMappingForCreateIdentityProviderTokenExchangeInput) SetSourceAttributeName ¶ added in v1.2.48
func (s *AttributeMappingForCreateIdentityProviderTokenExchangeInput) SetSourceAttributeName(v string) *AttributeMappingForCreateIdentityProviderTokenExchangeInput
SetSourceAttributeName sets the SourceAttributeName field's value.
func (*AttributeMappingForCreateIdentityProviderTokenExchangeInput) SetTargetAttributeName ¶ added in v1.2.48
func (s *AttributeMappingForCreateIdentityProviderTokenExchangeInput) SetTargetAttributeName(v string) *AttributeMappingForCreateIdentityProviderTokenExchangeInput
SetTargetAttributeName sets the TargetAttributeName field's value.
func (AttributeMappingForCreateIdentityProviderTokenExchangeInput) String ¶ added in v1.2.48
func (s AttributeMappingForCreateIdentityProviderTokenExchangeInput) String() string
String returns the string representation
func (*AttributeMappingForCreateIdentityProviderTokenExchangeInput) Validate ¶ added in v1.2.48
func (s *AttributeMappingForCreateIdentityProviderTokenExchangeInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AttributeMappingForCreateIdentityProviderTokenExchangeOutput ¶ added in v1.2.48
type AttributeMappingForCreateIdentityProviderTokenExchangeOutput struct {
AdditionalConfig *string `type:"string"`
MappingType *string `type:"string"`
SourceAttributeName *string `type:"string"`
TargetAttributeName *string `type:"string"`
// contains filtered or unexported fields
}
func (AttributeMappingForCreateIdentityProviderTokenExchangeOutput) GoString ¶ added in v1.2.48
func (s AttributeMappingForCreateIdentityProviderTokenExchangeOutput) GoString() string
GoString returns the string representation
func (*AttributeMappingForCreateIdentityProviderTokenExchangeOutput) SetAdditionalConfig ¶ added in v1.2.48
func (s *AttributeMappingForCreateIdentityProviderTokenExchangeOutput) SetAdditionalConfig(v string) *AttributeMappingForCreateIdentityProviderTokenExchangeOutput
SetAdditionalConfig sets the AdditionalConfig field's value.
func (*AttributeMappingForCreateIdentityProviderTokenExchangeOutput) SetMappingType ¶ added in v1.2.48
func (s *AttributeMappingForCreateIdentityProviderTokenExchangeOutput) SetMappingType(v string) *AttributeMappingForCreateIdentityProviderTokenExchangeOutput
SetMappingType sets the MappingType field's value.
func (*AttributeMappingForCreateIdentityProviderTokenExchangeOutput) SetSourceAttributeName ¶ added in v1.2.48
func (s *AttributeMappingForCreateIdentityProviderTokenExchangeOutput) SetSourceAttributeName(v string) *AttributeMappingForCreateIdentityProviderTokenExchangeOutput
SetSourceAttributeName sets the SourceAttributeName field's value.
func (*AttributeMappingForCreateIdentityProviderTokenExchangeOutput) SetTargetAttributeName ¶ added in v1.2.48
func (s *AttributeMappingForCreateIdentityProviderTokenExchangeOutput) SetTargetAttributeName(v string) *AttributeMappingForCreateIdentityProviderTokenExchangeOutput
SetTargetAttributeName sets the TargetAttributeName field's value.
func (AttributeMappingForCreateIdentityProviderTokenExchangeOutput) String ¶ added in v1.2.48
func (s AttributeMappingForCreateIdentityProviderTokenExchangeOutput) String() string
String returns the string representation
type AttributeMappingForGetIdentityProviderTokenExchangeOutput ¶ added in v1.2.48
type AttributeMappingForGetIdentityProviderTokenExchangeOutput struct {
AdditionalConfig *string `type:"string" json:",omitempty"`
MappingType *string `type:"string" json:",omitempty"`
SourceAttributeName *string `type:"string" json:",omitempty"`
TargetAttributeName *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (AttributeMappingForGetIdentityProviderTokenExchangeOutput) GoString ¶ added in v1.2.48
func (s AttributeMappingForGetIdentityProviderTokenExchangeOutput) GoString() string
GoString returns the string representation
func (*AttributeMappingForGetIdentityProviderTokenExchangeOutput) SetAdditionalConfig ¶ added in v1.2.48
func (s *AttributeMappingForGetIdentityProviderTokenExchangeOutput) SetAdditionalConfig(v string) *AttributeMappingForGetIdentityProviderTokenExchangeOutput
SetAdditionalConfig sets the AdditionalConfig field's value.
func (*AttributeMappingForGetIdentityProviderTokenExchangeOutput) SetMappingType ¶ added in v1.2.48
func (s *AttributeMappingForGetIdentityProviderTokenExchangeOutput) SetMappingType(v string) *AttributeMappingForGetIdentityProviderTokenExchangeOutput
SetMappingType sets the MappingType field's value.
func (*AttributeMappingForGetIdentityProviderTokenExchangeOutput) SetSourceAttributeName ¶ added in v1.2.48
func (s *AttributeMappingForGetIdentityProviderTokenExchangeOutput) SetSourceAttributeName(v string) *AttributeMappingForGetIdentityProviderTokenExchangeOutput
SetSourceAttributeName sets the SourceAttributeName field's value.
func (*AttributeMappingForGetIdentityProviderTokenExchangeOutput) SetTargetAttributeName ¶ added in v1.2.48
func (s *AttributeMappingForGetIdentityProviderTokenExchangeOutput) SetTargetAttributeName(v string) *AttributeMappingForGetIdentityProviderTokenExchangeOutput
SetTargetAttributeName sets the TargetAttributeName field's value.
func (AttributeMappingForGetIdentityProviderTokenExchangeOutput) String ¶ added in v1.2.48
func (s AttributeMappingForGetIdentityProviderTokenExchangeOutput) String() string
String returns the string representation
type AttributeMappingForListIdentityProvidersTokenExchangeOutput ¶ added in v1.2.48
type AttributeMappingForListIdentityProvidersTokenExchangeOutput struct {
AdditionalConfig *string `type:"string" json:",omitempty"`
MappingType *string `type:"string" json:",omitempty"`
SourceAttributeName *string `type:"string" json:",omitempty"`
TargetAttributeName *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (AttributeMappingForListIdentityProvidersTokenExchangeOutput) GoString ¶ added in v1.2.48
func (s AttributeMappingForListIdentityProvidersTokenExchangeOutput) GoString() string
GoString returns the string representation
func (*AttributeMappingForListIdentityProvidersTokenExchangeOutput) SetAdditionalConfig ¶ added in v1.2.48
func (s *AttributeMappingForListIdentityProvidersTokenExchangeOutput) SetAdditionalConfig(v string) *AttributeMappingForListIdentityProvidersTokenExchangeOutput
SetAdditionalConfig sets the AdditionalConfig field's value.
func (*AttributeMappingForListIdentityProvidersTokenExchangeOutput) SetMappingType ¶ added in v1.2.48
func (s *AttributeMappingForListIdentityProvidersTokenExchangeOutput) SetMappingType(v string) *AttributeMappingForListIdentityProvidersTokenExchangeOutput
SetMappingType sets the MappingType field's value.
func (*AttributeMappingForListIdentityProvidersTokenExchangeOutput) SetSourceAttributeName ¶ added in v1.2.48
func (s *AttributeMappingForListIdentityProvidersTokenExchangeOutput) SetSourceAttributeName(v string) *AttributeMappingForListIdentityProvidersTokenExchangeOutput
SetSourceAttributeName sets the SourceAttributeName field's value.
func (*AttributeMappingForListIdentityProvidersTokenExchangeOutput) SetTargetAttributeName ¶ added in v1.2.48
func (s *AttributeMappingForListIdentityProvidersTokenExchangeOutput) SetTargetAttributeName(v string) *AttributeMappingForListIdentityProvidersTokenExchangeOutput
SetTargetAttributeName sets the TargetAttributeName field's value.
func (AttributeMappingForListIdentityProvidersTokenExchangeOutput) String ¶ added in v1.2.48
func (s AttributeMappingForListIdentityProvidersTokenExchangeOutput) String() string
String returns the string representation
type AttributeMappingForUpdateIdentityProviderTokenExchangeInput ¶ added in v1.2.48
type AttributeMappingForUpdateIdentityProviderTokenExchangeInput struct {
AdditionalConfig *string `type:"string"`
// MappingType is a required field
MappingType *string `type:"string" required:"true"`
SourceAttributeName *string `type:"string"`
// TargetAttributeName is a required field
TargetAttributeName *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
func (AttributeMappingForUpdateIdentityProviderTokenExchangeInput) GoString ¶ added in v1.2.48
func (s AttributeMappingForUpdateIdentityProviderTokenExchangeInput) GoString() string
GoString returns the string representation
func (*AttributeMappingForUpdateIdentityProviderTokenExchangeInput) SetAdditionalConfig ¶ added in v1.2.48
func (s *AttributeMappingForUpdateIdentityProviderTokenExchangeInput) SetAdditionalConfig(v string) *AttributeMappingForUpdateIdentityProviderTokenExchangeInput
SetAdditionalConfig sets the AdditionalConfig field's value.
func (*AttributeMappingForUpdateIdentityProviderTokenExchangeInput) SetMappingType ¶ added in v1.2.48
func (s *AttributeMappingForUpdateIdentityProviderTokenExchangeInput) SetMappingType(v string) *AttributeMappingForUpdateIdentityProviderTokenExchangeInput
SetMappingType sets the MappingType field's value.
func (*AttributeMappingForUpdateIdentityProviderTokenExchangeInput) SetSourceAttributeName ¶ added in v1.2.48
func (s *AttributeMappingForUpdateIdentityProviderTokenExchangeInput) SetSourceAttributeName(v string) *AttributeMappingForUpdateIdentityProviderTokenExchangeInput
SetSourceAttributeName sets the SourceAttributeName field's value.
func (*AttributeMappingForUpdateIdentityProviderTokenExchangeInput) SetTargetAttributeName ¶ added in v1.2.48
func (s *AttributeMappingForUpdateIdentityProviderTokenExchangeInput) SetTargetAttributeName(v string) *AttributeMappingForUpdateIdentityProviderTokenExchangeInput
SetTargetAttributeName sets the TargetAttributeName field's value.
func (AttributeMappingForUpdateIdentityProviderTokenExchangeInput) String ¶ added in v1.2.48
func (s AttributeMappingForUpdateIdentityProviderTokenExchangeInput) String() string
String returns the string representation
func (*AttributeMappingForUpdateIdentityProviderTokenExchangeInput) Validate ¶ added in v1.2.48
func (s *AttributeMappingForUpdateIdentityProviderTokenExchangeInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AttributeMappingForUpdateIdentityProviderTokenExchangeOutput ¶ added in v1.2.48
type AttributeMappingForUpdateIdentityProviderTokenExchangeOutput struct {
AdditionalConfig *string `type:"string"`
MappingType *string `type:"string"`
SourceAttributeName *string `type:"string"`
TargetAttributeName *string `type:"string"`
// contains filtered or unexported fields
}
func (AttributeMappingForUpdateIdentityProviderTokenExchangeOutput) GoString ¶ added in v1.2.48
func (s AttributeMappingForUpdateIdentityProviderTokenExchangeOutput) GoString() string
GoString returns the string representation
func (*AttributeMappingForUpdateIdentityProviderTokenExchangeOutput) SetAdditionalConfig ¶ added in v1.2.48
func (s *AttributeMappingForUpdateIdentityProviderTokenExchangeOutput) SetAdditionalConfig(v string) *AttributeMappingForUpdateIdentityProviderTokenExchangeOutput
SetAdditionalConfig sets the AdditionalConfig field's value.
func (*AttributeMappingForUpdateIdentityProviderTokenExchangeOutput) SetMappingType ¶ added in v1.2.48
func (s *AttributeMappingForUpdateIdentityProviderTokenExchangeOutput) SetMappingType(v string) *AttributeMappingForUpdateIdentityProviderTokenExchangeOutput
SetMappingType sets the MappingType field's value.
func (*AttributeMappingForUpdateIdentityProviderTokenExchangeOutput) SetSourceAttributeName ¶ added in v1.2.48
func (s *AttributeMappingForUpdateIdentityProviderTokenExchangeOutput) SetSourceAttributeName(v string) *AttributeMappingForUpdateIdentityProviderTokenExchangeOutput
SetSourceAttributeName sets the SourceAttributeName field's value.
func (*AttributeMappingForUpdateIdentityProviderTokenExchangeOutput) SetTargetAttributeName ¶ added in v1.2.48
func (s *AttributeMappingForUpdateIdentityProviderTokenExchangeOutput) SetTargetAttributeName(v string) *AttributeMappingForUpdateIdentityProviderTokenExchangeOutput
SetTargetAttributeName sets the TargetAttributeName field's value.
func (AttributeMappingForUpdateIdentityProviderTokenExchangeOutput) String ¶ added in v1.2.48
func (s AttributeMappingForUpdateIdentityProviderTokenExchangeOutput) String() string
String returns the string representation
type AuthorizerForGetClawInstanceOutput ¶ added in v1.2.35
type AuthorizerForGetClawInstanceOutput struct {
CustomJwtAuthorizer *CustomJwtAuthorizerForGetClawInstanceOutput `type:"structure" json:",omitempty"`
KeyAuth *KeyAuthForGetClawInstanceOutput `type:"structure" json:",omitempty"`
// contains filtered or unexported fields
}
func (AuthorizerForGetClawInstanceOutput) GoString ¶ added in v1.2.35
func (s AuthorizerForGetClawInstanceOutput) GoString() string
GoString returns the string representation
func (*AuthorizerForGetClawInstanceOutput) SetCustomJwtAuthorizer ¶ added in v1.2.35
func (s *AuthorizerForGetClawInstanceOutput) SetCustomJwtAuthorizer(v *CustomJwtAuthorizerForGetClawInstanceOutput) *AuthorizerForGetClawInstanceOutput
SetCustomJwtAuthorizer sets the CustomJwtAuthorizer field's value.
func (*AuthorizerForGetClawInstanceOutput) SetKeyAuth ¶ added in v1.2.35
func (s *AuthorizerForGetClawInstanceOutput) SetKeyAuth(v *KeyAuthForGetClawInstanceOutput) *AuthorizerForGetClawInstanceOutput
SetKeyAuth sets the KeyAuth field's value.
func (AuthorizerForGetClawInstanceOutput) String ¶ added in v1.2.35
func (s AuthorizerForGetClawInstanceOutput) String() string
String returns the string representation
type AuthorizerForListClawInstancesOutput ¶ added in v1.2.35
type AuthorizerForListClawInstancesOutput struct {
CustomJwtAuthorizer *CustomJwtAuthorizerForListClawInstancesOutput `type:"structure"`
KeyAuth *KeyAuthForListClawInstancesOutput `type:"structure"`
// contains filtered or unexported fields
}
func (AuthorizerForListClawInstancesOutput) GoString ¶ added in v1.2.35
func (s AuthorizerForListClawInstancesOutput) GoString() string
GoString returns the string representation
func (*AuthorizerForListClawInstancesOutput) SetCustomJwtAuthorizer ¶ added in v1.2.35
func (s *AuthorizerForListClawInstancesOutput) SetCustomJwtAuthorizer(v *CustomJwtAuthorizerForListClawInstancesOutput) *AuthorizerForListClawInstancesOutput
SetCustomJwtAuthorizer sets the CustomJwtAuthorizer field's value.
func (*AuthorizerForListClawInstancesOutput) SetKeyAuth ¶ added in v1.2.35
func (s *AuthorizerForListClawInstancesOutput) SetKeyAuth(v *KeyAuthForListClawInstancesOutput) *AuthorizerForListClawInstancesOutput
SetKeyAuth sets the KeyAuth field's value.
func (AuthorizerForListClawInstancesOutput) String ¶ added in v1.2.35
func (s AuthorizerForListClawInstancesOutput) String() string
String returns the string representation
type ChannelForListClawOmniChannelsOutput ¶ added in v1.2.29
type ChannelForListClawOmniChannelsOutput struct {
AppId *string `type:"string" json:",omitempty"`
AppSecret *string `type:"string" json:",omitempty"`
ChannelId *string `type:"string" json:",omitempty"`
Enabled *bool `type:"boolean" json:",omitempty"`
// contains filtered or unexported fields
}
func (ChannelForListClawOmniChannelsOutput) GoString ¶ added in v1.2.29
func (s ChannelForListClawOmniChannelsOutput) GoString() string
GoString returns the string representation
func (*ChannelForListClawOmniChannelsOutput) SetAppId ¶ added in v1.2.29
func (s *ChannelForListClawOmniChannelsOutput) SetAppId(v string) *ChannelForListClawOmniChannelsOutput
SetAppId sets the AppId field's value.
func (*ChannelForListClawOmniChannelsOutput) SetAppSecret ¶ added in v1.2.29
func (s *ChannelForListClawOmniChannelsOutput) SetAppSecret(v string) *ChannelForListClawOmniChannelsOutput
SetAppSecret sets the AppSecret field's value.
func (*ChannelForListClawOmniChannelsOutput) SetChannelId ¶ added in v1.2.29
func (s *ChannelForListClawOmniChannelsOutput) SetChannelId(v string) *ChannelForListClawOmniChannelsOutput
SetChannelId sets the ChannelId field's value.
func (*ChannelForListClawOmniChannelsOutput) SetEnabled ¶ added in v1.2.29
func (s *ChannelForListClawOmniChannelsOutput) SetEnabled(v bool) *ChannelForListClawOmniChannelsOutput
SetEnabled sets the Enabled field's value.
func (ChannelForListClawOmniChannelsOutput) String ¶ added in v1.2.29
func (s ChannelForListClawOmniChannelsOutput) String() string
String returns the string representation
type ClaimRuleForCreateIdentityProviderTokenExchangeOutput ¶ added in v1.2.48
type ClaimRuleForCreateIdentityProviderTokenExchangeOutput struct {
ClaimType *string `type:"string"`
Required *bool `type:"boolean"`
SourceClaimPath *string `type:"string"`
TargetClaim *string `type:"string"`
// contains filtered or unexported fields
}
func (ClaimRuleForCreateIdentityProviderTokenExchangeOutput) GoString ¶ added in v1.2.48
func (s ClaimRuleForCreateIdentityProviderTokenExchangeOutput) GoString() string
GoString returns the string representation
func (*ClaimRuleForCreateIdentityProviderTokenExchangeOutput) SetClaimType ¶ added in v1.2.48
func (s *ClaimRuleForCreateIdentityProviderTokenExchangeOutput) SetClaimType(v string) *ClaimRuleForCreateIdentityProviderTokenExchangeOutput
SetClaimType sets the ClaimType field's value.
func (*ClaimRuleForCreateIdentityProviderTokenExchangeOutput) SetRequired ¶ added in v1.2.48
func (s *ClaimRuleForCreateIdentityProviderTokenExchangeOutput) SetRequired(v bool) *ClaimRuleForCreateIdentityProviderTokenExchangeOutput
SetRequired sets the Required field's value.
func (*ClaimRuleForCreateIdentityProviderTokenExchangeOutput) SetSourceClaimPath ¶ added in v1.2.48
func (s *ClaimRuleForCreateIdentityProviderTokenExchangeOutput) SetSourceClaimPath(v string) *ClaimRuleForCreateIdentityProviderTokenExchangeOutput
SetSourceClaimPath sets the SourceClaimPath field's value.
func (*ClaimRuleForCreateIdentityProviderTokenExchangeOutput) SetTargetClaim ¶ added in v1.2.48
func (s *ClaimRuleForCreateIdentityProviderTokenExchangeOutput) SetTargetClaim(v string) *ClaimRuleForCreateIdentityProviderTokenExchangeOutput
SetTargetClaim sets the TargetClaim field's value.
func (ClaimRuleForCreateIdentityProviderTokenExchangeOutput) String ¶ added in v1.2.48
func (s ClaimRuleForCreateIdentityProviderTokenExchangeOutput) String() string
String returns the string representation
type ClaimRuleForGetIdentityProviderTokenExchangeOutput ¶ added in v1.2.48
type ClaimRuleForGetIdentityProviderTokenExchangeOutput struct {
ClaimType *string `type:"string" json:",omitempty"`
Required *bool `type:"boolean" json:",omitempty"`
SourceClaimPath *string `type:"string" json:",omitempty"`
TargetClaim *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ClaimRuleForGetIdentityProviderTokenExchangeOutput) GoString ¶ added in v1.2.48
func (s ClaimRuleForGetIdentityProviderTokenExchangeOutput) GoString() string
GoString returns the string representation
func (*ClaimRuleForGetIdentityProviderTokenExchangeOutput) SetClaimType ¶ added in v1.2.48
func (s *ClaimRuleForGetIdentityProviderTokenExchangeOutput) SetClaimType(v string) *ClaimRuleForGetIdentityProviderTokenExchangeOutput
SetClaimType sets the ClaimType field's value.
func (*ClaimRuleForGetIdentityProviderTokenExchangeOutput) SetRequired ¶ added in v1.2.48
func (s *ClaimRuleForGetIdentityProviderTokenExchangeOutput) SetRequired(v bool) *ClaimRuleForGetIdentityProviderTokenExchangeOutput
SetRequired sets the Required field's value.
func (*ClaimRuleForGetIdentityProviderTokenExchangeOutput) SetSourceClaimPath ¶ added in v1.2.48
func (s *ClaimRuleForGetIdentityProviderTokenExchangeOutput) SetSourceClaimPath(v string) *ClaimRuleForGetIdentityProviderTokenExchangeOutput
SetSourceClaimPath sets the SourceClaimPath field's value.
func (*ClaimRuleForGetIdentityProviderTokenExchangeOutput) SetTargetClaim ¶ added in v1.2.48
func (s *ClaimRuleForGetIdentityProviderTokenExchangeOutput) SetTargetClaim(v string) *ClaimRuleForGetIdentityProviderTokenExchangeOutput
SetTargetClaim sets the TargetClaim field's value.
func (ClaimRuleForGetIdentityProviderTokenExchangeOutput) String ¶ added in v1.2.48
func (s ClaimRuleForGetIdentityProviderTokenExchangeOutput) String() string
String returns the string representation
type ClaimRuleForListIdentityProvidersTokenExchangeOutput ¶ added in v1.2.48
type ClaimRuleForListIdentityProvidersTokenExchangeOutput struct {
ClaimType *string `type:"string" json:",omitempty"`
Required *bool `type:"boolean" json:",omitempty"`
SourceClaimPath *string `type:"string" json:",omitempty"`
TargetClaim *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ClaimRuleForListIdentityProvidersTokenExchangeOutput) GoString ¶ added in v1.2.48
func (s ClaimRuleForListIdentityProvidersTokenExchangeOutput) GoString() string
GoString returns the string representation
func (*ClaimRuleForListIdentityProvidersTokenExchangeOutput) SetClaimType ¶ added in v1.2.48
func (s *ClaimRuleForListIdentityProvidersTokenExchangeOutput) SetClaimType(v string) *ClaimRuleForListIdentityProvidersTokenExchangeOutput
SetClaimType sets the ClaimType field's value.
func (*ClaimRuleForListIdentityProvidersTokenExchangeOutput) SetRequired ¶ added in v1.2.48
func (s *ClaimRuleForListIdentityProvidersTokenExchangeOutput) SetRequired(v bool) *ClaimRuleForListIdentityProvidersTokenExchangeOutput
SetRequired sets the Required field's value.
func (*ClaimRuleForListIdentityProvidersTokenExchangeOutput) SetSourceClaimPath ¶ added in v1.2.48
func (s *ClaimRuleForListIdentityProvidersTokenExchangeOutput) SetSourceClaimPath(v string) *ClaimRuleForListIdentityProvidersTokenExchangeOutput
SetSourceClaimPath sets the SourceClaimPath field's value.
func (*ClaimRuleForListIdentityProvidersTokenExchangeOutput) SetTargetClaim ¶ added in v1.2.48
func (s *ClaimRuleForListIdentityProvidersTokenExchangeOutput) SetTargetClaim(v string) *ClaimRuleForListIdentityProvidersTokenExchangeOutput
SetTargetClaim sets the TargetClaim field's value.
func (ClaimRuleForListIdentityProvidersTokenExchangeOutput) String ¶ added in v1.2.48
func (s ClaimRuleForListIdentityProvidersTokenExchangeOutput) String() string
String returns the string representation
type ClaimRuleForUpdateIdentityProviderTokenExchangeOutput ¶ added in v1.2.48
type ClaimRuleForUpdateIdentityProviderTokenExchangeOutput struct {
ClaimType *string `type:"string"`
Required *bool `type:"boolean"`
SourceClaimPath *string `type:"string"`
TargetClaim *string `type:"string"`
// contains filtered or unexported fields
}
func (ClaimRuleForUpdateIdentityProviderTokenExchangeOutput) GoString ¶ added in v1.2.48
func (s ClaimRuleForUpdateIdentityProviderTokenExchangeOutput) GoString() string
GoString returns the string representation
func (*ClaimRuleForUpdateIdentityProviderTokenExchangeOutput) SetClaimType ¶ added in v1.2.48
func (s *ClaimRuleForUpdateIdentityProviderTokenExchangeOutput) SetClaimType(v string) *ClaimRuleForUpdateIdentityProviderTokenExchangeOutput
SetClaimType sets the ClaimType field's value.
func (*ClaimRuleForUpdateIdentityProviderTokenExchangeOutput) SetRequired ¶ added in v1.2.48
func (s *ClaimRuleForUpdateIdentityProviderTokenExchangeOutput) SetRequired(v bool) *ClaimRuleForUpdateIdentityProviderTokenExchangeOutput
SetRequired sets the Required field's value.
func (*ClaimRuleForUpdateIdentityProviderTokenExchangeOutput) SetSourceClaimPath ¶ added in v1.2.48
func (s *ClaimRuleForUpdateIdentityProviderTokenExchangeOutput) SetSourceClaimPath(v string) *ClaimRuleForUpdateIdentityProviderTokenExchangeOutput
SetSourceClaimPath sets the SourceClaimPath field's value.
func (*ClaimRuleForUpdateIdentityProviderTokenExchangeOutput) SetTargetClaim ¶ added in v1.2.48
func (s *ClaimRuleForUpdateIdentityProviderTokenExchangeOutput) SetTargetClaim(v string) *ClaimRuleForUpdateIdentityProviderTokenExchangeOutput
SetTargetClaim sets the TargetClaim field's value.
func (ClaimRuleForUpdateIdentityProviderTokenExchangeOutput) String ¶ added in v1.2.48
func (s ClaimRuleForUpdateIdentityProviderTokenExchangeOutput) String() string
String returns the string representation
type ClaimsPropagationConfigClaimRuleForCreateIdentityProviderTokenExchangeInput ¶ added in v1.2.48
type ClaimsPropagationConfigClaimRuleForCreateIdentityProviderTokenExchangeInput struct {
// ClaimType is a required field
ClaimType *string `type:"string" required:"true"`
Required *bool `type:"boolean"`
// SourceClaimPath is a required field
SourceClaimPath *string `type:"string" required:"true"`
// TargetClaim is a required field
TargetClaim *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
func (ClaimsPropagationConfigClaimRuleForCreateIdentityProviderTokenExchangeInput) GoString ¶ added in v1.2.48
func (s ClaimsPropagationConfigClaimRuleForCreateIdentityProviderTokenExchangeInput) GoString() string
GoString returns the string representation
func (*ClaimsPropagationConfigClaimRuleForCreateIdentityProviderTokenExchangeInput) SetClaimType ¶ added in v1.2.48
func (s *ClaimsPropagationConfigClaimRuleForCreateIdentityProviderTokenExchangeInput) SetClaimType(v string) *ClaimsPropagationConfigClaimRuleForCreateIdentityProviderTokenExchangeInput
SetClaimType sets the ClaimType field's value.
func (*ClaimsPropagationConfigClaimRuleForCreateIdentityProviderTokenExchangeInput) SetRequired ¶ added in v1.2.48
func (s *ClaimsPropagationConfigClaimRuleForCreateIdentityProviderTokenExchangeInput) SetRequired(v bool) *ClaimsPropagationConfigClaimRuleForCreateIdentityProviderTokenExchangeInput
SetRequired sets the Required field's value.
func (*ClaimsPropagationConfigClaimRuleForCreateIdentityProviderTokenExchangeInput) SetSourceClaimPath ¶ added in v1.2.48
func (s *ClaimsPropagationConfigClaimRuleForCreateIdentityProviderTokenExchangeInput) SetSourceClaimPath(v string) *ClaimsPropagationConfigClaimRuleForCreateIdentityProviderTokenExchangeInput
SetSourceClaimPath sets the SourceClaimPath field's value.
func (*ClaimsPropagationConfigClaimRuleForCreateIdentityProviderTokenExchangeInput) SetTargetClaim ¶ added in v1.2.48
func (s *ClaimsPropagationConfigClaimRuleForCreateIdentityProviderTokenExchangeInput) SetTargetClaim(v string) *ClaimsPropagationConfigClaimRuleForCreateIdentityProviderTokenExchangeInput
SetTargetClaim sets the TargetClaim field's value.
func (ClaimsPropagationConfigClaimRuleForCreateIdentityProviderTokenExchangeInput) String ¶ added in v1.2.48
func (s ClaimsPropagationConfigClaimRuleForCreateIdentityProviderTokenExchangeInput) String() string
String returns the string representation
func (*ClaimsPropagationConfigClaimRuleForCreateIdentityProviderTokenExchangeInput) Validate ¶ added in v1.2.48
func (s *ClaimsPropagationConfigClaimRuleForCreateIdentityProviderTokenExchangeInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ClaimsPropagationConfigClaimRuleForUpdateIdentityProviderTokenExchangeInput ¶ added in v1.2.48
type ClaimsPropagationConfigClaimRuleForUpdateIdentityProviderTokenExchangeInput struct {
// ClaimType is a required field
ClaimType *string `type:"string" required:"true"`
Required *bool `type:"boolean"`
// SourceClaimPath is a required field
SourceClaimPath *string `type:"string" required:"true"`
// TargetClaim is a required field
TargetClaim *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
func (ClaimsPropagationConfigClaimRuleForUpdateIdentityProviderTokenExchangeInput) GoString ¶ added in v1.2.48
func (s ClaimsPropagationConfigClaimRuleForUpdateIdentityProviderTokenExchangeInput) GoString() string
GoString returns the string representation
func (*ClaimsPropagationConfigClaimRuleForUpdateIdentityProviderTokenExchangeInput) SetClaimType ¶ added in v1.2.48
func (s *ClaimsPropagationConfigClaimRuleForUpdateIdentityProviderTokenExchangeInput) SetClaimType(v string) *ClaimsPropagationConfigClaimRuleForUpdateIdentityProviderTokenExchangeInput
SetClaimType sets the ClaimType field's value.
func (*ClaimsPropagationConfigClaimRuleForUpdateIdentityProviderTokenExchangeInput) SetRequired ¶ added in v1.2.48
func (s *ClaimsPropagationConfigClaimRuleForUpdateIdentityProviderTokenExchangeInput) SetRequired(v bool) *ClaimsPropagationConfigClaimRuleForUpdateIdentityProviderTokenExchangeInput
SetRequired sets the Required field's value.
func (*ClaimsPropagationConfigClaimRuleForUpdateIdentityProviderTokenExchangeInput) SetSourceClaimPath ¶ added in v1.2.48
func (s *ClaimsPropagationConfigClaimRuleForUpdateIdentityProviderTokenExchangeInput) SetSourceClaimPath(v string) *ClaimsPropagationConfigClaimRuleForUpdateIdentityProviderTokenExchangeInput
SetSourceClaimPath sets the SourceClaimPath field's value.
func (*ClaimsPropagationConfigClaimRuleForUpdateIdentityProviderTokenExchangeInput) SetTargetClaim ¶ added in v1.2.48
func (s *ClaimsPropagationConfigClaimRuleForUpdateIdentityProviderTokenExchangeInput) SetTargetClaim(v string) *ClaimsPropagationConfigClaimRuleForUpdateIdentityProviderTokenExchangeInput
SetTargetClaim sets the TargetClaim field's value.
func (ClaimsPropagationConfigClaimRuleForUpdateIdentityProviderTokenExchangeInput) String ¶ added in v1.2.48
func (s ClaimsPropagationConfigClaimRuleForUpdateIdentityProviderTokenExchangeInput) String() string
String returns the string representation
func (*ClaimsPropagationConfigClaimRuleForUpdateIdentityProviderTokenExchangeInput) Validate ¶ added in v1.2.48
func (s *ClaimsPropagationConfigClaimRuleForUpdateIdentityProviderTokenExchangeInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ClaimsPropagationConfigForCreateIdentityProviderTokenExchangeInput ¶ added in v1.2.48
type ClaimsPropagationConfigForCreateIdentityProviderTokenExchangeInput struct {
ClaimRules []*ClaimsPropagationConfigClaimRuleForCreateIdentityProviderTokenExchangeInput `type:"list"`
Mode *string `type:"string"`
// contains filtered or unexported fields
}
func (ClaimsPropagationConfigForCreateIdentityProviderTokenExchangeInput) GoString ¶ added in v1.2.48
func (s ClaimsPropagationConfigForCreateIdentityProviderTokenExchangeInput) GoString() string
GoString returns the string representation
func (*ClaimsPropagationConfigForCreateIdentityProviderTokenExchangeInput) SetClaimRules ¶ added in v1.2.48
func (s *ClaimsPropagationConfigForCreateIdentityProviderTokenExchangeInput) SetClaimRules(v []*ClaimsPropagationConfigClaimRuleForCreateIdentityProviderTokenExchangeInput) *ClaimsPropagationConfigForCreateIdentityProviderTokenExchangeInput
SetClaimRules sets the ClaimRules field's value.
func (*ClaimsPropagationConfigForCreateIdentityProviderTokenExchangeInput) SetMode ¶ added in v1.2.48
func (s *ClaimsPropagationConfigForCreateIdentityProviderTokenExchangeInput) SetMode(v string) *ClaimsPropagationConfigForCreateIdentityProviderTokenExchangeInput
SetMode sets the Mode field's value.
func (ClaimsPropagationConfigForCreateIdentityProviderTokenExchangeInput) String ¶ added in v1.2.48
func (s ClaimsPropagationConfigForCreateIdentityProviderTokenExchangeInput) String() string
String returns the string representation
func (*ClaimsPropagationConfigForCreateIdentityProviderTokenExchangeInput) Validate ¶ added in v1.2.48
func (s *ClaimsPropagationConfigForCreateIdentityProviderTokenExchangeInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ClaimsPropagationConfigForCreateIdentityProviderTokenExchangeOutput ¶ added in v1.2.48
type ClaimsPropagationConfigForCreateIdentityProviderTokenExchangeOutput struct {
ClaimRules []*ClaimRuleForCreateIdentityProviderTokenExchangeOutput `type:"list"`
Mode *string `type:"string"`
// contains filtered or unexported fields
}
func (ClaimsPropagationConfigForCreateIdentityProviderTokenExchangeOutput) GoString ¶ added in v1.2.48
func (s ClaimsPropagationConfigForCreateIdentityProviderTokenExchangeOutput) GoString() string
GoString returns the string representation
func (*ClaimsPropagationConfigForCreateIdentityProviderTokenExchangeOutput) SetClaimRules ¶ added in v1.2.48
func (s *ClaimsPropagationConfigForCreateIdentityProviderTokenExchangeOutput) SetClaimRules(v []*ClaimRuleForCreateIdentityProviderTokenExchangeOutput) *ClaimsPropagationConfigForCreateIdentityProviderTokenExchangeOutput
SetClaimRules sets the ClaimRules field's value.
func (*ClaimsPropagationConfigForCreateIdentityProviderTokenExchangeOutput) SetMode ¶ added in v1.2.48
func (s *ClaimsPropagationConfigForCreateIdentityProviderTokenExchangeOutput) SetMode(v string) *ClaimsPropagationConfigForCreateIdentityProviderTokenExchangeOutput
SetMode sets the Mode field's value.
func (ClaimsPropagationConfigForCreateIdentityProviderTokenExchangeOutput) String ¶ added in v1.2.48
func (s ClaimsPropagationConfigForCreateIdentityProviderTokenExchangeOutput) String() string
String returns the string representation
type ClaimsPropagationConfigForGetIdentityProviderTokenExchangeOutput ¶ added in v1.2.48
type ClaimsPropagationConfigForGetIdentityProviderTokenExchangeOutput struct {
ClaimRules []*ClaimRuleForGetIdentityProviderTokenExchangeOutput `type:"list"`
Mode *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ClaimsPropagationConfigForGetIdentityProviderTokenExchangeOutput) GoString ¶ added in v1.2.48
func (s ClaimsPropagationConfigForGetIdentityProviderTokenExchangeOutput) GoString() string
GoString returns the string representation
func (*ClaimsPropagationConfigForGetIdentityProviderTokenExchangeOutput) SetClaimRules ¶ added in v1.2.48
func (s *ClaimsPropagationConfigForGetIdentityProviderTokenExchangeOutput) SetClaimRules(v []*ClaimRuleForGetIdentityProviderTokenExchangeOutput) *ClaimsPropagationConfigForGetIdentityProviderTokenExchangeOutput
SetClaimRules sets the ClaimRules field's value.
func (*ClaimsPropagationConfigForGetIdentityProviderTokenExchangeOutput) SetMode ¶ added in v1.2.48
func (s *ClaimsPropagationConfigForGetIdentityProviderTokenExchangeOutput) SetMode(v string) *ClaimsPropagationConfigForGetIdentityProviderTokenExchangeOutput
SetMode sets the Mode field's value.
func (ClaimsPropagationConfigForGetIdentityProviderTokenExchangeOutput) String ¶ added in v1.2.48
func (s ClaimsPropagationConfigForGetIdentityProviderTokenExchangeOutput) String() string
String returns the string representation
type ClaimsPropagationConfigForListIdentityProvidersTokenExchangeOutput ¶ added in v1.2.48
type ClaimsPropagationConfigForListIdentityProvidersTokenExchangeOutput struct {
ClaimRules []*ClaimRuleForListIdentityProvidersTokenExchangeOutput `type:"list"`
Mode *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ClaimsPropagationConfigForListIdentityProvidersTokenExchangeOutput) GoString ¶ added in v1.2.48
func (s ClaimsPropagationConfigForListIdentityProvidersTokenExchangeOutput) GoString() string
GoString returns the string representation
func (*ClaimsPropagationConfigForListIdentityProvidersTokenExchangeOutput) SetClaimRules ¶ added in v1.2.48
func (s *ClaimsPropagationConfigForListIdentityProvidersTokenExchangeOutput) SetClaimRules(v []*ClaimRuleForListIdentityProvidersTokenExchangeOutput) *ClaimsPropagationConfigForListIdentityProvidersTokenExchangeOutput
SetClaimRules sets the ClaimRules field's value.
func (*ClaimsPropagationConfigForListIdentityProvidersTokenExchangeOutput) SetMode ¶ added in v1.2.48
func (s *ClaimsPropagationConfigForListIdentityProvidersTokenExchangeOutput) SetMode(v string) *ClaimsPropagationConfigForListIdentityProvidersTokenExchangeOutput
SetMode sets the Mode field's value.
func (ClaimsPropagationConfigForListIdentityProvidersTokenExchangeOutput) String ¶ added in v1.2.48
func (s ClaimsPropagationConfigForListIdentityProvidersTokenExchangeOutput) String() string
String returns the string representation
type ClaimsPropagationConfigForUpdateIdentityProviderTokenExchangeInput ¶ added in v1.2.48
type ClaimsPropagationConfigForUpdateIdentityProviderTokenExchangeInput struct {
ClaimRules []*ClaimsPropagationConfigClaimRuleForUpdateIdentityProviderTokenExchangeInput `type:"list"`
Mode *string `type:"string"`
// contains filtered or unexported fields
}
func (ClaimsPropagationConfigForUpdateIdentityProviderTokenExchangeInput) GoString ¶ added in v1.2.48
func (s ClaimsPropagationConfigForUpdateIdentityProviderTokenExchangeInput) GoString() string
GoString returns the string representation
func (*ClaimsPropagationConfigForUpdateIdentityProviderTokenExchangeInput) SetClaimRules ¶ added in v1.2.48
func (s *ClaimsPropagationConfigForUpdateIdentityProviderTokenExchangeInput) SetClaimRules(v []*ClaimsPropagationConfigClaimRuleForUpdateIdentityProviderTokenExchangeInput) *ClaimsPropagationConfigForUpdateIdentityProviderTokenExchangeInput
SetClaimRules sets the ClaimRules field's value.
func (*ClaimsPropagationConfigForUpdateIdentityProviderTokenExchangeInput) SetMode ¶ added in v1.2.48
func (s *ClaimsPropagationConfigForUpdateIdentityProviderTokenExchangeInput) SetMode(v string) *ClaimsPropagationConfigForUpdateIdentityProviderTokenExchangeInput
SetMode sets the Mode field's value.
func (ClaimsPropagationConfigForUpdateIdentityProviderTokenExchangeInput) String ¶ added in v1.2.48
func (s ClaimsPropagationConfigForUpdateIdentityProviderTokenExchangeInput) String() string
String returns the string representation
func (*ClaimsPropagationConfigForUpdateIdentityProviderTokenExchangeInput) Validate ¶ added in v1.2.48
func (s *ClaimsPropagationConfigForUpdateIdentityProviderTokenExchangeInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ClaimsPropagationConfigForUpdateIdentityProviderTokenExchangeOutput ¶ added in v1.2.48
type ClaimsPropagationConfigForUpdateIdentityProviderTokenExchangeOutput struct {
ClaimRules []*ClaimRuleForUpdateIdentityProviderTokenExchangeOutput `type:"list"`
Mode *string `type:"string"`
// contains filtered or unexported fields
}
func (ClaimsPropagationConfigForUpdateIdentityProviderTokenExchangeOutput) GoString ¶ added in v1.2.48
func (s ClaimsPropagationConfigForUpdateIdentityProviderTokenExchangeOutput) GoString() string
GoString returns the string representation
func (*ClaimsPropagationConfigForUpdateIdentityProviderTokenExchangeOutput) SetClaimRules ¶ added in v1.2.48
func (s *ClaimsPropagationConfigForUpdateIdentityProviderTokenExchangeOutput) SetClaimRules(v []*ClaimRuleForUpdateIdentityProviderTokenExchangeOutput) *ClaimsPropagationConfigForUpdateIdentityProviderTokenExchangeOutput
SetClaimRules sets the ClaimRules field's value.
func (*ClaimsPropagationConfigForUpdateIdentityProviderTokenExchangeOutput) SetMode ¶ added in v1.2.48
func (s *ClaimsPropagationConfigForUpdateIdentityProviderTokenExchangeOutput) SetMode(v string) *ClaimsPropagationConfigForUpdateIdentityProviderTokenExchangeOutput
SetMode sets the Mode field's value.
func (ClaimsPropagationConfigForUpdateIdentityProviderTokenExchangeOutput) String ¶ added in v1.2.48
func (s ClaimsPropagationConfigForUpdateIdentityProviderTokenExchangeOutput) String() string
String returns the string representation
type ClawInstanceForGetClawInstanceOutput ¶ added in v1.2.35
type ClawInstanceForGetClawInstanceOutput struct {
A2AEndpoint *string `type:"string" json:",omitempty"`
A2AInnerEndpoint *string `type:"string" json:",omitempty"`
ApplicationVersion *string `type:"string" json:",omitempty"`
AuthInfo *string `type:"string" json:",omitempty"`
AuthType *string `type:"string" json:",omitempty"`
AutoBackupEnabled *bool `type:"boolean" json:",omitempty"`
AutoRenew *bool `type:"boolean" json:",omitempty"`
BillingType *string `type:"string" json:",omitempty"`
ClawInstanceId *string `type:"string" json:",omitempty"`
ClawInstanceType *string `type:"string" json:",omitempty"`
CreatedAt *string `type:"string" json:",omitempty"`
Departments []*DepartmentForGetClawInstanceOutput `type:"list"`
Description *string `type:"string" json:",omitempty"`
EcsIp *string `type:"string" json:",omitempty"`
Email *string `type:"string" json:",omitempty"`
Endpoint *string `type:"string" json:",omitempty"`
ExpireTime *string `type:"string" json:",omitempty"`
ExtraInfo *string `type:"string" json:",omitempty"`
InUpgradeJob *bool `type:"boolean" json:",omitempty"`
InboundAuthorizerConfiguration *InboundAuthorizerConfigurationForGetClawInstanceOutput `type:"structure" json:",omitempty"`
ModelAccessPointId *string `type:"string" json:",omitempty"`
ModelName *string `type:"string" json:",omitempty"`
ModelSource *string `type:"string" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
NotifyChannels []*string `type:"list"`
NotifyType *string `type:"string" json:",omitempty"`
ObservationDataMasking *string `type:"string" json:",omitempty"`
ProjectName *string `type:"string" json:",omitempty"`
RecycledAt *string `type:"string" json:",omitempty"`
RemainingDays *int32 `type:"int32" json:",omitempty"`
SnapshotHour *string `type:"string" json:",omitempty"`
SnapshotInfo *SnapshotInfoForGetClawInstanceOutput `type:"structure" json:",omitempty"`
Soul *string `type:"string" json:",omitempty"`
SpaceId *string `type:"string" json:",omitempty"`
Spec *string `type:"string" json:",omitempty"`
SsoProvider *string `type:"string" json:",omitempty"`
Status *string `type:"string" json:",omitempty"`
SupportVnc *bool `type:"boolean" json:",omitempty"`
Tags []*TagForGetClawInstanceOutput `type:"list"`
TeamId *string `type:"string" json:",omitempty"`
UnionId *string `type:"string" json:",omitempty"`
UpdatedAt *string `type:"string" json:",omitempty"`
UserId *string `type:"string" json:",omitempty"`
UserInfo *UserInfoForGetClawInstanceOutput `type:"structure" json:",omitempty"`
UserPoolUserUid *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ClawInstanceForGetClawInstanceOutput) GoString ¶ added in v1.2.35
func (s ClawInstanceForGetClawInstanceOutput) GoString() string
GoString returns the string representation
func (*ClawInstanceForGetClawInstanceOutput) SetA2AEndpoint ¶ added in v1.2.35
func (s *ClawInstanceForGetClawInstanceOutput) SetA2AEndpoint(v string) *ClawInstanceForGetClawInstanceOutput
SetA2AEndpoint sets the A2AEndpoint field's value.
func (*ClawInstanceForGetClawInstanceOutput) SetA2AInnerEndpoint ¶ added in v1.2.35
func (s *ClawInstanceForGetClawInstanceOutput) SetA2AInnerEndpoint(v string) *ClawInstanceForGetClawInstanceOutput
SetA2AInnerEndpoint sets the A2AInnerEndpoint field's value.
func (*ClawInstanceForGetClawInstanceOutput) SetApplicationVersion ¶ added in v1.2.35
func (s *ClawInstanceForGetClawInstanceOutput) SetApplicationVersion(v string) *ClawInstanceForGetClawInstanceOutput
SetApplicationVersion sets the ApplicationVersion field's value.
func (*ClawInstanceForGetClawInstanceOutput) SetAuthInfo ¶ added in v1.2.35
func (s *ClawInstanceForGetClawInstanceOutput) SetAuthInfo(v string) *ClawInstanceForGetClawInstanceOutput
SetAuthInfo sets the AuthInfo field's value.
func (*ClawInstanceForGetClawInstanceOutput) SetAuthType ¶ added in v1.2.35
func (s *ClawInstanceForGetClawInstanceOutput) SetAuthType(v string) *ClawInstanceForGetClawInstanceOutput
SetAuthType sets the AuthType field's value.
func (*ClawInstanceForGetClawInstanceOutput) SetAutoBackupEnabled ¶ added in v1.2.35
func (s *ClawInstanceForGetClawInstanceOutput) SetAutoBackupEnabled(v bool) *ClawInstanceForGetClawInstanceOutput
SetAutoBackupEnabled sets the AutoBackupEnabled field's value.
func (*ClawInstanceForGetClawInstanceOutput) SetAutoRenew ¶ added in v1.2.35
func (s *ClawInstanceForGetClawInstanceOutput) SetAutoRenew(v bool) *ClawInstanceForGetClawInstanceOutput
SetAutoRenew sets the AutoRenew field's value.
func (*ClawInstanceForGetClawInstanceOutput) SetBillingType ¶ added in v1.2.35
func (s *ClawInstanceForGetClawInstanceOutput) SetBillingType(v string) *ClawInstanceForGetClawInstanceOutput
SetBillingType sets the BillingType field's value.
func (*ClawInstanceForGetClawInstanceOutput) SetClawInstanceId ¶ added in v1.2.35
func (s *ClawInstanceForGetClawInstanceOutput) SetClawInstanceId(v string) *ClawInstanceForGetClawInstanceOutput
SetClawInstanceId sets the ClawInstanceId field's value.
func (*ClawInstanceForGetClawInstanceOutput) SetClawInstanceType ¶ added in v1.2.35
func (s *ClawInstanceForGetClawInstanceOutput) SetClawInstanceType(v string) *ClawInstanceForGetClawInstanceOutput
SetClawInstanceType sets the ClawInstanceType field's value.
func (*ClawInstanceForGetClawInstanceOutput) SetCreatedAt ¶ added in v1.2.35
func (s *ClawInstanceForGetClawInstanceOutput) SetCreatedAt(v string) *ClawInstanceForGetClawInstanceOutput
SetCreatedAt sets the CreatedAt field's value.
func (*ClawInstanceForGetClawInstanceOutput) SetDepartments ¶ added in v1.2.35
func (s *ClawInstanceForGetClawInstanceOutput) SetDepartments(v []*DepartmentForGetClawInstanceOutput) *ClawInstanceForGetClawInstanceOutput
SetDepartments sets the Departments field's value.
func (*ClawInstanceForGetClawInstanceOutput) SetDescription ¶ added in v1.2.35
func (s *ClawInstanceForGetClawInstanceOutput) SetDescription(v string) *ClawInstanceForGetClawInstanceOutput
SetDescription sets the Description field's value.
func (*ClawInstanceForGetClawInstanceOutput) SetEcsIp ¶ added in v1.2.35
func (s *ClawInstanceForGetClawInstanceOutput) SetEcsIp(v string) *ClawInstanceForGetClawInstanceOutput
SetEcsIp sets the EcsIp field's value.
func (*ClawInstanceForGetClawInstanceOutput) SetEmail ¶ added in v1.2.35
func (s *ClawInstanceForGetClawInstanceOutput) SetEmail(v string) *ClawInstanceForGetClawInstanceOutput
SetEmail sets the Email field's value.
func (*ClawInstanceForGetClawInstanceOutput) SetEndpoint ¶ added in v1.2.35
func (s *ClawInstanceForGetClawInstanceOutput) SetEndpoint(v string) *ClawInstanceForGetClawInstanceOutput
SetEndpoint sets the Endpoint field's value.
func (*ClawInstanceForGetClawInstanceOutput) SetExpireTime ¶ added in v1.2.35
func (s *ClawInstanceForGetClawInstanceOutput) SetExpireTime(v string) *ClawInstanceForGetClawInstanceOutput
SetExpireTime sets the ExpireTime field's value.
func (*ClawInstanceForGetClawInstanceOutput) SetExtraInfo ¶ added in v1.2.35
func (s *ClawInstanceForGetClawInstanceOutput) SetExtraInfo(v string) *ClawInstanceForGetClawInstanceOutput
SetExtraInfo sets the ExtraInfo field's value.
func (*ClawInstanceForGetClawInstanceOutput) SetInUpgradeJob ¶ added in v1.2.35
func (s *ClawInstanceForGetClawInstanceOutput) SetInUpgradeJob(v bool) *ClawInstanceForGetClawInstanceOutput
SetInUpgradeJob sets the InUpgradeJob field's value.
func (*ClawInstanceForGetClawInstanceOutput) SetInboundAuthorizerConfiguration ¶ added in v1.2.35
func (s *ClawInstanceForGetClawInstanceOutput) SetInboundAuthorizerConfiguration(v *InboundAuthorizerConfigurationForGetClawInstanceOutput) *ClawInstanceForGetClawInstanceOutput
SetInboundAuthorizerConfiguration sets the InboundAuthorizerConfiguration field's value.
func (*ClawInstanceForGetClawInstanceOutput) SetModelAccessPointId ¶ added in v1.2.35
func (s *ClawInstanceForGetClawInstanceOutput) SetModelAccessPointId(v string) *ClawInstanceForGetClawInstanceOutput
SetModelAccessPointId sets the ModelAccessPointId field's value.
func (*ClawInstanceForGetClawInstanceOutput) SetModelName ¶ added in v1.2.35
func (s *ClawInstanceForGetClawInstanceOutput) SetModelName(v string) *ClawInstanceForGetClawInstanceOutput
SetModelName sets the ModelName field's value.
func (*ClawInstanceForGetClawInstanceOutput) SetModelSource ¶ added in v1.2.35
func (s *ClawInstanceForGetClawInstanceOutput) SetModelSource(v string) *ClawInstanceForGetClawInstanceOutput
SetModelSource sets the ModelSource field's value.
func (*ClawInstanceForGetClawInstanceOutput) SetName ¶ added in v1.2.35
func (s *ClawInstanceForGetClawInstanceOutput) SetName(v string) *ClawInstanceForGetClawInstanceOutput
SetName sets the Name field's value.
func (*ClawInstanceForGetClawInstanceOutput) SetNotifyChannels ¶ added in v1.2.35
func (s *ClawInstanceForGetClawInstanceOutput) SetNotifyChannels(v []*string) *ClawInstanceForGetClawInstanceOutput
SetNotifyChannels sets the NotifyChannels field's value.
func (*ClawInstanceForGetClawInstanceOutput) SetNotifyType ¶ added in v1.2.35
func (s *ClawInstanceForGetClawInstanceOutput) SetNotifyType(v string) *ClawInstanceForGetClawInstanceOutput
SetNotifyType sets the NotifyType field's value.
func (*ClawInstanceForGetClawInstanceOutput) SetObservationDataMasking ¶ added in v1.2.35
func (s *ClawInstanceForGetClawInstanceOutput) SetObservationDataMasking(v string) *ClawInstanceForGetClawInstanceOutput
SetObservationDataMasking sets the ObservationDataMasking field's value.
func (*ClawInstanceForGetClawInstanceOutput) SetProjectName ¶ added in v1.2.35
func (s *ClawInstanceForGetClawInstanceOutput) SetProjectName(v string) *ClawInstanceForGetClawInstanceOutput
SetProjectName sets the ProjectName field's value.
func (*ClawInstanceForGetClawInstanceOutput) SetRecycledAt ¶ added in v1.2.35
func (s *ClawInstanceForGetClawInstanceOutput) SetRecycledAt(v string) *ClawInstanceForGetClawInstanceOutput
SetRecycledAt sets the RecycledAt field's value.
func (*ClawInstanceForGetClawInstanceOutput) SetRemainingDays ¶ added in v1.2.35
func (s *ClawInstanceForGetClawInstanceOutput) SetRemainingDays(v int32) *ClawInstanceForGetClawInstanceOutput
SetRemainingDays sets the RemainingDays field's value.
func (*ClawInstanceForGetClawInstanceOutput) SetSnapshotHour ¶ added in v1.2.35
func (s *ClawInstanceForGetClawInstanceOutput) SetSnapshotHour(v string) *ClawInstanceForGetClawInstanceOutput
SetSnapshotHour sets the SnapshotHour field's value.
func (*ClawInstanceForGetClawInstanceOutput) SetSnapshotInfo ¶ added in v1.2.35
func (s *ClawInstanceForGetClawInstanceOutput) SetSnapshotInfo(v *SnapshotInfoForGetClawInstanceOutput) *ClawInstanceForGetClawInstanceOutput
SetSnapshotInfo sets the SnapshotInfo field's value.
func (*ClawInstanceForGetClawInstanceOutput) SetSoul ¶ added in v1.2.35
func (s *ClawInstanceForGetClawInstanceOutput) SetSoul(v string) *ClawInstanceForGetClawInstanceOutput
SetSoul sets the Soul field's value.
func (*ClawInstanceForGetClawInstanceOutput) SetSpaceId ¶ added in v1.2.35
func (s *ClawInstanceForGetClawInstanceOutput) SetSpaceId(v string) *ClawInstanceForGetClawInstanceOutput
SetSpaceId sets the SpaceId field's value.
func (*ClawInstanceForGetClawInstanceOutput) SetSpec ¶ added in v1.2.35
func (s *ClawInstanceForGetClawInstanceOutput) SetSpec(v string) *ClawInstanceForGetClawInstanceOutput
SetSpec sets the Spec field's value.
func (*ClawInstanceForGetClawInstanceOutput) SetSsoProvider ¶ added in v1.2.35
func (s *ClawInstanceForGetClawInstanceOutput) SetSsoProvider(v string) *ClawInstanceForGetClawInstanceOutput
SetSsoProvider sets the SsoProvider field's value.
func (*ClawInstanceForGetClawInstanceOutput) SetStatus ¶ added in v1.2.35
func (s *ClawInstanceForGetClawInstanceOutput) SetStatus(v string) *ClawInstanceForGetClawInstanceOutput
SetStatus sets the Status field's value.
func (*ClawInstanceForGetClawInstanceOutput) SetSupportVnc ¶ added in v1.2.35
func (s *ClawInstanceForGetClawInstanceOutput) SetSupportVnc(v bool) *ClawInstanceForGetClawInstanceOutput
SetSupportVnc sets the SupportVnc field's value.
func (*ClawInstanceForGetClawInstanceOutput) SetTags ¶ added in v1.2.35
func (s *ClawInstanceForGetClawInstanceOutput) SetTags(v []*TagForGetClawInstanceOutput) *ClawInstanceForGetClawInstanceOutput
SetTags sets the Tags field's value.
func (*ClawInstanceForGetClawInstanceOutput) SetTeamId ¶ added in v1.2.35
func (s *ClawInstanceForGetClawInstanceOutput) SetTeamId(v string) *ClawInstanceForGetClawInstanceOutput
SetTeamId sets the TeamId field's value.
func (*ClawInstanceForGetClawInstanceOutput) SetUnionId ¶ added in v1.2.35
func (s *ClawInstanceForGetClawInstanceOutput) SetUnionId(v string) *ClawInstanceForGetClawInstanceOutput
SetUnionId sets the UnionId field's value.
func (*ClawInstanceForGetClawInstanceOutput) SetUpdatedAt ¶ added in v1.2.35
func (s *ClawInstanceForGetClawInstanceOutput) SetUpdatedAt(v string) *ClawInstanceForGetClawInstanceOutput
SetUpdatedAt sets the UpdatedAt field's value.
func (*ClawInstanceForGetClawInstanceOutput) SetUserId ¶ added in v1.2.35
func (s *ClawInstanceForGetClawInstanceOutput) SetUserId(v string) *ClawInstanceForGetClawInstanceOutput
SetUserId sets the UserId field's value.
func (*ClawInstanceForGetClawInstanceOutput) SetUserInfo ¶ added in v1.2.35
func (s *ClawInstanceForGetClawInstanceOutput) SetUserInfo(v *UserInfoForGetClawInstanceOutput) *ClawInstanceForGetClawInstanceOutput
SetUserInfo sets the UserInfo field's value.
func (*ClawInstanceForGetClawInstanceOutput) SetUserPoolUserUid ¶ added in v1.2.35
func (s *ClawInstanceForGetClawInstanceOutput) SetUserPoolUserUid(v string) *ClawInstanceForGetClawInstanceOutput
SetUserPoolUserUid sets the UserPoolUserUid field's value.
func (ClawInstanceForGetClawInstanceOutput) String ¶ added in v1.2.35
func (s ClawInstanceForGetClawInstanceOutput) String() string
String returns the string representation
type ClawInstanceForListClawInstancesOutput ¶ added in v1.2.35
type ClawInstanceForListClawInstancesOutput struct {
A2AEndpoint *string `type:"string"`
A2AInnerEndpoint *string `type:"string"`
ApplicationVersion *string `type:"string"`
AutoBackupEnabled *bool `type:"boolean"`
AutoRenew *bool `type:"boolean"`
BillingType *string `type:"string"`
ClawInstanceId *string `type:"string"`
ClawInstanceType *string `type:"string"`
CreatedAt *string `type:"string"`
Departments []*DepartmentForListClawInstancesOutput `type:"list"`
Description *string `type:"string"`
EcsId *string `type:"string"`
EcsIp *string `type:"string"`
Email *string `type:"string"`
Endpoint *string `type:"string"`
ExpireTime *string `type:"string"`
ExtraInfo *string `type:"string"`
InUpgradeJob *bool `type:"boolean"`
InboundAuthorizerConfiguration *InboundAuthorizerConfigurationForListClawInstancesOutput `type:"structure"`
ModelAccessPointId *string `type:"string"`
ModelName *string `type:"string"`
ModelSource *string `type:"string"`
Name *string `type:"string"`
NotifyChannels []*string `type:"list"`
NotifyType *string `type:"string"`
ObservationDataMasking *string `type:"string"`
ProjectName *string `type:"string"`
RecycledAt *string `type:"string"`
RemainingDays *int32 `type:"int32"`
SnapshotHour *string `type:"string"`
Soul *string `type:"string"`
SpaceId *string `type:"string"`
Spec *string `type:"string"`
SsoProvider *string `type:"string"`
Status *string `type:"string"`
SupportVnc *bool `type:"boolean"`
Tags []*TagForListClawInstancesOutput `type:"list"`
TeamId *string `type:"string"`
UnionId *string `type:"string"`
UpdatedAt *string `type:"string"`
UserId *string `type:"string"`
UserInfo *UserInfoForListClawInstancesOutput `type:"structure"`
UserPoolUserUid *string `type:"string"`
// contains filtered or unexported fields
}
func (ClawInstanceForListClawInstancesOutput) GoString ¶ added in v1.2.35
func (s ClawInstanceForListClawInstancesOutput) GoString() string
GoString returns the string representation
func (*ClawInstanceForListClawInstancesOutput) SetA2AEndpoint ¶ added in v1.2.35
func (s *ClawInstanceForListClawInstancesOutput) SetA2AEndpoint(v string) *ClawInstanceForListClawInstancesOutput
SetA2AEndpoint sets the A2AEndpoint field's value.
func (*ClawInstanceForListClawInstancesOutput) SetA2AInnerEndpoint ¶ added in v1.2.35
func (s *ClawInstanceForListClawInstancesOutput) SetA2AInnerEndpoint(v string) *ClawInstanceForListClawInstancesOutput
SetA2AInnerEndpoint sets the A2AInnerEndpoint field's value.
func (*ClawInstanceForListClawInstancesOutput) SetApplicationVersion ¶ added in v1.2.35
func (s *ClawInstanceForListClawInstancesOutput) SetApplicationVersion(v string) *ClawInstanceForListClawInstancesOutput
SetApplicationVersion sets the ApplicationVersion field's value.
func (*ClawInstanceForListClawInstancesOutput) SetAutoBackupEnabled ¶ added in v1.2.35
func (s *ClawInstanceForListClawInstancesOutput) SetAutoBackupEnabled(v bool) *ClawInstanceForListClawInstancesOutput
SetAutoBackupEnabled sets the AutoBackupEnabled field's value.
func (*ClawInstanceForListClawInstancesOutput) SetAutoRenew ¶ added in v1.2.35
func (s *ClawInstanceForListClawInstancesOutput) SetAutoRenew(v bool) *ClawInstanceForListClawInstancesOutput
SetAutoRenew sets the AutoRenew field's value.
func (*ClawInstanceForListClawInstancesOutput) SetBillingType ¶ added in v1.2.35
func (s *ClawInstanceForListClawInstancesOutput) SetBillingType(v string) *ClawInstanceForListClawInstancesOutput
SetBillingType sets the BillingType field's value.
func (*ClawInstanceForListClawInstancesOutput) SetClawInstanceId ¶ added in v1.2.35
func (s *ClawInstanceForListClawInstancesOutput) SetClawInstanceId(v string) *ClawInstanceForListClawInstancesOutput
SetClawInstanceId sets the ClawInstanceId field's value.
func (*ClawInstanceForListClawInstancesOutput) SetClawInstanceType ¶ added in v1.2.35
func (s *ClawInstanceForListClawInstancesOutput) SetClawInstanceType(v string) *ClawInstanceForListClawInstancesOutput
SetClawInstanceType sets the ClawInstanceType field's value.
func (*ClawInstanceForListClawInstancesOutput) SetCreatedAt ¶ added in v1.2.35
func (s *ClawInstanceForListClawInstancesOutput) SetCreatedAt(v string) *ClawInstanceForListClawInstancesOutput
SetCreatedAt sets the CreatedAt field's value.
func (*ClawInstanceForListClawInstancesOutput) SetDepartments ¶ added in v1.2.35
func (s *ClawInstanceForListClawInstancesOutput) SetDepartments(v []*DepartmentForListClawInstancesOutput) *ClawInstanceForListClawInstancesOutput
SetDepartments sets the Departments field's value.
func (*ClawInstanceForListClawInstancesOutput) SetDescription ¶ added in v1.2.35
func (s *ClawInstanceForListClawInstancesOutput) SetDescription(v string) *ClawInstanceForListClawInstancesOutput
SetDescription sets the Description field's value.
func (*ClawInstanceForListClawInstancesOutput) SetEcsId ¶ added in v1.2.35
func (s *ClawInstanceForListClawInstancesOutput) SetEcsId(v string) *ClawInstanceForListClawInstancesOutput
SetEcsId sets the EcsId field's value.
func (*ClawInstanceForListClawInstancesOutput) SetEcsIp ¶ added in v1.2.35
func (s *ClawInstanceForListClawInstancesOutput) SetEcsIp(v string) *ClawInstanceForListClawInstancesOutput
SetEcsIp sets the EcsIp field's value.
func (*ClawInstanceForListClawInstancesOutput) SetEmail ¶ added in v1.2.35
func (s *ClawInstanceForListClawInstancesOutput) SetEmail(v string) *ClawInstanceForListClawInstancesOutput
SetEmail sets the Email field's value.
func (*ClawInstanceForListClawInstancesOutput) SetEndpoint ¶ added in v1.2.35
func (s *ClawInstanceForListClawInstancesOutput) SetEndpoint(v string) *ClawInstanceForListClawInstancesOutput
SetEndpoint sets the Endpoint field's value.
func (*ClawInstanceForListClawInstancesOutput) SetExpireTime ¶ added in v1.2.35
func (s *ClawInstanceForListClawInstancesOutput) SetExpireTime(v string) *ClawInstanceForListClawInstancesOutput
SetExpireTime sets the ExpireTime field's value.
func (*ClawInstanceForListClawInstancesOutput) SetExtraInfo ¶ added in v1.2.35
func (s *ClawInstanceForListClawInstancesOutput) SetExtraInfo(v string) *ClawInstanceForListClawInstancesOutput
SetExtraInfo sets the ExtraInfo field's value.
func (*ClawInstanceForListClawInstancesOutput) SetInUpgradeJob ¶ added in v1.2.35
func (s *ClawInstanceForListClawInstancesOutput) SetInUpgradeJob(v bool) *ClawInstanceForListClawInstancesOutput
SetInUpgradeJob sets the InUpgradeJob field's value.
func (*ClawInstanceForListClawInstancesOutput) SetInboundAuthorizerConfiguration ¶ added in v1.2.35
func (s *ClawInstanceForListClawInstancesOutput) SetInboundAuthorizerConfiguration(v *InboundAuthorizerConfigurationForListClawInstancesOutput) *ClawInstanceForListClawInstancesOutput
SetInboundAuthorizerConfiguration sets the InboundAuthorizerConfiguration field's value.
func (*ClawInstanceForListClawInstancesOutput) SetModelAccessPointId ¶ added in v1.2.35
func (s *ClawInstanceForListClawInstancesOutput) SetModelAccessPointId(v string) *ClawInstanceForListClawInstancesOutput
SetModelAccessPointId sets the ModelAccessPointId field's value.
func (*ClawInstanceForListClawInstancesOutput) SetModelName ¶ added in v1.2.35
func (s *ClawInstanceForListClawInstancesOutput) SetModelName(v string) *ClawInstanceForListClawInstancesOutput
SetModelName sets the ModelName field's value.
func (*ClawInstanceForListClawInstancesOutput) SetModelSource ¶ added in v1.2.35
func (s *ClawInstanceForListClawInstancesOutput) SetModelSource(v string) *ClawInstanceForListClawInstancesOutput
SetModelSource sets the ModelSource field's value.
func (*ClawInstanceForListClawInstancesOutput) SetName ¶ added in v1.2.35
func (s *ClawInstanceForListClawInstancesOutput) SetName(v string) *ClawInstanceForListClawInstancesOutput
SetName sets the Name field's value.
func (*ClawInstanceForListClawInstancesOutput) SetNotifyChannels ¶ added in v1.2.35
func (s *ClawInstanceForListClawInstancesOutput) SetNotifyChannels(v []*string) *ClawInstanceForListClawInstancesOutput
SetNotifyChannels sets the NotifyChannels field's value.
func (*ClawInstanceForListClawInstancesOutput) SetNotifyType ¶ added in v1.2.35
func (s *ClawInstanceForListClawInstancesOutput) SetNotifyType(v string) *ClawInstanceForListClawInstancesOutput
SetNotifyType sets the NotifyType field's value.
func (*ClawInstanceForListClawInstancesOutput) SetObservationDataMasking ¶ added in v1.2.35
func (s *ClawInstanceForListClawInstancesOutput) SetObservationDataMasking(v string) *ClawInstanceForListClawInstancesOutput
SetObservationDataMasking sets the ObservationDataMasking field's value.
func (*ClawInstanceForListClawInstancesOutput) SetProjectName ¶ added in v1.2.35
func (s *ClawInstanceForListClawInstancesOutput) SetProjectName(v string) *ClawInstanceForListClawInstancesOutput
SetProjectName sets the ProjectName field's value.
func (*ClawInstanceForListClawInstancesOutput) SetRecycledAt ¶ added in v1.2.35
func (s *ClawInstanceForListClawInstancesOutput) SetRecycledAt(v string) *ClawInstanceForListClawInstancesOutput
SetRecycledAt sets the RecycledAt field's value.
func (*ClawInstanceForListClawInstancesOutput) SetRemainingDays ¶ added in v1.2.35
func (s *ClawInstanceForListClawInstancesOutput) SetRemainingDays(v int32) *ClawInstanceForListClawInstancesOutput
SetRemainingDays sets the RemainingDays field's value.
func (*ClawInstanceForListClawInstancesOutput) SetSnapshotHour ¶ added in v1.2.35
func (s *ClawInstanceForListClawInstancesOutput) SetSnapshotHour(v string) *ClawInstanceForListClawInstancesOutput
SetSnapshotHour sets the SnapshotHour field's value.
func (*ClawInstanceForListClawInstancesOutput) SetSoul ¶ added in v1.2.35
func (s *ClawInstanceForListClawInstancesOutput) SetSoul(v string) *ClawInstanceForListClawInstancesOutput
SetSoul sets the Soul field's value.
func (*ClawInstanceForListClawInstancesOutput) SetSpaceId ¶ added in v1.2.35
func (s *ClawInstanceForListClawInstancesOutput) SetSpaceId(v string) *ClawInstanceForListClawInstancesOutput
SetSpaceId sets the SpaceId field's value.
func (*ClawInstanceForListClawInstancesOutput) SetSpec ¶ added in v1.2.35
func (s *ClawInstanceForListClawInstancesOutput) SetSpec(v string) *ClawInstanceForListClawInstancesOutput
SetSpec sets the Spec field's value.
func (*ClawInstanceForListClawInstancesOutput) SetSsoProvider ¶ added in v1.2.35
func (s *ClawInstanceForListClawInstancesOutput) SetSsoProvider(v string) *ClawInstanceForListClawInstancesOutput
SetSsoProvider sets the SsoProvider field's value.
func (*ClawInstanceForListClawInstancesOutput) SetStatus ¶ added in v1.2.35
func (s *ClawInstanceForListClawInstancesOutput) SetStatus(v string) *ClawInstanceForListClawInstancesOutput
SetStatus sets the Status field's value.
func (*ClawInstanceForListClawInstancesOutput) SetSupportVnc ¶ added in v1.2.35
func (s *ClawInstanceForListClawInstancesOutput) SetSupportVnc(v bool) *ClawInstanceForListClawInstancesOutput
SetSupportVnc sets the SupportVnc field's value.
func (*ClawInstanceForListClawInstancesOutput) SetTags ¶ added in v1.2.35
func (s *ClawInstanceForListClawInstancesOutput) SetTags(v []*TagForListClawInstancesOutput) *ClawInstanceForListClawInstancesOutput
SetTags sets the Tags field's value.
func (*ClawInstanceForListClawInstancesOutput) SetTeamId ¶ added in v1.2.35
func (s *ClawInstanceForListClawInstancesOutput) SetTeamId(v string) *ClawInstanceForListClawInstancesOutput
SetTeamId sets the TeamId field's value.
func (*ClawInstanceForListClawInstancesOutput) SetUnionId ¶ added in v1.2.35
func (s *ClawInstanceForListClawInstancesOutput) SetUnionId(v string) *ClawInstanceForListClawInstancesOutput
SetUnionId sets the UnionId field's value.
func (*ClawInstanceForListClawInstancesOutput) SetUpdatedAt ¶ added in v1.2.35
func (s *ClawInstanceForListClawInstancesOutput) SetUpdatedAt(v string) *ClawInstanceForListClawInstancesOutput
SetUpdatedAt sets the UpdatedAt field's value.
func (*ClawInstanceForListClawInstancesOutput) SetUserId ¶ added in v1.2.35
func (s *ClawInstanceForListClawInstancesOutput) SetUserId(v string) *ClawInstanceForListClawInstancesOutput
SetUserId sets the UserId field's value.
func (*ClawInstanceForListClawInstancesOutput) SetUserInfo ¶ added in v1.2.35
func (s *ClawInstanceForListClawInstancesOutput) SetUserInfo(v *UserInfoForListClawInstancesOutput) *ClawInstanceForListClawInstancesOutput
SetUserInfo sets the UserInfo field's value.
func (*ClawInstanceForListClawInstancesOutput) SetUserPoolUserUid ¶ added in v1.2.35
func (s *ClawInstanceForListClawInstancesOutput) SetUserPoolUserUid(v string) *ClawInstanceForListClawInstancesOutput
SetUserPoolUserUid sets the UserPoolUserUid field's value.
func (ClawInstanceForListClawInstancesOutput) String ¶ added in v1.2.35
func (s ClawInstanceForListClawInstancesOutput) String() string
String returns the string representation
type ClawOmniInstanceForGetClawOmniInstanceOutput ¶
type ClawOmniInstanceForGetClawOmniInstanceOutput struct {
AgentMd *string `type:"string" json:",omitempty"`
CpuMilli *int32 `type:"int32" json:",omitempty"`
CreatedAt *string `type:"string" json:",omitempty"`
Description *string `type:"string" json:",omitempty"`
Endpoint *string `type:"string" json:",omitempty"`
ExpiredAction *string `type:"string" json:",omitempty"`
ExpiredAt *string `type:"string" json:",omitempty"`
Id *string `type:"string" json:",omitempty"`
Image *string `type:"string" json:",omitempty"`
InternalEndpoint *string `type:"string" json:",omitempty"`
MemoryMb *int32 `type:"int32" json:",omitempty"`
ModelConfig *ModelConfigForGetClawOmniInstanceOutput `type:"structure" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
OperationLock *OperationLockForGetClawOmniInstanceOutput `type:"structure" json:",omitempty"`
ProjectName *string `type:"string" json:",omitempty"`
Soul *string `type:"string" json:",omitempty"`
SpaceId *string `type:"string" json:",omitempty"`
Status *string `type:"string" json:",omitempty"`
Tags []*TagForGetClawOmniInstanceOutput `type:"list"`
TemplateId *string `type:"string" json:",omitempty"`
TokenLimitPerDay *string `type:"string" json:",omitempty"`
TokenLimitPerMin *string `type:"string" json:",omitempty"`
TokenLimitPerWeek *string `type:"string" json:",omitempty"`
TokenQuota *TokenQuotaForGetClawOmniInstanceOutput `type:"structure" json:",omitempty"`
UpdatedAt *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ClawOmniInstanceForGetClawOmniInstanceOutput) GoString ¶
func (s ClawOmniInstanceForGetClawOmniInstanceOutput) GoString() string
GoString returns the string representation
func (*ClawOmniInstanceForGetClawOmniInstanceOutput) SetAgentMd ¶ added in v1.2.35
func (s *ClawOmniInstanceForGetClawOmniInstanceOutput) SetAgentMd(v string) *ClawOmniInstanceForGetClawOmniInstanceOutput
SetAgentMd sets the AgentMd field's value.
func (*ClawOmniInstanceForGetClawOmniInstanceOutput) SetCpuMilli ¶
func (s *ClawOmniInstanceForGetClawOmniInstanceOutput) SetCpuMilli(v int32) *ClawOmniInstanceForGetClawOmniInstanceOutput
SetCpuMilli sets the CpuMilli field's value.
func (*ClawOmniInstanceForGetClawOmniInstanceOutput) SetCreatedAt ¶
func (s *ClawOmniInstanceForGetClawOmniInstanceOutput) SetCreatedAt(v string) *ClawOmniInstanceForGetClawOmniInstanceOutput
SetCreatedAt sets the CreatedAt field's value.
func (*ClawOmniInstanceForGetClawOmniInstanceOutput) SetDescription ¶
func (s *ClawOmniInstanceForGetClawOmniInstanceOutput) SetDescription(v string) *ClawOmniInstanceForGetClawOmniInstanceOutput
SetDescription sets the Description field's value.
func (*ClawOmniInstanceForGetClawOmniInstanceOutput) SetEndpoint ¶
func (s *ClawOmniInstanceForGetClawOmniInstanceOutput) SetEndpoint(v string) *ClawOmniInstanceForGetClawOmniInstanceOutput
SetEndpoint sets the Endpoint field's value.
func (*ClawOmniInstanceForGetClawOmniInstanceOutput) SetExpiredAction ¶
func (s *ClawOmniInstanceForGetClawOmniInstanceOutput) SetExpiredAction(v string) *ClawOmniInstanceForGetClawOmniInstanceOutput
SetExpiredAction sets the ExpiredAction field's value.
func (*ClawOmniInstanceForGetClawOmniInstanceOutput) SetExpiredAt ¶
func (s *ClawOmniInstanceForGetClawOmniInstanceOutput) SetExpiredAt(v string) *ClawOmniInstanceForGetClawOmniInstanceOutput
SetExpiredAt sets the ExpiredAt field's value.
func (*ClawOmniInstanceForGetClawOmniInstanceOutput) SetId ¶
func (s *ClawOmniInstanceForGetClawOmniInstanceOutput) SetId(v string) *ClawOmniInstanceForGetClawOmniInstanceOutput
SetId sets the Id field's value.
func (*ClawOmniInstanceForGetClawOmniInstanceOutput) SetImage ¶
func (s *ClawOmniInstanceForGetClawOmniInstanceOutput) SetImage(v string) *ClawOmniInstanceForGetClawOmniInstanceOutput
SetImage sets the Image field's value.
func (*ClawOmniInstanceForGetClawOmniInstanceOutput) SetInternalEndpoint ¶
func (s *ClawOmniInstanceForGetClawOmniInstanceOutput) SetInternalEndpoint(v string) *ClawOmniInstanceForGetClawOmniInstanceOutput
SetInternalEndpoint sets the InternalEndpoint field's value.
func (*ClawOmniInstanceForGetClawOmniInstanceOutput) SetMemoryMb ¶
func (s *ClawOmniInstanceForGetClawOmniInstanceOutput) SetMemoryMb(v int32) *ClawOmniInstanceForGetClawOmniInstanceOutput
SetMemoryMb sets the MemoryMb field's value.
func (*ClawOmniInstanceForGetClawOmniInstanceOutput) SetModelConfig ¶
func (s *ClawOmniInstanceForGetClawOmniInstanceOutput) SetModelConfig(v *ModelConfigForGetClawOmniInstanceOutput) *ClawOmniInstanceForGetClawOmniInstanceOutput
SetModelConfig sets the ModelConfig field's value.
func (*ClawOmniInstanceForGetClawOmniInstanceOutput) SetName ¶
func (s *ClawOmniInstanceForGetClawOmniInstanceOutput) SetName(v string) *ClawOmniInstanceForGetClawOmniInstanceOutput
SetName sets the Name field's value.
func (*ClawOmniInstanceForGetClawOmniInstanceOutput) SetOperationLock ¶ added in v1.2.48
func (s *ClawOmniInstanceForGetClawOmniInstanceOutput) SetOperationLock(v *OperationLockForGetClawOmniInstanceOutput) *ClawOmniInstanceForGetClawOmniInstanceOutput
SetOperationLock sets the OperationLock field's value.
func (*ClawOmniInstanceForGetClawOmniInstanceOutput) SetProjectName ¶
func (s *ClawOmniInstanceForGetClawOmniInstanceOutput) SetProjectName(v string) *ClawOmniInstanceForGetClawOmniInstanceOutput
SetProjectName sets the ProjectName field's value.
func (*ClawOmniInstanceForGetClawOmniInstanceOutput) SetSoul ¶
func (s *ClawOmniInstanceForGetClawOmniInstanceOutput) SetSoul(v string) *ClawOmniInstanceForGetClawOmniInstanceOutput
SetSoul sets the Soul field's value.
func (*ClawOmniInstanceForGetClawOmniInstanceOutput) SetSpaceId ¶
func (s *ClawOmniInstanceForGetClawOmniInstanceOutput) SetSpaceId(v string) *ClawOmniInstanceForGetClawOmniInstanceOutput
SetSpaceId sets the SpaceId field's value.
func (*ClawOmniInstanceForGetClawOmniInstanceOutput) SetStatus ¶
func (s *ClawOmniInstanceForGetClawOmniInstanceOutput) SetStatus(v string) *ClawOmniInstanceForGetClawOmniInstanceOutput
SetStatus sets the Status field's value.
func (*ClawOmniInstanceForGetClawOmniInstanceOutput) SetTags ¶
func (s *ClawOmniInstanceForGetClawOmniInstanceOutput) SetTags(v []*TagForGetClawOmniInstanceOutput) *ClawOmniInstanceForGetClawOmniInstanceOutput
SetTags sets the Tags field's value.
func (*ClawOmniInstanceForGetClawOmniInstanceOutput) SetTemplateId ¶ added in v1.2.27
func (s *ClawOmniInstanceForGetClawOmniInstanceOutput) SetTemplateId(v string) *ClawOmniInstanceForGetClawOmniInstanceOutput
SetTemplateId sets the TemplateId field's value.
func (*ClawOmniInstanceForGetClawOmniInstanceOutput) SetTokenLimitPerDay ¶ added in v1.2.48
func (s *ClawOmniInstanceForGetClawOmniInstanceOutput) SetTokenLimitPerDay(v string) *ClawOmniInstanceForGetClawOmniInstanceOutput
SetTokenLimitPerDay sets the TokenLimitPerDay field's value.
func (*ClawOmniInstanceForGetClawOmniInstanceOutput) SetTokenLimitPerMin ¶ added in v1.2.48
func (s *ClawOmniInstanceForGetClawOmniInstanceOutput) SetTokenLimitPerMin(v string) *ClawOmniInstanceForGetClawOmniInstanceOutput
SetTokenLimitPerMin sets the TokenLimitPerMin field's value.
func (*ClawOmniInstanceForGetClawOmniInstanceOutput) SetTokenLimitPerWeek ¶ added in v1.2.48
func (s *ClawOmniInstanceForGetClawOmniInstanceOutput) SetTokenLimitPerWeek(v string) *ClawOmniInstanceForGetClawOmniInstanceOutput
SetTokenLimitPerWeek sets the TokenLimitPerWeek field's value.
func (*ClawOmniInstanceForGetClawOmniInstanceOutput) SetTokenQuota ¶ added in v1.2.48
func (s *ClawOmniInstanceForGetClawOmniInstanceOutput) SetTokenQuota(v *TokenQuotaForGetClawOmniInstanceOutput) *ClawOmniInstanceForGetClawOmniInstanceOutput
SetTokenQuota sets the TokenQuota field's value.
func (*ClawOmniInstanceForGetClawOmniInstanceOutput) SetUpdatedAt ¶
func (s *ClawOmniInstanceForGetClawOmniInstanceOutput) SetUpdatedAt(v string) *ClawOmniInstanceForGetClawOmniInstanceOutput
SetUpdatedAt sets the UpdatedAt field's value.
func (ClawOmniInstanceForGetClawOmniInstanceOutput) String ¶
func (s ClawOmniInstanceForGetClawOmniInstanceOutput) String() string
String returns the string representation
type ClearClawOmniInstanceDevicePairedInput ¶ added in v1.2.29
type ClearClawOmniInstanceDevicePairedInput struct {
// Id is a required field
Id *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (ClearClawOmniInstanceDevicePairedInput) GoString ¶ added in v1.2.29
func (s ClearClawOmniInstanceDevicePairedInput) GoString() string
GoString returns the string representation
func (*ClearClawOmniInstanceDevicePairedInput) SetId ¶ added in v1.2.29
func (s *ClearClawOmniInstanceDevicePairedInput) SetId(v string) *ClearClawOmniInstanceDevicePairedInput
SetId sets the Id field's value.
func (ClearClawOmniInstanceDevicePairedInput) String ¶ added in v1.2.29
func (s ClearClawOmniInstanceDevicePairedInput) String() string
String returns the string representation
func (*ClearClawOmniInstanceDevicePairedInput) Validate ¶ added in v1.2.29
func (s *ClearClawOmniInstanceDevicePairedInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ClearClawOmniInstanceDevicePairedOutput ¶ added in v1.2.29
type ClearClawOmniInstanceDevicePairedOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (ClearClawOmniInstanceDevicePairedOutput) GoString ¶ added in v1.2.29
func (s ClearClawOmniInstanceDevicePairedOutput) GoString() string
GoString returns the string representation
func (ClearClawOmniInstanceDevicePairedOutput) String ¶ added in v1.2.29
func (s ClearClawOmniInstanceDevicePairedOutput) String() string
String returns the string representation
type CodingPlanSeatTypeForUpdateSpaceUserConfigsInput ¶ added in v1.2.35
type CodingPlanSeatTypeForUpdateSpaceUserConfigsInput struct {
Value *string `type:"string"`
// contains filtered or unexported fields
}
func (CodingPlanSeatTypeForUpdateSpaceUserConfigsInput) GoString ¶ added in v1.2.35
func (s CodingPlanSeatTypeForUpdateSpaceUserConfigsInput) GoString() string
GoString returns the string representation
func (*CodingPlanSeatTypeForUpdateSpaceUserConfigsInput) SetValue ¶ added in v1.2.35
func (s *CodingPlanSeatTypeForUpdateSpaceUserConfigsInput) SetValue(v string) *CodingPlanSeatTypeForUpdateSpaceUserConfigsInput
SetValue sets the Value field's value.
func (CodingPlanSeatTypeForUpdateSpaceUserConfigsInput) String ¶ added in v1.2.35
func (s CodingPlanSeatTypeForUpdateSpaceUserConfigsInput) String() string
String returns the string representation
type ConnectedAtMsForListClawOmniInstanceDeviceStatusOutput ¶ added in v1.2.29
type ConnectedAtMsForListClawOmniInstanceDeviceStatusOutput struct {
Value *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ConnectedAtMsForListClawOmniInstanceDeviceStatusOutput) GoString ¶ added in v1.2.29
func (s ConnectedAtMsForListClawOmniInstanceDeviceStatusOutput) GoString() string
GoString returns the string representation
func (*ConnectedAtMsForListClawOmniInstanceDeviceStatusOutput) SetValue ¶ added in v1.2.29
func (s *ConnectedAtMsForListClawOmniInstanceDeviceStatusOutput) SetValue(v string) *ConnectedAtMsForListClawOmniInstanceDeviceStatusOutput
SetValue sets the Value field's value.
func (ConnectedAtMsForListClawOmniInstanceDeviceStatusOutput) String ¶ added in v1.2.29
func (s ConnectedAtMsForListClawOmniInstanceDeviceStatusOutput) String() string
String returns the string representation
type CreateClawInstanceInput ¶ added in v1.2.35
type CreateClawInstanceInput struct {
AutoRenew *bool `type:"boolean" json:",omitempty"`
BillingType *string `type:"string" json:",omitempty"`
ClientToken *string `type:"string" json:",omitempty"`
Description *string `type:"string" json:",omitempty"`
DryRun *bool `type:"boolean" json:",omitempty"`
EnableHeadless *bool `type:"boolean" json:",omitempty"`
ModelApiKey *string `type:"string" json:",omitempty"`
ModelBaseUrl *string `type:"string" json:",omitempty"`
ModelName *string `type:"string" json:",omitempty"`
ModelSource *string `type:"string" json:",omitempty"`
// Name is a required field
Name *string `type:"string" json:",omitempty" required:"true"`
Period *int32 `type:"int32" json:",omitempty"`
ProjectName *string `type:"string" json:",omitempty"`
Soul *string `type:"string" json:",omitempty"`
// SpaceId is a required field
SpaceId *string `type:"string" json:",omitempty" required:"true"`
// Spec is a required field
Spec *string `type:"string" json:",omitempty" required:"true"`
TemplateId *string `type:"string" json:",omitempty"`
UserPoolUserUid *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (CreateClawInstanceInput) GoString ¶ added in v1.2.35
func (s CreateClawInstanceInput) GoString() string
GoString returns the string representation
func (*CreateClawInstanceInput) SetAutoRenew ¶ added in v1.2.35
func (s *CreateClawInstanceInput) SetAutoRenew(v bool) *CreateClawInstanceInput
SetAutoRenew sets the AutoRenew field's value.
func (*CreateClawInstanceInput) SetBillingType ¶ added in v1.2.35
func (s *CreateClawInstanceInput) SetBillingType(v string) *CreateClawInstanceInput
SetBillingType sets the BillingType field's value.
func (*CreateClawInstanceInput) SetClientToken ¶ added in v1.2.35
func (s *CreateClawInstanceInput) SetClientToken(v string) *CreateClawInstanceInput
SetClientToken sets the ClientToken field's value.
func (*CreateClawInstanceInput) SetDescription ¶ added in v1.2.35
func (s *CreateClawInstanceInput) SetDescription(v string) *CreateClawInstanceInput
SetDescription sets the Description field's value.
func (*CreateClawInstanceInput) SetDryRun ¶ added in v1.2.35
func (s *CreateClawInstanceInput) SetDryRun(v bool) *CreateClawInstanceInput
SetDryRun sets the DryRun field's value.
func (*CreateClawInstanceInput) SetEnableHeadless ¶ added in v1.2.48
func (s *CreateClawInstanceInput) SetEnableHeadless(v bool) *CreateClawInstanceInput
SetEnableHeadless sets the EnableHeadless field's value.
func (*CreateClawInstanceInput) SetModelApiKey ¶ added in v1.2.35
func (s *CreateClawInstanceInput) SetModelApiKey(v string) *CreateClawInstanceInput
SetModelApiKey sets the ModelApiKey field's value.
func (*CreateClawInstanceInput) SetModelBaseUrl ¶ added in v1.2.35
func (s *CreateClawInstanceInput) SetModelBaseUrl(v string) *CreateClawInstanceInput
SetModelBaseUrl sets the ModelBaseUrl field's value.
func (*CreateClawInstanceInput) SetModelName ¶ added in v1.2.35
func (s *CreateClawInstanceInput) SetModelName(v string) *CreateClawInstanceInput
SetModelName sets the ModelName field's value.
func (*CreateClawInstanceInput) SetModelSource ¶ added in v1.2.35
func (s *CreateClawInstanceInput) SetModelSource(v string) *CreateClawInstanceInput
SetModelSource sets the ModelSource field's value.
func (*CreateClawInstanceInput) SetName ¶ added in v1.2.35
func (s *CreateClawInstanceInput) SetName(v string) *CreateClawInstanceInput
SetName sets the Name field's value.
func (*CreateClawInstanceInput) SetPeriod ¶ added in v1.2.35
func (s *CreateClawInstanceInput) SetPeriod(v int32) *CreateClawInstanceInput
SetPeriod sets the Period field's value.
func (*CreateClawInstanceInput) SetProjectName ¶ added in v1.2.35
func (s *CreateClawInstanceInput) SetProjectName(v string) *CreateClawInstanceInput
SetProjectName sets the ProjectName field's value.
func (*CreateClawInstanceInput) SetSoul ¶ added in v1.2.35
func (s *CreateClawInstanceInput) SetSoul(v string) *CreateClawInstanceInput
SetSoul sets the Soul field's value.
func (*CreateClawInstanceInput) SetSpaceId ¶ added in v1.2.35
func (s *CreateClawInstanceInput) SetSpaceId(v string) *CreateClawInstanceInput
SetSpaceId sets the SpaceId field's value.
func (*CreateClawInstanceInput) SetSpec ¶ added in v1.2.35
func (s *CreateClawInstanceInput) SetSpec(v string) *CreateClawInstanceInput
SetSpec sets the Spec field's value.
func (*CreateClawInstanceInput) SetTemplateId ¶ added in v1.2.38
func (s *CreateClawInstanceInput) SetTemplateId(v string) *CreateClawInstanceInput
SetTemplateId sets the TemplateId field's value.
func (*CreateClawInstanceInput) SetUserPoolUserUid ¶ added in v1.2.35
func (s *CreateClawInstanceInput) SetUserPoolUserUid(v string) *CreateClawInstanceInput
SetUserPoolUserUid sets the UserPoolUserUid field's value.
func (CreateClawInstanceInput) String ¶ added in v1.2.35
func (s CreateClawInstanceInput) String() string
String returns the string representation
func (*CreateClawInstanceInput) Validate ¶ added in v1.2.35
func (s *CreateClawInstanceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateClawInstanceOutput ¶ added in v1.2.35
type CreateClawInstanceOutput struct {
Metadata *response.ResponseMetadata
ClawInstanceId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (CreateClawInstanceOutput) GoString ¶ added in v1.2.35
func (s CreateClawInstanceOutput) GoString() string
GoString returns the string representation
func (*CreateClawInstanceOutput) SetClawInstanceId ¶ added in v1.2.35
func (s *CreateClawInstanceOutput) SetClawInstanceId(v string) *CreateClawInstanceOutput
SetClawInstanceId sets the ClawInstanceId field's value.
func (CreateClawInstanceOutput) String ¶ added in v1.2.35
func (s CreateClawInstanceOutput) String() string
String returns the string representation
type CreateClawOmniAutoChannelJobInput ¶ added in v1.2.35
type CreateClawOmniAutoChannelJobInput struct {
// Channel is a required field
Channel *string `type:"string" json:",omitempty" required:"true"`
// Id is a required field
Id *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (CreateClawOmniAutoChannelJobInput) GoString ¶ added in v1.2.35
func (s CreateClawOmniAutoChannelJobInput) GoString() string
GoString returns the string representation
func (*CreateClawOmniAutoChannelJobInput) SetChannel ¶ added in v1.2.35
func (s *CreateClawOmniAutoChannelJobInput) SetChannel(v string) *CreateClawOmniAutoChannelJobInput
SetChannel sets the Channel field's value.
func (*CreateClawOmniAutoChannelJobInput) SetId ¶ added in v1.2.35
func (s *CreateClawOmniAutoChannelJobInput) SetId(v string) *CreateClawOmniAutoChannelJobInput
SetId sets the Id field's value.
func (CreateClawOmniAutoChannelJobInput) String ¶ added in v1.2.35
func (s CreateClawOmniAutoChannelJobInput) String() string
String returns the string representation
func (*CreateClawOmniAutoChannelJobInput) Validate ¶ added in v1.2.35
func (s *CreateClawOmniAutoChannelJobInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateClawOmniAutoChannelJobOutput ¶ added in v1.2.35
type CreateClawOmniAutoChannelJobOutput struct {
Metadata *response.ResponseMetadata
Channel *string `type:"string" json:",omitempty"`
JobId *string `type:"string" json:",omitempty"`
Status *string `type:"string" json:",omitempty"`
StatusCode *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (CreateClawOmniAutoChannelJobOutput) GoString ¶ added in v1.2.35
func (s CreateClawOmniAutoChannelJobOutput) GoString() string
GoString returns the string representation
func (*CreateClawOmniAutoChannelJobOutput) SetChannel ¶ added in v1.2.35
func (s *CreateClawOmniAutoChannelJobOutput) SetChannel(v string) *CreateClawOmniAutoChannelJobOutput
SetChannel sets the Channel field's value.
func (*CreateClawOmniAutoChannelJobOutput) SetJobId ¶ added in v1.2.35
func (s *CreateClawOmniAutoChannelJobOutput) SetJobId(v string) *CreateClawOmniAutoChannelJobOutput
SetJobId sets the JobId field's value.
func (*CreateClawOmniAutoChannelJobOutput) SetStatus ¶ added in v1.2.35
func (s *CreateClawOmniAutoChannelJobOutput) SetStatus(v string) *CreateClawOmniAutoChannelJobOutput
SetStatus sets the Status field's value.
func (*CreateClawOmniAutoChannelJobOutput) SetStatusCode ¶ added in v1.2.35
func (s *CreateClawOmniAutoChannelJobOutput) SetStatusCode(v string) *CreateClawOmniAutoChannelJobOutput
SetStatusCode sets the StatusCode field's value.
func (CreateClawOmniAutoChannelJobOutput) String ¶ added in v1.2.35
func (s CreateClawOmniAutoChannelJobOutput) String() string
String returns the string representation
type CreateClawOmniInstanceCommandJobInput ¶ added in v1.2.29
type CreateClawOmniInstanceCommandJobInput struct {
// ClawOmniInstanceIds is a required field
ClawOmniInstanceIds []*string `type:"list" required:"true"`
CommandContent *string `type:"string"`
Description *string `type:"string"`
EnvVars []*EnvVarForCreateClawOmniInstanceCommandJobInput `type:"list"`
ExecutionMode *string `type:"string"`
// JobName is a required field
JobName *string `type:"string" required:"true"`
LaunchTime *string `type:"string"`
MaxConcurrency *int32 `type:"int32"`
// SpaceId is a required field
SpaceId *string `type:"string" required:"true"`
TargetVersion *string `type:"string"`
// TimeoutSeconds is a required field
TimeoutSeconds *int32 `type:"int32" required:"true"`
Type *string `type:"string"`
WorkingDir *string `type:"string"`
// contains filtered or unexported fields
}
func (CreateClawOmniInstanceCommandJobInput) GoString ¶ added in v1.2.29
func (s CreateClawOmniInstanceCommandJobInput) GoString() string
GoString returns the string representation
func (*CreateClawOmniInstanceCommandJobInput) SetClawOmniInstanceIds ¶ added in v1.2.29
func (s *CreateClawOmniInstanceCommandJobInput) SetClawOmniInstanceIds(v []*string) *CreateClawOmniInstanceCommandJobInput
SetClawOmniInstanceIds sets the ClawOmniInstanceIds field's value.
func (*CreateClawOmniInstanceCommandJobInput) SetCommandContent ¶ added in v1.2.29
func (s *CreateClawOmniInstanceCommandJobInput) SetCommandContent(v string) *CreateClawOmniInstanceCommandJobInput
SetCommandContent sets the CommandContent field's value.
func (*CreateClawOmniInstanceCommandJobInput) SetDescription ¶ added in v1.2.29
func (s *CreateClawOmniInstanceCommandJobInput) SetDescription(v string) *CreateClawOmniInstanceCommandJobInput
SetDescription sets the Description field's value.
func (*CreateClawOmniInstanceCommandJobInput) SetEnvVars ¶ added in v1.2.29
func (s *CreateClawOmniInstanceCommandJobInput) SetEnvVars(v []*EnvVarForCreateClawOmniInstanceCommandJobInput) *CreateClawOmniInstanceCommandJobInput
SetEnvVars sets the EnvVars field's value.
func (*CreateClawOmniInstanceCommandJobInput) SetExecutionMode ¶ added in v1.2.29
func (s *CreateClawOmniInstanceCommandJobInput) SetExecutionMode(v string) *CreateClawOmniInstanceCommandJobInput
SetExecutionMode sets the ExecutionMode field's value.
func (*CreateClawOmniInstanceCommandJobInput) SetJobName ¶ added in v1.2.29
func (s *CreateClawOmniInstanceCommandJobInput) SetJobName(v string) *CreateClawOmniInstanceCommandJobInput
SetJobName sets the JobName field's value.
func (*CreateClawOmniInstanceCommandJobInput) SetLaunchTime ¶ added in v1.2.29
func (s *CreateClawOmniInstanceCommandJobInput) SetLaunchTime(v string) *CreateClawOmniInstanceCommandJobInput
SetLaunchTime sets the LaunchTime field's value.
func (*CreateClawOmniInstanceCommandJobInput) SetMaxConcurrency ¶ added in v1.2.29
func (s *CreateClawOmniInstanceCommandJobInput) SetMaxConcurrency(v int32) *CreateClawOmniInstanceCommandJobInput
SetMaxConcurrency sets the MaxConcurrency field's value.
func (*CreateClawOmniInstanceCommandJobInput) SetSpaceId ¶ added in v1.2.29
func (s *CreateClawOmniInstanceCommandJobInput) SetSpaceId(v string) *CreateClawOmniInstanceCommandJobInput
SetSpaceId sets the SpaceId field's value.
func (*CreateClawOmniInstanceCommandJobInput) SetTargetVersion ¶ added in v1.2.29
func (s *CreateClawOmniInstanceCommandJobInput) SetTargetVersion(v string) *CreateClawOmniInstanceCommandJobInput
SetTargetVersion sets the TargetVersion field's value.
func (*CreateClawOmniInstanceCommandJobInput) SetTimeoutSeconds ¶ added in v1.2.29
func (s *CreateClawOmniInstanceCommandJobInput) SetTimeoutSeconds(v int32) *CreateClawOmniInstanceCommandJobInput
SetTimeoutSeconds sets the TimeoutSeconds field's value.
func (*CreateClawOmniInstanceCommandJobInput) SetType ¶ added in v1.2.29
func (s *CreateClawOmniInstanceCommandJobInput) SetType(v string) *CreateClawOmniInstanceCommandJobInput
SetType sets the Type field's value.
func (*CreateClawOmniInstanceCommandJobInput) SetWorkingDir ¶ added in v1.2.29
func (s *CreateClawOmniInstanceCommandJobInput) SetWorkingDir(v string) *CreateClawOmniInstanceCommandJobInput
SetWorkingDir sets the WorkingDir field's value.
func (CreateClawOmniInstanceCommandJobInput) String ¶ added in v1.2.29
func (s CreateClawOmniInstanceCommandJobInput) String() string
String returns the string representation
func (*CreateClawOmniInstanceCommandJobInput) Validate ¶ added in v1.2.29
func (s *CreateClawOmniInstanceCommandJobInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateClawOmniInstanceCommandJobOutput ¶ added in v1.2.29
type CreateClawOmniInstanceCommandJobOutput struct {
Metadata *response.ResponseMetadata
JobId *string `type:"string"`
// contains filtered or unexported fields
}
func (CreateClawOmniInstanceCommandJobOutput) GoString ¶ added in v1.2.29
func (s CreateClawOmniInstanceCommandJobOutput) GoString() string
GoString returns the string representation
func (*CreateClawOmniInstanceCommandJobOutput) SetJobId ¶ added in v1.2.29
func (s *CreateClawOmniInstanceCommandJobOutput) SetJobId(v string) *CreateClawOmniInstanceCommandJobOutput
SetJobId sets the JobId field's value.
func (CreateClawOmniInstanceCommandJobOutput) String ¶ added in v1.2.29
func (s CreateClawOmniInstanceCommandJobOutput) String() string
String returns the string representation
type CreateClawOmniInstanceInput ¶
type CreateClawOmniInstanceInput struct {
CpuMilli *int32 `type:"int32"`
Description *string `type:"string"`
EnvVars []*EnvVarForCreateClawOmniInstanceInput `type:"list"`
ExpiredAction *string `type:"string"`
Image *string `type:"string"`
// MemoryMb is a required field
MemoryMb *int32 `type:"int32" required:"true"`
ModelConfig *ModelConfigForCreateClawOmniInstanceInput `type:"structure"`
Name *string `type:"string"`
ProjectName *string `type:"string"`
Soul *string `type:"string"`
// SpaceId is a required field
SpaceId *string `type:"string" required:"true"`
Tags []*TagForCreateClawOmniInstanceInput `type:"list"`
TemplateId *string `type:"string"`
// Timeout is a required field
Timeout *int32 `type:"int32" required:"true"`
TokenLimitPerDay *int32 `type:"int32"`
TokenLimitPerMin *int32 `type:"int32"`
TokenLimitPerWeek *int32 `type:"int32"`
// contains filtered or unexported fields
}
func (CreateClawOmniInstanceInput) GoString ¶
func (s CreateClawOmniInstanceInput) GoString() string
GoString returns the string representation
func (*CreateClawOmniInstanceInput) SetCpuMilli ¶
func (s *CreateClawOmniInstanceInput) SetCpuMilli(v int32) *CreateClawOmniInstanceInput
SetCpuMilli sets the CpuMilli field's value.
func (*CreateClawOmniInstanceInput) SetDescription ¶
func (s *CreateClawOmniInstanceInput) SetDescription(v string) *CreateClawOmniInstanceInput
SetDescription sets the Description field's value.
func (*CreateClawOmniInstanceInput) SetEnvVars ¶ added in v1.2.26
func (s *CreateClawOmniInstanceInput) SetEnvVars(v []*EnvVarForCreateClawOmniInstanceInput) *CreateClawOmniInstanceInput
SetEnvVars sets the EnvVars field's value.
func (*CreateClawOmniInstanceInput) SetExpiredAction ¶
func (s *CreateClawOmniInstanceInput) SetExpiredAction(v string) *CreateClawOmniInstanceInput
SetExpiredAction sets the ExpiredAction field's value.
func (*CreateClawOmniInstanceInput) SetImage ¶
func (s *CreateClawOmniInstanceInput) SetImage(v string) *CreateClawOmniInstanceInput
SetImage sets the Image field's value.
func (*CreateClawOmniInstanceInput) SetMemoryMb ¶
func (s *CreateClawOmniInstanceInput) SetMemoryMb(v int32) *CreateClawOmniInstanceInput
SetMemoryMb sets the MemoryMb field's value.
func (*CreateClawOmniInstanceInput) SetModelConfig ¶
func (s *CreateClawOmniInstanceInput) SetModelConfig(v *ModelConfigForCreateClawOmniInstanceInput) *CreateClawOmniInstanceInput
SetModelConfig sets the ModelConfig field's value.
func (*CreateClawOmniInstanceInput) SetName ¶
func (s *CreateClawOmniInstanceInput) SetName(v string) *CreateClawOmniInstanceInput
SetName sets the Name field's value.
func (*CreateClawOmniInstanceInput) SetProjectName ¶
func (s *CreateClawOmniInstanceInput) SetProjectName(v string) *CreateClawOmniInstanceInput
SetProjectName sets the ProjectName field's value.
func (*CreateClawOmniInstanceInput) SetSoul ¶
func (s *CreateClawOmniInstanceInput) SetSoul(v string) *CreateClawOmniInstanceInput
SetSoul sets the Soul field's value.
func (*CreateClawOmniInstanceInput) SetSpaceId ¶
func (s *CreateClawOmniInstanceInput) SetSpaceId(v string) *CreateClawOmniInstanceInput
SetSpaceId sets the SpaceId field's value.
func (*CreateClawOmniInstanceInput) SetTags ¶
func (s *CreateClawOmniInstanceInput) SetTags(v []*TagForCreateClawOmniInstanceInput) *CreateClawOmniInstanceInput
SetTags sets the Tags field's value.
func (*CreateClawOmniInstanceInput) SetTemplateId ¶ added in v1.2.27
func (s *CreateClawOmniInstanceInput) SetTemplateId(v string) *CreateClawOmniInstanceInput
SetTemplateId sets the TemplateId field's value.
func (*CreateClawOmniInstanceInput) SetTimeout ¶
func (s *CreateClawOmniInstanceInput) SetTimeout(v int32) *CreateClawOmniInstanceInput
SetTimeout sets the Timeout field's value.
func (*CreateClawOmniInstanceInput) SetTokenLimitPerDay ¶ added in v1.2.29
func (s *CreateClawOmniInstanceInput) SetTokenLimitPerDay(v int32) *CreateClawOmniInstanceInput
SetTokenLimitPerDay sets the TokenLimitPerDay field's value.
func (*CreateClawOmniInstanceInput) SetTokenLimitPerMin ¶ added in v1.2.29
func (s *CreateClawOmniInstanceInput) SetTokenLimitPerMin(v int32) *CreateClawOmniInstanceInput
SetTokenLimitPerMin sets the TokenLimitPerMin field's value.
func (*CreateClawOmniInstanceInput) SetTokenLimitPerWeek ¶ added in v1.2.29
func (s *CreateClawOmniInstanceInput) SetTokenLimitPerWeek(v int32) *CreateClawOmniInstanceInput
SetTokenLimitPerWeek sets the TokenLimitPerWeek field's value.
func (CreateClawOmniInstanceInput) String ¶
func (s CreateClawOmniInstanceInput) String() string
String returns the string representation
func (*CreateClawOmniInstanceInput) Validate ¶
func (s *CreateClawOmniInstanceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateClawOmniInstanceOutput ¶
type CreateClawOmniInstanceOutput struct {
Metadata *response.ResponseMetadata
Id *string `type:"string"`
// contains filtered or unexported fields
}
func (CreateClawOmniInstanceOutput) GoString ¶
func (s CreateClawOmniInstanceOutput) GoString() string
GoString returns the string representation
func (*CreateClawOmniInstanceOutput) SetId ¶
func (s *CreateClawOmniInstanceOutput) SetId(v string) *CreateClawOmniInstanceOutput
SetId sets the Id field's value.
func (CreateClawOmniInstanceOutput) String ¶
func (s CreateClawOmniInstanceOutput) String() string
String returns the string representation
type CreateIdentityProviderTokenExchangeInput ¶ added in v1.2.48
type CreateIdentityProviderTokenExchangeInput struct {
AllowedAudiences []*string `type:"list"`
AllowedClaimsAndValues []*AllowedClaimsAndValueForCreateIdentityProviderTokenExchangeInput `type:"list"`
AllowedClients []*string `type:"list"`
AllowedScopes []*string `type:"list"`
AttributeMappings []*AttributeMappingForCreateIdentityProviderTokenExchangeInput `type:"list"`
ClaimsPropagationConfig *ClaimsPropagationConfigForCreateIdentityProviderTokenExchangeInput `type:"structure"`
EipId *string `type:"string"`
// Enabled is a required field
Enabled *bool `type:"boolean" required:"true"`
ExternalIdentityProviderConfiguration *ExternalIdentityProviderConfigurationForCreateIdentityProviderTokenExchangeInput `type:"structure"`
// Name is a required field
Name *string `type:"string" required:"true"`
Provider *string `type:"string"`
ProviderOptions *ProviderOptionsForCreateIdentityProviderTokenExchangeInput `type:"structure"`
// ProviderType is a required field
ProviderType *string `type:"string" required:"true"`
// SpaceId is a required field
SpaceId *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
func (CreateIdentityProviderTokenExchangeInput) GoString ¶ added in v1.2.48
func (s CreateIdentityProviderTokenExchangeInput) GoString() string
GoString returns the string representation
func (*CreateIdentityProviderTokenExchangeInput) SetAllowedAudiences ¶ added in v1.2.48
func (s *CreateIdentityProviderTokenExchangeInput) SetAllowedAudiences(v []*string) *CreateIdentityProviderTokenExchangeInput
SetAllowedAudiences sets the AllowedAudiences field's value.
func (*CreateIdentityProviderTokenExchangeInput) SetAllowedClaimsAndValues ¶ added in v1.2.48
func (s *CreateIdentityProviderTokenExchangeInput) SetAllowedClaimsAndValues(v []*AllowedClaimsAndValueForCreateIdentityProviderTokenExchangeInput) *CreateIdentityProviderTokenExchangeInput
SetAllowedClaimsAndValues sets the AllowedClaimsAndValues field's value.
func (*CreateIdentityProviderTokenExchangeInput) SetAllowedClients ¶ added in v1.2.48
func (s *CreateIdentityProviderTokenExchangeInput) SetAllowedClients(v []*string) *CreateIdentityProviderTokenExchangeInput
SetAllowedClients sets the AllowedClients field's value.
func (*CreateIdentityProviderTokenExchangeInput) SetAllowedScopes ¶ added in v1.2.48
func (s *CreateIdentityProviderTokenExchangeInput) SetAllowedScopes(v []*string) *CreateIdentityProviderTokenExchangeInput
SetAllowedScopes sets the AllowedScopes field's value.
func (*CreateIdentityProviderTokenExchangeInput) SetAttributeMappings ¶ added in v1.2.48
func (s *CreateIdentityProviderTokenExchangeInput) SetAttributeMappings(v []*AttributeMappingForCreateIdentityProviderTokenExchangeInput) *CreateIdentityProviderTokenExchangeInput
SetAttributeMappings sets the AttributeMappings field's value.
func (*CreateIdentityProviderTokenExchangeInput) SetClaimsPropagationConfig ¶ added in v1.2.48
func (s *CreateIdentityProviderTokenExchangeInput) SetClaimsPropagationConfig(v *ClaimsPropagationConfigForCreateIdentityProviderTokenExchangeInput) *CreateIdentityProviderTokenExchangeInput
SetClaimsPropagationConfig sets the ClaimsPropagationConfig field's value.
func (*CreateIdentityProviderTokenExchangeInput) SetEipId ¶ added in v1.2.48
func (s *CreateIdentityProviderTokenExchangeInput) SetEipId(v string) *CreateIdentityProviderTokenExchangeInput
SetEipId sets the EipId field's value.
func (*CreateIdentityProviderTokenExchangeInput) SetEnabled ¶ added in v1.2.48
func (s *CreateIdentityProviderTokenExchangeInput) SetEnabled(v bool) *CreateIdentityProviderTokenExchangeInput
SetEnabled sets the Enabled field's value.
func (*CreateIdentityProviderTokenExchangeInput) SetExternalIdentityProviderConfiguration ¶ added in v1.2.48
func (s *CreateIdentityProviderTokenExchangeInput) SetExternalIdentityProviderConfiguration(v *ExternalIdentityProviderConfigurationForCreateIdentityProviderTokenExchangeInput) *CreateIdentityProviderTokenExchangeInput
SetExternalIdentityProviderConfiguration sets the ExternalIdentityProviderConfiguration field's value.
func (*CreateIdentityProviderTokenExchangeInput) SetName ¶ added in v1.2.48
func (s *CreateIdentityProviderTokenExchangeInput) SetName(v string) *CreateIdentityProviderTokenExchangeInput
SetName sets the Name field's value.
func (*CreateIdentityProviderTokenExchangeInput) SetProvider ¶ added in v1.2.48
func (s *CreateIdentityProviderTokenExchangeInput) SetProvider(v string) *CreateIdentityProviderTokenExchangeInput
SetProvider sets the Provider field's value.
func (*CreateIdentityProviderTokenExchangeInput) SetProviderOptions ¶ added in v1.2.48
func (s *CreateIdentityProviderTokenExchangeInput) SetProviderOptions(v *ProviderOptionsForCreateIdentityProviderTokenExchangeInput) *CreateIdentityProviderTokenExchangeInput
SetProviderOptions sets the ProviderOptions field's value.
func (*CreateIdentityProviderTokenExchangeInput) SetProviderType ¶ added in v1.2.48
func (s *CreateIdentityProviderTokenExchangeInput) SetProviderType(v string) *CreateIdentityProviderTokenExchangeInput
SetProviderType sets the ProviderType field's value.
func (*CreateIdentityProviderTokenExchangeInput) SetSpaceId ¶ added in v1.2.48
func (s *CreateIdentityProviderTokenExchangeInput) SetSpaceId(v string) *CreateIdentityProviderTokenExchangeInput
SetSpaceId sets the SpaceId field's value.
func (CreateIdentityProviderTokenExchangeInput) String ¶ added in v1.2.48
func (s CreateIdentityProviderTokenExchangeInput) String() string
String returns the string representation
func (*CreateIdentityProviderTokenExchangeInput) Validate ¶ added in v1.2.48
func (s *CreateIdentityProviderTokenExchangeInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateIdentityProviderTokenExchangeOutput ¶ added in v1.2.48
type CreateIdentityProviderTokenExchangeOutput struct {
Metadata *response.ResponseMetadata
TokenExchange *TokenExchangeForCreateIdentityProviderTokenExchangeOutput `type:"structure"`
// contains filtered or unexported fields
}
func (CreateIdentityProviderTokenExchangeOutput) GoString ¶ added in v1.2.48
func (s CreateIdentityProviderTokenExchangeOutput) GoString() string
GoString returns the string representation
func (*CreateIdentityProviderTokenExchangeOutput) SetTokenExchange ¶ added in v1.2.48
func (s *CreateIdentityProviderTokenExchangeOutput) SetTokenExchange(v *TokenExchangeForCreateIdentityProviderTokenExchangeOutput) *CreateIdentityProviderTokenExchangeOutput
SetTokenExchange sets the TokenExchange field's value.
func (CreateIdentityProviderTokenExchangeOutput) String ¶ added in v1.2.48
func (s CreateIdentityProviderTokenExchangeOutput) String() string
String returns the string representation
type CreatePrivateClawOmniSpaceTemplateInput ¶ added in v1.2.31
type CreatePrivateClawOmniSpaceTemplateInput struct {
AgentMd *string `type:"string" json:",omitempty"`
// ApplicationVersionId is a required field
ApplicationVersionId *string `type:"string" json:",omitempty" required:"true"`
// CpuMilli is a required field
CpuMilli *int32 `type:"int32" json:",omitempty" required:"true"`
DefaultModelName *string `type:"string" json:",omitempty"`
DefaultModelSource *string `type:"string" json:",omitempty"`
Description *string `type:"string" json:",omitempty"`
ImageId *string `type:"string" json:",omitempty"`
Input *string `type:"string" json:",omitempty"`
// MemoryMb is a required field
MemoryMb *int32 `type:"int32" json:",omitempty" required:"true"`
// Name is a required field
Name *string `type:"string" json:",omitempty" required:"true"`
PluginConfig *string `type:"string" json:",omitempty"`
ProjectName *string `type:"string" json:",omitempty"`
Reasoning *string `type:"string" json:",omitempty"`
SkillConfig *string `type:"string" json:",omitempty"`
// Soul is a required field
Soul *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (CreatePrivateClawOmniSpaceTemplateInput) GoString ¶ added in v1.2.31
func (s CreatePrivateClawOmniSpaceTemplateInput) GoString() string
GoString returns the string representation
func (*CreatePrivateClawOmniSpaceTemplateInput) SetAgentMd ¶ added in v1.2.31
func (s *CreatePrivateClawOmniSpaceTemplateInput) SetAgentMd(v string) *CreatePrivateClawOmniSpaceTemplateInput
SetAgentMd sets the AgentMd field's value.
func (*CreatePrivateClawOmniSpaceTemplateInput) SetApplicationVersionId ¶ added in v1.2.35
func (s *CreatePrivateClawOmniSpaceTemplateInput) SetApplicationVersionId(v string) *CreatePrivateClawOmniSpaceTemplateInput
SetApplicationVersionId sets the ApplicationVersionId field's value.
func (*CreatePrivateClawOmniSpaceTemplateInput) SetCpuMilli ¶ added in v1.2.31
func (s *CreatePrivateClawOmniSpaceTemplateInput) SetCpuMilli(v int32) *CreatePrivateClawOmniSpaceTemplateInput
SetCpuMilli sets the CpuMilli field's value.
func (*CreatePrivateClawOmniSpaceTemplateInput) SetDefaultModelName ¶ added in v1.2.31
func (s *CreatePrivateClawOmniSpaceTemplateInput) SetDefaultModelName(v string) *CreatePrivateClawOmniSpaceTemplateInput
SetDefaultModelName sets the DefaultModelName field's value.
func (*CreatePrivateClawOmniSpaceTemplateInput) SetDefaultModelSource ¶ added in v1.2.31
func (s *CreatePrivateClawOmniSpaceTemplateInput) SetDefaultModelSource(v string) *CreatePrivateClawOmniSpaceTemplateInput
SetDefaultModelSource sets the DefaultModelSource field's value.
func (*CreatePrivateClawOmniSpaceTemplateInput) SetDescription ¶ added in v1.2.31
func (s *CreatePrivateClawOmniSpaceTemplateInput) SetDescription(v string) *CreatePrivateClawOmniSpaceTemplateInput
SetDescription sets the Description field's value.
func (*CreatePrivateClawOmniSpaceTemplateInput) SetImageId ¶ added in v1.2.31
func (s *CreatePrivateClawOmniSpaceTemplateInput) SetImageId(v string) *CreatePrivateClawOmniSpaceTemplateInput
SetImageId sets the ImageId field's value.
func (*CreatePrivateClawOmniSpaceTemplateInput) SetInput ¶ added in v1.2.35
func (s *CreatePrivateClawOmniSpaceTemplateInput) SetInput(v string) *CreatePrivateClawOmniSpaceTemplateInput
SetInput sets the Input field's value.
func (*CreatePrivateClawOmniSpaceTemplateInput) SetMemoryMb ¶ added in v1.2.31
func (s *CreatePrivateClawOmniSpaceTemplateInput) SetMemoryMb(v int32) *CreatePrivateClawOmniSpaceTemplateInput
SetMemoryMb sets the MemoryMb field's value.
func (*CreatePrivateClawOmniSpaceTemplateInput) SetName ¶ added in v1.2.31
func (s *CreatePrivateClawOmniSpaceTemplateInput) SetName(v string) *CreatePrivateClawOmniSpaceTemplateInput
SetName sets the Name field's value.
func (*CreatePrivateClawOmniSpaceTemplateInput) SetPluginConfig ¶ added in v1.2.31
func (s *CreatePrivateClawOmniSpaceTemplateInput) SetPluginConfig(v string) *CreatePrivateClawOmniSpaceTemplateInput
SetPluginConfig sets the PluginConfig field's value.
func (*CreatePrivateClawOmniSpaceTemplateInput) SetProjectName ¶ added in v1.2.31
func (s *CreatePrivateClawOmniSpaceTemplateInput) SetProjectName(v string) *CreatePrivateClawOmniSpaceTemplateInput
SetProjectName sets the ProjectName field's value.
func (*CreatePrivateClawOmniSpaceTemplateInput) SetReasoning ¶ added in v1.2.35
func (s *CreatePrivateClawOmniSpaceTemplateInput) SetReasoning(v string) *CreatePrivateClawOmniSpaceTemplateInput
SetReasoning sets the Reasoning field's value.
func (*CreatePrivateClawOmniSpaceTemplateInput) SetSkillConfig ¶ added in v1.2.31
func (s *CreatePrivateClawOmniSpaceTemplateInput) SetSkillConfig(v string) *CreatePrivateClawOmniSpaceTemplateInput
SetSkillConfig sets the SkillConfig field's value.
func (*CreatePrivateClawOmniSpaceTemplateInput) SetSoul ¶ added in v1.2.31
func (s *CreatePrivateClawOmniSpaceTemplateInput) SetSoul(v string) *CreatePrivateClawOmniSpaceTemplateInput
SetSoul sets the Soul field's value.
func (CreatePrivateClawOmniSpaceTemplateInput) String ¶ added in v1.2.31
func (s CreatePrivateClawOmniSpaceTemplateInput) String() string
String returns the string representation
func (*CreatePrivateClawOmniSpaceTemplateInput) Validate ¶ added in v1.2.31
func (s *CreatePrivateClawOmniSpaceTemplateInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreatePrivateClawOmniSpaceTemplateOutput ¶ added in v1.2.31
type CreatePrivateClawOmniSpaceTemplateOutput struct {
Metadata *response.ResponseMetadata
Id *string `type:"string" json:",omitempty"`
ImageBuildStatus *string `type:"string" json:",omitempty"`
VersionId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (CreatePrivateClawOmniSpaceTemplateOutput) GoString ¶ added in v1.2.31
func (s CreatePrivateClawOmniSpaceTemplateOutput) GoString() string
GoString returns the string representation
func (*CreatePrivateClawOmniSpaceTemplateOutput) SetId ¶ added in v1.2.31
func (s *CreatePrivateClawOmniSpaceTemplateOutput) SetId(v string) *CreatePrivateClawOmniSpaceTemplateOutput
SetId sets the Id field's value.
func (*CreatePrivateClawOmniSpaceTemplateOutput) SetImageBuildStatus ¶ added in v1.2.35
func (s *CreatePrivateClawOmniSpaceTemplateOutput) SetImageBuildStatus(v string) *CreatePrivateClawOmniSpaceTemplateOutput
SetImageBuildStatus sets the ImageBuildStatus field's value.
func (*CreatePrivateClawOmniSpaceTemplateOutput) SetVersionId ¶ added in v1.2.35
func (s *CreatePrivateClawOmniSpaceTemplateOutput) SetVersionId(v string) *CreatePrivateClawOmniSpaceTemplateOutput
SetVersionId sets the VersionId field's value.
func (CreatePrivateClawOmniSpaceTemplateOutput) String ¶ added in v1.2.31
func (s CreatePrivateClawOmniSpaceTemplateOutput) String() string
String returns the string representation
type CreatePrivateEgressDnsBlockRuleInput ¶ added in v1.2.48
type CreatePrivateEgressDnsBlockRuleInput struct {
Description *string `type:"string"`
// Domains is a required field
Domains []*string `type:"list" required:"true"`
Name *string `type:"string"`
// PrivateEgressId is a required field
PrivateEgressId *string `type:"string" required:"true"`
// RequestId is a required field
RequestId *string `type:"string" required:"true"`
SourceIds []*string `type:"list"`
SourceType *string `type:"string"`
// SpaceId is a required field
SpaceId *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
func (CreatePrivateEgressDnsBlockRuleInput) GoString ¶ added in v1.2.48
func (s CreatePrivateEgressDnsBlockRuleInput) GoString() string
GoString returns the string representation
func (*CreatePrivateEgressDnsBlockRuleInput) SetDescription ¶ added in v1.2.48
func (s *CreatePrivateEgressDnsBlockRuleInput) SetDescription(v string) *CreatePrivateEgressDnsBlockRuleInput
SetDescription sets the Description field's value.
func (*CreatePrivateEgressDnsBlockRuleInput) SetDomains ¶ added in v1.2.48
func (s *CreatePrivateEgressDnsBlockRuleInput) SetDomains(v []*string) *CreatePrivateEgressDnsBlockRuleInput
SetDomains sets the Domains field's value.
func (*CreatePrivateEgressDnsBlockRuleInput) SetName ¶ added in v1.2.48
func (s *CreatePrivateEgressDnsBlockRuleInput) SetName(v string) *CreatePrivateEgressDnsBlockRuleInput
SetName sets the Name field's value.
func (*CreatePrivateEgressDnsBlockRuleInput) SetPrivateEgressId ¶ added in v1.2.48
func (s *CreatePrivateEgressDnsBlockRuleInput) SetPrivateEgressId(v string) *CreatePrivateEgressDnsBlockRuleInput
SetPrivateEgressId sets the PrivateEgressId field's value.
func (*CreatePrivateEgressDnsBlockRuleInput) SetRequestId ¶ added in v1.2.48
func (s *CreatePrivateEgressDnsBlockRuleInput) SetRequestId(v string) *CreatePrivateEgressDnsBlockRuleInput
SetRequestId sets the RequestId field's value.
func (*CreatePrivateEgressDnsBlockRuleInput) SetSourceIds ¶ added in v1.2.48
func (s *CreatePrivateEgressDnsBlockRuleInput) SetSourceIds(v []*string) *CreatePrivateEgressDnsBlockRuleInput
SetSourceIds sets the SourceIds field's value.
func (*CreatePrivateEgressDnsBlockRuleInput) SetSourceType ¶ added in v1.2.48
func (s *CreatePrivateEgressDnsBlockRuleInput) SetSourceType(v string) *CreatePrivateEgressDnsBlockRuleInput
SetSourceType sets the SourceType field's value.
func (*CreatePrivateEgressDnsBlockRuleInput) SetSpaceId ¶ added in v1.2.48
func (s *CreatePrivateEgressDnsBlockRuleInput) SetSpaceId(v string) *CreatePrivateEgressDnsBlockRuleInput
SetSpaceId sets the SpaceId field's value.
func (CreatePrivateEgressDnsBlockRuleInput) String ¶ added in v1.2.48
func (s CreatePrivateEgressDnsBlockRuleInput) String() string
String returns the string representation
func (*CreatePrivateEgressDnsBlockRuleInput) Validate ¶ added in v1.2.48
func (s *CreatePrivateEgressDnsBlockRuleInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreatePrivateEgressDnsBlockRuleOutput ¶ added in v1.2.48
type CreatePrivateEgressDnsBlockRuleOutput struct {
Metadata *response.ResponseMetadata
AsyncTaskId *string `type:"string"`
RequestId *string `type:"string"`
RuleId *string `type:"string"`
// contains filtered or unexported fields
}
func (CreatePrivateEgressDnsBlockRuleOutput) GoString ¶ added in v1.2.48
func (s CreatePrivateEgressDnsBlockRuleOutput) GoString() string
GoString returns the string representation
func (*CreatePrivateEgressDnsBlockRuleOutput) SetAsyncTaskId ¶ added in v1.2.48
func (s *CreatePrivateEgressDnsBlockRuleOutput) SetAsyncTaskId(v string) *CreatePrivateEgressDnsBlockRuleOutput
SetAsyncTaskId sets the AsyncTaskId field's value.
func (*CreatePrivateEgressDnsBlockRuleOutput) SetRequestId ¶ added in v1.2.48
func (s *CreatePrivateEgressDnsBlockRuleOutput) SetRequestId(v string) *CreatePrivateEgressDnsBlockRuleOutput
SetRequestId sets the RequestId field's value.
func (*CreatePrivateEgressDnsBlockRuleOutput) SetRuleId ¶ added in v1.2.48
func (s *CreatePrivateEgressDnsBlockRuleOutput) SetRuleId(v string) *CreatePrivateEgressDnsBlockRuleOutput
SetRuleId sets the RuleId field's value.
func (CreatePrivateEgressDnsBlockRuleOutput) String ¶ added in v1.2.48
func (s CreatePrivateEgressDnsBlockRuleOutput) String() string
String returns the string representation
type CreatePrivateEgressEndpointInput ¶ added in v1.2.48
type CreatePrivateEgressEndpointInput struct {
ClientToken *string `type:"string"`
// DestinationCidrs is a required field
DestinationCidrs []*string `type:"list" required:"true"`
// PrivateEgressId is a required field
PrivateEgressId *string `type:"string" required:"true"`
// RequestId is a required field
RequestId *string `type:"string" required:"true"`
SecurityGroupIds []*string `type:"list"`
// SpaceId is a required field
SpaceId *string `type:"string" required:"true"`
// VpcId is a required field
VpcId *string `type:"string" required:"true"`
ZoneMappings []*ZoneMappingForCreatePrivateEgressEndpointInput `type:"list"`
// contains filtered or unexported fields
}
func (CreatePrivateEgressEndpointInput) GoString ¶ added in v1.2.48
func (s CreatePrivateEgressEndpointInput) GoString() string
GoString returns the string representation
func (*CreatePrivateEgressEndpointInput) SetClientToken ¶ added in v1.2.48
func (s *CreatePrivateEgressEndpointInput) SetClientToken(v string) *CreatePrivateEgressEndpointInput
SetClientToken sets the ClientToken field's value.
func (*CreatePrivateEgressEndpointInput) SetDestinationCidrs ¶ added in v1.2.48
func (s *CreatePrivateEgressEndpointInput) SetDestinationCidrs(v []*string) *CreatePrivateEgressEndpointInput
SetDestinationCidrs sets the DestinationCidrs field's value.
func (*CreatePrivateEgressEndpointInput) SetPrivateEgressId ¶ added in v1.2.48
func (s *CreatePrivateEgressEndpointInput) SetPrivateEgressId(v string) *CreatePrivateEgressEndpointInput
SetPrivateEgressId sets the PrivateEgressId field's value.
func (*CreatePrivateEgressEndpointInput) SetRequestId ¶ added in v1.2.48
func (s *CreatePrivateEgressEndpointInput) SetRequestId(v string) *CreatePrivateEgressEndpointInput
SetRequestId sets the RequestId field's value.
func (*CreatePrivateEgressEndpointInput) SetSecurityGroupIds ¶ added in v1.2.48
func (s *CreatePrivateEgressEndpointInput) SetSecurityGroupIds(v []*string) *CreatePrivateEgressEndpointInput
SetSecurityGroupIds sets the SecurityGroupIds field's value.
func (*CreatePrivateEgressEndpointInput) SetSpaceId ¶ added in v1.2.48
func (s *CreatePrivateEgressEndpointInput) SetSpaceId(v string) *CreatePrivateEgressEndpointInput
SetSpaceId sets the SpaceId field's value.
func (*CreatePrivateEgressEndpointInput) SetVpcId ¶ added in v1.2.48
func (s *CreatePrivateEgressEndpointInput) SetVpcId(v string) *CreatePrivateEgressEndpointInput
SetVpcId sets the VpcId field's value.
func (*CreatePrivateEgressEndpointInput) SetZoneMappings ¶ added in v1.2.48
func (s *CreatePrivateEgressEndpointInput) SetZoneMappings(v []*ZoneMappingForCreatePrivateEgressEndpointInput) *CreatePrivateEgressEndpointInput
SetZoneMappings sets the ZoneMappings field's value.
func (CreatePrivateEgressEndpointInput) String ¶ added in v1.2.48
func (s CreatePrivateEgressEndpointInput) String() string
String returns the string representation
func (*CreatePrivateEgressEndpointInput) Validate ¶ added in v1.2.48
func (s *CreatePrivateEgressEndpointInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreatePrivateEgressEndpointOutput ¶ added in v1.2.48
type CreatePrivateEgressEndpointOutput struct {
Metadata *response.ResponseMetadata
AsyncTaskId *string `type:"string"`
PrivateEgressEndpointId *string `type:"string"`
RequestId *string `type:"string"`
// contains filtered or unexported fields
}
func (CreatePrivateEgressEndpointOutput) GoString ¶ added in v1.2.48
func (s CreatePrivateEgressEndpointOutput) GoString() string
GoString returns the string representation
func (*CreatePrivateEgressEndpointOutput) SetAsyncTaskId ¶ added in v1.2.48
func (s *CreatePrivateEgressEndpointOutput) SetAsyncTaskId(v string) *CreatePrivateEgressEndpointOutput
SetAsyncTaskId sets the AsyncTaskId field's value.
func (*CreatePrivateEgressEndpointOutput) SetPrivateEgressEndpointId ¶ added in v1.2.48
func (s *CreatePrivateEgressEndpointOutput) SetPrivateEgressEndpointId(v string) *CreatePrivateEgressEndpointOutput
SetPrivateEgressEndpointId sets the PrivateEgressEndpointId field's value.
func (*CreatePrivateEgressEndpointOutput) SetRequestId ¶ added in v1.2.48
func (s *CreatePrivateEgressEndpointOutput) SetRequestId(v string) *CreatePrivateEgressEndpointOutput
SetRequestId sets the RequestId field's value.
func (CreatePrivateEgressEndpointOutput) String ¶ added in v1.2.48
func (s CreatePrivateEgressEndpointOutput) String() string
String returns the string representation
type CreatePrivateEgressNetworkAccessRuleInput ¶ added in v1.2.48
type CreatePrivateEgressNetworkAccessRuleInput struct {
Description *string `type:"string"`
// DestCidrs is a required field
DestCidrs *string `type:"string" required:"true"`
// DestinationPorts is a required field
DestinationPorts *string `type:"string" required:"true"`
Name *string `type:"string"`
// Priority is a required field
Priority *int32 `type:"int32" required:"true"`
// PrivateEgressNetworkAccessPolicyId is a required field
PrivateEgressNetworkAccessPolicyId *string `type:"string" required:"true"`
// Protocol is a required field
Protocol *string `type:"string" required:"true"`
// RequestId is a required field
RequestId *string `type:"string" required:"true"`
// RuleAction is a required field
RuleAction *string `type:"string" required:"true"`
SourceIds *string `type:"string"`
// SourceType is a required field
SourceType *string `type:"string" required:"true"`
// SpaceId is a required field
SpaceId *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
func (CreatePrivateEgressNetworkAccessRuleInput) GoString ¶ added in v1.2.48
func (s CreatePrivateEgressNetworkAccessRuleInput) GoString() string
GoString returns the string representation
func (*CreatePrivateEgressNetworkAccessRuleInput) SetDescription ¶ added in v1.2.48
func (s *CreatePrivateEgressNetworkAccessRuleInput) SetDescription(v string) *CreatePrivateEgressNetworkAccessRuleInput
SetDescription sets the Description field's value.
func (*CreatePrivateEgressNetworkAccessRuleInput) SetDestCidrs ¶ added in v1.2.48
func (s *CreatePrivateEgressNetworkAccessRuleInput) SetDestCidrs(v string) *CreatePrivateEgressNetworkAccessRuleInput
SetDestCidrs sets the DestCidrs field's value.
func (*CreatePrivateEgressNetworkAccessRuleInput) SetDestinationPorts ¶ added in v1.2.48
func (s *CreatePrivateEgressNetworkAccessRuleInput) SetDestinationPorts(v string) *CreatePrivateEgressNetworkAccessRuleInput
SetDestinationPorts sets the DestinationPorts field's value.
func (*CreatePrivateEgressNetworkAccessRuleInput) SetName ¶ added in v1.2.48
func (s *CreatePrivateEgressNetworkAccessRuleInput) SetName(v string) *CreatePrivateEgressNetworkAccessRuleInput
SetName sets the Name field's value.
func (*CreatePrivateEgressNetworkAccessRuleInput) SetPriority ¶ added in v1.2.48
func (s *CreatePrivateEgressNetworkAccessRuleInput) SetPriority(v int32) *CreatePrivateEgressNetworkAccessRuleInput
SetPriority sets the Priority field's value.
func (*CreatePrivateEgressNetworkAccessRuleInput) SetPrivateEgressNetworkAccessPolicyId ¶ added in v1.2.48
func (s *CreatePrivateEgressNetworkAccessRuleInput) SetPrivateEgressNetworkAccessPolicyId(v string) *CreatePrivateEgressNetworkAccessRuleInput
SetPrivateEgressNetworkAccessPolicyId sets the PrivateEgressNetworkAccessPolicyId field's value.
func (*CreatePrivateEgressNetworkAccessRuleInput) SetProtocol ¶ added in v1.2.48
func (s *CreatePrivateEgressNetworkAccessRuleInput) SetProtocol(v string) *CreatePrivateEgressNetworkAccessRuleInput
SetProtocol sets the Protocol field's value.
func (*CreatePrivateEgressNetworkAccessRuleInput) SetRequestId ¶ added in v1.2.48
func (s *CreatePrivateEgressNetworkAccessRuleInput) SetRequestId(v string) *CreatePrivateEgressNetworkAccessRuleInput
SetRequestId sets the RequestId field's value.
func (*CreatePrivateEgressNetworkAccessRuleInput) SetRuleAction ¶ added in v1.2.48
func (s *CreatePrivateEgressNetworkAccessRuleInput) SetRuleAction(v string) *CreatePrivateEgressNetworkAccessRuleInput
SetRuleAction sets the RuleAction field's value.
func (*CreatePrivateEgressNetworkAccessRuleInput) SetSourceIds ¶ added in v1.2.48
func (s *CreatePrivateEgressNetworkAccessRuleInput) SetSourceIds(v string) *CreatePrivateEgressNetworkAccessRuleInput
SetSourceIds sets the SourceIds field's value.
func (*CreatePrivateEgressNetworkAccessRuleInput) SetSourceType ¶ added in v1.2.48
func (s *CreatePrivateEgressNetworkAccessRuleInput) SetSourceType(v string) *CreatePrivateEgressNetworkAccessRuleInput
SetSourceType sets the SourceType field's value.
func (*CreatePrivateEgressNetworkAccessRuleInput) SetSpaceId ¶ added in v1.2.48
func (s *CreatePrivateEgressNetworkAccessRuleInput) SetSpaceId(v string) *CreatePrivateEgressNetworkAccessRuleInput
SetSpaceId sets the SpaceId field's value.
func (CreatePrivateEgressNetworkAccessRuleInput) String ¶ added in v1.2.48
func (s CreatePrivateEgressNetworkAccessRuleInput) String() string
String returns the string representation
func (*CreatePrivateEgressNetworkAccessRuleInput) Validate ¶ added in v1.2.48
func (s *CreatePrivateEgressNetworkAccessRuleInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreatePrivateEgressNetworkAccessRuleOutput ¶ added in v1.2.48
type CreatePrivateEgressNetworkAccessRuleOutput struct {
Metadata *response.ResponseMetadata
AsyncTaskId *string `type:"string"`
PrivateEgressNetworkAccessRuleId *string `type:"string"`
RequestId *string `type:"string"`
// contains filtered or unexported fields
}
func (CreatePrivateEgressNetworkAccessRuleOutput) GoString ¶ added in v1.2.48
func (s CreatePrivateEgressNetworkAccessRuleOutput) GoString() string
GoString returns the string representation
func (*CreatePrivateEgressNetworkAccessRuleOutput) SetAsyncTaskId ¶ added in v1.2.48
func (s *CreatePrivateEgressNetworkAccessRuleOutput) SetAsyncTaskId(v string) *CreatePrivateEgressNetworkAccessRuleOutput
SetAsyncTaskId sets the AsyncTaskId field's value.
func (*CreatePrivateEgressNetworkAccessRuleOutput) SetPrivateEgressNetworkAccessRuleId ¶ added in v1.2.48
func (s *CreatePrivateEgressNetworkAccessRuleOutput) SetPrivateEgressNetworkAccessRuleId(v string) *CreatePrivateEgressNetworkAccessRuleOutput
SetPrivateEgressNetworkAccessRuleId sets the PrivateEgressNetworkAccessRuleId field's value.
func (*CreatePrivateEgressNetworkAccessRuleOutput) SetRequestId ¶ added in v1.2.48
func (s *CreatePrivateEgressNetworkAccessRuleOutput) SetRequestId(v string) *CreatePrivateEgressNetworkAccessRuleOutput
SetRequestId sets the RequestId field's value.
func (CreatePrivateEgressNetworkAccessRuleOutput) String ¶ added in v1.2.48
func (s CreatePrivateEgressNetworkAccessRuleOutput) String() string
String returns the string representation
type CreatePrivateEgressWebAccessRuleInput ¶ added in v1.2.48
type CreatePrivateEgressWebAccessRuleInput struct {
Description *string `type:"string"`
DomainPatterns *string `type:"string"`
ManagedTemplateId *string `type:"string"`
Name *string `type:"string"`
// Priority is a required field
Priority *int32 `type:"int32" required:"true"`
// PrivateEgressWebAccessPolicyId is a required field
PrivateEgressWebAccessPolicyId *string `type:"string" required:"true"`
// RequestId is a required field
RequestId *string `type:"string" required:"true"`
RuleAction *string `type:"string"`
RuleType *string `type:"string"`
SourceIds *string `type:"string"`
SourceType *string `type:"string"`
// SpaceId is a required field
SpaceId *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
func (CreatePrivateEgressWebAccessRuleInput) GoString ¶ added in v1.2.48
func (s CreatePrivateEgressWebAccessRuleInput) GoString() string
GoString returns the string representation
func (*CreatePrivateEgressWebAccessRuleInput) SetDescription ¶ added in v1.2.48
func (s *CreatePrivateEgressWebAccessRuleInput) SetDescription(v string) *CreatePrivateEgressWebAccessRuleInput
SetDescription sets the Description field's value.
func (*CreatePrivateEgressWebAccessRuleInput) SetDomainPatterns ¶ added in v1.2.48
func (s *CreatePrivateEgressWebAccessRuleInput) SetDomainPatterns(v string) *CreatePrivateEgressWebAccessRuleInput
SetDomainPatterns sets the DomainPatterns field's value.
func (*CreatePrivateEgressWebAccessRuleInput) SetManagedTemplateId ¶ added in v1.2.48
func (s *CreatePrivateEgressWebAccessRuleInput) SetManagedTemplateId(v string) *CreatePrivateEgressWebAccessRuleInput
SetManagedTemplateId sets the ManagedTemplateId field's value.
func (*CreatePrivateEgressWebAccessRuleInput) SetName ¶ added in v1.2.48
func (s *CreatePrivateEgressWebAccessRuleInput) SetName(v string) *CreatePrivateEgressWebAccessRuleInput
SetName sets the Name field's value.
func (*CreatePrivateEgressWebAccessRuleInput) SetPriority ¶ added in v1.2.48
func (s *CreatePrivateEgressWebAccessRuleInput) SetPriority(v int32) *CreatePrivateEgressWebAccessRuleInput
SetPriority sets the Priority field's value.
func (*CreatePrivateEgressWebAccessRuleInput) SetPrivateEgressWebAccessPolicyId ¶ added in v1.2.48
func (s *CreatePrivateEgressWebAccessRuleInput) SetPrivateEgressWebAccessPolicyId(v string) *CreatePrivateEgressWebAccessRuleInput
SetPrivateEgressWebAccessPolicyId sets the PrivateEgressWebAccessPolicyId field's value.
func (*CreatePrivateEgressWebAccessRuleInput) SetRequestId ¶ added in v1.2.48
func (s *CreatePrivateEgressWebAccessRuleInput) SetRequestId(v string) *CreatePrivateEgressWebAccessRuleInput
SetRequestId sets the RequestId field's value.
func (*CreatePrivateEgressWebAccessRuleInput) SetRuleAction ¶ added in v1.2.48
func (s *CreatePrivateEgressWebAccessRuleInput) SetRuleAction(v string) *CreatePrivateEgressWebAccessRuleInput
SetRuleAction sets the RuleAction field's value.
func (*CreatePrivateEgressWebAccessRuleInput) SetRuleType ¶ added in v1.2.48
func (s *CreatePrivateEgressWebAccessRuleInput) SetRuleType(v string) *CreatePrivateEgressWebAccessRuleInput
SetRuleType sets the RuleType field's value.
func (*CreatePrivateEgressWebAccessRuleInput) SetSourceIds ¶ added in v1.2.48
func (s *CreatePrivateEgressWebAccessRuleInput) SetSourceIds(v string) *CreatePrivateEgressWebAccessRuleInput
SetSourceIds sets the SourceIds field's value.
func (*CreatePrivateEgressWebAccessRuleInput) SetSourceType ¶ added in v1.2.48
func (s *CreatePrivateEgressWebAccessRuleInput) SetSourceType(v string) *CreatePrivateEgressWebAccessRuleInput
SetSourceType sets the SourceType field's value.
func (*CreatePrivateEgressWebAccessRuleInput) SetSpaceId ¶ added in v1.2.48
func (s *CreatePrivateEgressWebAccessRuleInput) SetSpaceId(v string) *CreatePrivateEgressWebAccessRuleInput
SetSpaceId sets the SpaceId field's value.
func (CreatePrivateEgressWebAccessRuleInput) String ¶ added in v1.2.48
func (s CreatePrivateEgressWebAccessRuleInput) String() string
String returns the string representation
func (*CreatePrivateEgressWebAccessRuleInput) Validate ¶ added in v1.2.48
func (s *CreatePrivateEgressWebAccessRuleInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreatePrivateEgressWebAccessRuleOutput ¶ added in v1.2.48
type CreatePrivateEgressWebAccessRuleOutput struct {
Metadata *response.ResponseMetadata
AsyncTaskId *string `type:"string"`
PrivateEgressWebAccessRuleId *string `type:"string"`
RequestId *string `type:"string"`
// contains filtered or unexported fields
}
func (CreatePrivateEgressWebAccessRuleOutput) GoString ¶ added in v1.2.48
func (s CreatePrivateEgressWebAccessRuleOutput) GoString() string
GoString returns the string representation
func (*CreatePrivateEgressWebAccessRuleOutput) SetAsyncTaskId ¶ added in v1.2.48
func (s *CreatePrivateEgressWebAccessRuleOutput) SetAsyncTaskId(v string) *CreatePrivateEgressWebAccessRuleOutput
SetAsyncTaskId sets the AsyncTaskId field's value.
func (*CreatePrivateEgressWebAccessRuleOutput) SetPrivateEgressWebAccessRuleId ¶ added in v1.2.48
func (s *CreatePrivateEgressWebAccessRuleOutput) SetPrivateEgressWebAccessRuleId(v string) *CreatePrivateEgressWebAccessRuleOutput
SetPrivateEgressWebAccessRuleId sets the PrivateEgressWebAccessRuleId field's value.
func (*CreatePrivateEgressWebAccessRuleOutput) SetRequestId ¶ added in v1.2.48
func (s *CreatePrivateEgressWebAccessRuleOutput) SetRequestId(v string) *CreatePrivateEgressWebAccessRuleOutput
SetRequestId sets the RequestId field's value.
func (CreatePrivateEgressWebAccessRuleOutput) String ¶ added in v1.2.48
func (s CreatePrivateEgressWebAccessRuleOutput) String() string
String returns the string representation
type CreateScheduledJobInput ¶ added in v1.2.38
type CreateScheduledJobInput struct {
// InstanceId is a required field
InstanceId *string `type:"string" json:",omitempty" required:"true"`
// Instructions is a required field
Instructions *string `type:"string" json:",omitempty" required:"true"`
// Name is a required field
Name *string `type:"string" json:",omitempty" required:"true"`
ProjectName *string `type:"string" json:",omitempty"`
ResultDeliveryChannel *string `type:"string" json:"ResultDelivery.Channel,omitempty"`
ResultDeliveryChatId *string `type:"string" json:"ResultDelivery.ChatId,omitempty"`
ResultDeliveryTarget *string `type:"string" json:"ResultDelivery.Target,omitempty"`
// ScheduleExpr is a required field
ScheduleExpr *string `type:"string" json:",omitempty" required:"true"`
ScheduleType *string `type:"string" json:",omitempty"`
// SpaceId is a required field
SpaceId *string `type:"string" json:",omitempty" required:"true"`
TimeoutMinutes *int32 `type:"int32" json:",omitempty"`
Timezone *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (CreateScheduledJobInput) GoString ¶ added in v1.2.38
func (s CreateScheduledJobInput) GoString() string
GoString returns the string representation
func (*CreateScheduledJobInput) SetInstanceId ¶ added in v1.2.38
func (s *CreateScheduledJobInput) SetInstanceId(v string) *CreateScheduledJobInput
SetInstanceId sets the InstanceId field's value.
func (*CreateScheduledJobInput) SetInstructions ¶ added in v1.2.38
func (s *CreateScheduledJobInput) SetInstructions(v string) *CreateScheduledJobInput
SetInstructions sets the Instructions field's value.
func (*CreateScheduledJobInput) SetName ¶ added in v1.2.38
func (s *CreateScheduledJobInput) SetName(v string) *CreateScheduledJobInput
SetName sets the Name field's value.
func (*CreateScheduledJobInput) SetProjectName ¶ added in v1.2.38
func (s *CreateScheduledJobInput) SetProjectName(v string) *CreateScheduledJobInput
SetProjectName sets the ProjectName field's value.
func (*CreateScheduledJobInput) SetResultDeliveryChannel ¶ added in v1.2.48
func (s *CreateScheduledJobInput) SetResultDeliveryChannel(v string) *CreateScheduledJobInput
SetResultDeliveryChannel sets the ResultDeliveryChannel field's value.
func (*CreateScheduledJobInput) SetResultDeliveryChatId ¶ added in v1.2.48
func (s *CreateScheduledJobInput) SetResultDeliveryChatId(v string) *CreateScheduledJobInput
SetResultDeliveryChatId sets the ResultDeliveryChatId field's value.
func (*CreateScheduledJobInput) SetResultDeliveryTarget ¶ added in v1.2.48
func (s *CreateScheduledJobInput) SetResultDeliveryTarget(v string) *CreateScheduledJobInput
SetResultDeliveryTarget sets the ResultDeliveryTarget field's value.
func (*CreateScheduledJobInput) SetScheduleExpr ¶ added in v1.2.38
func (s *CreateScheduledJobInput) SetScheduleExpr(v string) *CreateScheduledJobInput
SetScheduleExpr sets the ScheduleExpr field's value.
func (*CreateScheduledJobInput) SetScheduleType ¶ added in v1.2.38
func (s *CreateScheduledJobInput) SetScheduleType(v string) *CreateScheduledJobInput
SetScheduleType sets the ScheduleType field's value.
func (*CreateScheduledJobInput) SetSpaceId ¶ added in v1.2.38
func (s *CreateScheduledJobInput) SetSpaceId(v string) *CreateScheduledJobInput
SetSpaceId sets the SpaceId field's value.
func (*CreateScheduledJobInput) SetTimeoutMinutes ¶ added in v1.2.38
func (s *CreateScheduledJobInput) SetTimeoutMinutes(v int32) *CreateScheduledJobInput
SetTimeoutMinutes sets the TimeoutMinutes field's value.
func (*CreateScheduledJobInput) SetTimezone ¶ added in v1.2.38
func (s *CreateScheduledJobInput) SetTimezone(v string) *CreateScheduledJobInput
SetTimezone sets the Timezone field's value.
func (CreateScheduledJobInput) String ¶ added in v1.2.38
func (s CreateScheduledJobInput) String() string
String returns the string representation
func (*CreateScheduledJobInput) Validate ¶ added in v1.2.38
func (s *CreateScheduledJobInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateScheduledJobOutput ¶ added in v1.2.38
type CreateScheduledJobOutput struct {
Metadata *response.ResponseMetadata
JobId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (CreateScheduledJobOutput) GoString ¶ added in v1.2.38
func (s CreateScheduledJobOutput) GoString() string
GoString returns the string representation
func (*CreateScheduledJobOutput) SetJobId ¶ added in v1.2.38
func (s *CreateScheduledJobOutput) SetJobId(v string) *CreateScheduledJobOutput
SetJobId sets the JobId field's value.
func (CreateScheduledJobOutput) String ¶ added in v1.2.38
func (s CreateScheduledJobOutput) String() string
String returns the string representation
type CustomJwtAuthorizerForGetClawInstanceOutput ¶ added in v1.2.35
type CustomJwtAuthorizerForGetClawInstanceOutput struct {
AllowedClients []*string `type:"list"`
Discoveryurl *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (CustomJwtAuthorizerForGetClawInstanceOutput) GoString ¶ added in v1.2.35
func (s CustomJwtAuthorizerForGetClawInstanceOutput) GoString() string
GoString returns the string representation
func (*CustomJwtAuthorizerForGetClawInstanceOutput) SetAllowedClients ¶ added in v1.2.35
func (s *CustomJwtAuthorizerForGetClawInstanceOutput) SetAllowedClients(v []*string) *CustomJwtAuthorizerForGetClawInstanceOutput
SetAllowedClients sets the AllowedClients field's value.
func (*CustomJwtAuthorizerForGetClawInstanceOutput) SetDiscoveryurl ¶ added in v1.2.35
func (s *CustomJwtAuthorizerForGetClawInstanceOutput) SetDiscoveryurl(v string) *CustomJwtAuthorizerForGetClawInstanceOutput
SetDiscoveryurl sets the Discoveryurl field's value.
func (CustomJwtAuthorizerForGetClawInstanceOutput) String ¶ added in v1.2.35
func (s CustomJwtAuthorizerForGetClawInstanceOutput) String() string
String returns the string representation
type CustomJwtAuthorizerForListClawInstancesOutput ¶ added in v1.2.35
type CustomJwtAuthorizerForListClawInstancesOutput struct {
AllowedClients []*string `type:"list"`
Discoveryurl *string `type:"string"`
// contains filtered or unexported fields
}
func (CustomJwtAuthorizerForListClawInstancesOutput) GoString ¶ added in v1.2.35
func (s CustomJwtAuthorizerForListClawInstancesOutput) GoString() string
GoString returns the string representation
func (*CustomJwtAuthorizerForListClawInstancesOutput) SetAllowedClients ¶ added in v1.2.35
func (s *CustomJwtAuthorizerForListClawInstancesOutput) SetAllowedClients(v []*string) *CustomJwtAuthorizerForListClawInstancesOutput
SetAllowedClients sets the AllowedClients field's value.
func (*CustomJwtAuthorizerForListClawInstancesOutput) SetDiscoveryurl ¶ added in v1.2.35
func (s *CustomJwtAuthorizerForListClawInstancesOutput) SetDiscoveryurl(v string) *CustomJwtAuthorizerForListClawInstancesOutput
SetDiscoveryurl sets the Discoveryurl field's value.
func (CustomJwtAuthorizerForListClawInstancesOutput) String ¶ added in v1.2.35
func (s CustomJwtAuthorizerForListClawInstancesOutput) String() string
String returns the string representation
type DataForListIdentityProvidersTokenExchangeOutput ¶ added in v1.2.48
type DataForListIdentityProvidersTokenExchangeOutput struct {
AllowedAudiences []*string `type:"list"`
AllowedClaimsAndValues []*AllowedClaimsAndValueForListIdentityProvidersTokenExchangeOutput `type:"list"`
AllowedClients []*string `type:"list"`
AllowedScopes []*string `type:"list"`
AttributeMappings []*AttributeMappingForListIdentityProvidersTokenExchangeOutput `type:"list"`
ClaimsPropagationConfig *ClaimsPropagationConfigForListIdentityProvidersTokenExchangeOutput `type:"structure" json:",omitempty"`
EipRecord *EipRecordForListIdentityProvidersTokenExchangeOutput `type:"structure" json:",omitempty"`
Enabled *bool `type:"boolean" json:",omitempty"`
ExternalIdentityProviderConfiguration *ExternalIdentityProviderConfigurationForListIdentityProvidersTokenExchangeOutput `type:"structure" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
Provider *string `type:"string" json:",omitempty"`
ProviderOptions *ProviderOptionsForListIdentityProvidersTokenExchangeOutput `type:"structure" json:",omitempty"`
ProviderType *string `type:"string" json:",omitempty"`
Uid *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (DataForListIdentityProvidersTokenExchangeOutput) GoString ¶ added in v1.2.48
func (s DataForListIdentityProvidersTokenExchangeOutput) GoString() string
GoString returns the string representation
func (*DataForListIdentityProvidersTokenExchangeOutput) SetAllowedAudiences ¶ added in v1.2.48
func (s *DataForListIdentityProvidersTokenExchangeOutput) SetAllowedAudiences(v []*string) *DataForListIdentityProvidersTokenExchangeOutput
SetAllowedAudiences sets the AllowedAudiences field's value.
func (*DataForListIdentityProvidersTokenExchangeOutput) SetAllowedClaimsAndValues ¶ added in v1.2.48
func (s *DataForListIdentityProvidersTokenExchangeOutput) SetAllowedClaimsAndValues(v []*AllowedClaimsAndValueForListIdentityProvidersTokenExchangeOutput) *DataForListIdentityProvidersTokenExchangeOutput
SetAllowedClaimsAndValues sets the AllowedClaimsAndValues field's value.
func (*DataForListIdentityProvidersTokenExchangeOutput) SetAllowedClients ¶ added in v1.2.48
func (s *DataForListIdentityProvidersTokenExchangeOutput) SetAllowedClients(v []*string) *DataForListIdentityProvidersTokenExchangeOutput
SetAllowedClients sets the AllowedClients field's value.
func (*DataForListIdentityProvidersTokenExchangeOutput) SetAllowedScopes ¶ added in v1.2.48
func (s *DataForListIdentityProvidersTokenExchangeOutput) SetAllowedScopes(v []*string) *DataForListIdentityProvidersTokenExchangeOutput
SetAllowedScopes sets the AllowedScopes field's value.
func (*DataForListIdentityProvidersTokenExchangeOutput) SetAttributeMappings ¶ added in v1.2.48
func (s *DataForListIdentityProvidersTokenExchangeOutput) SetAttributeMappings(v []*AttributeMappingForListIdentityProvidersTokenExchangeOutput) *DataForListIdentityProvidersTokenExchangeOutput
SetAttributeMappings sets the AttributeMappings field's value.
func (*DataForListIdentityProvidersTokenExchangeOutput) SetClaimsPropagationConfig ¶ added in v1.2.48
func (s *DataForListIdentityProvidersTokenExchangeOutput) SetClaimsPropagationConfig(v *ClaimsPropagationConfigForListIdentityProvidersTokenExchangeOutput) *DataForListIdentityProvidersTokenExchangeOutput
SetClaimsPropagationConfig sets the ClaimsPropagationConfig field's value.
func (*DataForListIdentityProvidersTokenExchangeOutput) SetEipRecord ¶ added in v1.2.48
func (s *DataForListIdentityProvidersTokenExchangeOutput) SetEipRecord(v *EipRecordForListIdentityProvidersTokenExchangeOutput) *DataForListIdentityProvidersTokenExchangeOutput
SetEipRecord sets the EipRecord field's value.
func (*DataForListIdentityProvidersTokenExchangeOutput) SetEnabled ¶ added in v1.2.48
func (s *DataForListIdentityProvidersTokenExchangeOutput) SetEnabled(v bool) *DataForListIdentityProvidersTokenExchangeOutput
SetEnabled sets the Enabled field's value.
func (*DataForListIdentityProvidersTokenExchangeOutput) SetExternalIdentityProviderConfiguration ¶ added in v1.2.48
func (s *DataForListIdentityProvidersTokenExchangeOutput) SetExternalIdentityProviderConfiguration(v *ExternalIdentityProviderConfigurationForListIdentityProvidersTokenExchangeOutput) *DataForListIdentityProvidersTokenExchangeOutput
SetExternalIdentityProviderConfiguration sets the ExternalIdentityProviderConfiguration field's value.
func (*DataForListIdentityProvidersTokenExchangeOutput) SetName ¶ added in v1.2.48
func (s *DataForListIdentityProvidersTokenExchangeOutput) SetName(v string) *DataForListIdentityProvidersTokenExchangeOutput
SetName sets the Name field's value.
func (*DataForListIdentityProvidersTokenExchangeOutput) SetProvider ¶ added in v1.2.48
func (s *DataForListIdentityProvidersTokenExchangeOutput) SetProvider(v string) *DataForListIdentityProvidersTokenExchangeOutput
SetProvider sets the Provider field's value.
func (*DataForListIdentityProvidersTokenExchangeOutput) SetProviderOptions ¶ added in v1.2.48
func (s *DataForListIdentityProvidersTokenExchangeOutput) SetProviderOptions(v *ProviderOptionsForListIdentityProvidersTokenExchangeOutput) *DataForListIdentityProvidersTokenExchangeOutput
SetProviderOptions sets the ProviderOptions field's value.
func (*DataForListIdentityProvidersTokenExchangeOutput) SetProviderType ¶ added in v1.2.48
func (s *DataForListIdentityProvidersTokenExchangeOutput) SetProviderType(v string) *DataForListIdentityProvidersTokenExchangeOutput
SetProviderType sets the ProviderType field's value.
func (*DataForListIdentityProvidersTokenExchangeOutput) SetUid ¶ added in v1.2.48
func (s *DataForListIdentityProvidersTokenExchangeOutput) SetUid(v string) *DataForListIdentityProvidersTokenExchangeOutput
SetUid sets the Uid field's value.
func (DataForListIdentityProvidersTokenExchangeOutput) String ¶ added in v1.2.48
func (s DataForListIdentityProvidersTokenExchangeOutput) String() string
String returns the string representation
type DeleteClawInstanceInput ¶ added in v1.2.35
type DeleteClawInstanceInput struct {
// ClawInstanceId is a required field
ClawInstanceId *string `type:"string" json:",omitempty" required:"true"`
ClientToken *string `type:"string" json:",omitempty"`
DryRun *bool `type:"boolean" json:",omitempty"`
Recycle *bool `type:"boolean" json:",omitempty"`
SpaceId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (DeleteClawInstanceInput) GoString ¶ added in v1.2.35
func (s DeleteClawInstanceInput) GoString() string
GoString returns the string representation
func (*DeleteClawInstanceInput) SetClawInstanceId ¶ added in v1.2.35
func (s *DeleteClawInstanceInput) SetClawInstanceId(v string) *DeleteClawInstanceInput
SetClawInstanceId sets the ClawInstanceId field's value.
func (*DeleteClawInstanceInput) SetClientToken ¶ added in v1.2.35
func (s *DeleteClawInstanceInput) SetClientToken(v string) *DeleteClawInstanceInput
SetClientToken sets the ClientToken field's value.
func (*DeleteClawInstanceInput) SetDryRun ¶ added in v1.2.35
func (s *DeleteClawInstanceInput) SetDryRun(v bool) *DeleteClawInstanceInput
SetDryRun sets the DryRun field's value.
func (*DeleteClawInstanceInput) SetRecycle ¶ added in v1.2.35
func (s *DeleteClawInstanceInput) SetRecycle(v bool) *DeleteClawInstanceInput
SetRecycle sets the Recycle field's value.
func (*DeleteClawInstanceInput) SetSpaceId ¶ added in v1.2.35
func (s *DeleteClawInstanceInput) SetSpaceId(v string) *DeleteClawInstanceInput
SetSpaceId sets the SpaceId field's value.
func (DeleteClawInstanceInput) String ¶ added in v1.2.35
func (s DeleteClawInstanceInput) String() string
String returns the string representation
func (*DeleteClawInstanceInput) Validate ¶ added in v1.2.35
func (s *DeleteClawInstanceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteClawInstanceOutput ¶ added in v1.2.35
type DeleteClawInstanceOutput struct {
Metadata *response.ResponseMetadata
ClawInstanceId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (DeleteClawInstanceOutput) GoString ¶ added in v1.2.35
func (s DeleteClawInstanceOutput) GoString() string
GoString returns the string representation
func (*DeleteClawInstanceOutput) SetClawInstanceId ¶ added in v1.2.35
func (s *DeleteClawInstanceOutput) SetClawInstanceId(v string) *DeleteClawInstanceOutput
SetClawInstanceId sets the ClawInstanceId field's value.
func (DeleteClawInstanceOutput) String ¶ added in v1.2.35
func (s DeleteClawInstanceOutput) String() string
String returns the string representation
type DeleteClawOmniChannelInput ¶ added in v1.2.35
type DeleteClawOmniChannelInput struct {
// ChannelId is a required field
ChannelId *string `type:"string" json:",omitempty" required:"true"`
// Id is a required field
Id *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (DeleteClawOmniChannelInput) GoString ¶ added in v1.2.35
func (s DeleteClawOmniChannelInput) GoString() string
GoString returns the string representation
func (*DeleteClawOmniChannelInput) SetChannelId ¶ added in v1.2.35
func (s *DeleteClawOmniChannelInput) SetChannelId(v string) *DeleteClawOmniChannelInput
SetChannelId sets the ChannelId field's value.
func (*DeleteClawOmniChannelInput) SetId ¶ added in v1.2.35
func (s *DeleteClawOmniChannelInput) SetId(v string) *DeleteClawOmniChannelInput
SetId sets the Id field's value.
func (DeleteClawOmniChannelInput) String ¶ added in v1.2.35
func (s DeleteClawOmniChannelInput) String() string
String returns the string representation
func (*DeleteClawOmniChannelInput) Validate ¶ added in v1.2.35
func (s *DeleteClawOmniChannelInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteClawOmniChannelOutput ¶ added in v1.2.35
type DeleteClawOmniChannelOutput struct {
Metadata *response.ResponseMetadata
ChannelId *string `type:"string" json:",omitempty"`
Id *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (DeleteClawOmniChannelOutput) GoString ¶ added in v1.2.35
func (s DeleteClawOmniChannelOutput) GoString() string
GoString returns the string representation
func (*DeleteClawOmniChannelOutput) SetChannelId ¶ added in v1.2.35
func (s *DeleteClawOmniChannelOutput) SetChannelId(v string) *DeleteClawOmniChannelOutput
SetChannelId sets the ChannelId field's value.
func (*DeleteClawOmniChannelOutput) SetId ¶ added in v1.2.35
func (s *DeleteClawOmniChannelOutput) SetId(v string) *DeleteClawOmniChannelOutput
SetId sets the Id field's value.
func (DeleteClawOmniChannelOutput) String ¶ added in v1.2.35
func (s DeleteClawOmniChannelOutput) String() string
String returns the string representation
type DeleteClawOmniInstanceInput ¶
type DeleteClawOmniInstanceInput struct {
// Id is a required field
Id *string `type:"string" json:",omitempty" required:"true"`
ProjectName *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (DeleteClawOmniInstanceInput) GoString ¶
func (s DeleteClawOmniInstanceInput) GoString() string
GoString returns the string representation
func (*DeleteClawOmniInstanceInput) SetId ¶
func (s *DeleteClawOmniInstanceInput) SetId(v string) *DeleteClawOmniInstanceInput
SetId sets the Id field's value.
func (*DeleteClawOmniInstanceInput) SetProjectName ¶
func (s *DeleteClawOmniInstanceInput) SetProjectName(v string) *DeleteClawOmniInstanceInput
SetProjectName sets the ProjectName field's value.
func (DeleteClawOmniInstanceInput) String ¶
func (s DeleteClawOmniInstanceInput) String() string
String returns the string representation
func (*DeleteClawOmniInstanceInput) Validate ¶
func (s *DeleteClawOmniInstanceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteClawOmniInstanceOutput ¶
type DeleteClawOmniInstanceOutput struct {
Metadata *response.ResponseMetadata
Id *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (DeleteClawOmniInstanceOutput) GoString ¶
func (s DeleteClawOmniInstanceOutput) GoString() string
GoString returns the string representation
func (*DeleteClawOmniInstanceOutput) SetId ¶
func (s *DeleteClawOmniInstanceOutput) SetId(v string) *DeleteClawOmniInstanceOutput
SetId sets the Id field's value.
func (DeleteClawOmniInstanceOutput) String ¶
func (s DeleteClawOmniInstanceOutput) String() string
String returns the string representation
type DeleteIdentityProviderTokenExchangeInput ¶ added in v1.2.48
type DeleteIdentityProviderTokenExchangeInput struct {
// ConnectionId is a required field
ConnectionId *string `type:"string" json:",omitempty" required:"true"`
// SpaceId is a required field
SpaceId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (DeleteIdentityProviderTokenExchangeInput) GoString ¶ added in v1.2.48
func (s DeleteIdentityProviderTokenExchangeInput) GoString() string
GoString returns the string representation
func (*DeleteIdentityProviderTokenExchangeInput) SetConnectionId ¶ added in v1.2.48
func (s *DeleteIdentityProviderTokenExchangeInput) SetConnectionId(v string) *DeleteIdentityProviderTokenExchangeInput
SetConnectionId sets the ConnectionId field's value.
func (*DeleteIdentityProviderTokenExchangeInput) SetSpaceId ¶ added in v1.2.48
func (s *DeleteIdentityProviderTokenExchangeInput) SetSpaceId(v string) *DeleteIdentityProviderTokenExchangeInput
SetSpaceId sets the SpaceId field's value.
func (DeleteIdentityProviderTokenExchangeInput) String ¶ added in v1.2.48
func (s DeleteIdentityProviderTokenExchangeInput) String() string
String returns the string representation
func (*DeleteIdentityProviderTokenExchangeInput) Validate ¶ added in v1.2.48
func (s *DeleteIdentityProviderTokenExchangeInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteIdentityProviderTokenExchangeOutput ¶ added in v1.2.48
type DeleteIdentityProviderTokenExchangeOutput struct {
Metadata *response.ResponseMetadata
Result *ResultForDeleteIdentityProviderTokenExchangeOutput `type:"structure" json:",omitempty"`
// contains filtered or unexported fields
}
func (DeleteIdentityProviderTokenExchangeOutput) GoString ¶ added in v1.2.48
func (s DeleteIdentityProviderTokenExchangeOutput) GoString() string
GoString returns the string representation
func (*DeleteIdentityProviderTokenExchangeOutput) SetResult ¶ added in v1.2.48
func (s *DeleteIdentityProviderTokenExchangeOutput) SetResult(v *ResultForDeleteIdentityProviderTokenExchangeOutput) *DeleteIdentityProviderTokenExchangeOutput
SetResult sets the Result field's value.
func (DeleteIdentityProviderTokenExchangeOutput) String ¶ added in v1.2.48
func (s DeleteIdentityProviderTokenExchangeOutput) String() string
String returns the string representation
type DeletePrivateEgressDnsBlockRuleInput ¶ added in v1.2.48
type DeletePrivateEgressDnsBlockRuleInput struct {
// PrivateEgressId is a required field
PrivateEgressId *string `type:"string" required:"true"`
// RuleId is a required field
RuleId *string `type:"string" required:"true"`
// SpaceId is a required field
SpaceId *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
func (DeletePrivateEgressDnsBlockRuleInput) GoString ¶ added in v1.2.48
func (s DeletePrivateEgressDnsBlockRuleInput) GoString() string
GoString returns the string representation
func (*DeletePrivateEgressDnsBlockRuleInput) SetPrivateEgressId ¶ added in v1.2.48
func (s *DeletePrivateEgressDnsBlockRuleInput) SetPrivateEgressId(v string) *DeletePrivateEgressDnsBlockRuleInput
SetPrivateEgressId sets the PrivateEgressId field's value.
func (*DeletePrivateEgressDnsBlockRuleInput) SetRuleId ¶ added in v1.2.48
func (s *DeletePrivateEgressDnsBlockRuleInput) SetRuleId(v string) *DeletePrivateEgressDnsBlockRuleInput
SetRuleId sets the RuleId field's value.
func (*DeletePrivateEgressDnsBlockRuleInput) SetSpaceId ¶ added in v1.2.48
func (s *DeletePrivateEgressDnsBlockRuleInput) SetSpaceId(v string) *DeletePrivateEgressDnsBlockRuleInput
SetSpaceId sets the SpaceId field's value.
func (DeletePrivateEgressDnsBlockRuleInput) String ¶ added in v1.2.48
func (s DeletePrivateEgressDnsBlockRuleInput) String() string
String returns the string representation
func (*DeletePrivateEgressDnsBlockRuleInput) Validate ¶ added in v1.2.48
func (s *DeletePrivateEgressDnsBlockRuleInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeletePrivateEgressDnsBlockRuleOutput ¶ added in v1.2.48
type DeletePrivateEgressDnsBlockRuleOutput struct {
Metadata *response.ResponseMetadata
AsyncTaskId *string `type:"string"`
RequestId *string `type:"string"`
// contains filtered or unexported fields
}
func (DeletePrivateEgressDnsBlockRuleOutput) GoString ¶ added in v1.2.48
func (s DeletePrivateEgressDnsBlockRuleOutput) GoString() string
GoString returns the string representation
func (*DeletePrivateEgressDnsBlockRuleOutput) SetAsyncTaskId ¶ added in v1.2.48
func (s *DeletePrivateEgressDnsBlockRuleOutput) SetAsyncTaskId(v string) *DeletePrivateEgressDnsBlockRuleOutput
SetAsyncTaskId sets the AsyncTaskId field's value.
func (*DeletePrivateEgressDnsBlockRuleOutput) SetRequestId ¶ added in v1.2.48
func (s *DeletePrivateEgressDnsBlockRuleOutput) SetRequestId(v string) *DeletePrivateEgressDnsBlockRuleOutput
SetRequestId sets the RequestId field's value.
func (DeletePrivateEgressDnsBlockRuleOutput) String ¶ added in v1.2.48
func (s DeletePrivateEgressDnsBlockRuleOutput) String() string
String returns the string representation
type DeletePrivateEgressEndpointInput ¶ added in v1.2.48
type DeletePrivateEgressEndpointInput struct {
// PrivateEgressEndpointId is a required field
PrivateEgressEndpointId *string `type:"string" required:"true"`
// SpaceId is a required field
SpaceId *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
func (DeletePrivateEgressEndpointInput) GoString ¶ added in v1.2.48
func (s DeletePrivateEgressEndpointInput) GoString() string
GoString returns the string representation
func (*DeletePrivateEgressEndpointInput) SetPrivateEgressEndpointId ¶ added in v1.2.48
func (s *DeletePrivateEgressEndpointInput) SetPrivateEgressEndpointId(v string) *DeletePrivateEgressEndpointInput
SetPrivateEgressEndpointId sets the PrivateEgressEndpointId field's value.
func (*DeletePrivateEgressEndpointInput) SetSpaceId ¶ added in v1.2.48
func (s *DeletePrivateEgressEndpointInput) SetSpaceId(v string) *DeletePrivateEgressEndpointInput
SetSpaceId sets the SpaceId field's value.
func (DeletePrivateEgressEndpointInput) String ¶ added in v1.2.48
func (s DeletePrivateEgressEndpointInput) String() string
String returns the string representation
func (*DeletePrivateEgressEndpointInput) Validate ¶ added in v1.2.48
func (s *DeletePrivateEgressEndpointInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeletePrivateEgressEndpointOutput ¶ added in v1.2.48
type DeletePrivateEgressEndpointOutput struct {
Metadata *response.ResponseMetadata
AsyncTaskId *string `type:"string"`
RequestId *string `type:"string"`
// contains filtered or unexported fields
}
func (DeletePrivateEgressEndpointOutput) GoString ¶ added in v1.2.48
func (s DeletePrivateEgressEndpointOutput) GoString() string
GoString returns the string representation
func (*DeletePrivateEgressEndpointOutput) SetAsyncTaskId ¶ added in v1.2.48
func (s *DeletePrivateEgressEndpointOutput) SetAsyncTaskId(v string) *DeletePrivateEgressEndpointOutput
SetAsyncTaskId sets the AsyncTaskId field's value.
func (*DeletePrivateEgressEndpointOutput) SetRequestId ¶ added in v1.2.48
func (s *DeletePrivateEgressEndpointOutput) SetRequestId(v string) *DeletePrivateEgressEndpointOutput
SetRequestId sets the RequestId field's value.
func (DeletePrivateEgressEndpointOutput) String ¶ added in v1.2.48
func (s DeletePrivateEgressEndpointOutput) String() string
String returns the string representation
type DeletePrivateEgressNetworkAccessRuleInput ¶ added in v1.2.48
type DeletePrivateEgressNetworkAccessRuleInput struct {
ClientToken *string `type:"string"`
// PrivateEgressNetworkAccessRuleId is a required field
PrivateEgressNetworkAccessRuleId *string `type:"string" required:"true"`
// RequestId is a required field
RequestId *string `type:"string" required:"true"`
// SpaceId is a required field
SpaceId *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
func (DeletePrivateEgressNetworkAccessRuleInput) GoString ¶ added in v1.2.48
func (s DeletePrivateEgressNetworkAccessRuleInput) GoString() string
GoString returns the string representation
func (*DeletePrivateEgressNetworkAccessRuleInput) SetClientToken ¶ added in v1.2.48
func (s *DeletePrivateEgressNetworkAccessRuleInput) SetClientToken(v string) *DeletePrivateEgressNetworkAccessRuleInput
SetClientToken sets the ClientToken field's value.
func (*DeletePrivateEgressNetworkAccessRuleInput) SetPrivateEgressNetworkAccessRuleId ¶ added in v1.2.48
func (s *DeletePrivateEgressNetworkAccessRuleInput) SetPrivateEgressNetworkAccessRuleId(v string) *DeletePrivateEgressNetworkAccessRuleInput
SetPrivateEgressNetworkAccessRuleId sets the PrivateEgressNetworkAccessRuleId field's value.
func (*DeletePrivateEgressNetworkAccessRuleInput) SetRequestId ¶ added in v1.2.48
func (s *DeletePrivateEgressNetworkAccessRuleInput) SetRequestId(v string) *DeletePrivateEgressNetworkAccessRuleInput
SetRequestId sets the RequestId field's value.
func (*DeletePrivateEgressNetworkAccessRuleInput) SetSpaceId ¶ added in v1.2.48
func (s *DeletePrivateEgressNetworkAccessRuleInput) SetSpaceId(v string) *DeletePrivateEgressNetworkAccessRuleInput
SetSpaceId sets the SpaceId field's value.
func (DeletePrivateEgressNetworkAccessRuleInput) String ¶ added in v1.2.48
func (s DeletePrivateEgressNetworkAccessRuleInput) String() string
String returns the string representation
func (*DeletePrivateEgressNetworkAccessRuleInput) Validate ¶ added in v1.2.48
func (s *DeletePrivateEgressNetworkAccessRuleInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeletePrivateEgressNetworkAccessRuleOutput ¶ added in v1.2.48
type DeletePrivateEgressNetworkAccessRuleOutput struct {
Metadata *response.ResponseMetadata
AsyncTaskId *string `type:"string"`
RequestId *string `type:"string"`
// contains filtered or unexported fields
}
func (DeletePrivateEgressNetworkAccessRuleOutput) GoString ¶ added in v1.2.48
func (s DeletePrivateEgressNetworkAccessRuleOutput) GoString() string
GoString returns the string representation
func (*DeletePrivateEgressNetworkAccessRuleOutput) SetAsyncTaskId ¶ added in v1.2.48
func (s *DeletePrivateEgressNetworkAccessRuleOutput) SetAsyncTaskId(v string) *DeletePrivateEgressNetworkAccessRuleOutput
SetAsyncTaskId sets the AsyncTaskId field's value.
func (*DeletePrivateEgressNetworkAccessRuleOutput) SetRequestId ¶ added in v1.2.48
func (s *DeletePrivateEgressNetworkAccessRuleOutput) SetRequestId(v string) *DeletePrivateEgressNetworkAccessRuleOutput
SetRequestId sets the RequestId field's value.
func (DeletePrivateEgressNetworkAccessRuleOutput) String ¶ added in v1.2.48
func (s DeletePrivateEgressNetworkAccessRuleOutput) String() string
String returns the string representation
type DeletePrivateEgressWebAccessRuleInput ¶ added in v1.2.48
type DeletePrivateEgressWebAccessRuleInput struct {
ClientToken *string `type:"string"`
// PrivateEgressWebAccessRuleId is a required field
PrivateEgressWebAccessRuleId *string `type:"string" required:"true"`
// RequestId is a required field
RequestId *string `type:"string" required:"true"`
// SpaceId is a required field
SpaceId *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
func (DeletePrivateEgressWebAccessRuleInput) GoString ¶ added in v1.2.48
func (s DeletePrivateEgressWebAccessRuleInput) GoString() string
GoString returns the string representation
func (*DeletePrivateEgressWebAccessRuleInput) SetClientToken ¶ added in v1.2.48
func (s *DeletePrivateEgressWebAccessRuleInput) SetClientToken(v string) *DeletePrivateEgressWebAccessRuleInput
SetClientToken sets the ClientToken field's value.
func (*DeletePrivateEgressWebAccessRuleInput) SetPrivateEgressWebAccessRuleId ¶ added in v1.2.48
func (s *DeletePrivateEgressWebAccessRuleInput) SetPrivateEgressWebAccessRuleId(v string) *DeletePrivateEgressWebAccessRuleInput
SetPrivateEgressWebAccessRuleId sets the PrivateEgressWebAccessRuleId field's value.
func (*DeletePrivateEgressWebAccessRuleInput) SetRequestId ¶ added in v1.2.48
func (s *DeletePrivateEgressWebAccessRuleInput) SetRequestId(v string) *DeletePrivateEgressWebAccessRuleInput
SetRequestId sets the RequestId field's value.
func (*DeletePrivateEgressWebAccessRuleInput) SetSpaceId ¶ added in v1.2.48
func (s *DeletePrivateEgressWebAccessRuleInput) SetSpaceId(v string) *DeletePrivateEgressWebAccessRuleInput
SetSpaceId sets the SpaceId field's value.
func (DeletePrivateEgressWebAccessRuleInput) String ¶ added in v1.2.48
func (s DeletePrivateEgressWebAccessRuleInput) String() string
String returns the string representation
func (*DeletePrivateEgressWebAccessRuleInput) Validate ¶ added in v1.2.48
func (s *DeletePrivateEgressWebAccessRuleInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeletePrivateEgressWebAccessRuleOutput ¶ added in v1.2.48
type DeletePrivateEgressWebAccessRuleOutput struct {
Metadata *response.ResponseMetadata
AsyncTaskId *string `type:"string"`
RequestId *string `type:"string"`
// contains filtered or unexported fields
}
func (DeletePrivateEgressWebAccessRuleOutput) GoString ¶ added in v1.2.48
func (s DeletePrivateEgressWebAccessRuleOutput) GoString() string
GoString returns the string representation
func (*DeletePrivateEgressWebAccessRuleOutput) SetAsyncTaskId ¶ added in v1.2.48
func (s *DeletePrivateEgressWebAccessRuleOutput) SetAsyncTaskId(v string) *DeletePrivateEgressWebAccessRuleOutput
SetAsyncTaskId sets the AsyncTaskId field's value.
func (*DeletePrivateEgressWebAccessRuleOutput) SetRequestId ¶ added in v1.2.48
func (s *DeletePrivateEgressWebAccessRuleOutput) SetRequestId(v string) *DeletePrivateEgressWebAccessRuleOutput
SetRequestId sets the RequestId field's value.
func (DeletePrivateEgressWebAccessRuleOutput) String ¶ added in v1.2.48
func (s DeletePrivateEgressWebAccessRuleOutput) String() string
String returns the string representation
type DeleteScheduledJobInput ¶ added in v1.2.38
type DeleteScheduledJobInput struct {
// JobId is a required field
JobId *string `type:"string" json:",omitempty" required:"true"`
ProjectName *string `type:"string" json:",omitempty"`
// SpaceId is a required field
SpaceId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (DeleteScheduledJobInput) GoString ¶ added in v1.2.38
func (s DeleteScheduledJobInput) GoString() string
GoString returns the string representation
func (*DeleteScheduledJobInput) SetJobId ¶ added in v1.2.38
func (s *DeleteScheduledJobInput) SetJobId(v string) *DeleteScheduledJobInput
SetJobId sets the JobId field's value.
func (*DeleteScheduledJobInput) SetProjectName ¶ added in v1.2.38
func (s *DeleteScheduledJobInput) SetProjectName(v string) *DeleteScheduledJobInput
SetProjectName sets the ProjectName field's value.
func (*DeleteScheduledJobInput) SetSpaceId ¶ added in v1.2.38
func (s *DeleteScheduledJobInput) SetSpaceId(v string) *DeleteScheduledJobInput
SetSpaceId sets the SpaceId field's value.
func (DeleteScheduledJobInput) String ¶ added in v1.2.38
func (s DeleteScheduledJobInput) String() string
String returns the string representation
func (*DeleteScheduledJobInput) Validate ¶ added in v1.2.38
func (s *DeleteScheduledJobInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteScheduledJobOutput ¶ added in v1.2.38
type DeleteScheduledJobOutput struct {
Metadata *response.ResponseMetadata
JobId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (DeleteScheduledJobOutput) GoString ¶ added in v1.2.38
func (s DeleteScheduledJobOutput) GoString() string
GoString returns the string representation
func (*DeleteScheduledJobOutput) SetJobId ¶ added in v1.2.38
func (s *DeleteScheduledJobOutput) SetJobId(v string) *DeleteScheduledJobOutput
SetJobId sets the JobId field's value.
func (DeleteScheduledJobOutput) String ¶ added in v1.2.38
func (s DeleteScheduledJobOutput) String() string
String returns the string representation
type DepartmentForGetClawInstanceOutput ¶ added in v1.2.35
type DepartmentForGetClawInstanceOutput struct {
Name *string `type:"string" json:",omitempty"`
NamePath *string `type:"string" json:",omitempty"`
Path *string `type:"string" json:",omitempty"`
Uid *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (DepartmentForGetClawInstanceOutput) GoString ¶ added in v1.2.35
func (s DepartmentForGetClawInstanceOutput) GoString() string
GoString returns the string representation
func (*DepartmentForGetClawInstanceOutput) SetName ¶ added in v1.2.35
func (s *DepartmentForGetClawInstanceOutput) SetName(v string) *DepartmentForGetClawInstanceOutput
SetName sets the Name field's value.
func (*DepartmentForGetClawInstanceOutput) SetNamePath ¶ added in v1.2.35
func (s *DepartmentForGetClawInstanceOutput) SetNamePath(v string) *DepartmentForGetClawInstanceOutput
SetNamePath sets the NamePath field's value.
func (*DepartmentForGetClawInstanceOutput) SetPath ¶ added in v1.2.35
func (s *DepartmentForGetClawInstanceOutput) SetPath(v string) *DepartmentForGetClawInstanceOutput
SetPath sets the Path field's value.
func (*DepartmentForGetClawInstanceOutput) SetUid ¶ added in v1.2.35
func (s *DepartmentForGetClawInstanceOutput) SetUid(v string) *DepartmentForGetClawInstanceOutput
SetUid sets the Uid field's value.
func (DepartmentForGetClawInstanceOutput) String ¶ added in v1.2.35
func (s DepartmentForGetClawInstanceOutput) String() string
String returns the string representation
type DepartmentForListClawInstancesOutput ¶ added in v1.2.35
type DepartmentForListClawInstancesOutput struct {
Name *string `type:"string"`
NamePath *string `type:"string"`
Path *string `type:"string"`
Uid *string `type:"string"`
// contains filtered or unexported fields
}
func (DepartmentForListClawInstancesOutput) GoString ¶ added in v1.2.35
func (s DepartmentForListClawInstancesOutput) GoString() string
GoString returns the string representation
func (*DepartmentForListClawInstancesOutput) SetName ¶ added in v1.2.35
func (s *DepartmentForListClawInstancesOutput) SetName(v string) *DepartmentForListClawInstancesOutput
SetName sets the Name field's value.
func (*DepartmentForListClawInstancesOutput) SetNamePath ¶ added in v1.2.35
func (s *DepartmentForListClawInstancesOutput) SetNamePath(v string) *DepartmentForListClawInstancesOutput
SetNamePath sets the NamePath field's value.
func (*DepartmentForListClawInstancesOutput) SetPath ¶ added in v1.2.35
func (s *DepartmentForListClawInstancesOutput) SetPath(v string) *DepartmentForListClawInstancesOutput
SetPath sets the Path field's value.
func (*DepartmentForListClawInstancesOutput) SetUid ¶ added in v1.2.35
func (s *DepartmentForListClawInstancesOutput) SetUid(v string) *DepartmentForListClawInstancesOutput
SetUid sets the Uid field's value.
func (DepartmentForListClawInstancesOutput) String ¶ added in v1.2.35
func (s DepartmentForListClawInstancesOutput) String() string
String returns the string representation
type DepartmentForListUsersOutput ¶ added in v1.2.35
type DepartmentForListUsersOutput struct {
Name *string `type:"string"`
NamePath *string `type:"string"`
Path *string `type:"string"`
Uid *string `type:"string"`
// contains filtered or unexported fields
}
func (DepartmentForListUsersOutput) GoString ¶ added in v1.2.35
func (s DepartmentForListUsersOutput) GoString() string
GoString returns the string representation
func (*DepartmentForListUsersOutput) SetName ¶ added in v1.2.35
func (s *DepartmentForListUsersOutput) SetName(v string) *DepartmentForListUsersOutput
SetName sets the Name field's value.
func (*DepartmentForListUsersOutput) SetNamePath ¶ added in v1.2.35
func (s *DepartmentForListUsersOutput) SetNamePath(v string) *DepartmentForListUsersOutput
SetNamePath sets the NamePath field's value.
func (*DepartmentForListUsersOutput) SetPath ¶ added in v1.2.35
func (s *DepartmentForListUsersOutput) SetPath(v string) *DepartmentForListUsersOutput
SetPath sets the Path field's value.
func (*DepartmentForListUsersOutput) SetUid ¶ added in v1.2.35
func (s *DepartmentForListUsersOutput) SetUid(v string) *DepartmentForListUsersOutput
SetUid sets the Uid field's value.
func (DepartmentForListUsersOutput) String ¶ added in v1.2.35
func (s DepartmentForListUsersOutput) String() string
String returns the string representation
type DescribeAccountWhiteListInput ¶ added in v1.2.48
type DescribeAccountWhiteListInput struct {
Keys []*string `type:"list"`
Object *string `type:"string"`
PageNumber *int32 `type:"int32"`
PageSize *int32 `type:"int32"`
Service *string `type:"string"`
// contains filtered or unexported fields
}
func (DescribeAccountWhiteListInput) GoString ¶ added in v1.2.48
func (s DescribeAccountWhiteListInput) GoString() string
GoString returns the string representation
func (*DescribeAccountWhiteListInput) SetKeys ¶ added in v1.2.48
func (s *DescribeAccountWhiteListInput) SetKeys(v []*string) *DescribeAccountWhiteListInput
SetKeys sets the Keys field's value.
func (*DescribeAccountWhiteListInput) SetObject ¶ added in v1.2.48
func (s *DescribeAccountWhiteListInput) SetObject(v string) *DescribeAccountWhiteListInput
SetObject sets the Object field's value.
func (*DescribeAccountWhiteListInput) SetPageNumber ¶ added in v1.2.48
func (s *DescribeAccountWhiteListInput) SetPageNumber(v int32) *DescribeAccountWhiteListInput
SetPageNumber sets the PageNumber field's value.
func (*DescribeAccountWhiteListInput) SetPageSize ¶ added in v1.2.48
func (s *DescribeAccountWhiteListInput) SetPageSize(v int32) *DescribeAccountWhiteListInput
SetPageSize sets the PageSize field's value.
func (*DescribeAccountWhiteListInput) SetService ¶ added in v1.2.48
func (s *DescribeAccountWhiteListInput) SetService(v string) *DescribeAccountWhiteListInput
SetService sets the Service field's value.
func (DescribeAccountWhiteListInput) String ¶ added in v1.2.48
func (s DescribeAccountWhiteListInput) String() string
String returns the string representation
type DescribeAccountWhiteListOutput ¶ added in v1.2.48
type DescribeAccountWhiteListOutput struct {
Metadata *response.ResponseMetadata
Limits []*LimitForDescribeAccountWhiteListOutput `type:"list"`
PageNumber *int32 `type:"int32"`
PageSize *int32 `type:"int32"`
RequestId *string `type:"string"`
TotalCount *int32 `type:"int32"`
// contains filtered or unexported fields
}
func (DescribeAccountWhiteListOutput) GoString ¶ added in v1.2.48
func (s DescribeAccountWhiteListOutput) GoString() string
GoString returns the string representation
func (*DescribeAccountWhiteListOutput) SetLimits ¶ added in v1.2.48
func (s *DescribeAccountWhiteListOutput) SetLimits(v []*LimitForDescribeAccountWhiteListOutput) *DescribeAccountWhiteListOutput
SetLimits sets the Limits field's value.
func (*DescribeAccountWhiteListOutput) SetPageNumber ¶ added in v1.2.48
func (s *DescribeAccountWhiteListOutput) SetPageNumber(v int32) *DescribeAccountWhiteListOutput
SetPageNumber sets the PageNumber field's value.
func (*DescribeAccountWhiteListOutput) SetPageSize ¶ added in v1.2.48
func (s *DescribeAccountWhiteListOutput) SetPageSize(v int32) *DescribeAccountWhiteListOutput
SetPageSize sets the PageSize field's value.
func (*DescribeAccountWhiteListOutput) SetRequestId ¶ added in v1.2.48
func (s *DescribeAccountWhiteListOutput) SetRequestId(v string) *DescribeAccountWhiteListOutput
SetRequestId sets the RequestId field's value.
func (*DescribeAccountWhiteListOutput) SetTotalCount ¶ added in v1.2.48
func (s *DescribeAccountWhiteListOutput) SetTotalCount(v int32) *DescribeAccountWhiteListOutput
SetTotalCount sets the TotalCount field's value.
func (DescribeAccountWhiteListOutput) String ¶ added in v1.2.48
func (s DescribeAccountWhiteListOutput) String() string
String returns the string representation
type DescribePrivateEgressAvailableZonesInput ¶ added in v1.2.48
type DescribePrivateEgressAvailableZonesInput struct {
// PrivateEgressId is a required field
PrivateEgressId *string `type:"string" required:"true"`
// SpaceId is a required field
SpaceId *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
func (DescribePrivateEgressAvailableZonesInput) GoString ¶ added in v1.2.48
func (s DescribePrivateEgressAvailableZonesInput) GoString() string
GoString returns the string representation
func (*DescribePrivateEgressAvailableZonesInput) SetPrivateEgressId ¶ added in v1.2.48
func (s *DescribePrivateEgressAvailableZonesInput) SetPrivateEgressId(v string) *DescribePrivateEgressAvailableZonesInput
SetPrivateEgressId sets the PrivateEgressId field's value.
func (*DescribePrivateEgressAvailableZonesInput) SetSpaceId ¶ added in v1.2.48
func (s *DescribePrivateEgressAvailableZonesInput) SetSpaceId(v string) *DescribePrivateEgressAvailableZonesInput
SetSpaceId sets the SpaceId field's value.
func (DescribePrivateEgressAvailableZonesInput) String ¶ added in v1.2.48
func (s DescribePrivateEgressAvailableZonesInput) String() string
String returns the string representation
func (*DescribePrivateEgressAvailableZonesInput) Validate ¶ added in v1.2.48
func (s *DescribePrivateEgressAvailableZonesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribePrivateEgressAvailableZonesOutput ¶ added in v1.2.48
type DescribePrivateEgressAvailableZonesOutput struct {
Metadata *response.ResponseMetadata
RequestId *string `type:"string"`
ZoneIds []*string `type:"list"`
// contains filtered or unexported fields
}
func (DescribePrivateEgressAvailableZonesOutput) GoString ¶ added in v1.2.48
func (s DescribePrivateEgressAvailableZonesOutput) GoString() string
GoString returns the string representation
func (*DescribePrivateEgressAvailableZonesOutput) SetRequestId ¶ added in v1.2.48
func (s *DescribePrivateEgressAvailableZonesOutput) SetRequestId(v string) *DescribePrivateEgressAvailableZonesOutput
SetRequestId sets the RequestId field's value.
func (*DescribePrivateEgressAvailableZonesOutput) SetZoneIds ¶ added in v1.2.48
func (s *DescribePrivateEgressAvailableZonesOutput) SetZoneIds(v []*string) *DescribePrivateEgressAvailableZonesOutput
SetZoneIds sets the ZoneIds field's value.
func (DescribePrivateEgressAvailableZonesOutput) String ¶ added in v1.2.48
func (s DescribePrivateEgressAvailableZonesOutput) String() string
String returns the string representation
type DescribePrivateEgressDnsBlockRulesInput ¶ added in v1.2.48
type DescribePrivateEgressDnsBlockRulesInput struct {
Name *string `type:"string"`
PageNumber *int32 `type:"int32"`
PageSize *int32 `type:"int32"`
// PrivateEgressId is a required field
PrivateEgressId *string `type:"string" required:"true"`
// RequestId is a required field
RequestId *string `type:"string" required:"true"`
RuleIds []*string `type:"list"`
// SpaceId is a required field
SpaceId *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
func (DescribePrivateEgressDnsBlockRulesInput) GoString ¶ added in v1.2.48
func (s DescribePrivateEgressDnsBlockRulesInput) GoString() string
GoString returns the string representation
func (*DescribePrivateEgressDnsBlockRulesInput) SetName ¶ added in v1.2.48
func (s *DescribePrivateEgressDnsBlockRulesInput) SetName(v string) *DescribePrivateEgressDnsBlockRulesInput
SetName sets the Name field's value.
func (*DescribePrivateEgressDnsBlockRulesInput) SetPageNumber ¶ added in v1.2.48
func (s *DescribePrivateEgressDnsBlockRulesInput) SetPageNumber(v int32) *DescribePrivateEgressDnsBlockRulesInput
SetPageNumber sets the PageNumber field's value.
func (*DescribePrivateEgressDnsBlockRulesInput) SetPageSize ¶ added in v1.2.48
func (s *DescribePrivateEgressDnsBlockRulesInput) SetPageSize(v int32) *DescribePrivateEgressDnsBlockRulesInput
SetPageSize sets the PageSize field's value.
func (*DescribePrivateEgressDnsBlockRulesInput) SetPrivateEgressId ¶ added in v1.2.48
func (s *DescribePrivateEgressDnsBlockRulesInput) SetPrivateEgressId(v string) *DescribePrivateEgressDnsBlockRulesInput
SetPrivateEgressId sets the PrivateEgressId field's value.
func (*DescribePrivateEgressDnsBlockRulesInput) SetRequestId ¶ added in v1.2.48
func (s *DescribePrivateEgressDnsBlockRulesInput) SetRequestId(v string) *DescribePrivateEgressDnsBlockRulesInput
SetRequestId sets the RequestId field's value.
func (*DescribePrivateEgressDnsBlockRulesInput) SetRuleIds ¶ added in v1.2.48
func (s *DescribePrivateEgressDnsBlockRulesInput) SetRuleIds(v []*string) *DescribePrivateEgressDnsBlockRulesInput
SetRuleIds sets the RuleIds field's value.
func (*DescribePrivateEgressDnsBlockRulesInput) SetSpaceId ¶ added in v1.2.48
func (s *DescribePrivateEgressDnsBlockRulesInput) SetSpaceId(v string) *DescribePrivateEgressDnsBlockRulesInput
SetSpaceId sets the SpaceId field's value.
func (DescribePrivateEgressDnsBlockRulesInput) String ¶ added in v1.2.48
func (s DescribePrivateEgressDnsBlockRulesInput) String() string
String returns the string representation
func (*DescribePrivateEgressDnsBlockRulesInput) Validate ¶ added in v1.2.48
func (s *DescribePrivateEgressDnsBlockRulesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribePrivateEgressDnsBlockRulesOutput ¶ added in v1.2.48
type DescribePrivateEgressDnsBlockRulesOutput struct {
Metadata *response.ResponseMetadata
DnsBlockRules []*DnsBlockRuleForDescribePrivateEgressDnsBlockRulesOutput `type:"list"`
PageNumber *int32 `type:"int32"`
PageSize *int32 `type:"int32"`
RequestId *string `type:"string"`
TotalCount *int32 `type:"int32"`
// contains filtered or unexported fields
}
func (DescribePrivateEgressDnsBlockRulesOutput) GoString ¶ added in v1.2.48
func (s DescribePrivateEgressDnsBlockRulesOutput) GoString() string
GoString returns the string representation
func (*DescribePrivateEgressDnsBlockRulesOutput) SetDnsBlockRules ¶ added in v1.2.48
func (s *DescribePrivateEgressDnsBlockRulesOutput) SetDnsBlockRules(v []*DnsBlockRuleForDescribePrivateEgressDnsBlockRulesOutput) *DescribePrivateEgressDnsBlockRulesOutput
SetDnsBlockRules sets the DnsBlockRules field's value.
func (*DescribePrivateEgressDnsBlockRulesOutput) SetPageNumber ¶ added in v1.2.48
func (s *DescribePrivateEgressDnsBlockRulesOutput) SetPageNumber(v int32) *DescribePrivateEgressDnsBlockRulesOutput
SetPageNumber sets the PageNumber field's value.
func (*DescribePrivateEgressDnsBlockRulesOutput) SetPageSize ¶ added in v1.2.48
func (s *DescribePrivateEgressDnsBlockRulesOutput) SetPageSize(v int32) *DescribePrivateEgressDnsBlockRulesOutput
SetPageSize sets the PageSize field's value.
func (*DescribePrivateEgressDnsBlockRulesOutput) SetRequestId ¶ added in v1.2.48
func (s *DescribePrivateEgressDnsBlockRulesOutput) SetRequestId(v string) *DescribePrivateEgressDnsBlockRulesOutput
SetRequestId sets the RequestId field's value.
func (*DescribePrivateEgressDnsBlockRulesOutput) SetTotalCount ¶ added in v1.2.48
func (s *DescribePrivateEgressDnsBlockRulesOutput) SetTotalCount(v int32) *DescribePrivateEgressDnsBlockRulesOutput
SetTotalCount sets the TotalCount field's value.
func (DescribePrivateEgressDnsBlockRulesOutput) String ¶ added in v1.2.48
func (s DescribePrivateEgressDnsBlockRulesOutput) String() string
String returns the string representation
type DescribePrivateEgressEndpointsInput ¶ added in v1.2.48
type DescribePrivateEgressEndpointsInput struct {
PageNumber *int32 `type:"int32"`
PageSize *int32 `type:"int32"`
PrivateEgressEndpointIds []*string `type:"list"`
// PrivateEgressId is a required field
PrivateEgressId *string `type:"string" required:"true"`
// RequestId is a required field
RequestId *string `type:"string" required:"true"`
// SpaceId is a required field
SpaceId *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
func (DescribePrivateEgressEndpointsInput) GoString ¶ added in v1.2.48
func (s DescribePrivateEgressEndpointsInput) GoString() string
GoString returns the string representation
func (*DescribePrivateEgressEndpointsInput) SetPageNumber ¶ added in v1.2.48
func (s *DescribePrivateEgressEndpointsInput) SetPageNumber(v int32) *DescribePrivateEgressEndpointsInput
SetPageNumber sets the PageNumber field's value.
func (*DescribePrivateEgressEndpointsInput) SetPageSize ¶ added in v1.2.48
func (s *DescribePrivateEgressEndpointsInput) SetPageSize(v int32) *DescribePrivateEgressEndpointsInput
SetPageSize sets the PageSize field's value.
func (*DescribePrivateEgressEndpointsInput) SetPrivateEgressEndpointIds ¶ added in v1.2.48
func (s *DescribePrivateEgressEndpointsInput) SetPrivateEgressEndpointIds(v []*string) *DescribePrivateEgressEndpointsInput
SetPrivateEgressEndpointIds sets the PrivateEgressEndpointIds field's value.
func (*DescribePrivateEgressEndpointsInput) SetPrivateEgressId ¶ added in v1.2.48
func (s *DescribePrivateEgressEndpointsInput) SetPrivateEgressId(v string) *DescribePrivateEgressEndpointsInput
SetPrivateEgressId sets the PrivateEgressId field's value.
func (*DescribePrivateEgressEndpointsInput) SetRequestId ¶ added in v1.2.48
func (s *DescribePrivateEgressEndpointsInput) SetRequestId(v string) *DescribePrivateEgressEndpointsInput
SetRequestId sets the RequestId field's value.
func (*DescribePrivateEgressEndpointsInput) SetSpaceId ¶ added in v1.2.48
func (s *DescribePrivateEgressEndpointsInput) SetSpaceId(v string) *DescribePrivateEgressEndpointsInput
SetSpaceId sets the SpaceId field's value.
func (DescribePrivateEgressEndpointsInput) String ¶ added in v1.2.48
func (s DescribePrivateEgressEndpointsInput) String() string
String returns the string representation
func (*DescribePrivateEgressEndpointsInput) Validate ¶ added in v1.2.48
func (s *DescribePrivateEgressEndpointsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribePrivateEgressEndpointsOutput ¶ added in v1.2.48
type DescribePrivateEgressEndpointsOutput struct {
Metadata *response.ResponseMetadata
PageNumber *int32 `type:"int32"`
PageSize *int32 `type:"int32"`
PrivateEgressEndpoints []*PrivateEgressEndpointForDescribePrivateEgressEndpointsOutput `type:"list"`
RequestId *string `type:"string"`
TotalCount *int32 `type:"int32"`
// contains filtered or unexported fields
}
func (DescribePrivateEgressEndpointsOutput) GoString ¶ added in v1.2.48
func (s DescribePrivateEgressEndpointsOutput) GoString() string
GoString returns the string representation
func (*DescribePrivateEgressEndpointsOutput) SetPageNumber ¶ added in v1.2.48
func (s *DescribePrivateEgressEndpointsOutput) SetPageNumber(v int32) *DescribePrivateEgressEndpointsOutput
SetPageNumber sets the PageNumber field's value.
func (*DescribePrivateEgressEndpointsOutput) SetPageSize ¶ added in v1.2.48
func (s *DescribePrivateEgressEndpointsOutput) SetPageSize(v int32) *DescribePrivateEgressEndpointsOutput
SetPageSize sets the PageSize field's value.
func (*DescribePrivateEgressEndpointsOutput) SetPrivateEgressEndpoints ¶ added in v1.2.48
func (s *DescribePrivateEgressEndpointsOutput) SetPrivateEgressEndpoints(v []*PrivateEgressEndpointForDescribePrivateEgressEndpointsOutput) *DescribePrivateEgressEndpointsOutput
SetPrivateEgressEndpoints sets the PrivateEgressEndpoints field's value.
func (*DescribePrivateEgressEndpointsOutput) SetRequestId ¶ added in v1.2.48
func (s *DescribePrivateEgressEndpointsOutput) SetRequestId(v string) *DescribePrivateEgressEndpointsOutput
SetRequestId sets the RequestId field's value.
func (*DescribePrivateEgressEndpointsOutput) SetTotalCount ¶ added in v1.2.48
func (s *DescribePrivateEgressEndpointsOutput) SetTotalCount(v int32) *DescribePrivateEgressEndpointsOutput
SetTotalCount sets the TotalCount field's value.
func (DescribePrivateEgressEndpointsOutput) String ¶ added in v1.2.48
func (s DescribePrivateEgressEndpointsOutput) String() string
String returns the string representation
type DescribePrivateEgressInput ¶ added in v1.2.48
type DescribePrivateEgressInput struct {
// PrivateEgressId is a required field
PrivateEgressId *string `type:"string" required:"true"`
// RequestId is a required field
RequestId *string `type:"string" required:"true"`
// SpaceId is a required field
SpaceId *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
func (DescribePrivateEgressInput) GoString ¶ added in v1.2.48
func (s DescribePrivateEgressInput) GoString() string
GoString returns the string representation
func (*DescribePrivateEgressInput) SetPrivateEgressId ¶ added in v1.2.48
func (s *DescribePrivateEgressInput) SetPrivateEgressId(v string) *DescribePrivateEgressInput
SetPrivateEgressId sets the PrivateEgressId field's value.
func (*DescribePrivateEgressInput) SetRequestId ¶ added in v1.2.48
func (s *DescribePrivateEgressInput) SetRequestId(v string) *DescribePrivateEgressInput
SetRequestId sets the RequestId field's value.
func (*DescribePrivateEgressInput) SetSpaceId ¶ added in v1.2.48
func (s *DescribePrivateEgressInput) SetSpaceId(v string) *DescribePrivateEgressInput
SetSpaceId sets the SpaceId field's value.
func (DescribePrivateEgressInput) String ¶ added in v1.2.48
func (s DescribePrivateEgressInput) String() string
String returns the string representation
func (*DescribePrivateEgressInput) Validate ¶ added in v1.2.48
func (s *DescribePrivateEgressInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribePrivateEgressManagedWebAccessRuleTemplatesInput ¶ added in v1.2.48
type DescribePrivateEgressManagedWebAccessRuleTemplatesInput struct {
// RequestId is a required field
RequestId *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
func (DescribePrivateEgressManagedWebAccessRuleTemplatesInput) GoString ¶ added in v1.2.48
func (s DescribePrivateEgressManagedWebAccessRuleTemplatesInput) GoString() string
GoString returns the string representation
func (*DescribePrivateEgressManagedWebAccessRuleTemplatesInput) SetRequestId ¶ added in v1.2.48
func (s *DescribePrivateEgressManagedWebAccessRuleTemplatesInput) SetRequestId(v string) *DescribePrivateEgressManagedWebAccessRuleTemplatesInput
SetRequestId sets the RequestId field's value.
func (DescribePrivateEgressManagedWebAccessRuleTemplatesInput) String ¶ added in v1.2.48
func (s DescribePrivateEgressManagedWebAccessRuleTemplatesInput) String() string
String returns the string representation
func (*DescribePrivateEgressManagedWebAccessRuleTemplatesInput) Validate ¶ added in v1.2.48
func (s *DescribePrivateEgressManagedWebAccessRuleTemplatesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribePrivateEgressManagedWebAccessRuleTemplatesOutput ¶ added in v1.2.48
type DescribePrivateEgressManagedWebAccessRuleTemplatesOutput struct {
Metadata *response.ResponseMetadata
RequestId *string `type:"string"`
Templates []*TemplateForDescribePrivateEgressManagedWebAccessRuleTemplatesOutput `type:"list"`
// contains filtered or unexported fields
}
func (DescribePrivateEgressManagedWebAccessRuleTemplatesOutput) GoString ¶ added in v1.2.48
func (s DescribePrivateEgressManagedWebAccessRuleTemplatesOutput) GoString() string
GoString returns the string representation
func (*DescribePrivateEgressManagedWebAccessRuleTemplatesOutput) SetRequestId ¶ added in v1.2.48
func (s *DescribePrivateEgressManagedWebAccessRuleTemplatesOutput) SetRequestId(v string) *DescribePrivateEgressManagedWebAccessRuleTemplatesOutput
SetRequestId sets the RequestId field's value.
func (*DescribePrivateEgressManagedWebAccessRuleTemplatesOutput) SetTemplates ¶ added in v1.2.48
func (s *DescribePrivateEgressManagedWebAccessRuleTemplatesOutput) SetTemplates(v []*TemplateForDescribePrivateEgressManagedWebAccessRuleTemplatesOutput) *DescribePrivateEgressManagedWebAccessRuleTemplatesOutput
SetTemplates sets the Templates field's value.
func (DescribePrivateEgressManagedWebAccessRuleTemplatesOutput) String ¶ added in v1.2.48
func (s DescribePrivateEgressManagedWebAccessRuleTemplatesOutput) String() string
String returns the string representation
type DescribePrivateEgressNetworkAccessPolicyInput ¶ added in v1.2.48
type DescribePrivateEgressNetworkAccessPolicyInput struct {
// PrivateEgressNetworkAccessPolicyId is a required field
PrivateEgressNetworkAccessPolicyId *string `type:"string" required:"true"`
// RequestId is a required field
RequestId *string `type:"string" required:"true"`
// SpaceId is a required field
SpaceId *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
func (DescribePrivateEgressNetworkAccessPolicyInput) GoString ¶ added in v1.2.48
func (s DescribePrivateEgressNetworkAccessPolicyInput) GoString() string
GoString returns the string representation
func (*DescribePrivateEgressNetworkAccessPolicyInput) SetPrivateEgressNetworkAccessPolicyId ¶ added in v1.2.48
func (s *DescribePrivateEgressNetworkAccessPolicyInput) SetPrivateEgressNetworkAccessPolicyId(v string) *DescribePrivateEgressNetworkAccessPolicyInput
SetPrivateEgressNetworkAccessPolicyId sets the PrivateEgressNetworkAccessPolicyId field's value.
func (*DescribePrivateEgressNetworkAccessPolicyInput) SetRequestId ¶ added in v1.2.48
func (s *DescribePrivateEgressNetworkAccessPolicyInput) SetRequestId(v string) *DescribePrivateEgressNetworkAccessPolicyInput
SetRequestId sets the RequestId field's value.
func (*DescribePrivateEgressNetworkAccessPolicyInput) SetSpaceId ¶ added in v1.2.48
func (s *DescribePrivateEgressNetworkAccessPolicyInput) SetSpaceId(v string) *DescribePrivateEgressNetworkAccessPolicyInput
SetSpaceId sets the SpaceId field's value.
func (DescribePrivateEgressNetworkAccessPolicyInput) String ¶ added in v1.2.48
func (s DescribePrivateEgressNetworkAccessPolicyInput) String() string
String returns the string representation
func (*DescribePrivateEgressNetworkAccessPolicyInput) Validate ¶ added in v1.2.48
func (s *DescribePrivateEgressNetworkAccessPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribePrivateEgressNetworkAccessPolicyOutput ¶ added in v1.2.48
type DescribePrivateEgressNetworkAccessPolicyOutput struct {
Metadata *response.ResponseMetadata
CreateTime *string `type:"string"`
PrivateEgressId *string `type:"string"`
PrivateEgressNetworkAccessPolicyId *string `type:"string"`
RequestId *string `type:"string"`
RuleCount *int32 `type:"int32"`
SpaceNetworkId *string `type:"string"`
Status *string `type:"string"`
UpdateTime *string `type:"string"`
// contains filtered or unexported fields
}
func (DescribePrivateEgressNetworkAccessPolicyOutput) GoString ¶ added in v1.2.48
func (s DescribePrivateEgressNetworkAccessPolicyOutput) GoString() string
GoString returns the string representation
func (*DescribePrivateEgressNetworkAccessPolicyOutput) SetCreateTime ¶ added in v1.2.48
func (s *DescribePrivateEgressNetworkAccessPolicyOutput) SetCreateTime(v string) *DescribePrivateEgressNetworkAccessPolicyOutput
SetCreateTime sets the CreateTime field's value.
func (*DescribePrivateEgressNetworkAccessPolicyOutput) SetPrivateEgressId ¶ added in v1.2.48
func (s *DescribePrivateEgressNetworkAccessPolicyOutput) SetPrivateEgressId(v string) *DescribePrivateEgressNetworkAccessPolicyOutput
SetPrivateEgressId sets the PrivateEgressId field's value.
func (*DescribePrivateEgressNetworkAccessPolicyOutput) SetPrivateEgressNetworkAccessPolicyId ¶ added in v1.2.48
func (s *DescribePrivateEgressNetworkAccessPolicyOutput) SetPrivateEgressNetworkAccessPolicyId(v string) *DescribePrivateEgressNetworkAccessPolicyOutput
SetPrivateEgressNetworkAccessPolicyId sets the PrivateEgressNetworkAccessPolicyId field's value.
func (*DescribePrivateEgressNetworkAccessPolicyOutput) SetRequestId ¶ added in v1.2.48
func (s *DescribePrivateEgressNetworkAccessPolicyOutput) SetRequestId(v string) *DescribePrivateEgressNetworkAccessPolicyOutput
SetRequestId sets the RequestId field's value.
func (*DescribePrivateEgressNetworkAccessPolicyOutput) SetRuleCount ¶ added in v1.2.48
func (s *DescribePrivateEgressNetworkAccessPolicyOutput) SetRuleCount(v int32) *DescribePrivateEgressNetworkAccessPolicyOutput
SetRuleCount sets the RuleCount field's value.
func (*DescribePrivateEgressNetworkAccessPolicyOutput) SetSpaceNetworkId ¶ added in v1.2.48
func (s *DescribePrivateEgressNetworkAccessPolicyOutput) SetSpaceNetworkId(v string) *DescribePrivateEgressNetworkAccessPolicyOutput
SetSpaceNetworkId sets the SpaceNetworkId field's value.
func (*DescribePrivateEgressNetworkAccessPolicyOutput) SetStatus ¶ added in v1.2.48
func (s *DescribePrivateEgressNetworkAccessPolicyOutput) SetStatus(v string) *DescribePrivateEgressNetworkAccessPolicyOutput
SetStatus sets the Status field's value.
func (*DescribePrivateEgressNetworkAccessPolicyOutput) SetUpdateTime ¶ added in v1.2.48
func (s *DescribePrivateEgressNetworkAccessPolicyOutput) SetUpdateTime(v string) *DescribePrivateEgressNetworkAccessPolicyOutput
SetUpdateTime sets the UpdateTime field's value.
func (DescribePrivateEgressNetworkAccessPolicyOutput) String ¶ added in v1.2.48
func (s DescribePrivateEgressNetworkAccessPolicyOutput) String() string
String returns the string representation
type DescribePrivateEgressNetworkAccessRuleAttributesInput ¶ added in v1.2.48
type DescribePrivateEgressNetworkAccessRuleAttributesInput struct {
// PrivateEgressNetworkAccessRuleId is a required field
PrivateEgressNetworkAccessRuleId *string `type:"string" required:"true"`
// RequestId is a required field
RequestId *string `type:"string" required:"true"`
// SpaceId is a required field
SpaceId *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
func (DescribePrivateEgressNetworkAccessRuleAttributesInput) GoString ¶ added in v1.2.48
func (s DescribePrivateEgressNetworkAccessRuleAttributesInput) GoString() string
GoString returns the string representation
func (*DescribePrivateEgressNetworkAccessRuleAttributesInput) SetPrivateEgressNetworkAccessRuleId ¶ added in v1.2.48
func (s *DescribePrivateEgressNetworkAccessRuleAttributesInput) SetPrivateEgressNetworkAccessRuleId(v string) *DescribePrivateEgressNetworkAccessRuleAttributesInput
SetPrivateEgressNetworkAccessRuleId sets the PrivateEgressNetworkAccessRuleId field's value.
func (*DescribePrivateEgressNetworkAccessRuleAttributesInput) SetRequestId ¶ added in v1.2.48
func (s *DescribePrivateEgressNetworkAccessRuleAttributesInput) SetRequestId(v string) *DescribePrivateEgressNetworkAccessRuleAttributesInput
SetRequestId sets the RequestId field's value.
func (*DescribePrivateEgressNetworkAccessRuleAttributesInput) SetSpaceId ¶ added in v1.2.48
func (s *DescribePrivateEgressNetworkAccessRuleAttributesInput) SetSpaceId(v string) *DescribePrivateEgressNetworkAccessRuleAttributesInput
SetSpaceId sets the SpaceId field's value.
func (DescribePrivateEgressNetworkAccessRuleAttributesInput) String ¶ added in v1.2.48
func (s DescribePrivateEgressNetworkAccessRuleAttributesInput) String() string
String returns the string representation
func (*DescribePrivateEgressNetworkAccessRuleAttributesInput) Validate ¶ added in v1.2.48
func (s *DescribePrivateEgressNetworkAccessRuleAttributesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribePrivateEgressNetworkAccessRuleAttributesOutput ¶ added in v1.2.48
type DescribePrivateEgressNetworkAccessRuleAttributesOutput struct {
Metadata *response.ResponseMetadata
CreateTime *string `type:"string"`
Description *string `type:"string"`
DestCidrs []*string `type:"list"`
DestinationPorts []*string `type:"list"`
IsDefault *bool `type:"boolean"`
Name *string `type:"string"`
Priority *int32 `type:"int32"`
PrivateEgressNetworkAccessPolicyId *string `type:"string"`
PrivateEgressNetworkAccessRuleId *string `type:"string"`
Protocol *string `type:"string"`
RequestId *string `type:"string"`
RuleAction *string `type:"string"`
SourceIds []*string `type:"list"`
SourceType *string `type:"string"`
UpdateTime *string `type:"string"`
// contains filtered or unexported fields
}
func (DescribePrivateEgressNetworkAccessRuleAttributesOutput) GoString ¶ added in v1.2.48
func (s DescribePrivateEgressNetworkAccessRuleAttributesOutput) GoString() string
GoString returns the string representation
func (*DescribePrivateEgressNetworkAccessRuleAttributesOutput) SetCreateTime ¶ added in v1.2.48
func (s *DescribePrivateEgressNetworkAccessRuleAttributesOutput) SetCreateTime(v string) *DescribePrivateEgressNetworkAccessRuleAttributesOutput
SetCreateTime sets the CreateTime field's value.
func (*DescribePrivateEgressNetworkAccessRuleAttributesOutput) SetDescription ¶ added in v1.2.48
func (s *DescribePrivateEgressNetworkAccessRuleAttributesOutput) SetDescription(v string) *DescribePrivateEgressNetworkAccessRuleAttributesOutput
SetDescription sets the Description field's value.
func (*DescribePrivateEgressNetworkAccessRuleAttributesOutput) SetDestCidrs ¶ added in v1.2.48
func (s *DescribePrivateEgressNetworkAccessRuleAttributesOutput) SetDestCidrs(v []*string) *DescribePrivateEgressNetworkAccessRuleAttributesOutput
SetDestCidrs sets the DestCidrs field's value.
func (*DescribePrivateEgressNetworkAccessRuleAttributesOutput) SetDestinationPorts ¶ added in v1.2.48
func (s *DescribePrivateEgressNetworkAccessRuleAttributesOutput) SetDestinationPorts(v []*string) *DescribePrivateEgressNetworkAccessRuleAttributesOutput
SetDestinationPorts sets the DestinationPorts field's value.
func (*DescribePrivateEgressNetworkAccessRuleAttributesOutput) SetIsDefault ¶ added in v1.2.48
func (s *DescribePrivateEgressNetworkAccessRuleAttributesOutput) SetIsDefault(v bool) *DescribePrivateEgressNetworkAccessRuleAttributesOutput
SetIsDefault sets the IsDefault field's value.
func (*DescribePrivateEgressNetworkAccessRuleAttributesOutput) SetName ¶ added in v1.2.48
func (s *DescribePrivateEgressNetworkAccessRuleAttributesOutput) SetName(v string) *DescribePrivateEgressNetworkAccessRuleAttributesOutput
SetName sets the Name field's value.
func (*DescribePrivateEgressNetworkAccessRuleAttributesOutput) SetPriority ¶ added in v1.2.48
func (s *DescribePrivateEgressNetworkAccessRuleAttributesOutput) SetPriority(v int32) *DescribePrivateEgressNetworkAccessRuleAttributesOutput
SetPriority sets the Priority field's value.
func (*DescribePrivateEgressNetworkAccessRuleAttributesOutput) SetPrivateEgressNetworkAccessPolicyId ¶ added in v1.2.48
func (s *DescribePrivateEgressNetworkAccessRuleAttributesOutput) SetPrivateEgressNetworkAccessPolicyId(v string) *DescribePrivateEgressNetworkAccessRuleAttributesOutput
SetPrivateEgressNetworkAccessPolicyId sets the PrivateEgressNetworkAccessPolicyId field's value.
func (*DescribePrivateEgressNetworkAccessRuleAttributesOutput) SetPrivateEgressNetworkAccessRuleId ¶ added in v1.2.48
func (s *DescribePrivateEgressNetworkAccessRuleAttributesOutput) SetPrivateEgressNetworkAccessRuleId(v string) *DescribePrivateEgressNetworkAccessRuleAttributesOutput
SetPrivateEgressNetworkAccessRuleId sets the PrivateEgressNetworkAccessRuleId field's value.
func (*DescribePrivateEgressNetworkAccessRuleAttributesOutput) SetProtocol ¶ added in v1.2.48
func (s *DescribePrivateEgressNetworkAccessRuleAttributesOutput) SetProtocol(v string) *DescribePrivateEgressNetworkAccessRuleAttributesOutput
SetProtocol sets the Protocol field's value.
func (*DescribePrivateEgressNetworkAccessRuleAttributesOutput) SetRequestId ¶ added in v1.2.48
func (s *DescribePrivateEgressNetworkAccessRuleAttributesOutput) SetRequestId(v string) *DescribePrivateEgressNetworkAccessRuleAttributesOutput
SetRequestId sets the RequestId field's value.
func (*DescribePrivateEgressNetworkAccessRuleAttributesOutput) SetRuleAction ¶ added in v1.2.48
func (s *DescribePrivateEgressNetworkAccessRuleAttributesOutput) SetRuleAction(v string) *DescribePrivateEgressNetworkAccessRuleAttributesOutput
SetRuleAction sets the RuleAction field's value.
func (*DescribePrivateEgressNetworkAccessRuleAttributesOutput) SetSourceIds ¶ added in v1.2.48
func (s *DescribePrivateEgressNetworkAccessRuleAttributesOutput) SetSourceIds(v []*string) *DescribePrivateEgressNetworkAccessRuleAttributesOutput
SetSourceIds sets the SourceIds field's value.
func (*DescribePrivateEgressNetworkAccessRuleAttributesOutput) SetSourceType ¶ added in v1.2.48
func (s *DescribePrivateEgressNetworkAccessRuleAttributesOutput) SetSourceType(v string) *DescribePrivateEgressNetworkAccessRuleAttributesOutput
SetSourceType sets the SourceType field's value.
func (*DescribePrivateEgressNetworkAccessRuleAttributesOutput) SetUpdateTime ¶ added in v1.2.48
func (s *DescribePrivateEgressNetworkAccessRuleAttributesOutput) SetUpdateTime(v string) *DescribePrivateEgressNetworkAccessRuleAttributesOutput
SetUpdateTime sets the UpdateTime field's value.
func (DescribePrivateEgressNetworkAccessRuleAttributesOutput) String ¶ added in v1.2.48
func (s DescribePrivateEgressNetworkAccessRuleAttributesOutput) String() string
String returns the string representation
type DescribePrivateEgressNetworkAccessRulesInput ¶ added in v1.2.48
type DescribePrivateEgressNetworkAccessRulesInput struct {
Name *string `type:"string"`
PageNumber *int32 `type:"int32"`
PageSize *int32 `type:"int32"`
// PrivateEgressNetworkAccessPolicyId is a required field
PrivateEgressNetworkAccessPolicyId *string `type:"string" required:"true"`
PrivateEgressNetworkAccessRuleIds []*string `type:"list"`
// RequestId is a required field
RequestId *string `type:"string" required:"true"`
// SpaceId is a required field
SpaceId *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
func (DescribePrivateEgressNetworkAccessRulesInput) GoString ¶ added in v1.2.48
func (s DescribePrivateEgressNetworkAccessRulesInput) GoString() string
GoString returns the string representation
func (*DescribePrivateEgressNetworkAccessRulesInput) SetName ¶ added in v1.2.48
func (s *DescribePrivateEgressNetworkAccessRulesInput) SetName(v string) *DescribePrivateEgressNetworkAccessRulesInput
SetName sets the Name field's value.
func (*DescribePrivateEgressNetworkAccessRulesInput) SetPageNumber ¶ added in v1.2.48
func (s *DescribePrivateEgressNetworkAccessRulesInput) SetPageNumber(v int32) *DescribePrivateEgressNetworkAccessRulesInput
SetPageNumber sets the PageNumber field's value.
func (*DescribePrivateEgressNetworkAccessRulesInput) SetPageSize ¶ added in v1.2.48
func (s *DescribePrivateEgressNetworkAccessRulesInput) SetPageSize(v int32) *DescribePrivateEgressNetworkAccessRulesInput
SetPageSize sets the PageSize field's value.
func (*DescribePrivateEgressNetworkAccessRulesInput) SetPrivateEgressNetworkAccessPolicyId ¶ added in v1.2.48
func (s *DescribePrivateEgressNetworkAccessRulesInput) SetPrivateEgressNetworkAccessPolicyId(v string) *DescribePrivateEgressNetworkAccessRulesInput
SetPrivateEgressNetworkAccessPolicyId sets the PrivateEgressNetworkAccessPolicyId field's value.
func (*DescribePrivateEgressNetworkAccessRulesInput) SetPrivateEgressNetworkAccessRuleIds ¶ added in v1.2.48
func (s *DescribePrivateEgressNetworkAccessRulesInput) SetPrivateEgressNetworkAccessRuleIds(v []*string) *DescribePrivateEgressNetworkAccessRulesInput
SetPrivateEgressNetworkAccessRuleIds sets the PrivateEgressNetworkAccessRuleIds field's value.
func (*DescribePrivateEgressNetworkAccessRulesInput) SetRequestId ¶ added in v1.2.48
func (s *DescribePrivateEgressNetworkAccessRulesInput) SetRequestId(v string) *DescribePrivateEgressNetworkAccessRulesInput
SetRequestId sets the RequestId field's value.
func (*DescribePrivateEgressNetworkAccessRulesInput) SetSpaceId ¶ added in v1.2.48
func (s *DescribePrivateEgressNetworkAccessRulesInput) SetSpaceId(v string) *DescribePrivateEgressNetworkAccessRulesInput
SetSpaceId sets the SpaceId field's value.
func (DescribePrivateEgressNetworkAccessRulesInput) String ¶ added in v1.2.48
func (s DescribePrivateEgressNetworkAccessRulesInput) String() string
String returns the string representation
func (*DescribePrivateEgressNetworkAccessRulesInput) Validate ¶ added in v1.2.48
func (s *DescribePrivateEgressNetworkAccessRulesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribePrivateEgressNetworkAccessRulesOutput ¶ added in v1.2.48
type DescribePrivateEgressNetworkAccessRulesOutput struct {
Metadata *response.ResponseMetadata
PageNumber *int32 `type:"int32"`
PageSize *int32 `type:"int32"`
PrivateEgressNetworkAccessRules []*PrivateEgressNetworkAccessRuleForDescribePrivateEgressNetworkAccessRulesOutput `type:"list"`
RequestId *string `type:"string"`
TotalCount *int32 `type:"int32"`
// contains filtered or unexported fields
}
func (DescribePrivateEgressNetworkAccessRulesOutput) GoString ¶ added in v1.2.48
func (s DescribePrivateEgressNetworkAccessRulesOutput) GoString() string
GoString returns the string representation
func (*DescribePrivateEgressNetworkAccessRulesOutput) SetPageNumber ¶ added in v1.2.48
func (s *DescribePrivateEgressNetworkAccessRulesOutput) SetPageNumber(v int32) *DescribePrivateEgressNetworkAccessRulesOutput
SetPageNumber sets the PageNumber field's value.
func (*DescribePrivateEgressNetworkAccessRulesOutput) SetPageSize ¶ added in v1.2.48
func (s *DescribePrivateEgressNetworkAccessRulesOutput) SetPageSize(v int32) *DescribePrivateEgressNetworkAccessRulesOutput
SetPageSize sets the PageSize field's value.
func (*DescribePrivateEgressNetworkAccessRulesOutput) SetPrivateEgressNetworkAccessRules ¶ added in v1.2.48
func (s *DescribePrivateEgressNetworkAccessRulesOutput) SetPrivateEgressNetworkAccessRules(v []*PrivateEgressNetworkAccessRuleForDescribePrivateEgressNetworkAccessRulesOutput) *DescribePrivateEgressNetworkAccessRulesOutput
SetPrivateEgressNetworkAccessRules sets the PrivateEgressNetworkAccessRules field's value.
func (*DescribePrivateEgressNetworkAccessRulesOutput) SetRequestId ¶ added in v1.2.48
func (s *DescribePrivateEgressNetworkAccessRulesOutput) SetRequestId(v string) *DescribePrivateEgressNetworkAccessRulesOutput
SetRequestId sets the RequestId field's value.
func (*DescribePrivateEgressNetworkAccessRulesOutput) SetTotalCount ¶ added in v1.2.48
func (s *DescribePrivateEgressNetworkAccessRulesOutput) SetTotalCount(v int32) *DescribePrivateEgressNetworkAccessRulesOutput
SetTotalCount sets the TotalCount field's value.
func (DescribePrivateEgressNetworkAccessRulesOutput) String ¶ added in v1.2.48
func (s DescribePrivateEgressNetworkAccessRulesOutput) String() string
String returns the string representation
type DescribePrivateEgressOutput ¶ added in v1.2.48
type DescribePrivateEgressOutput struct {
Metadata *response.ResponseMetadata
AccessLogStatus *string `type:"string"`
CreateTime *string `type:"string"`
Description *string `type:"string"`
DnsBlockRuleStatus *string `type:"string"`
DnsServers []*DnsServerForDescribePrivateEgressOutput `type:"list"`
DnsStatus *string `type:"string"`
Domains []*string `type:"list"`
Name *string `type:"string"`
NetworkAccessPolicyId *string `type:"string"`
PrivateEgressId *string `type:"string"`
RequestId *string `type:"string"`
SpaceNetworkId *string `type:"string"`
Status *string `type:"string"`
UpdateTime *string `type:"string"`
WebAccessPolicyId *string `type:"string"`
// contains filtered or unexported fields
}
func (DescribePrivateEgressOutput) GoString ¶ added in v1.2.48
func (s DescribePrivateEgressOutput) GoString() string
GoString returns the string representation
func (*DescribePrivateEgressOutput) SetAccessLogStatus ¶ added in v1.2.48
func (s *DescribePrivateEgressOutput) SetAccessLogStatus(v string) *DescribePrivateEgressOutput
SetAccessLogStatus sets the AccessLogStatus field's value.
func (*DescribePrivateEgressOutput) SetCreateTime ¶ added in v1.2.48
func (s *DescribePrivateEgressOutput) SetCreateTime(v string) *DescribePrivateEgressOutput
SetCreateTime sets the CreateTime field's value.
func (*DescribePrivateEgressOutput) SetDescription ¶ added in v1.2.48
func (s *DescribePrivateEgressOutput) SetDescription(v string) *DescribePrivateEgressOutput
SetDescription sets the Description field's value.
func (*DescribePrivateEgressOutput) SetDnsBlockRuleStatus ¶ added in v1.2.48
func (s *DescribePrivateEgressOutput) SetDnsBlockRuleStatus(v string) *DescribePrivateEgressOutput
SetDnsBlockRuleStatus sets the DnsBlockRuleStatus field's value.
func (*DescribePrivateEgressOutput) SetDnsServers ¶ added in v1.2.48
func (s *DescribePrivateEgressOutput) SetDnsServers(v []*DnsServerForDescribePrivateEgressOutput) *DescribePrivateEgressOutput
SetDnsServers sets the DnsServers field's value.
func (*DescribePrivateEgressOutput) SetDnsStatus ¶ added in v1.2.48
func (s *DescribePrivateEgressOutput) SetDnsStatus(v string) *DescribePrivateEgressOutput
SetDnsStatus sets the DnsStatus field's value.
func (*DescribePrivateEgressOutput) SetDomains ¶ added in v1.2.48
func (s *DescribePrivateEgressOutput) SetDomains(v []*string) *DescribePrivateEgressOutput
SetDomains sets the Domains field's value.
func (*DescribePrivateEgressOutput) SetName ¶ added in v1.2.48
func (s *DescribePrivateEgressOutput) SetName(v string) *DescribePrivateEgressOutput
SetName sets the Name field's value.
func (*DescribePrivateEgressOutput) SetNetworkAccessPolicyId ¶ added in v1.2.48
func (s *DescribePrivateEgressOutput) SetNetworkAccessPolicyId(v string) *DescribePrivateEgressOutput
SetNetworkAccessPolicyId sets the NetworkAccessPolicyId field's value.
func (*DescribePrivateEgressOutput) SetPrivateEgressId ¶ added in v1.2.48
func (s *DescribePrivateEgressOutput) SetPrivateEgressId(v string) *DescribePrivateEgressOutput
SetPrivateEgressId sets the PrivateEgressId field's value.
func (*DescribePrivateEgressOutput) SetRequestId ¶ added in v1.2.48
func (s *DescribePrivateEgressOutput) SetRequestId(v string) *DescribePrivateEgressOutput
SetRequestId sets the RequestId field's value.
func (*DescribePrivateEgressOutput) SetSpaceNetworkId ¶ added in v1.2.48
func (s *DescribePrivateEgressOutput) SetSpaceNetworkId(v string) *DescribePrivateEgressOutput
SetSpaceNetworkId sets the SpaceNetworkId field's value.
func (*DescribePrivateEgressOutput) SetStatus ¶ added in v1.2.48
func (s *DescribePrivateEgressOutput) SetStatus(v string) *DescribePrivateEgressOutput
SetStatus sets the Status field's value.
func (*DescribePrivateEgressOutput) SetUpdateTime ¶ added in v1.2.48
func (s *DescribePrivateEgressOutput) SetUpdateTime(v string) *DescribePrivateEgressOutput
SetUpdateTime sets the UpdateTime field's value.
func (*DescribePrivateEgressOutput) SetWebAccessPolicyId ¶ added in v1.2.48
func (s *DescribePrivateEgressOutput) SetWebAccessPolicyId(v string) *DescribePrivateEgressOutput
SetWebAccessPolicyId sets the WebAccessPolicyId field's value.
func (DescribePrivateEgressOutput) String ¶ added in v1.2.48
func (s DescribePrivateEgressOutput) String() string
String returns the string representation
type DescribePrivateEgressWebAccessPolicyInput ¶ added in v1.2.48
type DescribePrivateEgressWebAccessPolicyInput struct {
// PrivateEgressWebAccessPolicyId is a required field
PrivateEgressWebAccessPolicyId *string `type:"string" required:"true"`
// RequestId is a required field
RequestId *string `type:"string" required:"true"`
// SpaceId is a required field
SpaceId *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
func (DescribePrivateEgressWebAccessPolicyInput) GoString ¶ added in v1.2.48
func (s DescribePrivateEgressWebAccessPolicyInput) GoString() string
GoString returns the string representation
func (*DescribePrivateEgressWebAccessPolicyInput) SetPrivateEgressWebAccessPolicyId ¶ added in v1.2.48
func (s *DescribePrivateEgressWebAccessPolicyInput) SetPrivateEgressWebAccessPolicyId(v string) *DescribePrivateEgressWebAccessPolicyInput
SetPrivateEgressWebAccessPolicyId sets the PrivateEgressWebAccessPolicyId field's value.
func (*DescribePrivateEgressWebAccessPolicyInput) SetRequestId ¶ added in v1.2.48
func (s *DescribePrivateEgressWebAccessPolicyInput) SetRequestId(v string) *DescribePrivateEgressWebAccessPolicyInput
SetRequestId sets the RequestId field's value.
func (*DescribePrivateEgressWebAccessPolicyInput) SetSpaceId ¶ added in v1.2.48
func (s *DescribePrivateEgressWebAccessPolicyInput) SetSpaceId(v string) *DescribePrivateEgressWebAccessPolicyInput
SetSpaceId sets the SpaceId field's value.
func (DescribePrivateEgressWebAccessPolicyInput) String ¶ added in v1.2.48
func (s DescribePrivateEgressWebAccessPolicyInput) String() string
String returns the string representation
func (*DescribePrivateEgressWebAccessPolicyInput) Validate ¶ added in v1.2.48
func (s *DescribePrivateEgressWebAccessPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribePrivateEgressWebAccessPolicyOutput ¶ added in v1.2.48
type DescribePrivateEgressWebAccessPolicyOutput struct {
Metadata *response.ResponseMetadata
CreateTime *string `type:"string"`
ListenPorts []*string `type:"list"`
PrivateEgressId *string `type:"string"`
PrivateEgressWebAccessPolicyId *string `type:"string"`
RequestId *string `type:"string"`
RuleCount *int32 `type:"int32"`
SpaceNetworkId *string `type:"string"`
Status *string `type:"string"`
UpdateTime *string `type:"string"`
// contains filtered or unexported fields
}
func (DescribePrivateEgressWebAccessPolicyOutput) GoString ¶ added in v1.2.48
func (s DescribePrivateEgressWebAccessPolicyOutput) GoString() string
GoString returns the string representation
func (*DescribePrivateEgressWebAccessPolicyOutput) SetCreateTime ¶ added in v1.2.48
func (s *DescribePrivateEgressWebAccessPolicyOutput) SetCreateTime(v string) *DescribePrivateEgressWebAccessPolicyOutput
SetCreateTime sets the CreateTime field's value.
func (*DescribePrivateEgressWebAccessPolicyOutput) SetListenPorts ¶ added in v1.2.48
func (s *DescribePrivateEgressWebAccessPolicyOutput) SetListenPorts(v []*string) *DescribePrivateEgressWebAccessPolicyOutput
SetListenPorts sets the ListenPorts field's value.
func (*DescribePrivateEgressWebAccessPolicyOutput) SetPrivateEgressId ¶ added in v1.2.48
func (s *DescribePrivateEgressWebAccessPolicyOutput) SetPrivateEgressId(v string) *DescribePrivateEgressWebAccessPolicyOutput
SetPrivateEgressId sets the PrivateEgressId field's value.
func (*DescribePrivateEgressWebAccessPolicyOutput) SetPrivateEgressWebAccessPolicyId ¶ added in v1.2.48
func (s *DescribePrivateEgressWebAccessPolicyOutput) SetPrivateEgressWebAccessPolicyId(v string) *DescribePrivateEgressWebAccessPolicyOutput
SetPrivateEgressWebAccessPolicyId sets the PrivateEgressWebAccessPolicyId field's value.
func (*DescribePrivateEgressWebAccessPolicyOutput) SetRequestId ¶ added in v1.2.48
func (s *DescribePrivateEgressWebAccessPolicyOutput) SetRequestId(v string) *DescribePrivateEgressWebAccessPolicyOutput
SetRequestId sets the RequestId field's value.
func (*DescribePrivateEgressWebAccessPolicyOutput) SetRuleCount ¶ added in v1.2.48
func (s *DescribePrivateEgressWebAccessPolicyOutput) SetRuleCount(v int32) *DescribePrivateEgressWebAccessPolicyOutput
SetRuleCount sets the RuleCount field's value.
func (*DescribePrivateEgressWebAccessPolicyOutput) SetSpaceNetworkId ¶ added in v1.2.48
func (s *DescribePrivateEgressWebAccessPolicyOutput) SetSpaceNetworkId(v string) *DescribePrivateEgressWebAccessPolicyOutput
SetSpaceNetworkId sets the SpaceNetworkId field's value.
func (*DescribePrivateEgressWebAccessPolicyOutput) SetStatus ¶ added in v1.2.48
func (s *DescribePrivateEgressWebAccessPolicyOutput) SetStatus(v string) *DescribePrivateEgressWebAccessPolicyOutput
SetStatus sets the Status field's value.
func (*DescribePrivateEgressWebAccessPolicyOutput) SetUpdateTime ¶ added in v1.2.48
func (s *DescribePrivateEgressWebAccessPolicyOutput) SetUpdateTime(v string) *DescribePrivateEgressWebAccessPolicyOutput
SetUpdateTime sets the UpdateTime field's value.
func (DescribePrivateEgressWebAccessPolicyOutput) String ¶ added in v1.2.48
func (s DescribePrivateEgressWebAccessPolicyOutput) String() string
String returns the string representation
type DescribePrivateEgressWebAccessRuleAttributesInput ¶ added in v1.2.48
type DescribePrivateEgressWebAccessRuleAttributesInput struct {
// PrivateEgressWebAccessRuleId is a required field
PrivateEgressWebAccessRuleId *string `type:"string" required:"true"`
// RequestId is a required field
RequestId *string `type:"string" required:"true"`
// SpaceId is a required field
SpaceId *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
func (DescribePrivateEgressWebAccessRuleAttributesInput) GoString ¶ added in v1.2.48
func (s DescribePrivateEgressWebAccessRuleAttributesInput) GoString() string
GoString returns the string representation
func (*DescribePrivateEgressWebAccessRuleAttributesInput) SetPrivateEgressWebAccessRuleId ¶ added in v1.2.48
func (s *DescribePrivateEgressWebAccessRuleAttributesInput) SetPrivateEgressWebAccessRuleId(v string) *DescribePrivateEgressWebAccessRuleAttributesInput
SetPrivateEgressWebAccessRuleId sets the PrivateEgressWebAccessRuleId field's value.
func (*DescribePrivateEgressWebAccessRuleAttributesInput) SetRequestId ¶ added in v1.2.48
func (s *DescribePrivateEgressWebAccessRuleAttributesInput) SetRequestId(v string) *DescribePrivateEgressWebAccessRuleAttributesInput
SetRequestId sets the RequestId field's value.
func (*DescribePrivateEgressWebAccessRuleAttributesInput) SetSpaceId ¶ added in v1.2.48
func (s *DescribePrivateEgressWebAccessRuleAttributesInput) SetSpaceId(v string) *DescribePrivateEgressWebAccessRuleAttributesInput
SetSpaceId sets the SpaceId field's value.
func (DescribePrivateEgressWebAccessRuleAttributesInput) String ¶ added in v1.2.48
func (s DescribePrivateEgressWebAccessRuleAttributesInput) String() string
String returns the string representation
func (*DescribePrivateEgressWebAccessRuleAttributesInput) Validate ¶ added in v1.2.48
func (s *DescribePrivateEgressWebAccessRuleAttributesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribePrivateEgressWebAccessRuleAttributesOutput ¶ added in v1.2.48
type DescribePrivateEgressWebAccessRuleAttributesOutput struct {
Metadata *response.ResponseMetadata
CreateTime *string `type:"string"`
Description *string `type:"string"`
DomainPatterns []*string `type:"list"`
IsDefault *bool `type:"boolean"`
Name *string `type:"string"`
Priority *int32 `type:"int32"`
PrivateEgressWebAccessPolicyId *string `type:"string"`
PrivateEgressWebAccessRuleId *string `type:"string"`
RequestId *string `type:"string"`
RuleAction *string `type:"string"`
SourceIds []*string `type:"list"`
SourceType *string `type:"string"`
UpdateTime *string `type:"string"`
// contains filtered or unexported fields
}
func (DescribePrivateEgressWebAccessRuleAttributesOutput) GoString ¶ added in v1.2.48
func (s DescribePrivateEgressWebAccessRuleAttributesOutput) GoString() string
GoString returns the string representation
func (*DescribePrivateEgressWebAccessRuleAttributesOutput) SetCreateTime ¶ added in v1.2.48
func (s *DescribePrivateEgressWebAccessRuleAttributesOutput) SetCreateTime(v string) *DescribePrivateEgressWebAccessRuleAttributesOutput
SetCreateTime sets the CreateTime field's value.
func (*DescribePrivateEgressWebAccessRuleAttributesOutput) SetDescription ¶ added in v1.2.48
func (s *DescribePrivateEgressWebAccessRuleAttributesOutput) SetDescription(v string) *DescribePrivateEgressWebAccessRuleAttributesOutput
SetDescription sets the Description field's value.
func (*DescribePrivateEgressWebAccessRuleAttributesOutput) SetDomainPatterns ¶ added in v1.2.48
func (s *DescribePrivateEgressWebAccessRuleAttributesOutput) SetDomainPatterns(v []*string) *DescribePrivateEgressWebAccessRuleAttributesOutput
SetDomainPatterns sets the DomainPatterns field's value.
func (*DescribePrivateEgressWebAccessRuleAttributesOutput) SetIsDefault ¶ added in v1.2.48
func (s *DescribePrivateEgressWebAccessRuleAttributesOutput) SetIsDefault(v bool) *DescribePrivateEgressWebAccessRuleAttributesOutput
SetIsDefault sets the IsDefault field's value.
func (*DescribePrivateEgressWebAccessRuleAttributesOutput) SetName ¶ added in v1.2.48
func (s *DescribePrivateEgressWebAccessRuleAttributesOutput) SetName(v string) *DescribePrivateEgressWebAccessRuleAttributesOutput
SetName sets the Name field's value.
func (*DescribePrivateEgressWebAccessRuleAttributesOutput) SetPriority ¶ added in v1.2.48
func (s *DescribePrivateEgressWebAccessRuleAttributesOutput) SetPriority(v int32) *DescribePrivateEgressWebAccessRuleAttributesOutput
SetPriority sets the Priority field's value.
func (*DescribePrivateEgressWebAccessRuleAttributesOutput) SetPrivateEgressWebAccessPolicyId ¶ added in v1.2.48
func (s *DescribePrivateEgressWebAccessRuleAttributesOutput) SetPrivateEgressWebAccessPolicyId(v string) *DescribePrivateEgressWebAccessRuleAttributesOutput
SetPrivateEgressWebAccessPolicyId sets the PrivateEgressWebAccessPolicyId field's value.
func (*DescribePrivateEgressWebAccessRuleAttributesOutput) SetPrivateEgressWebAccessRuleId ¶ added in v1.2.48
func (s *DescribePrivateEgressWebAccessRuleAttributesOutput) SetPrivateEgressWebAccessRuleId(v string) *DescribePrivateEgressWebAccessRuleAttributesOutput
SetPrivateEgressWebAccessRuleId sets the PrivateEgressWebAccessRuleId field's value.
func (*DescribePrivateEgressWebAccessRuleAttributesOutput) SetRequestId ¶ added in v1.2.48
func (s *DescribePrivateEgressWebAccessRuleAttributesOutput) SetRequestId(v string) *DescribePrivateEgressWebAccessRuleAttributesOutput
SetRequestId sets the RequestId field's value.
func (*DescribePrivateEgressWebAccessRuleAttributesOutput) SetRuleAction ¶ added in v1.2.48
func (s *DescribePrivateEgressWebAccessRuleAttributesOutput) SetRuleAction(v string) *DescribePrivateEgressWebAccessRuleAttributesOutput
SetRuleAction sets the RuleAction field's value.
func (*DescribePrivateEgressWebAccessRuleAttributesOutput) SetSourceIds ¶ added in v1.2.48
func (s *DescribePrivateEgressWebAccessRuleAttributesOutput) SetSourceIds(v []*string) *DescribePrivateEgressWebAccessRuleAttributesOutput
SetSourceIds sets the SourceIds field's value.
func (*DescribePrivateEgressWebAccessRuleAttributesOutput) SetSourceType ¶ added in v1.2.48
func (s *DescribePrivateEgressWebAccessRuleAttributesOutput) SetSourceType(v string) *DescribePrivateEgressWebAccessRuleAttributesOutput
SetSourceType sets the SourceType field's value.
func (*DescribePrivateEgressWebAccessRuleAttributesOutput) SetUpdateTime ¶ added in v1.2.48
func (s *DescribePrivateEgressWebAccessRuleAttributesOutput) SetUpdateTime(v string) *DescribePrivateEgressWebAccessRuleAttributesOutput
SetUpdateTime sets the UpdateTime field's value.
func (DescribePrivateEgressWebAccessRuleAttributesOutput) String ¶ added in v1.2.48
func (s DescribePrivateEgressWebAccessRuleAttributesOutput) String() string
String returns the string representation
type DescribePrivateEgressWebAccessRulesInput ¶ added in v1.2.48
type DescribePrivateEgressWebAccessRulesInput struct {
Name *string `type:"string"`
PageNumber *int32 `type:"int32"`
PageSize *int32 `type:"int32"`
// PrivateEgressWebAccessPolicyId is a required field
PrivateEgressWebAccessPolicyId *string `type:"string" required:"true"`
PrivateEgressWebAccessRuleIds []*string `type:"list"`
// RequestId is a required field
RequestId *string `type:"string" required:"true"`
RuleType *string `type:"string"`
// SpaceId is a required field
SpaceId *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
func (DescribePrivateEgressWebAccessRulesInput) GoString ¶ added in v1.2.48
func (s DescribePrivateEgressWebAccessRulesInput) GoString() string
GoString returns the string representation
func (*DescribePrivateEgressWebAccessRulesInput) SetName ¶ added in v1.2.48
func (s *DescribePrivateEgressWebAccessRulesInput) SetName(v string) *DescribePrivateEgressWebAccessRulesInput
SetName sets the Name field's value.
func (*DescribePrivateEgressWebAccessRulesInput) SetPageNumber ¶ added in v1.2.48
func (s *DescribePrivateEgressWebAccessRulesInput) SetPageNumber(v int32) *DescribePrivateEgressWebAccessRulesInput
SetPageNumber sets the PageNumber field's value.
func (*DescribePrivateEgressWebAccessRulesInput) SetPageSize ¶ added in v1.2.48
func (s *DescribePrivateEgressWebAccessRulesInput) SetPageSize(v int32) *DescribePrivateEgressWebAccessRulesInput
SetPageSize sets the PageSize field's value.
func (*DescribePrivateEgressWebAccessRulesInput) SetPrivateEgressWebAccessPolicyId ¶ added in v1.2.48
func (s *DescribePrivateEgressWebAccessRulesInput) SetPrivateEgressWebAccessPolicyId(v string) *DescribePrivateEgressWebAccessRulesInput
SetPrivateEgressWebAccessPolicyId sets the PrivateEgressWebAccessPolicyId field's value.
func (*DescribePrivateEgressWebAccessRulesInput) SetPrivateEgressWebAccessRuleIds ¶ added in v1.2.48
func (s *DescribePrivateEgressWebAccessRulesInput) SetPrivateEgressWebAccessRuleIds(v []*string) *DescribePrivateEgressWebAccessRulesInput
SetPrivateEgressWebAccessRuleIds sets the PrivateEgressWebAccessRuleIds field's value.
func (*DescribePrivateEgressWebAccessRulesInput) SetRequestId ¶ added in v1.2.48
func (s *DescribePrivateEgressWebAccessRulesInput) SetRequestId(v string) *DescribePrivateEgressWebAccessRulesInput
SetRequestId sets the RequestId field's value.
func (*DescribePrivateEgressWebAccessRulesInput) SetRuleType ¶ added in v1.2.48
func (s *DescribePrivateEgressWebAccessRulesInput) SetRuleType(v string) *DescribePrivateEgressWebAccessRulesInput
SetRuleType sets the RuleType field's value.
func (*DescribePrivateEgressWebAccessRulesInput) SetSpaceId ¶ added in v1.2.48
func (s *DescribePrivateEgressWebAccessRulesInput) SetSpaceId(v string) *DescribePrivateEgressWebAccessRulesInput
SetSpaceId sets the SpaceId field's value.
func (DescribePrivateEgressWebAccessRulesInput) String ¶ added in v1.2.48
func (s DescribePrivateEgressWebAccessRulesInput) String() string
String returns the string representation
func (*DescribePrivateEgressWebAccessRulesInput) Validate ¶ added in v1.2.48
func (s *DescribePrivateEgressWebAccessRulesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribePrivateEgressWebAccessRulesOutput ¶ added in v1.2.48
type DescribePrivateEgressWebAccessRulesOutput struct {
Metadata *response.ResponseMetadata
PageNumber *int32 `type:"int32"`
PageSize *int32 `type:"int32"`
PrivateEgressWebAccessRules []*PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput `type:"list"`
RequestId *string `type:"string"`
TotalCount *int32 `type:"int32"`
// contains filtered or unexported fields
}
func (DescribePrivateEgressWebAccessRulesOutput) GoString ¶ added in v1.2.48
func (s DescribePrivateEgressWebAccessRulesOutput) GoString() string
GoString returns the string representation
func (*DescribePrivateEgressWebAccessRulesOutput) SetPageNumber ¶ added in v1.2.48
func (s *DescribePrivateEgressWebAccessRulesOutput) SetPageNumber(v int32) *DescribePrivateEgressWebAccessRulesOutput
SetPageNumber sets the PageNumber field's value.
func (*DescribePrivateEgressWebAccessRulesOutput) SetPageSize ¶ added in v1.2.48
func (s *DescribePrivateEgressWebAccessRulesOutput) SetPageSize(v int32) *DescribePrivateEgressWebAccessRulesOutput
SetPageSize sets the PageSize field's value.
func (*DescribePrivateEgressWebAccessRulesOutput) SetPrivateEgressWebAccessRules ¶ added in v1.2.48
func (s *DescribePrivateEgressWebAccessRulesOutput) SetPrivateEgressWebAccessRules(v []*PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput) *DescribePrivateEgressWebAccessRulesOutput
SetPrivateEgressWebAccessRules sets the PrivateEgressWebAccessRules field's value.
func (*DescribePrivateEgressWebAccessRulesOutput) SetRequestId ¶ added in v1.2.48
func (s *DescribePrivateEgressWebAccessRulesOutput) SetRequestId(v string) *DescribePrivateEgressWebAccessRulesOutput
SetRequestId sets the RequestId field's value.
func (*DescribePrivateEgressWebAccessRulesOutput) SetTotalCount ¶ added in v1.2.48
func (s *DescribePrivateEgressWebAccessRulesOutput) SetTotalCount(v int32) *DescribePrivateEgressWebAccessRulesOutput
SetTotalCount sets the TotalCount field's value.
func (DescribePrivateEgressWebAccessRulesOutput) String ¶ added in v1.2.48
func (s DescribePrivateEgressWebAccessRulesOutput) String() string
String returns the string representation
type DisablePrivateEgressAccessLogInput ¶ added in v1.2.48
type DisablePrivateEgressAccessLogInput struct {
// PrivateEgressId is a required field
PrivateEgressId *string `type:"string" required:"true"`
// SpaceId is a required field
SpaceId *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
func (DisablePrivateEgressAccessLogInput) GoString ¶ added in v1.2.48
func (s DisablePrivateEgressAccessLogInput) GoString() string
GoString returns the string representation
func (*DisablePrivateEgressAccessLogInput) SetPrivateEgressId ¶ added in v1.2.48
func (s *DisablePrivateEgressAccessLogInput) SetPrivateEgressId(v string) *DisablePrivateEgressAccessLogInput
SetPrivateEgressId sets the PrivateEgressId field's value.
func (*DisablePrivateEgressAccessLogInput) SetSpaceId ¶ added in v1.2.48
func (s *DisablePrivateEgressAccessLogInput) SetSpaceId(v string) *DisablePrivateEgressAccessLogInput
SetSpaceId sets the SpaceId field's value.
func (DisablePrivateEgressAccessLogInput) String ¶ added in v1.2.48
func (s DisablePrivateEgressAccessLogInput) String() string
String returns the string representation
func (*DisablePrivateEgressAccessLogInput) Validate ¶ added in v1.2.48
func (s *DisablePrivateEgressAccessLogInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DisablePrivateEgressAccessLogOutput ¶ added in v1.2.48
type DisablePrivateEgressAccessLogOutput struct {
Metadata *response.ResponseMetadata
RequestId *string `type:"string"`
// contains filtered or unexported fields
}
func (DisablePrivateEgressAccessLogOutput) GoString ¶ added in v1.2.48
func (s DisablePrivateEgressAccessLogOutput) GoString() string
GoString returns the string representation
func (*DisablePrivateEgressAccessLogOutput) SetRequestId ¶ added in v1.2.48
func (s *DisablePrivateEgressAccessLogOutput) SetRequestId(v string) *DisablePrivateEgressAccessLogOutput
SetRequestId sets the RequestId field's value.
func (DisablePrivateEgressAccessLogOutput) String ¶ added in v1.2.48
func (s DisablePrivateEgressAccessLogOutput) String() string
String returns the string representation
type DisablePrivateEgressDnsBlockRuleInput ¶ added in v1.2.48
type DisablePrivateEgressDnsBlockRuleInput struct {
// PrivateEgressId is a required field
PrivateEgressId *string `type:"string" required:"true"`
// SpaceId is a required field
SpaceId *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
func (DisablePrivateEgressDnsBlockRuleInput) GoString ¶ added in v1.2.48
func (s DisablePrivateEgressDnsBlockRuleInput) GoString() string
GoString returns the string representation
func (*DisablePrivateEgressDnsBlockRuleInput) SetPrivateEgressId ¶ added in v1.2.48
func (s *DisablePrivateEgressDnsBlockRuleInput) SetPrivateEgressId(v string) *DisablePrivateEgressDnsBlockRuleInput
SetPrivateEgressId sets the PrivateEgressId field's value.
func (*DisablePrivateEgressDnsBlockRuleInput) SetSpaceId ¶ added in v1.2.48
func (s *DisablePrivateEgressDnsBlockRuleInput) SetSpaceId(v string) *DisablePrivateEgressDnsBlockRuleInput
SetSpaceId sets the SpaceId field's value.
func (DisablePrivateEgressDnsBlockRuleInput) String ¶ added in v1.2.48
func (s DisablePrivateEgressDnsBlockRuleInput) String() string
String returns the string representation
func (*DisablePrivateEgressDnsBlockRuleInput) Validate ¶ added in v1.2.48
func (s *DisablePrivateEgressDnsBlockRuleInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DisablePrivateEgressDnsBlockRuleOutput ¶ added in v1.2.48
type DisablePrivateEgressDnsBlockRuleOutput struct {
Metadata *response.ResponseMetadata
AsyncTaskId *string `type:"string"`
RequestId *string `type:"string"`
// contains filtered or unexported fields
}
func (DisablePrivateEgressDnsBlockRuleOutput) GoString ¶ added in v1.2.48
func (s DisablePrivateEgressDnsBlockRuleOutput) GoString() string
GoString returns the string representation
func (*DisablePrivateEgressDnsBlockRuleOutput) SetAsyncTaskId ¶ added in v1.2.48
func (s *DisablePrivateEgressDnsBlockRuleOutput) SetAsyncTaskId(v string) *DisablePrivateEgressDnsBlockRuleOutput
SetAsyncTaskId sets the AsyncTaskId field's value.
func (*DisablePrivateEgressDnsBlockRuleOutput) SetRequestId ¶ added in v1.2.48
func (s *DisablePrivateEgressDnsBlockRuleOutput) SetRequestId(v string) *DisablePrivateEgressDnsBlockRuleOutput
SetRequestId sets the RequestId field's value.
func (DisablePrivateEgressDnsBlockRuleOutput) String ¶ added in v1.2.48
func (s DisablePrivateEgressDnsBlockRuleOutput) String() string
String returns the string representation
type DisablePrivateEgressDnsInput ¶ added in v1.2.48
type DisablePrivateEgressDnsInput struct {
// PrivateEgressId is a required field
PrivateEgressId *string `type:"string" required:"true"`
// SpaceId is a required field
SpaceId *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
func (DisablePrivateEgressDnsInput) GoString ¶ added in v1.2.48
func (s DisablePrivateEgressDnsInput) GoString() string
GoString returns the string representation
func (*DisablePrivateEgressDnsInput) SetPrivateEgressId ¶ added in v1.2.48
func (s *DisablePrivateEgressDnsInput) SetPrivateEgressId(v string) *DisablePrivateEgressDnsInput
SetPrivateEgressId sets the PrivateEgressId field's value.
func (*DisablePrivateEgressDnsInput) SetSpaceId ¶ added in v1.2.48
func (s *DisablePrivateEgressDnsInput) SetSpaceId(v string) *DisablePrivateEgressDnsInput
SetSpaceId sets the SpaceId field's value.
func (DisablePrivateEgressDnsInput) String ¶ added in v1.2.48
func (s DisablePrivateEgressDnsInput) String() string
String returns the string representation
func (*DisablePrivateEgressDnsInput) Validate ¶ added in v1.2.48
func (s *DisablePrivateEgressDnsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DisablePrivateEgressDnsOutput ¶ added in v1.2.48
type DisablePrivateEgressDnsOutput struct {
Metadata *response.ResponseMetadata
AsyncTaskId *string `type:"string"`
RequestId *string `type:"string"`
// contains filtered or unexported fields
}
func (DisablePrivateEgressDnsOutput) GoString ¶ added in v1.2.48
func (s DisablePrivateEgressDnsOutput) GoString() string
GoString returns the string representation
func (*DisablePrivateEgressDnsOutput) SetAsyncTaskId ¶ added in v1.2.48
func (s *DisablePrivateEgressDnsOutput) SetAsyncTaskId(v string) *DisablePrivateEgressDnsOutput
SetAsyncTaskId sets the AsyncTaskId field's value.
func (*DisablePrivateEgressDnsOutput) SetRequestId ¶ added in v1.2.48
func (s *DisablePrivateEgressDnsOutput) SetRequestId(v string) *DisablePrivateEgressDnsOutput
SetRequestId sets the RequestId field's value.
func (DisablePrivateEgressDnsOutput) String ¶ added in v1.2.48
func (s DisablePrivateEgressDnsOutput) String() string
String returns the string representation
type DisablePrivateEgressNetworkAccessPolicyInput ¶ added in v1.2.48
type DisablePrivateEgressNetworkAccessPolicyInput struct {
ClientToken *string `type:"string"`
// PrivateEgressNetworkAccessPolicyId is a required field
PrivateEgressNetworkAccessPolicyId *string `type:"string" required:"true"`
// RequestId is a required field
RequestId *string `type:"string" required:"true"`
// SpaceId is a required field
SpaceId *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
func (DisablePrivateEgressNetworkAccessPolicyInput) GoString ¶ added in v1.2.48
func (s DisablePrivateEgressNetworkAccessPolicyInput) GoString() string
GoString returns the string representation
func (*DisablePrivateEgressNetworkAccessPolicyInput) SetClientToken ¶ added in v1.2.48
func (s *DisablePrivateEgressNetworkAccessPolicyInput) SetClientToken(v string) *DisablePrivateEgressNetworkAccessPolicyInput
SetClientToken sets the ClientToken field's value.
func (*DisablePrivateEgressNetworkAccessPolicyInput) SetPrivateEgressNetworkAccessPolicyId ¶ added in v1.2.48
func (s *DisablePrivateEgressNetworkAccessPolicyInput) SetPrivateEgressNetworkAccessPolicyId(v string) *DisablePrivateEgressNetworkAccessPolicyInput
SetPrivateEgressNetworkAccessPolicyId sets the PrivateEgressNetworkAccessPolicyId field's value.
func (*DisablePrivateEgressNetworkAccessPolicyInput) SetRequestId ¶ added in v1.2.48
func (s *DisablePrivateEgressNetworkAccessPolicyInput) SetRequestId(v string) *DisablePrivateEgressNetworkAccessPolicyInput
SetRequestId sets the RequestId field's value.
func (*DisablePrivateEgressNetworkAccessPolicyInput) SetSpaceId ¶ added in v1.2.48
func (s *DisablePrivateEgressNetworkAccessPolicyInput) SetSpaceId(v string) *DisablePrivateEgressNetworkAccessPolicyInput
SetSpaceId sets the SpaceId field's value.
func (DisablePrivateEgressNetworkAccessPolicyInput) String ¶ added in v1.2.48
func (s DisablePrivateEgressNetworkAccessPolicyInput) String() string
String returns the string representation
func (*DisablePrivateEgressNetworkAccessPolicyInput) Validate ¶ added in v1.2.48
func (s *DisablePrivateEgressNetworkAccessPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DisablePrivateEgressNetworkAccessPolicyOutput ¶ added in v1.2.48
type DisablePrivateEgressNetworkAccessPolicyOutput struct {
Metadata *response.ResponseMetadata
AsyncTaskId *string `type:"string"`
PrivateEgressNetworkAccessPolicyId *string `type:"string"`
RequestId *string `type:"string"`
// contains filtered or unexported fields
}
func (DisablePrivateEgressNetworkAccessPolicyOutput) GoString ¶ added in v1.2.48
func (s DisablePrivateEgressNetworkAccessPolicyOutput) GoString() string
GoString returns the string representation
func (*DisablePrivateEgressNetworkAccessPolicyOutput) SetAsyncTaskId ¶ added in v1.2.48
func (s *DisablePrivateEgressNetworkAccessPolicyOutput) SetAsyncTaskId(v string) *DisablePrivateEgressNetworkAccessPolicyOutput
SetAsyncTaskId sets the AsyncTaskId field's value.
func (*DisablePrivateEgressNetworkAccessPolicyOutput) SetPrivateEgressNetworkAccessPolicyId ¶ added in v1.2.48
func (s *DisablePrivateEgressNetworkAccessPolicyOutput) SetPrivateEgressNetworkAccessPolicyId(v string) *DisablePrivateEgressNetworkAccessPolicyOutput
SetPrivateEgressNetworkAccessPolicyId sets the PrivateEgressNetworkAccessPolicyId field's value.
func (*DisablePrivateEgressNetworkAccessPolicyOutput) SetRequestId ¶ added in v1.2.48
func (s *DisablePrivateEgressNetworkAccessPolicyOutput) SetRequestId(v string) *DisablePrivateEgressNetworkAccessPolicyOutput
SetRequestId sets the RequestId field's value.
func (DisablePrivateEgressNetworkAccessPolicyOutput) String ¶ added in v1.2.48
func (s DisablePrivateEgressNetworkAccessPolicyOutput) String() string
String returns the string representation
type DisablePrivateEgressWebAccessPolicyInput ¶ added in v1.2.48
type DisablePrivateEgressWebAccessPolicyInput struct {
ClientToken *string `type:"string"`
// PrivateEgressWebAccessPolicyId is a required field
PrivateEgressWebAccessPolicyId *string `type:"string" required:"true"`
// RequestId is a required field
RequestId *string `type:"string" required:"true"`
// SpaceId is a required field
SpaceId *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
func (DisablePrivateEgressWebAccessPolicyInput) GoString ¶ added in v1.2.48
func (s DisablePrivateEgressWebAccessPolicyInput) GoString() string
GoString returns the string representation
func (*DisablePrivateEgressWebAccessPolicyInput) SetClientToken ¶ added in v1.2.48
func (s *DisablePrivateEgressWebAccessPolicyInput) SetClientToken(v string) *DisablePrivateEgressWebAccessPolicyInput
SetClientToken sets the ClientToken field's value.
func (*DisablePrivateEgressWebAccessPolicyInput) SetPrivateEgressWebAccessPolicyId ¶ added in v1.2.48
func (s *DisablePrivateEgressWebAccessPolicyInput) SetPrivateEgressWebAccessPolicyId(v string) *DisablePrivateEgressWebAccessPolicyInput
SetPrivateEgressWebAccessPolicyId sets the PrivateEgressWebAccessPolicyId field's value.
func (*DisablePrivateEgressWebAccessPolicyInput) SetRequestId ¶ added in v1.2.48
func (s *DisablePrivateEgressWebAccessPolicyInput) SetRequestId(v string) *DisablePrivateEgressWebAccessPolicyInput
SetRequestId sets the RequestId field's value.
func (*DisablePrivateEgressWebAccessPolicyInput) SetSpaceId ¶ added in v1.2.48
func (s *DisablePrivateEgressWebAccessPolicyInput) SetSpaceId(v string) *DisablePrivateEgressWebAccessPolicyInput
SetSpaceId sets the SpaceId field's value.
func (DisablePrivateEgressWebAccessPolicyInput) String ¶ added in v1.2.48
func (s DisablePrivateEgressWebAccessPolicyInput) String() string
String returns the string representation
func (*DisablePrivateEgressWebAccessPolicyInput) Validate ¶ added in v1.2.48
func (s *DisablePrivateEgressWebAccessPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DisablePrivateEgressWebAccessPolicyOutput ¶ added in v1.2.48
type DisablePrivateEgressWebAccessPolicyOutput struct {
Metadata *response.ResponseMetadata
AsyncTaskId *string `type:"string"`
PrivateEgressWebAccessPolicyId *string `type:"string"`
RequestId *string `type:"string"`
// contains filtered or unexported fields
}
func (DisablePrivateEgressWebAccessPolicyOutput) GoString ¶ added in v1.2.48
func (s DisablePrivateEgressWebAccessPolicyOutput) GoString() string
GoString returns the string representation
func (*DisablePrivateEgressWebAccessPolicyOutput) SetAsyncTaskId ¶ added in v1.2.48
func (s *DisablePrivateEgressWebAccessPolicyOutput) SetAsyncTaskId(v string) *DisablePrivateEgressWebAccessPolicyOutput
SetAsyncTaskId sets the AsyncTaskId field's value.
func (*DisablePrivateEgressWebAccessPolicyOutput) SetPrivateEgressWebAccessPolicyId ¶ added in v1.2.48
func (s *DisablePrivateEgressWebAccessPolicyOutput) SetPrivateEgressWebAccessPolicyId(v string) *DisablePrivateEgressWebAccessPolicyOutput
SetPrivateEgressWebAccessPolicyId sets the PrivateEgressWebAccessPolicyId field's value.
func (*DisablePrivateEgressWebAccessPolicyOutput) SetRequestId ¶ added in v1.2.48
func (s *DisablePrivateEgressWebAccessPolicyOutput) SetRequestId(v string) *DisablePrivateEgressWebAccessPolicyOutput
SetRequestId sets the RequestId field's value.
func (DisablePrivateEgressWebAccessPolicyOutput) String ¶ added in v1.2.48
func (s DisablePrivateEgressWebAccessPolicyOutput) String() string
String returns the string representation
type DnsBlockRuleForDescribePrivateEgressDnsBlockRulesOutput ¶ added in v1.2.48
type DnsBlockRuleForDescribePrivateEgressDnsBlockRulesOutput struct {
CreateTime *string `type:"string"`
Description *string `type:"string"`
Domains []*string `type:"list"`
Name *string `type:"string"`
PrivateEgressId *string `type:"string"`
RuleId *string `type:"string"`
SourceIds []*string `type:"list"`
SourceType *string `type:"string"`
SpaceNetworkId *string `type:"string"`
Status *string `type:"string"`
UpdateTime *string `type:"string"`
// contains filtered or unexported fields
}
func (DnsBlockRuleForDescribePrivateEgressDnsBlockRulesOutput) GoString ¶ added in v1.2.48
func (s DnsBlockRuleForDescribePrivateEgressDnsBlockRulesOutput) GoString() string
GoString returns the string representation
func (*DnsBlockRuleForDescribePrivateEgressDnsBlockRulesOutput) SetCreateTime ¶ added in v1.2.48
func (s *DnsBlockRuleForDescribePrivateEgressDnsBlockRulesOutput) SetCreateTime(v string) *DnsBlockRuleForDescribePrivateEgressDnsBlockRulesOutput
SetCreateTime sets the CreateTime field's value.
func (*DnsBlockRuleForDescribePrivateEgressDnsBlockRulesOutput) SetDescription ¶ added in v1.2.48
func (s *DnsBlockRuleForDescribePrivateEgressDnsBlockRulesOutput) SetDescription(v string) *DnsBlockRuleForDescribePrivateEgressDnsBlockRulesOutput
SetDescription sets the Description field's value.
func (*DnsBlockRuleForDescribePrivateEgressDnsBlockRulesOutput) SetDomains ¶ added in v1.2.48
func (s *DnsBlockRuleForDescribePrivateEgressDnsBlockRulesOutput) SetDomains(v []*string) *DnsBlockRuleForDescribePrivateEgressDnsBlockRulesOutput
SetDomains sets the Domains field's value.
func (*DnsBlockRuleForDescribePrivateEgressDnsBlockRulesOutput) SetName ¶ added in v1.2.48
func (s *DnsBlockRuleForDescribePrivateEgressDnsBlockRulesOutput) SetName(v string) *DnsBlockRuleForDescribePrivateEgressDnsBlockRulesOutput
SetName sets the Name field's value.
func (*DnsBlockRuleForDescribePrivateEgressDnsBlockRulesOutput) SetPrivateEgressId ¶ added in v1.2.48
func (s *DnsBlockRuleForDescribePrivateEgressDnsBlockRulesOutput) SetPrivateEgressId(v string) *DnsBlockRuleForDescribePrivateEgressDnsBlockRulesOutput
SetPrivateEgressId sets the PrivateEgressId field's value.
func (*DnsBlockRuleForDescribePrivateEgressDnsBlockRulesOutput) SetRuleId ¶ added in v1.2.48
func (s *DnsBlockRuleForDescribePrivateEgressDnsBlockRulesOutput) SetRuleId(v string) *DnsBlockRuleForDescribePrivateEgressDnsBlockRulesOutput
SetRuleId sets the RuleId field's value.
func (*DnsBlockRuleForDescribePrivateEgressDnsBlockRulesOutput) SetSourceIds ¶ added in v1.2.48
func (s *DnsBlockRuleForDescribePrivateEgressDnsBlockRulesOutput) SetSourceIds(v []*string) *DnsBlockRuleForDescribePrivateEgressDnsBlockRulesOutput
SetSourceIds sets the SourceIds field's value.
func (*DnsBlockRuleForDescribePrivateEgressDnsBlockRulesOutput) SetSourceType ¶ added in v1.2.48
func (s *DnsBlockRuleForDescribePrivateEgressDnsBlockRulesOutput) SetSourceType(v string) *DnsBlockRuleForDescribePrivateEgressDnsBlockRulesOutput
SetSourceType sets the SourceType field's value.
func (*DnsBlockRuleForDescribePrivateEgressDnsBlockRulesOutput) SetSpaceNetworkId ¶ added in v1.2.48
func (s *DnsBlockRuleForDescribePrivateEgressDnsBlockRulesOutput) SetSpaceNetworkId(v string) *DnsBlockRuleForDescribePrivateEgressDnsBlockRulesOutput
SetSpaceNetworkId sets the SpaceNetworkId field's value.
func (*DnsBlockRuleForDescribePrivateEgressDnsBlockRulesOutput) SetStatus ¶ added in v1.2.48
func (s *DnsBlockRuleForDescribePrivateEgressDnsBlockRulesOutput) SetStatus(v string) *DnsBlockRuleForDescribePrivateEgressDnsBlockRulesOutput
SetStatus sets the Status field's value.
func (*DnsBlockRuleForDescribePrivateEgressDnsBlockRulesOutput) SetUpdateTime ¶ added in v1.2.48
func (s *DnsBlockRuleForDescribePrivateEgressDnsBlockRulesOutput) SetUpdateTime(v string) *DnsBlockRuleForDescribePrivateEgressDnsBlockRulesOutput
SetUpdateTime sets the UpdateTime field's value.
func (DnsBlockRuleForDescribePrivateEgressDnsBlockRulesOutput) String ¶ added in v1.2.48
func (s DnsBlockRuleForDescribePrivateEgressDnsBlockRulesOutput) String() string
String returns the string representation
type DnsServerForDescribePrivateEgressOutput ¶ added in v1.2.48
type DnsServerForDescribePrivateEgressOutput struct {
Ip *string `type:"string"`
Port *int32 `type:"int32"`
// contains filtered or unexported fields
}
func (DnsServerForDescribePrivateEgressOutput) GoString ¶ added in v1.2.48
func (s DnsServerForDescribePrivateEgressOutput) GoString() string
GoString returns the string representation
func (*DnsServerForDescribePrivateEgressOutput) SetIp ¶ added in v1.2.48
func (s *DnsServerForDescribePrivateEgressOutput) SetIp(v string) *DnsServerForDescribePrivateEgressOutput
SetIp sets the Ip field's value.
func (*DnsServerForDescribePrivateEgressOutput) SetPort ¶ added in v1.2.48
func (s *DnsServerForDescribePrivateEgressOutput) SetPort(v int32) *DnsServerForDescribePrivateEgressOutput
SetPort sets the Port field's value.
func (DnsServerForDescribePrivateEgressOutput) String ¶ added in v1.2.48
func (s DnsServerForDescribePrivateEgressOutput) String() string
String returns the string representation
type DnsServerForEnablePrivateEgressDnsInput ¶ added in v1.2.48
type DnsServerForEnablePrivateEgressDnsInput struct {
// Ip is a required field
Ip *string `type:"string" required:"true"`
// Port is a required field
Port *int32 `type:"int32" required:"true"`
// contains filtered or unexported fields
}
func (DnsServerForEnablePrivateEgressDnsInput) GoString ¶ added in v1.2.48
func (s DnsServerForEnablePrivateEgressDnsInput) GoString() string
GoString returns the string representation
func (*DnsServerForEnablePrivateEgressDnsInput) SetIp ¶ added in v1.2.48
func (s *DnsServerForEnablePrivateEgressDnsInput) SetIp(v string) *DnsServerForEnablePrivateEgressDnsInput
SetIp sets the Ip field's value.
func (*DnsServerForEnablePrivateEgressDnsInput) SetPort ¶ added in v1.2.48
func (s *DnsServerForEnablePrivateEgressDnsInput) SetPort(v int32) *DnsServerForEnablePrivateEgressDnsInput
SetPort sets the Port field's value.
func (DnsServerForEnablePrivateEgressDnsInput) String ¶ added in v1.2.48
func (s DnsServerForEnablePrivateEgressDnsInput) String() string
String returns the string representation
func (*DnsServerForEnablePrivateEgressDnsInput) Validate ¶ added in v1.2.48
func (s *DnsServerForEnablePrivateEgressDnsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DnsServerForModifyPrivateEgressDnsInput ¶ added in v1.2.48
type DnsServerForModifyPrivateEgressDnsInput struct {
// Ip is a required field
Ip *string `type:"string" required:"true"`
Port *int32 `type:"int32"`
// contains filtered or unexported fields
}
func (DnsServerForModifyPrivateEgressDnsInput) GoString ¶ added in v1.2.48
func (s DnsServerForModifyPrivateEgressDnsInput) GoString() string
GoString returns the string representation
func (*DnsServerForModifyPrivateEgressDnsInput) SetIp ¶ added in v1.2.48
func (s *DnsServerForModifyPrivateEgressDnsInput) SetIp(v string) *DnsServerForModifyPrivateEgressDnsInput
SetIp sets the Ip field's value.
func (*DnsServerForModifyPrivateEgressDnsInput) SetPort ¶ added in v1.2.48
func (s *DnsServerForModifyPrivateEgressDnsInput) SetPort(v int32) *DnsServerForModifyPrivateEgressDnsInput
SetPort sets the Port field's value.
func (DnsServerForModifyPrivateEgressDnsInput) String ¶ added in v1.2.48
func (s DnsServerForModifyPrivateEgressDnsInput) String() string
String returns the string representation
func (*DnsServerForModifyPrivateEgressDnsInput) Validate ¶ added in v1.2.48
func (s *DnsServerForModifyPrivateEgressDnsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type EipIdForUpdateIdentityProviderTokenExchangeInput ¶ added in v1.2.48
type EipIdForUpdateIdentityProviderTokenExchangeInput struct {
Value *string `type:"string"`
// contains filtered or unexported fields
}
func (EipIdForUpdateIdentityProviderTokenExchangeInput) GoString ¶ added in v1.2.48
func (s EipIdForUpdateIdentityProviderTokenExchangeInput) GoString() string
GoString returns the string representation
func (*EipIdForUpdateIdentityProviderTokenExchangeInput) SetValue ¶ added in v1.2.48
func (s *EipIdForUpdateIdentityProviderTokenExchangeInput) SetValue(v string) *EipIdForUpdateIdentityProviderTokenExchangeInput
SetValue sets the Value field's value.
func (EipIdForUpdateIdentityProviderTokenExchangeInput) String ¶ added in v1.2.48
func (s EipIdForUpdateIdentityProviderTokenExchangeInput) String() string
String returns the string representation
type EipRecordForCreateIdentityProviderTokenExchangeOutput ¶ added in v1.2.48
type EipRecordForCreateIdentityProviderTokenExchangeOutput struct {
EipAddress *string `type:"string"`
EipId *string `type:"string"`
// contains filtered or unexported fields
}
func (EipRecordForCreateIdentityProviderTokenExchangeOutput) GoString ¶ added in v1.2.48
func (s EipRecordForCreateIdentityProviderTokenExchangeOutput) GoString() string
GoString returns the string representation
func (*EipRecordForCreateIdentityProviderTokenExchangeOutput) SetEipAddress ¶ added in v1.2.48
func (s *EipRecordForCreateIdentityProviderTokenExchangeOutput) SetEipAddress(v string) *EipRecordForCreateIdentityProviderTokenExchangeOutput
SetEipAddress sets the EipAddress field's value.
func (*EipRecordForCreateIdentityProviderTokenExchangeOutput) SetEipId ¶ added in v1.2.48
func (s *EipRecordForCreateIdentityProviderTokenExchangeOutput) SetEipId(v string) *EipRecordForCreateIdentityProviderTokenExchangeOutput
SetEipId sets the EipId field's value.
func (EipRecordForCreateIdentityProviderTokenExchangeOutput) String ¶ added in v1.2.48
func (s EipRecordForCreateIdentityProviderTokenExchangeOutput) String() string
String returns the string representation
type EipRecordForGetIdentityProviderTokenExchangeOutput ¶ added in v1.2.48
type EipRecordForGetIdentityProviderTokenExchangeOutput struct {
EipAddress *string `type:"string" json:",omitempty"`
EipId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (EipRecordForGetIdentityProviderTokenExchangeOutput) GoString ¶ added in v1.2.48
func (s EipRecordForGetIdentityProviderTokenExchangeOutput) GoString() string
GoString returns the string representation
func (*EipRecordForGetIdentityProviderTokenExchangeOutput) SetEipAddress ¶ added in v1.2.48
func (s *EipRecordForGetIdentityProviderTokenExchangeOutput) SetEipAddress(v string) *EipRecordForGetIdentityProviderTokenExchangeOutput
SetEipAddress sets the EipAddress field's value.
func (*EipRecordForGetIdentityProviderTokenExchangeOutput) SetEipId ¶ added in v1.2.48
func (s *EipRecordForGetIdentityProviderTokenExchangeOutput) SetEipId(v string) *EipRecordForGetIdentityProviderTokenExchangeOutput
SetEipId sets the EipId field's value.
func (EipRecordForGetIdentityProviderTokenExchangeOutput) String ¶ added in v1.2.48
func (s EipRecordForGetIdentityProviderTokenExchangeOutput) String() string
String returns the string representation
type EipRecordForListIdentityProvidersTokenExchangeOutput ¶ added in v1.2.48
type EipRecordForListIdentityProvidersTokenExchangeOutput struct {
EipAddress *string `type:"string" json:",omitempty"`
EipId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (EipRecordForListIdentityProvidersTokenExchangeOutput) GoString ¶ added in v1.2.48
func (s EipRecordForListIdentityProvidersTokenExchangeOutput) GoString() string
GoString returns the string representation
func (*EipRecordForListIdentityProvidersTokenExchangeOutput) SetEipAddress ¶ added in v1.2.48
func (s *EipRecordForListIdentityProvidersTokenExchangeOutput) SetEipAddress(v string) *EipRecordForListIdentityProvidersTokenExchangeOutput
SetEipAddress sets the EipAddress field's value.
func (*EipRecordForListIdentityProvidersTokenExchangeOutput) SetEipId ¶ added in v1.2.48
func (s *EipRecordForListIdentityProvidersTokenExchangeOutput) SetEipId(v string) *EipRecordForListIdentityProvidersTokenExchangeOutput
SetEipId sets the EipId field's value.
func (EipRecordForListIdentityProvidersTokenExchangeOutput) String ¶ added in v1.2.48
func (s EipRecordForListIdentityProvidersTokenExchangeOutput) String() string
String returns the string representation
type EipRecordForUpdateIdentityProviderTokenExchangeOutput ¶ added in v1.2.48
type EipRecordForUpdateIdentityProviderTokenExchangeOutput struct {
EipAddress *string `type:"string"`
EipId *string `type:"string"`
// contains filtered or unexported fields
}
func (EipRecordForUpdateIdentityProviderTokenExchangeOutput) GoString ¶ added in v1.2.48
func (s EipRecordForUpdateIdentityProviderTokenExchangeOutput) GoString() string
GoString returns the string representation
func (*EipRecordForUpdateIdentityProviderTokenExchangeOutput) SetEipAddress ¶ added in v1.2.48
func (s *EipRecordForUpdateIdentityProviderTokenExchangeOutput) SetEipAddress(v string) *EipRecordForUpdateIdentityProviderTokenExchangeOutput
SetEipAddress sets the EipAddress field's value.
func (*EipRecordForUpdateIdentityProviderTokenExchangeOutput) SetEipId ¶ added in v1.2.48
func (s *EipRecordForUpdateIdentityProviderTokenExchangeOutput) SetEipId(v string) *EipRecordForUpdateIdentityProviderTokenExchangeOutput
SetEipId sets the EipId field's value.
func (EipRecordForUpdateIdentityProviderTokenExchangeOutput) String ¶ added in v1.2.48
func (s EipRecordForUpdateIdentityProviderTokenExchangeOutput) String() string
String returns the string representation
type EnablePrivateEgressAccessLogInput ¶ added in v1.2.48
type EnablePrivateEgressAccessLogInput struct {
// PrivateEgressId is a required field
PrivateEgressId *string `type:"string" required:"true"`
// SpaceId is a required field
SpaceId *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
func (EnablePrivateEgressAccessLogInput) GoString ¶ added in v1.2.48
func (s EnablePrivateEgressAccessLogInput) GoString() string
GoString returns the string representation
func (*EnablePrivateEgressAccessLogInput) SetPrivateEgressId ¶ added in v1.2.48
func (s *EnablePrivateEgressAccessLogInput) SetPrivateEgressId(v string) *EnablePrivateEgressAccessLogInput
SetPrivateEgressId sets the PrivateEgressId field's value.
func (*EnablePrivateEgressAccessLogInput) SetSpaceId ¶ added in v1.2.48
func (s *EnablePrivateEgressAccessLogInput) SetSpaceId(v string) *EnablePrivateEgressAccessLogInput
SetSpaceId sets the SpaceId field's value.
func (EnablePrivateEgressAccessLogInput) String ¶ added in v1.2.48
func (s EnablePrivateEgressAccessLogInput) String() string
String returns the string representation
func (*EnablePrivateEgressAccessLogInput) Validate ¶ added in v1.2.48
func (s *EnablePrivateEgressAccessLogInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type EnablePrivateEgressAccessLogOutput ¶ added in v1.2.48
type EnablePrivateEgressAccessLogOutput struct {
Metadata *response.ResponseMetadata
RequestId *string `type:"string"`
// contains filtered or unexported fields
}
func (EnablePrivateEgressAccessLogOutput) GoString ¶ added in v1.2.48
func (s EnablePrivateEgressAccessLogOutput) GoString() string
GoString returns the string representation
func (*EnablePrivateEgressAccessLogOutput) SetRequestId ¶ added in v1.2.48
func (s *EnablePrivateEgressAccessLogOutput) SetRequestId(v string) *EnablePrivateEgressAccessLogOutput
SetRequestId sets the RequestId field's value.
func (EnablePrivateEgressAccessLogOutput) String ¶ added in v1.2.48
func (s EnablePrivateEgressAccessLogOutput) String() string
String returns the string representation
type EnablePrivateEgressDnsBlockRuleInput ¶ added in v1.2.48
type EnablePrivateEgressDnsBlockRuleInput struct {
// PrivateEgressId is a required field
PrivateEgressId *string `type:"string" required:"true"`
// SpaceId is a required field
SpaceId *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
func (EnablePrivateEgressDnsBlockRuleInput) GoString ¶ added in v1.2.48
func (s EnablePrivateEgressDnsBlockRuleInput) GoString() string
GoString returns the string representation
func (*EnablePrivateEgressDnsBlockRuleInput) SetPrivateEgressId ¶ added in v1.2.48
func (s *EnablePrivateEgressDnsBlockRuleInput) SetPrivateEgressId(v string) *EnablePrivateEgressDnsBlockRuleInput
SetPrivateEgressId sets the PrivateEgressId field's value.
func (*EnablePrivateEgressDnsBlockRuleInput) SetSpaceId ¶ added in v1.2.48
func (s *EnablePrivateEgressDnsBlockRuleInput) SetSpaceId(v string) *EnablePrivateEgressDnsBlockRuleInput
SetSpaceId sets the SpaceId field's value.
func (EnablePrivateEgressDnsBlockRuleInput) String ¶ added in v1.2.48
func (s EnablePrivateEgressDnsBlockRuleInput) String() string
String returns the string representation
func (*EnablePrivateEgressDnsBlockRuleInput) Validate ¶ added in v1.2.48
func (s *EnablePrivateEgressDnsBlockRuleInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type EnablePrivateEgressDnsBlockRuleOutput ¶ added in v1.2.48
type EnablePrivateEgressDnsBlockRuleOutput struct {
Metadata *response.ResponseMetadata
AsyncTaskId *string `type:"string"`
RequestId *string `type:"string"`
// contains filtered or unexported fields
}
func (EnablePrivateEgressDnsBlockRuleOutput) GoString ¶ added in v1.2.48
func (s EnablePrivateEgressDnsBlockRuleOutput) GoString() string
GoString returns the string representation
func (*EnablePrivateEgressDnsBlockRuleOutput) SetAsyncTaskId ¶ added in v1.2.48
func (s *EnablePrivateEgressDnsBlockRuleOutput) SetAsyncTaskId(v string) *EnablePrivateEgressDnsBlockRuleOutput
SetAsyncTaskId sets the AsyncTaskId field's value.
func (*EnablePrivateEgressDnsBlockRuleOutput) SetRequestId ¶ added in v1.2.48
func (s *EnablePrivateEgressDnsBlockRuleOutput) SetRequestId(v string) *EnablePrivateEgressDnsBlockRuleOutput
SetRequestId sets the RequestId field's value.
func (EnablePrivateEgressDnsBlockRuleOutput) String ¶ added in v1.2.48
func (s EnablePrivateEgressDnsBlockRuleOutput) String() string
String returns the string representation
type EnablePrivateEgressDnsInput ¶ added in v1.2.48
type EnablePrivateEgressDnsInput struct {
DnsServers []*DnsServerForEnablePrivateEgressDnsInput `type:"list"`
// Domains is a required field
Domains []*string `type:"list" required:"true"`
// PrivateEgressId is a required field
PrivateEgressId *string `type:"string" required:"true"`
// RequestId is a required field
RequestId *string `type:"string" required:"true"`
// SpaceId is a required field
SpaceId *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
func (EnablePrivateEgressDnsInput) GoString ¶ added in v1.2.48
func (s EnablePrivateEgressDnsInput) GoString() string
GoString returns the string representation
func (*EnablePrivateEgressDnsInput) SetDnsServers ¶ added in v1.2.48
func (s *EnablePrivateEgressDnsInput) SetDnsServers(v []*DnsServerForEnablePrivateEgressDnsInput) *EnablePrivateEgressDnsInput
SetDnsServers sets the DnsServers field's value.
func (*EnablePrivateEgressDnsInput) SetDomains ¶ added in v1.2.48
func (s *EnablePrivateEgressDnsInput) SetDomains(v []*string) *EnablePrivateEgressDnsInput
SetDomains sets the Domains field's value.
func (*EnablePrivateEgressDnsInput) SetPrivateEgressId ¶ added in v1.2.48
func (s *EnablePrivateEgressDnsInput) SetPrivateEgressId(v string) *EnablePrivateEgressDnsInput
SetPrivateEgressId sets the PrivateEgressId field's value.
func (*EnablePrivateEgressDnsInput) SetRequestId ¶ added in v1.2.48
func (s *EnablePrivateEgressDnsInput) SetRequestId(v string) *EnablePrivateEgressDnsInput
SetRequestId sets the RequestId field's value.
func (*EnablePrivateEgressDnsInput) SetSpaceId ¶ added in v1.2.48
func (s *EnablePrivateEgressDnsInput) SetSpaceId(v string) *EnablePrivateEgressDnsInput
SetSpaceId sets the SpaceId field's value.
func (EnablePrivateEgressDnsInput) String ¶ added in v1.2.48
func (s EnablePrivateEgressDnsInput) String() string
String returns the string representation
func (*EnablePrivateEgressDnsInput) Validate ¶ added in v1.2.48
func (s *EnablePrivateEgressDnsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type EnablePrivateEgressDnsOutput ¶ added in v1.2.48
type EnablePrivateEgressDnsOutput struct {
Metadata *response.ResponseMetadata
AsyncTaskId *string `type:"string"`
RequestId *string `type:"string"`
// contains filtered or unexported fields
}
func (EnablePrivateEgressDnsOutput) GoString ¶ added in v1.2.48
func (s EnablePrivateEgressDnsOutput) GoString() string
GoString returns the string representation
func (*EnablePrivateEgressDnsOutput) SetAsyncTaskId ¶ added in v1.2.48
func (s *EnablePrivateEgressDnsOutput) SetAsyncTaskId(v string) *EnablePrivateEgressDnsOutput
SetAsyncTaskId sets the AsyncTaskId field's value.
func (*EnablePrivateEgressDnsOutput) SetRequestId ¶ added in v1.2.48
func (s *EnablePrivateEgressDnsOutput) SetRequestId(v string) *EnablePrivateEgressDnsOutput
SetRequestId sets the RequestId field's value.
func (EnablePrivateEgressDnsOutput) String ¶ added in v1.2.48
func (s EnablePrivateEgressDnsOutput) String() string
String returns the string representation
type EnablePrivateEgressNetworkAccessPolicyInput ¶ added in v1.2.48
type EnablePrivateEgressNetworkAccessPolicyInput struct {
ClientToken *string `type:"string"`
// PrivateEgressNetworkAccessPolicyId is a required field
PrivateEgressNetworkAccessPolicyId *string `type:"string" required:"true"`
// RequestId is a required field
RequestId *string `type:"string" required:"true"`
// SpaceId is a required field
SpaceId *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
func (EnablePrivateEgressNetworkAccessPolicyInput) GoString ¶ added in v1.2.48
func (s EnablePrivateEgressNetworkAccessPolicyInput) GoString() string
GoString returns the string representation
func (*EnablePrivateEgressNetworkAccessPolicyInput) SetClientToken ¶ added in v1.2.48
func (s *EnablePrivateEgressNetworkAccessPolicyInput) SetClientToken(v string) *EnablePrivateEgressNetworkAccessPolicyInput
SetClientToken sets the ClientToken field's value.
func (*EnablePrivateEgressNetworkAccessPolicyInput) SetPrivateEgressNetworkAccessPolicyId ¶ added in v1.2.48
func (s *EnablePrivateEgressNetworkAccessPolicyInput) SetPrivateEgressNetworkAccessPolicyId(v string) *EnablePrivateEgressNetworkAccessPolicyInput
SetPrivateEgressNetworkAccessPolicyId sets the PrivateEgressNetworkAccessPolicyId field's value.
func (*EnablePrivateEgressNetworkAccessPolicyInput) SetRequestId ¶ added in v1.2.48
func (s *EnablePrivateEgressNetworkAccessPolicyInput) SetRequestId(v string) *EnablePrivateEgressNetworkAccessPolicyInput
SetRequestId sets the RequestId field's value.
func (*EnablePrivateEgressNetworkAccessPolicyInput) SetSpaceId ¶ added in v1.2.48
func (s *EnablePrivateEgressNetworkAccessPolicyInput) SetSpaceId(v string) *EnablePrivateEgressNetworkAccessPolicyInput
SetSpaceId sets the SpaceId field's value.
func (EnablePrivateEgressNetworkAccessPolicyInput) String ¶ added in v1.2.48
func (s EnablePrivateEgressNetworkAccessPolicyInput) String() string
String returns the string representation
func (*EnablePrivateEgressNetworkAccessPolicyInput) Validate ¶ added in v1.2.48
func (s *EnablePrivateEgressNetworkAccessPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type EnablePrivateEgressNetworkAccessPolicyOutput ¶ added in v1.2.48
type EnablePrivateEgressNetworkAccessPolicyOutput struct {
Metadata *response.ResponseMetadata
AsyncTaskId *string `type:"string"`
PrivateEgressNetworkAccessPolicyId *string `type:"string"`
RequestId *string `type:"string"`
// contains filtered or unexported fields
}
func (EnablePrivateEgressNetworkAccessPolicyOutput) GoString ¶ added in v1.2.48
func (s EnablePrivateEgressNetworkAccessPolicyOutput) GoString() string
GoString returns the string representation
func (*EnablePrivateEgressNetworkAccessPolicyOutput) SetAsyncTaskId ¶ added in v1.2.48
func (s *EnablePrivateEgressNetworkAccessPolicyOutput) SetAsyncTaskId(v string) *EnablePrivateEgressNetworkAccessPolicyOutput
SetAsyncTaskId sets the AsyncTaskId field's value.
func (*EnablePrivateEgressNetworkAccessPolicyOutput) SetPrivateEgressNetworkAccessPolicyId ¶ added in v1.2.48
func (s *EnablePrivateEgressNetworkAccessPolicyOutput) SetPrivateEgressNetworkAccessPolicyId(v string) *EnablePrivateEgressNetworkAccessPolicyOutput
SetPrivateEgressNetworkAccessPolicyId sets the PrivateEgressNetworkAccessPolicyId field's value.
func (*EnablePrivateEgressNetworkAccessPolicyOutput) SetRequestId ¶ added in v1.2.48
func (s *EnablePrivateEgressNetworkAccessPolicyOutput) SetRequestId(v string) *EnablePrivateEgressNetworkAccessPolicyOutput
SetRequestId sets the RequestId field's value.
func (EnablePrivateEgressNetworkAccessPolicyOutput) String ¶ added in v1.2.48
func (s EnablePrivateEgressNetworkAccessPolicyOutput) String() string
String returns the string representation
type EnablePrivateEgressWebAccessPolicyInput ¶ added in v1.2.48
type EnablePrivateEgressWebAccessPolicyInput struct {
ClientToken *string `type:"string"`
ListenPorts []*string `type:"list"`
// PrivateEgressWebAccessPolicyId is a required field
PrivateEgressWebAccessPolicyId *string `type:"string" required:"true"`
// RequestId is a required field
RequestId *string `type:"string" required:"true"`
// SpaceId is a required field
SpaceId *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
func (EnablePrivateEgressWebAccessPolicyInput) GoString ¶ added in v1.2.48
func (s EnablePrivateEgressWebAccessPolicyInput) GoString() string
GoString returns the string representation
func (*EnablePrivateEgressWebAccessPolicyInput) SetClientToken ¶ added in v1.2.48
func (s *EnablePrivateEgressWebAccessPolicyInput) SetClientToken(v string) *EnablePrivateEgressWebAccessPolicyInput
SetClientToken sets the ClientToken field's value.
func (*EnablePrivateEgressWebAccessPolicyInput) SetListenPorts ¶ added in v1.2.48
func (s *EnablePrivateEgressWebAccessPolicyInput) SetListenPorts(v []*string) *EnablePrivateEgressWebAccessPolicyInput
SetListenPorts sets the ListenPorts field's value.
func (*EnablePrivateEgressWebAccessPolicyInput) SetPrivateEgressWebAccessPolicyId ¶ added in v1.2.48
func (s *EnablePrivateEgressWebAccessPolicyInput) SetPrivateEgressWebAccessPolicyId(v string) *EnablePrivateEgressWebAccessPolicyInput
SetPrivateEgressWebAccessPolicyId sets the PrivateEgressWebAccessPolicyId field's value.
func (*EnablePrivateEgressWebAccessPolicyInput) SetRequestId ¶ added in v1.2.48
func (s *EnablePrivateEgressWebAccessPolicyInput) SetRequestId(v string) *EnablePrivateEgressWebAccessPolicyInput
SetRequestId sets the RequestId field's value.
func (*EnablePrivateEgressWebAccessPolicyInput) SetSpaceId ¶ added in v1.2.48
func (s *EnablePrivateEgressWebAccessPolicyInput) SetSpaceId(v string) *EnablePrivateEgressWebAccessPolicyInput
SetSpaceId sets the SpaceId field's value.
func (EnablePrivateEgressWebAccessPolicyInput) String ¶ added in v1.2.48
func (s EnablePrivateEgressWebAccessPolicyInput) String() string
String returns the string representation
func (*EnablePrivateEgressWebAccessPolicyInput) Validate ¶ added in v1.2.48
func (s *EnablePrivateEgressWebAccessPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type EnablePrivateEgressWebAccessPolicyOutput ¶ added in v1.2.48
type EnablePrivateEgressWebAccessPolicyOutput struct {
Metadata *response.ResponseMetadata
AsyncTaskId *string `type:"string"`
PrivateEgressWebAccessPolicyId *string `type:"string"`
RequestId *string `type:"string"`
// contains filtered or unexported fields
}
func (EnablePrivateEgressWebAccessPolicyOutput) GoString ¶ added in v1.2.48
func (s EnablePrivateEgressWebAccessPolicyOutput) GoString() string
GoString returns the string representation
func (*EnablePrivateEgressWebAccessPolicyOutput) SetAsyncTaskId ¶ added in v1.2.48
func (s *EnablePrivateEgressWebAccessPolicyOutput) SetAsyncTaskId(v string) *EnablePrivateEgressWebAccessPolicyOutput
SetAsyncTaskId sets the AsyncTaskId field's value.
func (*EnablePrivateEgressWebAccessPolicyOutput) SetPrivateEgressWebAccessPolicyId ¶ added in v1.2.48
func (s *EnablePrivateEgressWebAccessPolicyOutput) SetPrivateEgressWebAccessPolicyId(v string) *EnablePrivateEgressWebAccessPolicyOutput
SetPrivateEgressWebAccessPolicyId sets the PrivateEgressWebAccessPolicyId field's value.
func (*EnablePrivateEgressWebAccessPolicyOutput) SetRequestId ¶ added in v1.2.48
func (s *EnablePrivateEgressWebAccessPolicyOutput) SetRequestId(v string) *EnablePrivateEgressWebAccessPolicyOutput
SetRequestId sets the RequestId field's value.
func (EnablePrivateEgressWebAccessPolicyOutput) String ¶ added in v1.2.48
func (s EnablePrivateEgressWebAccessPolicyOutput) String() string
String returns the string representation
type EnabledForUpdateIdentityProviderTokenExchangeInput ¶ added in v1.2.48
type EnabledForUpdateIdentityProviderTokenExchangeInput struct {
Value *bool `type:"boolean"`
// contains filtered or unexported fields
}
func (EnabledForUpdateIdentityProviderTokenExchangeInput) GoString ¶ added in v1.2.48
func (s EnabledForUpdateIdentityProviderTokenExchangeInput) GoString() string
GoString returns the string representation
func (*EnabledForUpdateIdentityProviderTokenExchangeInput) SetValue ¶ added in v1.2.48
func (s *EnabledForUpdateIdentityProviderTokenExchangeInput) SetValue(v bool) *EnabledForUpdateIdentityProviderTokenExchangeInput
SetValue sets the Value field's value.
func (EnabledForUpdateIdentityProviderTokenExchangeInput) String ¶ added in v1.2.48
func (s EnabledForUpdateIdentityProviderTokenExchangeInput) String() string
String returns the string representation
type EnvVarForCreateClawOmniInstanceCommandJobInput ¶ added in v1.2.29
type EnvVarForCreateClawOmniInstanceCommandJobInput struct {
// Key is a required field
Key *string `type:"string" required:"true"`
Value *string `type:"string"`
// contains filtered or unexported fields
}
func (EnvVarForCreateClawOmniInstanceCommandJobInput) GoString ¶ added in v1.2.29
func (s EnvVarForCreateClawOmniInstanceCommandJobInput) GoString() string
GoString returns the string representation
func (*EnvVarForCreateClawOmniInstanceCommandJobInput) SetKey ¶ added in v1.2.29
func (s *EnvVarForCreateClawOmniInstanceCommandJobInput) SetKey(v string) *EnvVarForCreateClawOmniInstanceCommandJobInput
SetKey sets the Key field's value.
func (*EnvVarForCreateClawOmniInstanceCommandJobInput) SetValue ¶ added in v1.2.29
func (s *EnvVarForCreateClawOmniInstanceCommandJobInput) SetValue(v string) *EnvVarForCreateClawOmniInstanceCommandJobInput
SetValue sets the Value field's value.
func (EnvVarForCreateClawOmniInstanceCommandJobInput) String ¶ added in v1.2.29
func (s EnvVarForCreateClawOmniInstanceCommandJobInput) String() string
String returns the string representation
func (*EnvVarForCreateClawOmniInstanceCommandJobInput) Validate ¶ added in v1.2.29
func (s *EnvVarForCreateClawOmniInstanceCommandJobInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type EnvVarForCreateClawOmniInstanceInput ¶ added in v1.2.26
type EnvVarForCreateClawOmniInstanceInput struct {
// Key is a required field
Key *string `type:"string" required:"true"`
Value *string `type:"string"`
// contains filtered or unexported fields
}
func (EnvVarForCreateClawOmniInstanceInput) GoString ¶ added in v1.2.26
func (s EnvVarForCreateClawOmniInstanceInput) GoString() string
GoString returns the string representation
func (*EnvVarForCreateClawOmniInstanceInput) SetKey ¶ added in v1.2.26
func (s *EnvVarForCreateClawOmniInstanceInput) SetKey(v string) *EnvVarForCreateClawOmniInstanceInput
SetKey sets the Key field's value.
func (*EnvVarForCreateClawOmniInstanceInput) SetValue ¶ added in v1.2.26
func (s *EnvVarForCreateClawOmniInstanceInput) SetValue(v string) *EnvVarForCreateClawOmniInstanceInput
SetValue sets the Value field's value.
func (EnvVarForCreateClawOmniInstanceInput) String ¶ added in v1.2.26
func (s EnvVarForCreateClawOmniInstanceInput) String() string
String returns the string representation
func (*EnvVarForCreateClawOmniInstanceInput) Validate ¶ added in v1.2.26
func (s *EnvVarForCreateClawOmniInstanceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type EnvVarForExecuteClawOmniInstanceCommandInput ¶ added in v1.2.26
type EnvVarForExecuteClawOmniInstanceCommandInput struct {
// Key is a required field
Key *string `type:"string" required:"true"`
Value *string `type:"string"`
// contains filtered or unexported fields
}
func (EnvVarForExecuteClawOmniInstanceCommandInput) GoString ¶ added in v1.2.26
func (s EnvVarForExecuteClawOmniInstanceCommandInput) GoString() string
GoString returns the string representation
func (*EnvVarForExecuteClawOmniInstanceCommandInput) SetKey ¶ added in v1.2.26
func (s *EnvVarForExecuteClawOmniInstanceCommandInput) SetKey(v string) *EnvVarForExecuteClawOmniInstanceCommandInput
SetKey sets the Key field's value.
func (*EnvVarForExecuteClawOmniInstanceCommandInput) SetValue ¶ added in v1.2.26
func (s *EnvVarForExecuteClawOmniInstanceCommandInput) SetValue(v string) *EnvVarForExecuteClawOmniInstanceCommandInput
SetValue sets the Value field's value.
func (EnvVarForExecuteClawOmniInstanceCommandInput) String ¶ added in v1.2.26
func (s EnvVarForExecuteClawOmniInstanceCommandInput) String() string
String returns the string representation
func (*EnvVarForExecuteClawOmniInstanceCommandInput) Validate ¶ added in v1.2.26
func (s *EnvVarForExecuteClawOmniInstanceCommandInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type EnvVarForGetClawOmniInstanceCommandJobOutput ¶ added in v1.2.29
type EnvVarForGetClawOmniInstanceCommandJobOutput struct {
Key *string `type:"string" json:",omitempty"`
Value *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (EnvVarForGetClawOmniInstanceCommandJobOutput) GoString ¶ added in v1.2.29
func (s EnvVarForGetClawOmniInstanceCommandJobOutput) GoString() string
GoString returns the string representation
func (*EnvVarForGetClawOmniInstanceCommandJobOutput) SetKey ¶ added in v1.2.29
func (s *EnvVarForGetClawOmniInstanceCommandJobOutput) SetKey(v string) *EnvVarForGetClawOmniInstanceCommandJobOutput
SetKey sets the Key field's value.
func (*EnvVarForGetClawOmniInstanceCommandJobOutput) SetValue ¶ added in v1.2.29
func (s *EnvVarForGetClawOmniInstanceCommandJobOutput) SetValue(v string) *EnvVarForGetClawOmniInstanceCommandJobOutput
SetValue sets the Value field's value.
func (EnvVarForGetClawOmniInstanceCommandJobOutput) String ¶ added in v1.2.29
func (s EnvVarForGetClawOmniInstanceCommandJobOutput) String() string
String returns the string representation
type EnvVarForListClawOmniInstanceCommandJobsOutput ¶ added in v1.2.29
type EnvVarForListClawOmniInstanceCommandJobsOutput struct {
Key *string `type:"string"`
Value *string `type:"string"`
// contains filtered or unexported fields
}
func (EnvVarForListClawOmniInstanceCommandJobsOutput) GoString ¶ added in v1.2.29
func (s EnvVarForListClawOmniInstanceCommandJobsOutput) GoString() string
GoString returns the string representation
func (*EnvVarForListClawOmniInstanceCommandJobsOutput) SetKey ¶ added in v1.2.29
func (s *EnvVarForListClawOmniInstanceCommandJobsOutput) SetKey(v string) *EnvVarForListClawOmniInstanceCommandJobsOutput
SetKey sets the Key field's value.
func (*EnvVarForListClawOmniInstanceCommandJobsOutput) SetValue ¶ added in v1.2.29
func (s *EnvVarForListClawOmniInstanceCommandJobsOutput) SetValue(v string) *EnvVarForListClawOmniInstanceCommandJobsOutput
SetValue sets the Value field's value.
func (EnvVarForListClawOmniInstanceCommandJobsOutput) String ¶ added in v1.2.29
func (s EnvVarForListClawOmniInstanceCommandJobsOutput) String() string
String returns the string representation
type EventForGetClawOmniAutoChannelJobOutput ¶ added in v1.2.35
type EventForGetClawOmniAutoChannelJobOutput struct {
Action *string `type:"string" json:",omitempty"`
Code *string `type:"string" json:",omitempty"`
Level *string `type:"string" json:",omitempty"`
Message *string `type:"string" json:",omitempty"`
QrcodeContent *string `type:"string" json:",omitempty"`
RawJson *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (EventForGetClawOmniAutoChannelJobOutput) GoString ¶ added in v1.2.35
func (s EventForGetClawOmniAutoChannelJobOutput) GoString() string
GoString returns the string representation
func (*EventForGetClawOmniAutoChannelJobOutput) SetAction ¶ added in v1.2.35
func (s *EventForGetClawOmniAutoChannelJobOutput) SetAction(v string) *EventForGetClawOmniAutoChannelJobOutput
SetAction sets the Action field's value.
func (*EventForGetClawOmniAutoChannelJobOutput) SetCode ¶ added in v1.2.35
func (s *EventForGetClawOmniAutoChannelJobOutput) SetCode(v string) *EventForGetClawOmniAutoChannelJobOutput
SetCode sets the Code field's value.
func (*EventForGetClawOmniAutoChannelJobOutput) SetLevel ¶ added in v1.2.35
func (s *EventForGetClawOmniAutoChannelJobOutput) SetLevel(v string) *EventForGetClawOmniAutoChannelJobOutput
SetLevel sets the Level field's value.
func (*EventForGetClawOmniAutoChannelJobOutput) SetMessage ¶ added in v1.2.35
func (s *EventForGetClawOmniAutoChannelJobOutput) SetMessage(v string) *EventForGetClawOmniAutoChannelJobOutput
SetMessage sets the Message field's value.
func (*EventForGetClawOmniAutoChannelJobOutput) SetQrcodeContent ¶ added in v1.2.35
func (s *EventForGetClawOmniAutoChannelJobOutput) SetQrcodeContent(v string) *EventForGetClawOmniAutoChannelJobOutput
SetQrcodeContent sets the QrcodeContent field's value.
func (*EventForGetClawOmniAutoChannelJobOutput) SetRawJson ¶ added in v1.2.35
func (s *EventForGetClawOmniAutoChannelJobOutput) SetRawJson(v string) *EventForGetClawOmniAutoChannelJobOutput
SetRawJson sets the RawJson field's value.
func (EventForGetClawOmniAutoChannelJobOutput) String ¶ added in v1.2.35
func (s EventForGetClawOmniAutoChannelJobOutput) String() string
String returns the string representation
type ExecuteClawOmniInstanceCommandInput ¶ added in v1.2.26
type ExecuteClawOmniInstanceCommandInput struct {
// Command is a required field
Command *string `type:"string" required:"true"`
EnvVars []*EnvVarForExecuteClawOmniInstanceCommandInput `type:"list"`
// Id is a required field
Id *string `type:"string" required:"true"`
Timeout *int32 `type:"int32"`
WorkingDir *string `type:"string"`
// contains filtered or unexported fields
}
func (ExecuteClawOmniInstanceCommandInput) GoString ¶ added in v1.2.26
func (s ExecuteClawOmniInstanceCommandInput) GoString() string
GoString returns the string representation
func (*ExecuteClawOmniInstanceCommandInput) SetCommand ¶ added in v1.2.26
func (s *ExecuteClawOmniInstanceCommandInput) SetCommand(v string) *ExecuteClawOmniInstanceCommandInput
SetCommand sets the Command field's value.
func (*ExecuteClawOmniInstanceCommandInput) SetEnvVars ¶ added in v1.2.26
func (s *ExecuteClawOmniInstanceCommandInput) SetEnvVars(v []*EnvVarForExecuteClawOmniInstanceCommandInput) *ExecuteClawOmniInstanceCommandInput
SetEnvVars sets the EnvVars field's value.
func (*ExecuteClawOmniInstanceCommandInput) SetId ¶ added in v1.2.26
func (s *ExecuteClawOmniInstanceCommandInput) SetId(v string) *ExecuteClawOmniInstanceCommandInput
SetId sets the Id field's value.
func (*ExecuteClawOmniInstanceCommandInput) SetTimeout ¶ added in v1.2.26
func (s *ExecuteClawOmniInstanceCommandInput) SetTimeout(v int32) *ExecuteClawOmniInstanceCommandInput
SetTimeout sets the Timeout field's value.
func (*ExecuteClawOmniInstanceCommandInput) SetWorkingDir ¶ added in v1.2.26
func (s *ExecuteClawOmniInstanceCommandInput) SetWorkingDir(v string) *ExecuteClawOmniInstanceCommandInput
SetWorkingDir sets the WorkingDir field's value.
func (ExecuteClawOmniInstanceCommandInput) String ¶ added in v1.2.26
func (s ExecuteClawOmniInstanceCommandInput) String() string
String returns the string representation
func (*ExecuteClawOmniInstanceCommandInput) Validate ¶ added in v1.2.26
func (s *ExecuteClawOmniInstanceCommandInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ExecuteClawOmniInstanceCommandOutput ¶ added in v1.2.26
type ExecuteClawOmniInstanceCommandOutput struct {
Metadata *response.ResponseMetadata
ErrorOutput *string `type:"string"`
ExitCode *int32 `type:"int32"`
Output *string `type:"string"`
// contains filtered or unexported fields
}
func (ExecuteClawOmniInstanceCommandOutput) GoString ¶ added in v1.2.26
func (s ExecuteClawOmniInstanceCommandOutput) GoString() string
GoString returns the string representation
func (*ExecuteClawOmniInstanceCommandOutput) SetErrorOutput ¶ added in v1.2.26
func (s *ExecuteClawOmniInstanceCommandOutput) SetErrorOutput(v string) *ExecuteClawOmniInstanceCommandOutput
SetErrorOutput sets the ErrorOutput field's value.
func (*ExecuteClawOmniInstanceCommandOutput) SetExitCode ¶ added in v1.2.26
func (s *ExecuteClawOmniInstanceCommandOutput) SetExitCode(v int32) *ExecuteClawOmniInstanceCommandOutput
SetExitCode sets the ExitCode field's value.
func (*ExecuteClawOmniInstanceCommandOutput) SetOutput ¶ added in v1.2.26
func (s *ExecuteClawOmniInstanceCommandOutput) SetOutput(v string) *ExecuteClawOmniInstanceCommandOutput
SetOutput sets the Output field's value.
func (ExecuteClawOmniInstanceCommandOutput) String ¶ added in v1.2.26
func (s ExecuteClawOmniInstanceCommandOutput) String() string
String returns the string representation
type ExternalIdentityProviderConfigurationForCreateIdentityProviderTokenExchangeInput ¶ added in v1.2.48
type ExternalIdentityProviderConfigurationForCreateIdentityProviderTokenExchangeInput struct {
OauthUserIdAttribute *string `type:"string"`
OauthUserInfoUrl *string `type:"string"`
OidcIssuerUrl *string `type:"string"`
// contains filtered or unexported fields
}
func (ExternalIdentityProviderConfigurationForCreateIdentityProviderTokenExchangeInput) GoString ¶ added in v1.2.48
func (s ExternalIdentityProviderConfigurationForCreateIdentityProviderTokenExchangeInput) GoString() string
GoString returns the string representation
func (*ExternalIdentityProviderConfigurationForCreateIdentityProviderTokenExchangeInput) SetOauthUserIdAttribute ¶ added in v1.2.48
func (s *ExternalIdentityProviderConfigurationForCreateIdentityProviderTokenExchangeInput) SetOauthUserIdAttribute(v string) *ExternalIdentityProviderConfigurationForCreateIdentityProviderTokenExchangeInput
SetOauthUserIdAttribute sets the OauthUserIdAttribute field's value.
func (*ExternalIdentityProviderConfigurationForCreateIdentityProviderTokenExchangeInput) SetOauthUserInfoUrl ¶ added in v1.2.48
func (s *ExternalIdentityProviderConfigurationForCreateIdentityProviderTokenExchangeInput) SetOauthUserInfoUrl(v string) *ExternalIdentityProviderConfigurationForCreateIdentityProviderTokenExchangeInput
SetOauthUserInfoUrl sets the OauthUserInfoUrl field's value.
func (*ExternalIdentityProviderConfigurationForCreateIdentityProviderTokenExchangeInput) SetOidcIssuerUrl ¶ added in v1.2.48
func (s *ExternalIdentityProviderConfigurationForCreateIdentityProviderTokenExchangeInput) SetOidcIssuerUrl(v string) *ExternalIdentityProviderConfigurationForCreateIdentityProviderTokenExchangeInput
SetOidcIssuerUrl sets the OidcIssuerUrl field's value.
func (ExternalIdentityProviderConfigurationForCreateIdentityProviderTokenExchangeInput) String ¶ added in v1.2.48
func (s ExternalIdentityProviderConfigurationForCreateIdentityProviderTokenExchangeInput) String() string
String returns the string representation
type ExternalIdentityProviderConfigurationForCreateIdentityProviderTokenExchangeOutput ¶ added in v1.2.48
type ExternalIdentityProviderConfigurationForCreateIdentityProviderTokenExchangeOutput struct {
OauthUserIdAttribute *string `type:"string"`
OauthUserInfoUrl *string `type:"string"`
OidcIssuerUrl *string `type:"string"`
// contains filtered or unexported fields
}
func (ExternalIdentityProviderConfigurationForCreateIdentityProviderTokenExchangeOutput) GoString ¶ added in v1.2.48
func (s ExternalIdentityProviderConfigurationForCreateIdentityProviderTokenExchangeOutput) GoString() string
GoString returns the string representation
func (*ExternalIdentityProviderConfigurationForCreateIdentityProviderTokenExchangeOutput) SetOauthUserIdAttribute ¶ added in v1.2.48
func (s *ExternalIdentityProviderConfigurationForCreateIdentityProviderTokenExchangeOutput) SetOauthUserIdAttribute(v string) *ExternalIdentityProviderConfigurationForCreateIdentityProviderTokenExchangeOutput
SetOauthUserIdAttribute sets the OauthUserIdAttribute field's value.
func (*ExternalIdentityProviderConfigurationForCreateIdentityProviderTokenExchangeOutput) SetOauthUserInfoUrl ¶ added in v1.2.48
func (s *ExternalIdentityProviderConfigurationForCreateIdentityProviderTokenExchangeOutput) SetOauthUserInfoUrl(v string) *ExternalIdentityProviderConfigurationForCreateIdentityProviderTokenExchangeOutput
SetOauthUserInfoUrl sets the OauthUserInfoUrl field's value.
func (*ExternalIdentityProviderConfigurationForCreateIdentityProviderTokenExchangeOutput) SetOidcIssuerUrl ¶ added in v1.2.48
func (s *ExternalIdentityProviderConfigurationForCreateIdentityProviderTokenExchangeOutput) SetOidcIssuerUrl(v string) *ExternalIdentityProviderConfigurationForCreateIdentityProviderTokenExchangeOutput
SetOidcIssuerUrl sets the OidcIssuerUrl field's value.
func (ExternalIdentityProviderConfigurationForCreateIdentityProviderTokenExchangeOutput) String ¶ added in v1.2.48
func (s ExternalIdentityProviderConfigurationForCreateIdentityProviderTokenExchangeOutput) String() string
String returns the string representation
type ExternalIdentityProviderConfigurationForGetIdentityProviderTokenExchangeOutput ¶ added in v1.2.48
type ExternalIdentityProviderConfigurationForGetIdentityProviderTokenExchangeOutput struct {
OauthUserIdAttribute *string `type:"string" json:",omitempty"`
OauthUserInfoUrl *string `type:"string" json:",omitempty"`
OidcIssuerUrl *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ExternalIdentityProviderConfigurationForGetIdentityProviderTokenExchangeOutput) GoString ¶ added in v1.2.48
func (s ExternalIdentityProviderConfigurationForGetIdentityProviderTokenExchangeOutput) GoString() string
GoString returns the string representation
func (*ExternalIdentityProviderConfigurationForGetIdentityProviderTokenExchangeOutput) SetOauthUserIdAttribute ¶ added in v1.2.48
func (s *ExternalIdentityProviderConfigurationForGetIdentityProviderTokenExchangeOutput) SetOauthUserIdAttribute(v string) *ExternalIdentityProviderConfigurationForGetIdentityProviderTokenExchangeOutput
SetOauthUserIdAttribute sets the OauthUserIdAttribute field's value.
func (*ExternalIdentityProviderConfigurationForGetIdentityProviderTokenExchangeOutput) SetOauthUserInfoUrl ¶ added in v1.2.48
func (s *ExternalIdentityProviderConfigurationForGetIdentityProviderTokenExchangeOutput) SetOauthUserInfoUrl(v string) *ExternalIdentityProviderConfigurationForGetIdentityProviderTokenExchangeOutput
SetOauthUserInfoUrl sets the OauthUserInfoUrl field's value.
func (*ExternalIdentityProviderConfigurationForGetIdentityProviderTokenExchangeOutput) SetOidcIssuerUrl ¶ added in v1.2.48
func (s *ExternalIdentityProviderConfigurationForGetIdentityProviderTokenExchangeOutput) SetOidcIssuerUrl(v string) *ExternalIdentityProviderConfigurationForGetIdentityProviderTokenExchangeOutput
SetOidcIssuerUrl sets the OidcIssuerUrl field's value.
func (ExternalIdentityProviderConfigurationForGetIdentityProviderTokenExchangeOutput) String ¶ added in v1.2.48
func (s ExternalIdentityProviderConfigurationForGetIdentityProviderTokenExchangeOutput) String() string
String returns the string representation
type ExternalIdentityProviderConfigurationForListIdentityProvidersTokenExchangeOutput ¶ added in v1.2.48
type ExternalIdentityProviderConfigurationForListIdentityProvidersTokenExchangeOutput struct {
OauthUserIdAttribute *string `type:"string" json:",omitempty"`
OauthUserInfoUrl *string `type:"string" json:",omitempty"`
OidcIssuerUrl *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ExternalIdentityProviderConfigurationForListIdentityProvidersTokenExchangeOutput) GoString ¶ added in v1.2.48
func (s ExternalIdentityProviderConfigurationForListIdentityProvidersTokenExchangeOutput) GoString() string
GoString returns the string representation
func (*ExternalIdentityProviderConfigurationForListIdentityProvidersTokenExchangeOutput) SetOauthUserIdAttribute ¶ added in v1.2.48
func (s *ExternalIdentityProviderConfigurationForListIdentityProvidersTokenExchangeOutput) SetOauthUserIdAttribute(v string) *ExternalIdentityProviderConfigurationForListIdentityProvidersTokenExchangeOutput
SetOauthUserIdAttribute sets the OauthUserIdAttribute field's value.
func (*ExternalIdentityProviderConfigurationForListIdentityProvidersTokenExchangeOutput) SetOauthUserInfoUrl ¶ added in v1.2.48
func (s *ExternalIdentityProviderConfigurationForListIdentityProvidersTokenExchangeOutput) SetOauthUserInfoUrl(v string) *ExternalIdentityProviderConfigurationForListIdentityProvidersTokenExchangeOutput
SetOauthUserInfoUrl sets the OauthUserInfoUrl field's value.
func (*ExternalIdentityProviderConfigurationForListIdentityProvidersTokenExchangeOutput) SetOidcIssuerUrl ¶ added in v1.2.48
func (s *ExternalIdentityProviderConfigurationForListIdentityProvidersTokenExchangeOutput) SetOidcIssuerUrl(v string) *ExternalIdentityProviderConfigurationForListIdentityProvidersTokenExchangeOutput
SetOidcIssuerUrl sets the OidcIssuerUrl field's value.
func (ExternalIdentityProviderConfigurationForListIdentityProvidersTokenExchangeOutput) String ¶ added in v1.2.48
func (s ExternalIdentityProviderConfigurationForListIdentityProvidersTokenExchangeOutput) String() string
String returns the string representation
type ExternalIdentityProviderConfigurationForUpdateIdentityProviderTokenExchangeInput ¶ added in v1.2.48
type ExternalIdentityProviderConfigurationForUpdateIdentityProviderTokenExchangeInput struct {
OauthUserIdAttribute *string `type:"string"`
OauthUserInfoUrl *string `type:"string"`
OidcIssuerUrl *string `type:"string"`
// contains filtered or unexported fields
}
func (ExternalIdentityProviderConfigurationForUpdateIdentityProviderTokenExchangeInput) GoString ¶ added in v1.2.48
func (s ExternalIdentityProviderConfigurationForUpdateIdentityProviderTokenExchangeInput) GoString() string
GoString returns the string representation
func (*ExternalIdentityProviderConfigurationForUpdateIdentityProviderTokenExchangeInput) SetOauthUserIdAttribute ¶ added in v1.2.48
func (s *ExternalIdentityProviderConfigurationForUpdateIdentityProviderTokenExchangeInput) SetOauthUserIdAttribute(v string) *ExternalIdentityProviderConfigurationForUpdateIdentityProviderTokenExchangeInput
SetOauthUserIdAttribute sets the OauthUserIdAttribute field's value.
func (*ExternalIdentityProviderConfigurationForUpdateIdentityProviderTokenExchangeInput) SetOauthUserInfoUrl ¶ added in v1.2.48
func (s *ExternalIdentityProviderConfigurationForUpdateIdentityProviderTokenExchangeInput) SetOauthUserInfoUrl(v string) *ExternalIdentityProviderConfigurationForUpdateIdentityProviderTokenExchangeInput
SetOauthUserInfoUrl sets the OauthUserInfoUrl field's value.
func (*ExternalIdentityProviderConfigurationForUpdateIdentityProviderTokenExchangeInput) SetOidcIssuerUrl ¶ added in v1.2.48
func (s *ExternalIdentityProviderConfigurationForUpdateIdentityProviderTokenExchangeInput) SetOidcIssuerUrl(v string) *ExternalIdentityProviderConfigurationForUpdateIdentityProviderTokenExchangeInput
SetOidcIssuerUrl sets the OidcIssuerUrl field's value.
func (ExternalIdentityProviderConfigurationForUpdateIdentityProviderTokenExchangeInput) String ¶ added in v1.2.48
func (s ExternalIdentityProviderConfigurationForUpdateIdentityProviderTokenExchangeInput) String() string
String returns the string representation
type ExternalIdentityProviderConfigurationForUpdateIdentityProviderTokenExchangeOutput ¶ added in v1.2.48
type ExternalIdentityProviderConfigurationForUpdateIdentityProviderTokenExchangeOutput struct {
OauthUserIdAttribute *string `type:"string"`
OauthUserInfoUrl *string `type:"string"`
OidcIssuerUrl *string `type:"string"`
// contains filtered or unexported fields
}
func (ExternalIdentityProviderConfigurationForUpdateIdentityProviderTokenExchangeOutput) GoString ¶ added in v1.2.48
func (s ExternalIdentityProviderConfigurationForUpdateIdentityProviderTokenExchangeOutput) GoString() string
GoString returns the string representation
func (*ExternalIdentityProviderConfigurationForUpdateIdentityProviderTokenExchangeOutput) SetOauthUserIdAttribute ¶ added in v1.2.48
func (s *ExternalIdentityProviderConfigurationForUpdateIdentityProviderTokenExchangeOutput) SetOauthUserIdAttribute(v string) *ExternalIdentityProviderConfigurationForUpdateIdentityProviderTokenExchangeOutput
SetOauthUserIdAttribute sets the OauthUserIdAttribute field's value.
func (*ExternalIdentityProviderConfigurationForUpdateIdentityProviderTokenExchangeOutput) SetOauthUserInfoUrl ¶ added in v1.2.48
func (s *ExternalIdentityProviderConfigurationForUpdateIdentityProviderTokenExchangeOutput) SetOauthUserInfoUrl(v string) *ExternalIdentityProviderConfigurationForUpdateIdentityProviderTokenExchangeOutput
SetOauthUserInfoUrl sets the OauthUserInfoUrl field's value.
func (*ExternalIdentityProviderConfigurationForUpdateIdentityProviderTokenExchangeOutput) SetOidcIssuerUrl ¶ added in v1.2.48
func (s *ExternalIdentityProviderConfigurationForUpdateIdentityProviderTokenExchangeOutput) SetOidcIssuerUrl(v string) *ExternalIdentityProviderConfigurationForUpdateIdentityProviderTokenExchangeOutput
SetOidcIssuerUrl sets the OidcIssuerUrl field's value.
func (ExternalIdentityProviderConfigurationForUpdateIdentityProviderTokenExchangeOutput) String ¶ added in v1.2.48
func (s ExternalIdentityProviderConfigurationForUpdateIdentityProviderTokenExchangeOutput) String() string
String returns the string representation
type FieldMaskForUpdateScheduledJobInput ¶ added in v1.2.38
type FieldMaskForUpdateScheduledJobInput struct {
Paths []*string `type:"list"`
// contains filtered or unexported fields
}
func (FieldMaskForUpdateScheduledJobInput) GoString ¶ added in v1.2.38
func (s FieldMaskForUpdateScheduledJobInput) GoString() string
GoString returns the string representation
func (*FieldMaskForUpdateScheduledJobInput) SetPaths ¶ added in v1.2.38
func (s *FieldMaskForUpdateScheduledJobInput) SetPaths(v []*string) *FieldMaskForUpdateScheduledJobInput
SetPaths sets the Paths field's value.
func (FieldMaskForUpdateScheduledJobInput) String ¶ added in v1.2.38
func (s FieldMaskForUpdateScheduledJobInput) String() string
String returns the string representation
type FilterForListClawInstancesInput ¶ added in v1.2.35
type FilterForListClawInstancesInput struct {
Name *string `type:"string"`
Values []*string `type:"list"`
// contains filtered or unexported fields
}
func (FilterForListClawInstancesInput) GoString ¶ added in v1.2.35
func (s FilterForListClawInstancesInput) GoString() string
GoString returns the string representation
func (*FilterForListClawInstancesInput) SetName ¶ added in v1.2.35
func (s *FilterForListClawInstancesInput) SetName(v string) *FilterForListClawInstancesInput
SetName sets the Name field's value.
func (*FilterForListClawInstancesInput) SetValues ¶ added in v1.2.35
func (s *FilterForListClawInstancesInput) SetValues(v []*string) *FilterForListClawInstancesInput
SetValues sets the Values field's value.
func (FilterForListClawInstancesInput) String ¶ added in v1.2.35
func (s FilterForListClawInstancesInput) String() string
String returns the string representation
type FilterForListClawOmniInstancesInput ¶
type FilterForListClawOmniInstancesInput struct {
Name *string `type:"string"`
NameContains *string `type:"string"`
Values []*string `type:"list"`
// contains filtered or unexported fields
}
func (FilterForListClawOmniInstancesInput) GoString ¶
func (s FilterForListClawOmniInstancesInput) GoString() string
GoString returns the string representation
func (*FilterForListClawOmniInstancesInput) SetName ¶
func (s *FilterForListClawOmniInstancesInput) SetName(v string) *FilterForListClawOmniInstancesInput
SetName sets the Name field's value.
func (*FilterForListClawOmniInstancesInput) SetNameContains ¶
func (s *FilterForListClawOmniInstancesInput) SetNameContains(v string) *FilterForListClawOmniInstancesInput
SetNameContains sets the NameContains field's value.
func (*FilterForListClawOmniInstancesInput) SetValues ¶
func (s *FilterForListClawOmniInstancesInput) SetValues(v []*string) *FilterForListClawOmniInstancesInput
SetValues sets the Values field's value.
func (FilterForListClawOmniInstancesInput) String ¶
func (s FilterForListClawOmniInstancesInput) String() string
String returns the string representation
type FilterForListUsersInput ¶ added in v1.2.35
type FilterForListUsersInput struct {
Name *string `type:"string"`
Uids []*string `type:"list"`
// contains filtered or unexported fields
}
func (FilterForListUsersInput) GoString ¶ added in v1.2.35
func (s FilterForListUsersInput) GoString() string
GoString returns the string representation
func (*FilterForListUsersInput) SetName ¶ added in v1.2.35
func (s *FilterForListUsersInput) SetName(v string) *FilterForListUsersInput
SetName sets the Name field's value.
func (*FilterForListUsersInput) SetUids ¶ added in v1.2.35
func (s *FilterForListUsersInput) SetUids(v []*string) *FilterForListUsersInput
SetUids sets the Uids field's value.
func (FilterForListUsersInput) String ¶ added in v1.2.35
func (s FilterForListUsersInput) String() string
String returns the string representation
type GetArkclawOmniInstanceWebuiInput ¶ added in v1.2.48
type GetArkclawOmniInstanceWebuiInput struct {
// InstanceId is a required field
InstanceId *string `type:"string" json:",omitempty" required:"true"`
// SpaceId is a required field
SpaceId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (GetArkclawOmniInstanceWebuiInput) GoString ¶ added in v1.2.48
func (s GetArkclawOmniInstanceWebuiInput) GoString() string
GoString returns the string representation
func (*GetArkclawOmniInstanceWebuiInput) SetInstanceId ¶ added in v1.2.48
func (s *GetArkclawOmniInstanceWebuiInput) SetInstanceId(v string) *GetArkclawOmniInstanceWebuiInput
SetInstanceId sets the InstanceId field's value.
func (*GetArkclawOmniInstanceWebuiInput) SetSpaceId ¶ added in v1.2.48
func (s *GetArkclawOmniInstanceWebuiInput) SetSpaceId(v string) *GetArkclawOmniInstanceWebuiInput
SetSpaceId sets the SpaceId field's value.
func (GetArkclawOmniInstanceWebuiInput) String ¶ added in v1.2.48
func (s GetArkclawOmniInstanceWebuiInput) String() string
String returns the string representation
func (*GetArkclawOmniInstanceWebuiInput) Validate ¶ added in v1.2.48
func (s *GetArkclawOmniInstanceWebuiInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetArkclawOmniInstanceWebuiOutput ¶ added in v1.2.48
type GetArkclawOmniInstanceWebuiOutput struct {
Metadata *response.ResponseMetadata
InstanceId *string `type:"string" json:",omitempty"`
SpaceId *string `type:"string" json:",omitempty"`
Token *string `type:"string" json:",omitempty"`
WebuiEndpoint *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (GetArkclawOmniInstanceWebuiOutput) GoString ¶ added in v1.2.48
func (s GetArkclawOmniInstanceWebuiOutput) GoString() string
GoString returns the string representation
func (*GetArkclawOmniInstanceWebuiOutput) SetInstanceId ¶ added in v1.2.48
func (s *GetArkclawOmniInstanceWebuiOutput) SetInstanceId(v string) *GetArkclawOmniInstanceWebuiOutput
SetInstanceId sets the InstanceId field's value.
func (*GetArkclawOmniInstanceWebuiOutput) SetSpaceId ¶ added in v1.2.48
func (s *GetArkclawOmniInstanceWebuiOutput) SetSpaceId(v string) *GetArkclawOmniInstanceWebuiOutput
SetSpaceId sets the SpaceId field's value.
func (*GetArkclawOmniInstanceWebuiOutput) SetToken ¶ added in v1.2.48
func (s *GetArkclawOmniInstanceWebuiOutput) SetToken(v string) *GetArkclawOmniInstanceWebuiOutput
SetToken sets the Token field's value.
func (*GetArkclawOmniInstanceWebuiOutput) SetWebuiEndpoint ¶ added in v1.2.48
func (s *GetArkclawOmniInstanceWebuiOutput) SetWebuiEndpoint(v string) *GetArkclawOmniInstanceWebuiOutput
SetWebuiEndpoint sets the WebuiEndpoint field's value.
func (GetArkclawOmniInstanceWebuiOutput) String ¶ added in v1.2.48
func (s GetArkclawOmniInstanceWebuiOutput) String() string
String returns the string representation
type GetClawInstanceInput ¶ added in v1.2.35
type GetClawInstanceInput struct {
// ClawInstanceId is a required field
ClawInstanceId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (GetClawInstanceInput) GoString ¶ added in v1.2.35
func (s GetClawInstanceInput) GoString() string
GoString returns the string representation
func (*GetClawInstanceInput) SetClawInstanceId ¶ added in v1.2.35
func (s *GetClawInstanceInput) SetClawInstanceId(v string) *GetClawInstanceInput
SetClawInstanceId sets the ClawInstanceId field's value.
func (GetClawInstanceInput) String ¶ added in v1.2.35
func (s GetClawInstanceInput) String() string
String returns the string representation
func (*GetClawInstanceInput) Validate ¶ added in v1.2.35
func (s *GetClawInstanceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetClawInstanceOutput ¶ added in v1.2.35
type GetClawInstanceOutput struct {
Metadata *response.ResponseMetadata
ClawInstance *ClawInstanceForGetClawInstanceOutput `type:"structure" json:",omitempty"`
// contains filtered or unexported fields
}
func (GetClawInstanceOutput) GoString ¶ added in v1.2.35
func (s GetClawInstanceOutput) GoString() string
GoString returns the string representation
func (*GetClawInstanceOutput) SetClawInstance ¶ added in v1.2.35
func (s *GetClawInstanceOutput) SetClawInstance(v *ClawInstanceForGetClawInstanceOutput) *GetClawInstanceOutput
SetClawInstance sets the ClawInstance field's value.
func (GetClawInstanceOutput) String ¶ added in v1.2.35
func (s GetClawInstanceOutput) String() string
String returns the string representation
type GetClawOmniAutoChannelJobInput ¶ added in v1.2.35
type GetClawOmniAutoChannelJobInput struct {
// Id is a required field
Id *string `type:"string" json:",omitempty" required:"true"`
// JobId is a required field
JobId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (GetClawOmniAutoChannelJobInput) GoString ¶ added in v1.2.35
func (s GetClawOmniAutoChannelJobInput) GoString() string
GoString returns the string representation
func (*GetClawOmniAutoChannelJobInput) SetId ¶ added in v1.2.35
func (s *GetClawOmniAutoChannelJobInput) SetId(v string) *GetClawOmniAutoChannelJobInput
SetId sets the Id field's value.
func (*GetClawOmniAutoChannelJobInput) SetJobId ¶ added in v1.2.35
func (s *GetClawOmniAutoChannelJobInput) SetJobId(v string) *GetClawOmniAutoChannelJobInput
SetJobId sets the JobId field's value.
func (GetClawOmniAutoChannelJobInput) String ¶ added in v1.2.35
func (s GetClawOmniAutoChannelJobInput) String() string
String returns the string representation
func (*GetClawOmniAutoChannelJobInput) Validate ¶ added in v1.2.35
func (s *GetClawOmniAutoChannelJobInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetClawOmniAutoChannelJobOutput ¶ added in v1.2.35
type GetClawOmniAutoChannelJobOutput struct {
Metadata *response.ResponseMetadata
Channel *string `type:"string" json:",omitempty"`
ErrorMessage *string `type:"string" json:",omitempty"`
Events []*EventForGetClawOmniAutoChannelJobOutput `type:"list"`
JobId *string `type:"string" json:",omitempty"`
Message *string `type:"string" json:",omitempty"`
Status *string `type:"string" json:",omitempty"`
StatusCode *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (GetClawOmniAutoChannelJobOutput) GoString ¶ added in v1.2.35
func (s GetClawOmniAutoChannelJobOutput) GoString() string
GoString returns the string representation
func (*GetClawOmniAutoChannelJobOutput) SetChannel ¶ added in v1.2.35
func (s *GetClawOmniAutoChannelJobOutput) SetChannel(v string) *GetClawOmniAutoChannelJobOutput
SetChannel sets the Channel field's value.
func (*GetClawOmniAutoChannelJobOutput) SetErrorMessage ¶ added in v1.2.35
func (s *GetClawOmniAutoChannelJobOutput) SetErrorMessage(v string) *GetClawOmniAutoChannelJobOutput
SetErrorMessage sets the ErrorMessage field's value.
func (*GetClawOmniAutoChannelJobOutput) SetEvents ¶ added in v1.2.35
func (s *GetClawOmniAutoChannelJobOutput) SetEvents(v []*EventForGetClawOmniAutoChannelJobOutput) *GetClawOmniAutoChannelJobOutput
SetEvents sets the Events field's value.
func (*GetClawOmniAutoChannelJobOutput) SetJobId ¶ added in v1.2.35
func (s *GetClawOmniAutoChannelJobOutput) SetJobId(v string) *GetClawOmniAutoChannelJobOutput
SetJobId sets the JobId field's value.
func (*GetClawOmniAutoChannelJobOutput) SetMessage ¶ added in v1.2.35
func (s *GetClawOmniAutoChannelJobOutput) SetMessage(v string) *GetClawOmniAutoChannelJobOutput
SetMessage sets the Message field's value.
func (*GetClawOmniAutoChannelJobOutput) SetStatus ¶ added in v1.2.35
func (s *GetClawOmniAutoChannelJobOutput) SetStatus(v string) *GetClawOmniAutoChannelJobOutput
SetStatus sets the Status field's value.
func (*GetClawOmniAutoChannelJobOutput) SetStatusCode ¶ added in v1.2.35
func (s *GetClawOmniAutoChannelJobOutput) SetStatusCode(v string) *GetClawOmniAutoChannelJobOutput
SetStatusCode sets the StatusCode field's value.
func (GetClawOmniAutoChannelJobOutput) String ¶ added in v1.2.35
func (s GetClawOmniAutoChannelJobOutput) String() string
String returns the string representation
type GetClawOmniInstanceCommandJobInput ¶ added in v1.2.29
type GetClawOmniInstanceCommandJobInput struct {
ClawOmniInstanceId *string `type:"string" json:",omitempty"`
IsFailed *bool `type:"boolean" json:",omitempty"`
// JobId is a required field
JobId *string `type:"string" json:",omitempty" required:"true"`
PageNumber *int32 `type:"int32" json:",omitempty"`
PageSize *int32 `type:"int32" json:",omitempty"`
// SpaceId is a required field
SpaceId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (GetClawOmniInstanceCommandJobInput) GoString ¶ added in v1.2.29
func (s GetClawOmniInstanceCommandJobInput) GoString() string
GoString returns the string representation
func (*GetClawOmniInstanceCommandJobInput) SetClawOmniInstanceId ¶ added in v1.2.29
func (s *GetClawOmniInstanceCommandJobInput) SetClawOmniInstanceId(v string) *GetClawOmniInstanceCommandJobInput
SetClawOmniInstanceId sets the ClawOmniInstanceId field's value.
func (*GetClawOmniInstanceCommandJobInput) SetIsFailed ¶ added in v1.2.29
func (s *GetClawOmniInstanceCommandJobInput) SetIsFailed(v bool) *GetClawOmniInstanceCommandJobInput
SetIsFailed sets the IsFailed field's value.
func (*GetClawOmniInstanceCommandJobInput) SetJobId ¶ added in v1.2.29
func (s *GetClawOmniInstanceCommandJobInput) SetJobId(v string) *GetClawOmniInstanceCommandJobInput
SetJobId sets the JobId field's value.
func (*GetClawOmniInstanceCommandJobInput) SetPageNumber ¶ added in v1.2.29
func (s *GetClawOmniInstanceCommandJobInput) SetPageNumber(v int32) *GetClawOmniInstanceCommandJobInput
SetPageNumber sets the PageNumber field's value.
func (*GetClawOmniInstanceCommandJobInput) SetPageSize ¶ added in v1.2.29
func (s *GetClawOmniInstanceCommandJobInput) SetPageSize(v int32) *GetClawOmniInstanceCommandJobInput
SetPageSize sets the PageSize field's value.
func (*GetClawOmniInstanceCommandJobInput) SetSpaceId ¶ added in v1.2.29
func (s *GetClawOmniInstanceCommandJobInput) SetSpaceId(v string) *GetClawOmniInstanceCommandJobInput
SetSpaceId sets the SpaceId field's value.
func (GetClawOmniInstanceCommandJobInput) String ¶ added in v1.2.29
func (s GetClawOmniInstanceCommandJobInput) String() string
String returns the string representation
func (*GetClawOmniInstanceCommandJobInput) Validate ¶ added in v1.2.29
func (s *GetClawOmniInstanceCommandJobInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetClawOmniInstanceCommandJobLogInput ¶ added in v1.2.29
type GetClawOmniInstanceCommandJobLogInput struct {
// ClawOmniInstanceId is a required field
ClawOmniInstanceId *string `type:"string" json:",omitempty" required:"true"`
// JobId is a required field
JobId *string `type:"string" json:",omitempty" required:"true"`
// SpaceId is a required field
SpaceId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (GetClawOmniInstanceCommandJobLogInput) GoString ¶ added in v1.2.29
func (s GetClawOmniInstanceCommandJobLogInput) GoString() string
GoString returns the string representation
func (*GetClawOmniInstanceCommandJobLogInput) SetClawOmniInstanceId ¶ added in v1.2.29
func (s *GetClawOmniInstanceCommandJobLogInput) SetClawOmniInstanceId(v string) *GetClawOmniInstanceCommandJobLogInput
SetClawOmniInstanceId sets the ClawOmniInstanceId field's value.
func (*GetClawOmniInstanceCommandJobLogInput) SetJobId ¶ added in v1.2.29
func (s *GetClawOmniInstanceCommandJobLogInput) SetJobId(v string) *GetClawOmniInstanceCommandJobLogInput
SetJobId sets the JobId field's value.
func (*GetClawOmniInstanceCommandJobLogInput) SetSpaceId ¶ added in v1.2.29
func (s *GetClawOmniInstanceCommandJobLogInput) SetSpaceId(v string) *GetClawOmniInstanceCommandJobLogInput
SetSpaceId sets the SpaceId field's value.
func (GetClawOmniInstanceCommandJobLogInput) String ¶ added in v1.2.29
func (s GetClawOmniInstanceCommandJobLogInput) String() string
String returns the string representation
func (*GetClawOmniInstanceCommandJobLogInput) Validate ¶ added in v1.2.29
func (s *GetClawOmniInstanceCommandJobLogInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetClawOmniInstanceCommandJobLogOutput ¶ added in v1.2.29
type GetClawOmniInstanceCommandJobLogOutput struct {
Metadata *response.ResponseMetadata
LogAvailable *bool `type:"boolean" json:",omitempty"`
Output *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (GetClawOmniInstanceCommandJobLogOutput) GoString ¶ added in v1.2.29
func (s GetClawOmniInstanceCommandJobLogOutput) GoString() string
GoString returns the string representation
func (*GetClawOmniInstanceCommandJobLogOutput) SetLogAvailable ¶ added in v1.2.29
func (s *GetClawOmniInstanceCommandJobLogOutput) SetLogAvailable(v bool) *GetClawOmniInstanceCommandJobLogOutput
SetLogAvailable sets the LogAvailable field's value.
func (*GetClawOmniInstanceCommandJobLogOutput) SetOutput ¶ added in v1.2.29
func (s *GetClawOmniInstanceCommandJobLogOutput) SetOutput(v string) *GetClawOmniInstanceCommandJobLogOutput
SetOutput sets the Output field's value.
func (GetClawOmniInstanceCommandJobLogOutput) String ¶ added in v1.2.29
func (s GetClawOmniInstanceCommandJobLogOutput) String() string
String returns the string representation
type GetClawOmniInstanceCommandJobOutput ¶ added in v1.2.29
type GetClawOmniInstanceCommandJobOutput struct {
Metadata *response.ResponseMetadata
Job *JobForGetClawOmniInstanceCommandJobOutput `type:"structure" json:",omitempty"`
PageNumber *int32 `type:"int32" json:",omitempty"`
PageSize *int32 `type:"int32" json:",omitempty"`
Targets []*TargetForGetClawOmniInstanceCommandJobOutput `type:"list"`
TotalCount *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (GetClawOmniInstanceCommandJobOutput) GoString ¶ added in v1.2.29
func (s GetClawOmniInstanceCommandJobOutput) GoString() string
GoString returns the string representation
func (*GetClawOmniInstanceCommandJobOutput) SetJob ¶ added in v1.2.29
func (s *GetClawOmniInstanceCommandJobOutput) SetJob(v *JobForGetClawOmniInstanceCommandJobOutput) *GetClawOmniInstanceCommandJobOutput
SetJob sets the Job field's value.
func (*GetClawOmniInstanceCommandJobOutput) SetPageNumber ¶ added in v1.2.29
func (s *GetClawOmniInstanceCommandJobOutput) SetPageNumber(v int32) *GetClawOmniInstanceCommandJobOutput
SetPageNumber sets the PageNumber field's value.
func (*GetClawOmniInstanceCommandJobOutput) SetPageSize ¶ added in v1.2.29
func (s *GetClawOmniInstanceCommandJobOutput) SetPageSize(v int32) *GetClawOmniInstanceCommandJobOutput
SetPageSize sets the PageSize field's value.
func (*GetClawOmniInstanceCommandJobOutput) SetTargets ¶ added in v1.2.29
func (s *GetClawOmniInstanceCommandJobOutput) SetTargets(v []*TargetForGetClawOmniInstanceCommandJobOutput) *GetClawOmniInstanceCommandJobOutput
SetTargets sets the Targets field's value.
func (*GetClawOmniInstanceCommandJobOutput) SetTotalCount ¶ added in v1.2.29
func (s *GetClawOmniInstanceCommandJobOutput) SetTotalCount(v int32) *GetClawOmniInstanceCommandJobOutput
SetTotalCount sets the TotalCount field's value.
func (GetClawOmniInstanceCommandJobOutput) String ¶ added in v1.2.29
func (s GetClawOmniInstanceCommandJobOutput) String() string
String returns the string representation
type GetClawOmniInstanceInput ¶
type GetClawOmniInstanceInput struct {
// Id is a required field
Id *string `type:"string" json:",omitempty" required:"true"`
ProjectName *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (GetClawOmniInstanceInput) GoString ¶
func (s GetClawOmniInstanceInput) GoString() string
GoString returns the string representation
func (*GetClawOmniInstanceInput) SetId ¶
func (s *GetClawOmniInstanceInput) SetId(v string) *GetClawOmniInstanceInput
SetId sets the Id field's value.
func (*GetClawOmniInstanceInput) SetProjectName ¶
func (s *GetClawOmniInstanceInput) SetProjectName(v string) *GetClawOmniInstanceInput
SetProjectName sets the ProjectName field's value.
func (GetClawOmniInstanceInput) String ¶
func (s GetClawOmniInstanceInput) String() string
String returns the string representation
func (*GetClawOmniInstanceInput) Validate ¶
func (s *GetClawOmniInstanceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetClawOmniInstanceOutput ¶
type GetClawOmniInstanceOutput struct {
Metadata *response.ResponseMetadata
ClawOmniInstance *ClawOmniInstanceForGetClawOmniInstanceOutput `type:"structure" json:",omitempty"`
// contains filtered or unexported fields
}
func (GetClawOmniInstanceOutput) GoString ¶
func (s GetClawOmniInstanceOutput) GoString() string
GoString returns the string representation
func (*GetClawOmniInstanceOutput) SetClawOmniInstance ¶
func (s *GetClawOmniInstanceOutput) SetClawOmniInstance(v *ClawOmniInstanceForGetClawOmniInstanceOutput) *GetClawOmniInstanceOutput
SetClawOmniInstance sets the ClawOmniInstance field's value.
func (GetClawOmniInstanceOutput) String ¶
func (s GetClawOmniInstanceOutput) String() string
String returns the string representation
type GetClawOmniInstanceSkillsInput ¶ added in v1.2.31
type GetClawOmniInstanceSkillsInput struct {
// Id is a required field
Id *string `type:"string" json:",omitempty" required:"true"`
ProjectName *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (GetClawOmniInstanceSkillsInput) GoString ¶ added in v1.2.31
func (s GetClawOmniInstanceSkillsInput) GoString() string
GoString returns the string representation
func (*GetClawOmniInstanceSkillsInput) SetId ¶ added in v1.2.31
func (s *GetClawOmniInstanceSkillsInput) SetId(v string) *GetClawOmniInstanceSkillsInput
SetId sets the Id field's value.
func (*GetClawOmniInstanceSkillsInput) SetProjectName ¶ added in v1.2.31
func (s *GetClawOmniInstanceSkillsInput) SetProjectName(v string) *GetClawOmniInstanceSkillsInput
SetProjectName sets the ProjectName field's value.
func (GetClawOmniInstanceSkillsInput) String ¶ added in v1.2.31
func (s GetClawOmniInstanceSkillsInput) String() string
String returns the string representation
func (*GetClawOmniInstanceSkillsInput) Validate ¶ added in v1.2.31
func (s *GetClawOmniInstanceSkillsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetClawOmniInstanceSkillsOutput ¶ added in v1.2.31
type GetClawOmniInstanceSkillsOutput struct {
Metadata *response.ResponseMetadata
Skills []*SkillForGetClawOmniInstanceSkillsOutput `type:"list"`
// contains filtered or unexported fields
}
func (GetClawOmniInstanceSkillsOutput) GoString ¶ added in v1.2.31
func (s GetClawOmniInstanceSkillsOutput) GoString() string
GoString returns the string representation
func (*GetClawOmniInstanceSkillsOutput) SetSkills ¶ added in v1.2.31
func (s *GetClawOmniInstanceSkillsOutput) SetSkills(v []*SkillForGetClawOmniInstanceSkillsOutput) *GetClawOmniInstanceSkillsOutput
SetSkills sets the Skills field's value.
func (GetClawOmniInstanceSkillsOutput) String ¶ added in v1.2.31
func (s GetClawOmniInstanceSkillsOutput) String() string
String returns the string representation
type GetClawOmniSpaceTemplateInput ¶ added in v1.2.31
type GetClawOmniSpaceTemplateInput struct {
// Id is a required field
Id *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (GetClawOmniSpaceTemplateInput) GoString ¶ added in v1.2.31
func (s GetClawOmniSpaceTemplateInput) GoString() string
GoString returns the string representation
func (*GetClawOmniSpaceTemplateInput) SetId ¶ added in v1.2.31
func (s *GetClawOmniSpaceTemplateInput) SetId(v string) *GetClawOmniSpaceTemplateInput
SetId sets the Id field's value.
func (GetClawOmniSpaceTemplateInput) String ¶ added in v1.2.31
func (s GetClawOmniSpaceTemplateInput) String() string
String returns the string representation
func (*GetClawOmniSpaceTemplateInput) Validate ¶ added in v1.2.31
func (s *GetClawOmniSpaceTemplateInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetClawOmniSpaceTemplateOutput ¶ added in v1.2.31
type GetClawOmniSpaceTemplateOutput struct {
Metadata *response.ResponseMetadata
Templates []*TemplateForGetClawOmniSpaceTemplateOutput `type:"list"`
// contains filtered or unexported fields
}
func (GetClawOmniSpaceTemplateOutput) GoString ¶ added in v1.2.31
func (s GetClawOmniSpaceTemplateOutput) GoString() string
GoString returns the string representation
func (*GetClawOmniSpaceTemplateOutput) SetTemplates ¶ added in v1.2.31
func (s *GetClawOmniSpaceTemplateOutput) SetTemplates(v []*TemplateForGetClawOmniSpaceTemplateOutput) *GetClawOmniSpaceTemplateOutput
SetTemplates sets the Templates field's value.
func (GetClawOmniSpaceTemplateOutput) String ¶ added in v1.2.31
func (s GetClawOmniSpaceTemplateOutput) String() string
String returns the string representation
type GetIdentityProviderTokenExchangeInput ¶ added in v1.2.48
type GetIdentityProviderTokenExchangeInput struct {
// ConnectionId is a required field
ConnectionId *string `type:"string" json:",omitempty" required:"true"`
// SpaceId is a required field
SpaceId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (GetIdentityProviderTokenExchangeInput) GoString ¶ added in v1.2.48
func (s GetIdentityProviderTokenExchangeInput) GoString() string
GoString returns the string representation
func (*GetIdentityProviderTokenExchangeInput) SetConnectionId ¶ added in v1.2.48
func (s *GetIdentityProviderTokenExchangeInput) SetConnectionId(v string) *GetIdentityProviderTokenExchangeInput
SetConnectionId sets the ConnectionId field's value.
func (*GetIdentityProviderTokenExchangeInput) SetSpaceId ¶ added in v1.2.48
func (s *GetIdentityProviderTokenExchangeInput) SetSpaceId(v string) *GetIdentityProviderTokenExchangeInput
SetSpaceId sets the SpaceId field's value.
func (GetIdentityProviderTokenExchangeInput) String ¶ added in v1.2.48
func (s GetIdentityProviderTokenExchangeInput) String() string
String returns the string representation
func (*GetIdentityProviderTokenExchangeInput) Validate ¶ added in v1.2.48
func (s *GetIdentityProviderTokenExchangeInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetIdentityProviderTokenExchangeOutput ¶ added in v1.2.48
type GetIdentityProviderTokenExchangeOutput struct {
Metadata *response.ResponseMetadata
TokenExchange *TokenExchangeForGetIdentityProviderTokenExchangeOutput `type:"structure" json:",omitempty"`
// contains filtered or unexported fields
}
func (GetIdentityProviderTokenExchangeOutput) GoString ¶ added in v1.2.48
func (s GetIdentityProviderTokenExchangeOutput) GoString() string
GoString returns the string representation
func (*GetIdentityProviderTokenExchangeOutput) SetTokenExchange ¶ added in v1.2.48
func (s *GetIdentityProviderTokenExchangeOutput) SetTokenExchange(v *TokenExchangeForGetIdentityProviderTokenExchangeOutput) *GetIdentityProviderTokenExchangeOutput
SetTokenExchange sets the TokenExchange field's value.
func (GetIdentityProviderTokenExchangeOutput) String ¶ added in v1.2.48
func (s GetIdentityProviderTokenExchangeOutput) String() string
String returns the string representation
type GetScheduledJobInput ¶ added in v1.2.38
type GetScheduledJobInput struct {
// JobId is a required field
JobId *string `type:"string" json:",omitempty" required:"true"`
ProjectName *string `type:"string" json:",omitempty"`
// SpaceId is a required field
SpaceId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (GetScheduledJobInput) GoString ¶ added in v1.2.38
func (s GetScheduledJobInput) GoString() string
GoString returns the string representation
func (*GetScheduledJobInput) SetJobId ¶ added in v1.2.38
func (s *GetScheduledJobInput) SetJobId(v string) *GetScheduledJobInput
SetJobId sets the JobId field's value.
func (*GetScheduledJobInput) SetProjectName ¶ added in v1.2.38
func (s *GetScheduledJobInput) SetProjectName(v string) *GetScheduledJobInput
SetProjectName sets the ProjectName field's value.
func (*GetScheduledJobInput) SetSpaceId ¶ added in v1.2.38
func (s *GetScheduledJobInput) SetSpaceId(v string) *GetScheduledJobInput
SetSpaceId sets the SpaceId field's value.
func (GetScheduledJobInput) String ¶ added in v1.2.38
func (s GetScheduledJobInput) String() string
String returns the string representation
func (*GetScheduledJobInput) Validate ¶ added in v1.2.38
func (s *GetScheduledJobInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetScheduledJobOutput ¶ added in v1.2.38
type GetScheduledJobOutput struct {
Metadata *response.ResponseMetadata
Job *JobForGetScheduledJobOutput `type:"structure" json:",omitempty"`
// contains filtered or unexported fields
}
func (GetScheduledJobOutput) GoString ¶ added in v1.2.38
func (s GetScheduledJobOutput) GoString() string
GoString returns the string representation
func (*GetScheduledJobOutput) SetJob ¶ added in v1.2.38
func (s *GetScheduledJobOutput) SetJob(v *JobForGetScheduledJobOutput) *GetScheduledJobOutput
SetJob sets the Job field's value.
func (GetScheduledJobOutput) String ¶ added in v1.2.38
func (s GetScheduledJobOutput) String() string
String returns the string representation
type GetUserPoolClientInput ¶ added in v1.2.48
type GetUserPoolClientInput struct {
// SpaceId is a required field
SpaceId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (GetUserPoolClientInput) GoString ¶ added in v1.2.48
func (s GetUserPoolClientInput) GoString() string
GoString returns the string representation
func (*GetUserPoolClientInput) SetSpaceId ¶ added in v1.2.48
func (s *GetUserPoolClientInput) SetSpaceId(v string) *GetUserPoolClientInput
SetSpaceId sets the SpaceId field's value.
func (GetUserPoolClientInput) String ¶ added in v1.2.48
func (s GetUserPoolClientInput) String() string
String returns the string representation
func (*GetUserPoolClientInput) Validate ¶ added in v1.2.48
func (s *GetUserPoolClientInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetUserPoolClientOutput ¶ added in v1.2.48
type GetUserPoolClientOutput struct {
Metadata *response.ResponseMetadata
ClientId *string `type:"string" json:",omitempty"`
ClientSecret *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (GetUserPoolClientOutput) GoString ¶ added in v1.2.48
func (s GetUserPoolClientOutput) GoString() string
GoString returns the string representation
func (*GetUserPoolClientOutput) SetClientId ¶ added in v1.2.48
func (s *GetUserPoolClientOutput) SetClientId(v string) *GetUserPoolClientOutput
SetClientId sets the ClientId field's value.
func (*GetUserPoolClientOutput) SetClientSecret ¶ added in v1.2.48
func (s *GetUserPoolClientOutput) SetClientSecret(v string) *GetUserPoolClientOutput
SetClientSecret sets the ClientSecret field's value.
func (GetUserPoolClientOutput) String ¶ added in v1.2.48
func (s GetUserPoolClientOutput) String() string
String returns the string representation
type InboundAuthorizerConfigurationForGetClawInstanceOutput ¶ added in v1.2.35
type InboundAuthorizerConfigurationForGetClawInstanceOutput struct {
Authorizer *AuthorizerForGetClawInstanceOutput `type:"structure" json:",omitempty"`
AuthorizerType *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (InboundAuthorizerConfigurationForGetClawInstanceOutput) GoString ¶ added in v1.2.35
func (s InboundAuthorizerConfigurationForGetClawInstanceOutput) GoString() string
GoString returns the string representation
func (*InboundAuthorizerConfigurationForGetClawInstanceOutput) SetAuthorizer ¶ added in v1.2.35
func (s *InboundAuthorizerConfigurationForGetClawInstanceOutput) SetAuthorizer(v *AuthorizerForGetClawInstanceOutput) *InboundAuthorizerConfigurationForGetClawInstanceOutput
SetAuthorizer sets the Authorizer field's value.
func (*InboundAuthorizerConfigurationForGetClawInstanceOutput) SetAuthorizerType ¶ added in v1.2.35
func (s *InboundAuthorizerConfigurationForGetClawInstanceOutput) SetAuthorizerType(v string) *InboundAuthorizerConfigurationForGetClawInstanceOutput
SetAuthorizerType sets the AuthorizerType field's value.
func (InboundAuthorizerConfigurationForGetClawInstanceOutput) String ¶ added in v1.2.35
func (s InboundAuthorizerConfigurationForGetClawInstanceOutput) String() string
String returns the string representation
type InboundAuthorizerConfigurationForListClawInstancesOutput ¶ added in v1.2.35
type InboundAuthorizerConfigurationForListClawInstancesOutput struct {
Authorizer *AuthorizerForListClawInstancesOutput `type:"structure"`
AuthorizerType *string `type:"string"`
// contains filtered or unexported fields
}
func (InboundAuthorizerConfigurationForListClawInstancesOutput) GoString ¶ added in v1.2.35
func (s InboundAuthorizerConfigurationForListClawInstancesOutput) GoString() string
GoString returns the string representation
func (*InboundAuthorizerConfigurationForListClawInstancesOutput) SetAuthorizer ¶ added in v1.2.35
func (s *InboundAuthorizerConfigurationForListClawInstancesOutput) SetAuthorizer(v *AuthorizerForListClawInstancesOutput) *InboundAuthorizerConfigurationForListClawInstancesOutput
SetAuthorizer sets the Authorizer field's value.
func (*InboundAuthorizerConfigurationForListClawInstancesOutput) SetAuthorizerType ¶ added in v1.2.35
func (s *InboundAuthorizerConfigurationForListClawInstancesOutput) SetAuthorizerType(v string) *InboundAuthorizerConfigurationForListClawInstancesOutput
SetAuthorizerType sets the AuthorizerType field's value.
func (InboundAuthorizerConfigurationForListClawInstancesOutput) String ¶ added in v1.2.35
func (s InboundAuthorizerConfigurationForListClawInstancesOutput) String() string
String returns the string representation
type InstallClawOmniInstanceSkillInput ¶ added in v1.2.35
type InstallClawOmniInstanceSkillInput struct {
// Id is a required field
Id *string `type:"string" json:",omitempty" required:"true"`
ProjectName *string `type:"string" json:",omitempty"`
// Skill is a required field
Skill *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (InstallClawOmniInstanceSkillInput) GoString ¶ added in v1.2.35
func (s InstallClawOmniInstanceSkillInput) GoString() string
GoString returns the string representation
func (*InstallClawOmniInstanceSkillInput) SetId ¶ added in v1.2.35
func (s *InstallClawOmniInstanceSkillInput) SetId(v string) *InstallClawOmniInstanceSkillInput
SetId sets the Id field's value.
func (*InstallClawOmniInstanceSkillInput) SetProjectName ¶ added in v1.2.35
func (s *InstallClawOmniInstanceSkillInput) SetProjectName(v string) *InstallClawOmniInstanceSkillInput
SetProjectName sets the ProjectName field's value.
func (*InstallClawOmniInstanceSkillInput) SetSkill ¶ added in v1.2.35
func (s *InstallClawOmniInstanceSkillInput) SetSkill(v string) *InstallClawOmniInstanceSkillInput
SetSkill sets the Skill field's value.
func (InstallClawOmniInstanceSkillInput) String ¶ added in v1.2.35
func (s InstallClawOmniInstanceSkillInput) String() string
String returns the string representation
func (*InstallClawOmniInstanceSkillInput) Validate ¶ added in v1.2.35
func (s *InstallClawOmniInstanceSkillInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type InstallClawOmniInstanceSkillOutput ¶ added in v1.2.35
type InstallClawOmniInstanceSkillOutput struct {
Metadata *response.ResponseMetadata
ExitCode *int64 `type:"int64" json:",omitempty"`
Output *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (InstallClawOmniInstanceSkillOutput) GoString ¶ added in v1.2.35
func (s InstallClawOmniInstanceSkillOutput) GoString() string
GoString returns the string representation
func (*InstallClawOmniInstanceSkillOutput) SetExitCode ¶ added in v1.2.35
func (s *InstallClawOmniInstanceSkillOutput) SetExitCode(v int64) *InstallClawOmniInstanceSkillOutput
SetExitCode sets the ExitCode field's value.
func (*InstallClawOmniInstanceSkillOutput) SetOutput ¶ added in v1.2.35
func (s *InstallClawOmniInstanceSkillOutput) SetOutput(v string) *InstallClawOmniInstanceSkillOutput
SetOutput sets the Output field's value.
func (InstallClawOmniInstanceSkillOutput) String ¶ added in v1.2.35
func (s InstallClawOmniInstanceSkillOutput) String() string
String returns the string representation
type InstanceForListClawOmniInstancesOutput ¶
type InstanceForListClawOmniInstancesOutput struct {
AgentMd *string `type:"string"`
CpuMilli *int32 `type:"int32"`
CreatedAt *string `type:"string"`
Description *string `type:"string"`
Endpoint *string `type:"string"`
ExpiredAction *string `type:"string"`
ExpiredAt *string `type:"string"`
Id *string `type:"string"`
Image *string `type:"string"`
InternalEndpoint *string `type:"string"`
MemoryMb *int32 `type:"int32"`
ModelConfig *ModelConfigForListClawOmniInstancesOutput `type:"structure"`
Name *string `type:"string"`
OperationLock *OperationLockForListClawOmniInstancesOutput `type:"structure"`
ProjectName *string `type:"string"`
Soul *string `type:"string"`
SpaceId *string `type:"string"`
Status *string `type:"string"`
Tags []*TagForListClawOmniInstancesOutput `type:"list"`
TemplateId *string `type:"string"`
TokenLimitPerDay *string `type:"string"`
TokenLimitPerMin *string `type:"string"`
TokenLimitPerWeek *string `type:"string"`
TokenQuota *TokenQuotaForListClawOmniInstancesOutput `type:"structure"`
UpdatedAt *string `type:"string"`
// contains filtered or unexported fields
}
func (InstanceForListClawOmniInstancesOutput) GoString ¶
func (s InstanceForListClawOmniInstancesOutput) GoString() string
GoString returns the string representation
func (*InstanceForListClawOmniInstancesOutput) SetAgentMd ¶ added in v1.2.35
func (s *InstanceForListClawOmniInstancesOutput) SetAgentMd(v string) *InstanceForListClawOmniInstancesOutput
SetAgentMd sets the AgentMd field's value.
func (*InstanceForListClawOmniInstancesOutput) SetCpuMilli ¶
func (s *InstanceForListClawOmniInstancesOutput) SetCpuMilli(v int32) *InstanceForListClawOmniInstancesOutput
SetCpuMilli sets the CpuMilli field's value.
func (*InstanceForListClawOmniInstancesOutput) SetCreatedAt ¶
func (s *InstanceForListClawOmniInstancesOutput) SetCreatedAt(v string) *InstanceForListClawOmniInstancesOutput
SetCreatedAt sets the CreatedAt field's value.
func (*InstanceForListClawOmniInstancesOutput) SetDescription ¶
func (s *InstanceForListClawOmniInstancesOutput) SetDescription(v string) *InstanceForListClawOmniInstancesOutput
SetDescription sets the Description field's value.
func (*InstanceForListClawOmniInstancesOutput) SetEndpoint ¶
func (s *InstanceForListClawOmniInstancesOutput) SetEndpoint(v string) *InstanceForListClawOmniInstancesOutput
SetEndpoint sets the Endpoint field's value.
func (*InstanceForListClawOmniInstancesOutput) SetExpiredAction ¶
func (s *InstanceForListClawOmniInstancesOutput) SetExpiredAction(v string) *InstanceForListClawOmniInstancesOutput
SetExpiredAction sets the ExpiredAction field's value.
func (*InstanceForListClawOmniInstancesOutput) SetExpiredAt ¶
func (s *InstanceForListClawOmniInstancesOutput) SetExpiredAt(v string) *InstanceForListClawOmniInstancesOutput
SetExpiredAt sets the ExpiredAt field's value.
func (*InstanceForListClawOmniInstancesOutput) SetId ¶
func (s *InstanceForListClawOmniInstancesOutput) SetId(v string) *InstanceForListClawOmniInstancesOutput
SetId sets the Id field's value.
func (*InstanceForListClawOmniInstancesOutput) SetImage ¶
func (s *InstanceForListClawOmniInstancesOutput) SetImage(v string) *InstanceForListClawOmniInstancesOutput
SetImage sets the Image field's value.
func (*InstanceForListClawOmniInstancesOutput) SetInternalEndpoint ¶
func (s *InstanceForListClawOmniInstancesOutput) SetInternalEndpoint(v string) *InstanceForListClawOmniInstancesOutput
SetInternalEndpoint sets the InternalEndpoint field's value.
func (*InstanceForListClawOmniInstancesOutput) SetMemoryMb ¶
func (s *InstanceForListClawOmniInstancesOutput) SetMemoryMb(v int32) *InstanceForListClawOmniInstancesOutput
SetMemoryMb sets the MemoryMb field's value.
func (*InstanceForListClawOmniInstancesOutput) SetModelConfig ¶
func (s *InstanceForListClawOmniInstancesOutput) SetModelConfig(v *ModelConfigForListClawOmniInstancesOutput) *InstanceForListClawOmniInstancesOutput
SetModelConfig sets the ModelConfig field's value.
func (*InstanceForListClawOmniInstancesOutput) SetName ¶
func (s *InstanceForListClawOmniInstancesOutput) SetName(v string) *InstanceForListClawOmniInstancesOutput
SetName sets the Name field's value.
func (*InstanceForListClawOmniInstancesOutput) SetOperationLock ¶ added in v1.2.48
func (s *InstanceForListClawOmniInstancesOutput) SetOperationLock(v *OperationLockForListClawOmniInstancesOutput) *InstanceForListClawOmniInstancesOutput
SetOperationLock sets the OperationLock field's value.
func (*InstanceForListClawOmniInstancesOutput) SetProjectName ¶
func (s *InstanceForListClawOmniInstancesOutput) SetProjectName(v string) *InstanceForListClawOmniInstancesOutput
SetProjectName sets the ProjectName field's value.
func (*InstanceForListClawOmniInstancesOutput) SetSoul ¶
func (s *InstanceForListClawOmniInstancesOutput) SetSoul(v string) *InstanceForListClawOmniInstancesOutput
SetSoul sets the Soul field's value.
func (*InstanceForListClawOmniInstancesOutput) SetSpaceId ¶
func (s *InstanceForListClawOmniInstancesOutput) SetSpaceId(v string) *InstanceForListClawOmniInstancesOutput
SetSpaceId sets the SpaceId field's value.
func (*InstanceForListClawOmniInstancesOutput) SetStatus ¶
func (s *InstanceForListClawOmniInstancesOutput) SetStatus(v string) *InstanceForListClawOmniInstancesOutput
SetStatus sets the Status field's value.
func (*InstanceForListClawOmniInstancesOutput) SetTags ¶
func (s *InstanceForListClawOmniInstancesOutput) SetTags(v []*TagForListClawOmniInstancesOutput) *InstanceForListClawOmniInstancesOutput
SetTags sets the Tags field's value.
func (*InstanceForListClawOmniInstancesOutput) SetTemplateId ¶ added in v1.2.27
func (s *InstanceForListClawOmniInstancesOutput) SetTemplateId(v string) *InstanceForListClawOmniInstancesOutput
SetTemplateId sets the TemplateId field's value.
func (*InstanceForListClawOmniInstancesOutput) SetTokenLimitPerDay ¶ added in v1.2.48
func (s *InstanceForListClawOmniInstancesOutput) SetTokenLimitPerDay(v string) *InstanceForListClawOmniInstancesOutput
SetTokenLimitPerDay sets the TokenLimitPerDay field's value.
func (*InstanceForListClawOmniInstancesOutput) SetTokenLimitPerMin ¶ added in v1.2.48
func (s *InstanceForListClawOmniInstancesOutput) SetTokenLimitPerMin(v string) *InstanceForListClawOmniInstancesOutput
SetTokenLimitPerMin sets the TokenLimitPerMin field's value.
func (*InstanceForListClawOmniInstancesOutput) SetTokenLimitPerWeek ¶ added in v1.2.48
func (s *InstanceForListClawOmniInstancesOutput) SetTokenLimitPerWeek(v string) *InstanceForListClawOmniInstancesOutput
SetTokenLimitPerWeek sets the TokenLimitPerWeek field's value.
func (*InstanceForListClawOmniInstancesOutput) SetTokenQuota ¶ added in v1.2.48
func (s *InstanceForListClawOmniInstancesOutput) SetTokenQuota(v *TokenQuotaForListClawOmniInstancesOutput) *InstanceForListClawOmniInstancesOutput
SetTokenQuota sets the TokenQuota field's value.
func (*InstanceForListClawOmniInstancesOutput) SetUpdatedAt ¶
func (s *InstanceForListClawOmniInstancesOutput) SetUpdatedAt(v string) *InstanceForListClawOmniInstancesOutput
SetUpdatedAt sets the UpdatedAt field's value.
func (InstanceForListClawOmniInstancesOutput) String ¶
func (s InstanceForListClawOmniInstancesOutput) String() string
String returns the string representation
type ItemForListClawOmniSpaceTemplatesOutput ¶ added in v1.2.31
type ItemForListClawOmniSpaceTemplatesOutput struct {
AccountId *string `type:"string" json:",omitempty"`
AgentMd *string `type:"string" json:",omitempty"`
CpuMilli *int32 `type:"int32" json:",omitempty"`
DefaultModelName *string `type:"string" json:",omitempty"`
DefaultModelSource *string `type:"string" json:",omitempty"`
Description *string `type:"string" json:",omitempty"`
Id *string `type:"string" json:",omitempty"`
ImageBuildError *string `type:"string" json:",omitempty"`
ImageBuildStatus *string `type:"string" json:",omitempty"`
ImageId *string `type:"string" json:",omitempty"`
ImageUrl *string `type:"string" json:",omitempty"`
Input *string `type:"string" json:",omitempty"`
IsImaged *bool `type:"boolean" json:",omitempty"`
MemoryMb *int32 `type:"int32" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
PluginConfig *string `type:"string" json:",omitempty"`
ProjectName *string `type:"string" json:",omitempty"`
Reasoning *string `type:"string" json:",omitempty"`
SkillConfig *string `type:"string" json:",omitempty"`
Soul *string `type:"string" json:",omitempty"`
TemplateCurrentVersionId *string `type:"string" json:",omitempty"`
TemplatePendingVersionId *string `type:"string" json:",omitempty"`
TemplateVersionId *string `type:"string" json:",omitempty"`
Type *string `type:"string" json:",omitempty"`
Version *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ItemForListClawOmniSpaceTemplatesOutput) GoString ¶ added in v1.2.31
func (s ItemForListClawOmniSpaceTemplatesOutput) GoString() string
GoString returns the string representation
func (*ItemForListClawOmniSpaceTemplatesOutput) SetAccountId ¶ added in v1.2.31
func (s *ItemForListClawOmniSpaceTemplatesOutput) SetAccountId(v string) *ItemForListClawOmniSpaceTemplatesOutput
SetAccountId sets the AccountId field's value.
func (*ItemForListClawOmniSpaceTemplatesOutput) SetAgentMd ¶ added in v1.2.31
func (s *ItemForListClawOmniSpaceTemplatesOutput) SetAgentMd(v string) *ItemForListClawOmniSpaceTemplatesOutput
SetAgentMd sets the AgentMd field's value.
func (*ItemForListClawOmniSpaceTemplatesOutput) SetCpuMilli ¶ added in v1.2.31
func (s *ItemForListClawOmniSpaceTemplatesOutput) SetCpuMilli(v int32) *ItemForListClawOmniSpaceTemplatesOutput
SetCpuMilli sets the CpuMilli field's value.
func (*ItemForListClawOmniSpaceTemplatesOutput) SetDefaultModelName ¶ added in v1.2.31
func (s *ItemForListClawOmniSpaceTemplatesOutput) SetDefaultModelName(v string) *ItemForListClawOmniSpaceTemplatesOutput
SetDefaultModelName sets the DefaultModelName field's value.
func (*ItemForListClawOmniSpaceTemplatesOutput) SetDefaultModelSource ¶ added in v1.2.31
func (s *ItemForListClawOmniSpaceTemplatesOutput) SetDefaultModelSource(v string) *ItemForListClawOmniSpaceTemplatesOutput
SetDefaultModelSource sets the DefaultModelSource field's value.
func (*ItemForListClawOmniSpaceTemplatesOutput) SetDescription ¶ added in v1.2.31
func (s *ItemForListClawOmniSpaceTemplatesOutput) SetDescription(v string) *ItemForListClawOmniSpaceTemplatesOutput
SetDescription sets the Description field's value.
func (*ItemForListClawOmniSpaceTemplatesOutput) SetId ¶ added in v1.2.31
func (s *ItemForListClawOmniSpaceTemplatesOutput) SetId(v string) *ItemForListClawOmniSpaceTemplatesOutput
SetId sets the Id field's value.
func (*ItemForListClawOmniSpaceTemplatesOutput) SetImageBuildError ¶ added in v1.2.35
func (s *ItemForListClawOmniSpaceTemplatesOutput) SetImageBuildError(v string) *ItemForListClawOmniSpaceTemplatesOutput
SetImageBuildError sets the ImageBuildError field's value.
func (*ItemForListClawOmniSpaceTemplatesOutput) SetImageBuildStatus ¶ added in v1.2.35
func (s *ItemForListClawOmniSpaceTemplatesOutput) SetImageBuildStatus(v string) *ItemForListClawOmniSpaceTemplatesOutput
SetImageBuildStatus sets the ImageBuildStatus field's value.
func (*ItemForListClawOmniSpaceTemplatesOutput) SetImageId ¶ added in v1.2.31
func (s *ItemForListClawOmniSpaceTemplatesOutput) SetImageId(v string) *ItemForListClawOmniSpaceTemplatesOutput
SetImageId sets the ImageId field's value.
func (*ItemForListClawOmniSpaceTemplatesOutput) SetImageUrl ¶ added in v1.2.35
func (s *ItemForListClawOmniSpaceTemplatesOutput) SetImageUrl(v string) *ItemForListClawOmniSpaceTemplatesOutput
SetImageUrl sets the ImageUrl field's value.
func (*ItemForListClawOmniSpaceTemplatesOutput) SetInput ¶ added in v1.2.35
func (s *ItemForListClawOmniSpaceTemplatesOutput) SetInput(v string) *ItemForListClawOmniSpaceTemplatesOutput
SetInput sets the Input field's value.
func (*ItemForListClawOmniSpaceTemplatesOutput) SetIsImaged ¶ added in v1.2.35
func (s *ItemForListClawOmniSpaceTemplatesOutput) SetIsImaged(v bool) *ItemForListClawOmniSpaceTemplatesOutput
SetIsImaged sets the IsImaged field's value.
func (*ItemForListClawOmniSpaceTemplatesOutput) SetMemoryMb ¶ added in v1.2.31
func (s *ItemForListClawOmniSpaceTemplatesOutput) SetMemoryMb(v int32) *ItemForListClawOmniSpaceTemplatesOutput
SetMemoryMb sets the MemoryMb field's value.
func (*ItemForListClawOmniSpaceTemplatesOutput) SetName ¶ added in v1.2.31
func (s *ItemForListClawOmniSpaceTemplatesOutput) SetName(v string) *ItemForListClawOmniSpaceTemplatesOutput
SetName sets the Name field's value.
func (*ItemForListClawOmniSpaceTemplatesOutput) SetPluginConfig ¶ added in v1.2.31
func (s *ItemForListClawOmniSpaceTemplatesOutput) SetPluginConfig(v string) *ItemForListClawOmniSpaceTemplatesOutput
SetPluginConfig sets the PluginConfig field's value.
func (*ItemForListClawOmniSpaceTemplatesOutput) SetProjectName ¶ added in v1.2.31
func (s *ItemForListClawOmniSpaceTemplatesOutput) SetProjectName(v string) *ItemForListClawOmniSpaceTemplatesOutput
SetProjectName sets the ProjectName field's value.
func (*ItemForListClawOmniSpaceTemplatesOutput) SetReasoning ¶ added in v1.2.35
func (s *ItemForListClawOmniSpaceTemplatesOutput) SetReasoning(v string) *ItemForListClawOmniSpaceTemplatesOutput
SetReasoning sets the Reasoning field's value.
func (*ItemForListClawOmniSpaceTemplatesOutput) SetSkillConfig ¶ added in v1.2.31
func (s *ItemForListClawOmniSpaceTemplatesOutput) SetSkillConfig(v string) *ItemForListClawOmniSpaceTemplatesOutput
SetSkillConfig sets the SkillConfig field's value.
func (*ItemForListClawOmniSpaceTemplatesOutput) SetSoul ¶ added in v1.2.31
func (s *ItemForListClawOmniSpaceTemplatesOutput) SetSoul(v string) *ItemForListClawOmniSpaceTemplatesOutput
SetSoul sets the Soul field's value.
func (*ItemForListClawOmniSpaceTemplatesOutput) SetTemplateCurrentVersionId ¶ added in v1.2.31
func (s *ItemForListClawOmniSpaceTemplatesOutput) SetTemplateCurrentVersionId(v string) *ItemForListClawOmniSpaceTemplatesOutput
SetTemplateCurrentVersionId sets the TemplateCurrentVersionId field's value.
func (*ItemForListClawOmniSpaceTemplatesOutput) SetTemplatePendingVersionId ¶ added in v1.2.35
func (s *ItemForListClawOmniSpaceTemplatesOutput) SetTemplatePendingVersionId(v string) *ItemForListClawOmniSpaceTemplatesOutput
SetTemplatePendingVersionId sets the TemplatePendingVersionId field's value.
func (*ItemForListClawOmniSpaceTemplatesOutput) SetTemplateVersionId ¶ added in v1.2.31
func (s *ItemForListClawOmniSpaceTemplatesOutput) SetTemplateVersionId(v string) *ItemForListClawOmniSpaceTemplatesOutput
SetTemplateVersionId sets the TemplateVersionId field's value.
func (*ItemForListClawOmniSpaceTemplatesOutput) SetType ¶ added in v1.2.31
func (s *ItemForListClawOmniSpaceTemplatesOutput) SetType(v string) *ItemForListClawOmniSpaceTemplatesOutput
SetType sets the Type field's value.
func (*ItemForListClawOmniSpaceTemplatesOutput) SetVersion ¶ added in v1.2.31
func (s *ItemForListClawOmniSpaceTemplatesOutput) SetVersion(v string) *ItemForListClawOmniSpaceTemplatesOutput
SetVersion sets the Version field's value.
func (ItemForListClawOmniSpaceTemplatesOutput) String ¶ added in v1.2.31
func (s ItemForListClawOmniSpaceTemplatesOutput) String() string
String returns the string representation
type JobForGetClawOmniInstanceCommandJobOutput ¶ added in v1.2.29
type JobForGetClawOmniInstanceCommandJobOutput struct {
CommandName *string `type:"string" json:",omitempty"`
Description *string `type:"string" json:",omitempty"`
EndTime *string `type:"string" json:",omitempty"`
EnvVars []*EnvVarForGetClawOmniInstanceCommandJobOutput `type:"list"`
ExecutionMode *string `type:"string" json:",omitempty"`
JobId *string `type:"string" json:",omitempty"`
JobName *string `type:"string" json:",omitempty"`
LaunchTime *string `type:"string" json:",omitempty"`
StartTime *string `type:"string" json:",omitempty"`
Status *string `type:"string" json:",omitempty"`
TargetVersion *string `type:"string" json:",omitempty"`
TotalInstanceCount *int64 `type:"int64" json:",omitempty"`
Type *string `type:"string" json:",omitempty"`
WorkingDir *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (JobForGetClawOmniInstanceCommandJobOutput) GoString ¶ added in v1.2.29
func (s JobForGetClawOmniInstanceCommandJobOutput) GoString() string
GoString returns the string representation
func (*JobForGetClawOmniInstanceCommandJobOutput) SetCommandName ¶ added in v1.2.29
func (s *JobForGetClawOmniInstanceCommandJobOutput) SetCommandName(v string) *JobForGetClawOmniInstanceCommandJobOutput
SetCommandName sets the CommandName field's value.
func (*JobForGetClawOmniInstanceCommandJobOutput) SetDescription ¶ added in v1.2.29
func (s *JobForGetClawOmniInstanceCommandJobOutput) SetDescription(v string) *JobForGetClawOmniInstanceCommandJobOutput
SetDescription sets the Description field's value.
func (*JobForGetClawOmniInstanceCommandJobOutput) SetEndTime ¶ added in v1.2.29
func (s *JobForGetClawOmniInstanceCommandJobOutput) SetEndTime(v string) *JobForGetClawOmniInstanceCommandJobOutput
SetEndTime sets the EndTime field's value.
func (*JobForGetClawOmniInstanceCommandJobOutput) SetEnvVars ¶ added in v1.2.29
func (s *JobForGetClawOmniInstanceCommandJobOutput) SetEnvVars(v []*EnvVarForGetClawOmniInstanceCommandJobOutput) *JobForGetClawOmniInstanceCommandJobOutput
SetEnvVars sets the EnvVars field's value.
func (*JobForGetClawOmniInstanceCommandJobOutput) SetExecutionMode ¶ added in v1.2.29
func (s *JobForGetClawOmniInstanceCommandJobOutput) SetExecutionMode(v string) *JobForGetClawOmniInstanceCommandJobOutput
SetExecutionMode sets the ExecutionMode field's value.
func (*JobForGetClawOmniInstanceCommandJobOutput) SetJobId ¶ added in v1.2.29
func (s *JobForGetClawOmniInstanceCommandJobOutput) SetJobId(v string) *JobForGetClawOmniInstanceCommandJobOutput
SetJobId sets the JobId field's value.
func (*JobForGetClawOmniInstanceCommandJobOutput) SetJobName ¶ added in v1.2.29
func (s *JobForGetClawOmniInstanceCommandJobOutput) SetJobName(v string) *JobForGetClawOmniInstanceCommandJobOutput
SetJobName sets the JobName field's value.
func (*JobForGetClawOmniInstanceCommandJobOutput) SetLaunchTime ¶ added in v1.2.29
func (s *JobForGetClawOmniInstanceCommandJobOutput) SetLaunchTime(v string) *JobForGetClawOmniInstanceCommandJobOutput
SetLaunchTime sets the LaunchTime field's value.
func (*JobForGetClawOmniInstanceCommandJobOutput) SetStartTime ¶ added in v1.2.29
func (s *JobForGetClawOmniInstanceCommandJobOutput) SetStartTime(v string) *JobForGetClawOmniInstanceCommandJobOutput
SetStartTime sets the StartTime field's value.
func (*JobForGetClawOmniInstanceCommandJobOutput) SetStatus ¶ added in v1.2.29
func (s *JobForGetClawOmniInstanceCommandJobOutput) SetStatus(v string) *JobForGetClawOmniInstanceCommandJobOutput
SetStatus sets the Status field's value.
func (*JobForGetClawOmniInstanceCommandJobOutput) SetTargetVersion ¶ added in v1.2.29
func (s *JobForGetClawOmniInstanceCommandJobOutput) SetTargetVersion(v string) *JobForGetClawOmniInstanceCommandJobOutput
SetTargetVersion sets the TargetVersion field's value.
func (*JobForGetClawOmniInstanceCommandJobOutput) SetTotalInstanceCount ¶ added in v1.2.29
func (s *JobForGetClawOmniInstanceCommandJobOutput) SetTotalInstanceCount(v int64) *JobForGetClawOmniInstanceCommandJobOutput
SetTotalInstanceCount sets the TotalInstanceCount field's value.
func (*JobForGetClawOmniInstanceCommandJobOutput) SetType ¶ added in v1.2.29
func (s *JobForGetClawOmniInstanceCommandJobOutput) SetType(v string) *JobForGetClawOmniInstanceCommandJobOutput
SetType sets the Type field's value.
func (*JobForGetClawOmniInstanceCommandJobOutput) SetWorkingDir ¶ added in v1.2.29
func (s *JobForGetClawOmniInstanceCommandJobOutput) SetWorkingDir(v string) *JobForGetClawOmniInstanceCommandJobOutput
SetWorkingDir sets the WorkingDir field's value.
func (JobForGetClawOmniInstanceCommandJobOutput) String ¶ added in v1.2.29
func (s JobForGetClawOmniInstanceCommandJobOutput) String() string
String returns the string representation
type JobForGetScheduledJobOutput ¶ added in v1.2.38
type JobForGetScheduledJobOutput struct {
CreatedAt *string `type:"string" json:",omitempty"`
InstanceId *string `type:"string" json:",omitempty"`
Instructions *string `type:"string" json:",omitempty"`
JobId *string `type:"string" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
ResultDelivery *ResultDeliveryForGetScheduledJobOutput `type:"structure" json:",omitempty"`
ScheduleExpr *string `type:"string" json:",omitempty"`
ScheduleType *string `type:"string" json:",omitempty"`
Status *string `type:"string" json:",omitempty"`
TimeoutMinutes *int32 `type:"int32" json:",omitempty"`
Timezone *string `type:"string" json:",omitempty"`
UpdatedAt *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (JobForGetScheduledJobOutput) GoString ¶ added in v1.2.38
func (s JobForGetScheduledJobOutput) GoString() string
GoString returns the string representation
func (*JobForGetScheduledJobOutput) SetCreatedAt ¶ added in v1.2.38
func (s *JobForGetScheduledJobOutput) SetCreatedAt(v string) *JobForGetScheduledJobOutput
SetCreatedAt sets the CreatedAt field's value.
func (*JobForGetScheduledJobOutput) SetInstanceId ¶ added in v1.2.38
func (s *JobForGetScheduledJobOutput) SetInstanceId(v string) *JobForGetScheduledJobOutput
SetInstanceId sets the InstanceId field's value.
func (*JobForGetScheduledJobOutput) SetInstructions ¶ added in v1.2.38
func (s *JobForGetScheduledJobOutput) SetInstructions(v string) *JobForGetScheduledJobOutput
SetInstructions sets the Instructions field's value.
func (*JobForGetScheduledJobOutput) SetJobId ¶ added in v1.2.38
func (s *JobForGetScheduledJobOutput) SetJobId(v string) *JobForGetScheduledJobOutput
SetJobId sets the JobId field's value.
func (*JobForGetScheduledJobOutput) SetName ¶ added in v1.2.38
func (s *JobForGetScheduledJobOutput) SetName(v string) *JobForGetScheduledJobOutput
SetName sets the Name field's value.
func (*JobForGetScheduledJobOutput) SetResultDelivery ¶ added in v1.2.48
func (s *JobForGetScheduledJobOutput) SetResultDelivery(v *ResultDeliveryForGetScheduledJobOutput) *JobForGetScheduledJobOutput
SetResultDelivery sets the ResultDelivery field's value.
func (*JobForGetScheduledJobOutput) SetScheduleExpr ¶ added in v1.2.38
func (s *JobForGetScheduledJobOutput) SetScheduleExpr(v string) *JobForGetScheduledJobOutput
SetScheduleExpr sets the ScheduleExpr field's value.
func (*JobForGetScheduledJobOutput) SetScheduleType ¶ added in v1.2.38
func (s *JobForGetScheduledJobOutput) SetScheduleType(v string) *JobForGetScheduledJobOutput
SetScheduleType sets the ScheduleType field's value.
func (*JobForGetScheduledJobOutput) SetStatus ¶ added in v1.2.38
func (s *JobForGetScheduledJobOutput) SetStatus(v string) *JobForGetScheduledJobOutput
SetStatus sets the Status field's value.
func (*JobForGetScheduledJobOutput) SetTimeoutMinutes ¶ added in v1.2.38
func (s *JobForGetScheduledJobOutput) SetTimeoutMinutes(v int32) *JobForGetScheduledJobOutput
SetTimeoutMinutes sets the TimeoutMinutes field's value.
func (*JobForGetScheduledJobOutput) SetTimezone ¶ added in v1.2.38
func (s *JobForGetScheduledJobOutput) SetTimezone(v string) *JobForGetScheduledJobOutput
SetTimezone sets the Timezone field's value.
func (*JobForGetScheduledJobOutput) SetUpdatedAt ¶ added in v1.2.38
func (s *JobForGetScheduledJobOutput) SetUpdatedAt(v string) *JobForGetScheduledJobOutput
SetUpdatedAt sets the UpdatedAt field's value.
func (JobForGetScheduledJobOutput) String ¶ added in v1.2.38
func (s JobForGetScheduledJobOutput) String() string
String returns the string representation
type JobForListClawOmniInstanceCommandJobsOutput ¶ added in v1.2.29
type JobForListClawOmniInstanceCommandJobsOutput struct {
CommandName *string `type:"string"`
Description *string `type:"string"`
EndTime *string `type:"string"`
EnvVars []*EnvVarForListClawOmniInstanceCommandJobsOutput `type:"list"`
ExecutionMode *string `type:"string"`
JobId *string `type:"string"`
JobName *string `type:"string"`
LaunchTime *string `type:"string"`
StartTime *string `type:"string"`
Status *string `type:"string"`
TargetVersion *string `type:"string"`
TotalInstanceCount *int64 `type:"int64"`
Type *string `type:"string"`
WorkingDir *string `type:"string"`
// contains filtered or unexported fields
}
func (JobForListClawOmniInstanceCommandJobsOutput) GoString ¶ added in v1.2.29
func (s JobForListClawOmniInstanceCommandJobsOutput) GoString() string
GoString returns the string representation
func (*JobForListClawOmniInstanceCommandJobsOutput) SetCommandName ¶ added in v1.2.29
func (s *JobForListClawOmniInstanceCommandJobsOutput) SetCommandName(v string) *JobForListClawOmniInstanceCommandJobsOutput
SetCommandName sets the CommandName field's value.
func (*JobForListClawOmniInstanceCommandJobsOutput) SetDescription ¶ added in v1.2.29
func (s *JobForListClawOmniInstanceCommandJobsOutput) SetDescription(v string) *JobForListClawOmniInstanceCommandJobsOutput
SetDescription sets the Description field's value.
func (*JobForListClawOmniInstanceCommandJobsOutput) SetEndTime ¶ added in v1.2.29
func (s *JobForListClawOmniInstanceCommandJobsOutput) SetEndTime(v string) *JobForListClawOmniInstanceCommandJobsOutput
SetEndTime sets the EndTime field's value.
func (*JobForListClawOmniInstanceCommandJobsOutput) SetEnvVars ¶ added in v1.2.29
func (s *JobForListClawOmniInstanceCommandJobsOutput) SetEnvVars(v []*EnvVarForListClawOmniInstanceCommandJobsOutput) *JobForListClawOmniInstanceCommandJobsOutput
SetEnvVars sets the EnvVars field's value.
func (*JobForListClawOmniInstanceCommandJobsOutput) SetExecutionMode ¶ added in v1.2.29
func (s *JobForListClawOmniInstanceCommandJobsOutput) SetExecutionMode(v string) *JobForListClawOmniInstanceCommandJobsOutput
SetExecutionMode sets the ExecutionMode field's value.
func (*JobForListClawOmniInstanceCommandJobsOutput) SetJobId ¶ added in v1.2.29
func (s *JobForListClawOmniInstanceCommandJobsOutput) SetJobId(v string) *JobForListClawOmniInstanceCommandJobsOutput
SetJobId sets the JobId field's value.
func (*JobForListClawOmniInstanceCommandJobsOutput) SetJobName ¶ added in v1.2.29
func (s *JobForListClawOmniInstanceCommandJobsOutput) SetJobName(v string) *JobForListClawOmniInstanceCommandJobsOutput
SetJobName sets the JobName field's value.
func (*JobForListClawOmniInstanceCommandJobsOutput) SetLaunchTime ¶ added in v1.2.29
func (s *JobForListClawOmniInstanceCommandJobsOutput) SetLaunchTime(v string) *JobForListClawOmniInstanceCommandJobsOutput
SetLaunchTime sets the LaunchTime field's value.
func (*JobForListClawOmniInstanceCommandJobsOutput) SetStartTime ¶ added in v1.2.29
func (s *JobForListClawOmniInstanceCommandJobsOutput) SetStartTime(v string) *JobForListClawOmniInstanceCommandJobsOutput
SetStartTime sets the StartTime field's value.
func (*JobForListClawOmniInstanceCommandJobsOutput) SetStatus ¶ added in v1.2.29
func (s *JobForListClawOmniInstanceCommandJobsOutput) SetStatus(v string) *JobForListClawOmniInstanceCommandJobsOutput
SetStatus sets the Status field's value.
func (*JobForListClawOmniInstanceCommandJobsOutput) SetTargetVersion ¶ added in v1.2.29
func (s *JobForListClawOmniInstanceCommandJobsOutput) SetTargetVersion(v string) *JobForListClawOmniInstanceCommandJobsOutput
SetTargetVersion sets the TargetVersion field's value.
func (*JobForListClawOmniInstanceCommandJobsOutput) SetTotalInstanceCount ¶ added in v1.2.29
func (s *JobForListClawOmniInstanceCommandJobsOutput) SetTotalInstanceCount(v int64) *JobForListClawOmniInstanceCommandJobsOutput
SetTotalInstanceCount sets the TotalInstanceCount field's value.
func (*JobForListClawOmniInstanceCommandJobsOutput) SetType ¶ added in v1.2.29
func (s *JobForListClawOmniInstanceCommandJobsOutput) SetType(v string) *JobForListClawOmniInstanceCommandJobsOutput
SetType sets the Type field's value.
func (*JobForListClawOmniInstanceCommandJobsOutput) SetWorkingDir ¶ added in v1.2.29
func (s *JobForListClawOmniInstanceCommandJobsOutput) SetWorkingDir(v string) *JobForListClawOmniInstanceCommandJobsOutput
SetWorkingDir sets the WorkingDir field's value.
func (JobForListClawOmniInstanceCommandJobsOutput) String ¶ added in v1.2.29
func (s JobForListClawOmniInstanceCommandJobsOutput) String() string
String returns the string representation
type JobForListScheduledJobsOutput ¶ added in v1.2.38
type JobForListScheduledJobsOutput struct {
CreatedAt *string `type:"string" json:",omitempty"`
InstanceId *string `type:"string" json:",omitempty"`
Instructions *string `type:"string" json:",omitempty"`
JobId *string `type:"string" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
ScheduleExpr *string `type:"string" json:",omitempty"`
ScheduleType *string `type:"string" json:",omitempty"`
Status *string `type:"string" json:",omitempty"`
TimeoutMinutes *int32 `type:"int32" json:",omitempty"`
Timezone *string `type:"string" json:",omitempty"`
UpdatedAt *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (JobForListScheduledJobsOutput) GoString ¶ added in v1.2.38
func (s JobForListScheduledJobsOutput) GoString() string
GoString returns the string representation
func (*JobForListScheduledJobsOutput) SetCreatedAt ¶ added in v1.2.38
func (s *JobForListScheduledJobsOutput) SetCreatedAt(v string) *JobForListScheduledJobsOutput
SetCreatedAt sets the CreatedAt field's value.
func (*JobForListScheduledJobsOutput) SetInstanceId ¶ added in v1.2.38
func (s *JobForListScheduledJobsOutput) SetInstanceId(v string) *JobForListScheduledJobsOutput
SetInstanceId sets the InstanceId field's value.
func (*JobForListScheduledJobsOutput) SetInstructions ¶ added in v1.2.38
func (s *JobForListScheduledJobsOutput) SetInstructions(v string) *JobForListScheduledJobsOutput
SetInstructions sets the Instructions field's value.
func (*JobForListScheduledJobsOutput) SetJobId ¶ added in v1.2.38
func (s *JobForListScheduledJobsOutput) SetJobId(v string) *JobForListScheduledJobsOutput
SetJobId sets the JobId field's value.
func (*JobForListScheduledJobsOutput) SetName ¶ added in v1.2.38
func (s *JobForListScheduledJobsOutput) SetName(v string) *JobForListScheduledJobsOutput
SetName sets the Name field's value.
func (*JobForListScheduledJobsOutput) SetScheduleExpr ¶ added in v1.2.38
func (s *JobForListScheduledJobsOutput) SetScheduleExpr(v string) *JobForListScheduledJobsOutput
SetScheduleExpr sets the ScheduleExpr field's value.
func (*JobForListScheduledJobsOutput) SetScheduleType ¶ added in v1.2.38
func (s *JobForListScheduledJobsOutput) SetScheduleType(v string) *JobForListScheduledJobsOutput
SetScheduleType sets the ScheduleType field's value.
func (*JobForListScheduledJobsOutput) SetStatus ¶ added in v1.2.38
func (s *JobForListScheduledJobsOutput) SetStatus(v string) *JobForListScheduledJobsOutput
SetStatus sets the Status field's value.
func (*JobForListScheduledJobsOutput) SetTimeoutMinutes ¶ added in v1.2.38
func (s *JobForListScheduledJobsOutput) SetTimeoutMinutes(v int32) *JobForListScheduledJobsOutput
SetTimeoutMinutes sets the TimeoutMinutes field's value.
func (*JobForListScheduledJobsOutput) SetTimezone ¶ added in v1.2.38
func (s *JobForListScheduledJobsOutput) SetTimezone(v string) *JobForListScheduledJobsOutput
SetTimezone sets the Timezone field's value.
func (*JobForListScheduledJobsOutput) SetUpdatedAt ¶ added in v1.2.38
func (s *JobForListScheduledJobsOutput) SetUpdatedAt(v string) *JobForListScheduledJobsOutput
SetUpdatedAt sets the UpdatedAt field's value.
func (JobForListScheduledJobsOutput) String ¶ added in v1.2.38
func (s JobForListScheduledJobsOutput) String() string
String returns the string representation
type KeyAuthForGetClawInstanceOutput ¶ added in v1.2.35
type KeyAuthForGetClawInstanceOutput struct {
ApiKey *string `type:"string" json:",omitempty"`
ApiKeyLocation *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (KeyAuthForGetClawInstanceOutput) GoString ¶ added in v1.2.35
func (s KeyAuthForGetClawInstanceOutput) GoString() string
GoString returns the string representation
func (*KeyAuthForGetClawInstanceOutput) SetApiKey ¶ added in v1.2.35
func (s *KeyAuthForGetClawInstanceOutput) SetApiKey(v string) *KeyAuthForGetClawInstanceOutput
SetApiKey sets the ApiKey field's value.
func (*KeyAuthForGetClawInstanceOutput) SetApiKeyLocation ¶ added in v1.2.35
func (s *KeyAuthForGetClawInstanceOutput) SetApiKeyLocation(v string) *KeyAuthForGetClawInstanceOutput
SetApiKeyLocation sets the ApiKeyLocation field's value.
func (KeyAuthForGetClawInstanceOutput) String ¶ added in v1.2.35
func (s KeyAuthForGetClawInstanceOutput) String() string
String returns the string representation
type KeyAuthForListClawInstancesOutput ¶ added in v1.2.35
type KeyAuthForListClawInstancesOutput struct {
ApiKey *string `type:"string"`
ApiKeyLocation *string `type:"string"`
// contains filtered or unexported fields
}
func (KeyAuthForListClawInstancesOutput) GoString ¶ added in v1.2.35
func (s KeyAuthForListClawInstancesOutput) GoString() string
GoString returns the string representation
func (*KeyAuthForListClawInstancesOutput) SetApiKey ¶ added in v1.2.35
func (s *KeyAuthForListClawInstancesOutput) SetApiKey(v string) *KeyAuthForListClawInstancesOutput
SetApiKey sets the ApiKey field's value.
func (*KeyAuthForListClawInstancesOutput) SetApiKeyLocation ¶ added in v1.2.35
func (s *KeyAuthForListClawInstancesOutput) SetApiKeyLocation(v string) *KeyAuthForListClawInstancesOutput
SetApiKeyLocation sets the ApiKeyLocation field's value.
func (KeyAuthForListClawInstancesOutput) String ¶ added in v1.2.35
func (s KeyAuthForListClawInstancesOutput) String() string
String returns the string representation
type LimitForDescribeAccountWhiteListOutput ¶ added in v1.2.48
type LimitForDescribeAccountWhiteListOutput struct {
Key *string `type:"string"`
Limit *int32 `type:"int32"`
Type *int32 `type:"int32"`
// contains filtered or unexported fields
}
func (LimitForDescribeAccountWhiteListOutput) GoString ¶ added in v1.2.48
func (s LimitForDescribeAccountWhiteListOutput) GoString() string
GoString returns the string representation
func (*LimitForDescribeAccountWhiteListOutput) SetKey ¶ added in v1.2.48
func (s *LimitForDescribeAccountWhiteListOutput) SetKey(v string) *LimitForDescribeAccountWhiteListOutput
SetKey sets the Key field's value.
func (*LimitForDescribeAccountWhiteListOutput) SetLimit ¶ added in v1.2.48
func (s *LimitForDescribeAccountWhiteListOutput) SetLimit(v int32) *LimitForDescribeAccountWhiteListOutput
SetLimit sets the Limit field's value.
func (*LimitForDescribeAccountWhiteListOutput) SetType ¶ added in v1.2.48
func (s *LimitForDescribeAccountWhiteListOutput) SetType(v int32) *LimitForDescribeAccountWhiteListOutput
SetType sets the Type field's value.
func (LimitForDescribeAccountWhiteListOutput) String ¶ added in v1.2.48
func (s LimitForDescribeAccountWhiteListOutput) String() string
String returns the string representation
type ListClawInstancesInput ¶ added in v1.2.35
type ListClawInstancesInput struct {
Filters []*FilterForListClawInstancesInput `type:"list"`
MaxResults *int32 `type:"int32"`
NextToken *string `type:"string"`
Recycle *bool `type:"boolean"`
// SpaceId is a required field
SpaceId *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
func (ListClawInstancesInput) GoString ¶ added in v1.2.35
func (s ListClawInstancesInput) GoString() string
GoString returns the string representation
func (*ListClawInstancesInput) SetFilters ¶ added in v1.2.35
func (s *ListClawInstancesInput) SetFilters(v []*FilterForListClawInstancesInput) *ListClawInstancesInput
SetFilters sets the Filters field's value.
func (*ListClawInstancesInput) SetMaxResults ¶ added in v1.2.35
func (s *ListClawInstancesInput) SetMaxResults(v int32) *ListClawInstancesInput
SetMaxResults sets the MaxResults field's value.
func (*ListClawInstancesInput) SetNextToken ¶ added in v1.2.35
func (s *ListClawInstancesInput) SetNextToken(v string) *ListClawInstancesInput
SetNextToken sets the NextToken field's value.
func (*ListClawInstancesInput) SetRecycle ¶ added in v1.2.35
func (s *ListClawInstancesInput) SetRecycle(v bool) *ListClawInstancesInput
SetRecycle sets the Recycle field's value.
func (*ListClawInstancesInput) SetSpaceId ¶ added in v1.2.35
func (s *ListClawInstancesInput) SetSpaceId(v string) *ListClawInstancesInput
SetSpaceId sets the SpaceId field's value.
func (ListClawInstancesInput) String ¶ added in v1.2.35
func (s ListClawInstancesInput) String() string
String returns the string representation
func (*ListClawInstancesInput) Validate ¶ added in v1.2.35
func (s *ListClawInstancesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListClawInstancesOutput ¶ added in v1.2.35
type ListClawInstancesOutput struct {
Metadata *response.ResponseMetadata
ClawInstances []*ClawInstanceForListClawInstancesOutput `type:"list"`
NextToken *string `type:"string"`
// contains filtered or unexported fields
}
func (ListClawInstancesOutput) GoString ¶ added in v1.2.35
func (s ListClawInstancesOutput) GoString() string
GoString returns the string representation
func (*ListClawInstancesOutput) SetClawInstances ¶ added in v1.2.35
func (s *ListClawInstancesOutput) SetClawInstances(v []*ClawInstanceForListClawInstancesOutput) *ListClawInstancesOutput
SetClawInstances sets the ClawInstances field's value.
func (*ListClawInstancesOutput) SetNextToken ¶ added in v1.2.35
func (s *ListClawInstancesOutput) SetNextToken(v string) *ListClawInstancesOutput
SetNextToken sets the NextToken field's value.
func (ListClawInstancesOutput) String ¶ added in v1.2.35
func (s ListClawInstancesOutput) String() string
String returns the string representation
type ListClawOmniChannelsInput ¶ added in v1.2.29
type ListClawOmniChannelsInput struct {
// Id is a required field
Id *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (ListClawOmniChannelsInput) GoString ¶ added in v1.2.29
func (s ListClawOmniChannelsInput) GoString() string
GoString returns the string representation
func (*ListClawOmniChannelsInput) SetId ¶ added in v1.2.29
func (s *ListClawOmniChannelsInput) SetId(v string) *ListClawOmniChannelsInput
SetId sets the Id field's value.
func (ListClawOmniChannelsInput) String ¶ added in v1.2.29
func (s ListClawOmniChannelsInput) String() string
String returns the string representation
func (*ListClawOmniChannelsInput) Validate ¶ added in v1.2.29
func (s *ListClawOmniChannelsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListClawOmniChannelsOutput ¶ added in v1.2.29
type ListClawOmniChannelsOutput struct {
Metadata *response.ResponseMetadata
Channels []*ChannelForListClawOmniChannelsOutput `type:"list"`
// contains filtered or unexported fields
}
func (ListClawOmniChannelsOutput) GoString ¶ added in v1.2.29
func (s ListClawOmniChannelsOutput) GoString() string
GoString returns the string representation
func (*ListClawOmniChannelsOutput) SetChannels ¶ added in v1.2.29
func (s *ListClawOmniChannelsOutput) SetChannels(v []*ChannelForListClawOmniChannelsOutput) *ListClawOmniChannelsOutput
SetChannels sets the Channels field's value.
func (ListClawOmniChannelsOutput) String ¶ added in v1.2.29
func (s ListClawOmniChannelsOutput) String() string
String returns the string representation
type ListClawOmniInstanceCommandJobsInput ¶ added in v1.2.29
type ListClawOmniInstanceCommandJobsInput struct {
CommandName *string `type:"string"`
JobId *string `type:"string"`
JobName *string `type:"string"`
PageNumber *int32 `type:"int32"`
PageSize *int32 `type:"int32"`
// SpaceId is a required field
SpaceId *string `type:"string" required:"true"`
Statuses []*string `type:"list"`
// contains filtered or unexported fields
}
func (ListClawOmniInstanceCommandJobsInput) GoString ¶ added in v1.2.29
func (s ListClawOmniInstanceCommandJobsInput) GoString() string
GoString returns the string representation
func (*ListClawOmniInstanceCommandJobsInput) SetCommandName ¶ added in v1.2.29
func (s *ListClawOmniInstanceCommandJobsInput) SetCommandName(v string) *ListClawOmniInstanceCommandJobsInput
SetCommandName sets the CommandName field's value.
func (*ListClawOmniInstanceCommandJobsInput) SetJobId ¶ added in v1.2.29
func (s *ListClawOmniInstanceCommandJobsInput) SetJobId(v string) *ListClawOmniInstanceCommandJobsInput
SetJobId sets the JobId field's value.
func (*ListClawOmniInstanceCommandJobsInput) SetJobName ¶ added in v1.2.29
func (s *ListClawOmniInstanceCommandJobsInput) SetJobName(v string) *ListClawOmniInstanceCommandJobsInput
SetJobName sets the JobName field's value.
func (*ListClawOmniInstanceCommandJobsInput) SetPageNumber ¶ added in v1.2.29
func (s *ListClawOmniInstanceCommandJobsInput) SetPageNumber(v int32) *ListClawOmniInstanceCommandJobsInput
SetPageNumber sets the PageNumber field's value.
func (*ListClawOmniInstanceCommandJobsInput) SetPageSize ¶ added in v1.2.29
func (s *ListClawOmniInstanceCommandJobsInput) SetPageSize(v int32) *ListClawOmniInstanceCommandJobsInput
SetPageSize sets the PageSize field's value.
func (*ListClawOmniInstanceCommandJobsInput) SetSpaceId ¶ added in v1.2.29
func (s *ListClawOmniInstanceCommandJobsInput) SetSpaceId(v string) *ListClawOmniInstanceCommandJobsInput
SetSpaceId sets the SpaceId field's value.
func (*ListClawOmniInstanceCommandJobsInput) SetStatuses ¶ added in v1.2.29
func (s *ListClawOmniInstanceCommandJobsInput) SetStatuses(v []*string) *ListClawOmniInstanceCommandJobsInput
SetStatuses sets the Statuses field's value.
func (ListClawOmniInstanceCommandJobsInput) String ¶ added in v1.2.29
func (s ListClawOmniInstanceCommandJobsInput) String() string
String returns the string representation
func (*ListClawOmniInstanceCommandJobsInput) Validate ¶ added in v1.2.29
func (s *ListClawOmniInstanceCommandJobsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListClawOmniInstanceCommandJobsOutput ¶ added in v1.2.29
type ListClawOmniInstanceCommandJobsOutput struct {
Metadata *response.ResponseMetadata
Jobs []*JobForListClawOmniInstanceCommandJobsOutput `type:"list"`
PageNumber *int32 `type:"int32"`
PageSize *int32 `type:"int32"`
TotalCount *int32 `type:"int32"`
// contains filtered or unexported fields
}
func (ListClawOmniInstanceCommandJobsOutput) GoString ¶ added in v1.2.29
func (s ListClawOmniInstanceCommandJobsOutput) GoString() string
GoString returns the string representation
func (*ListClawOmniInstanceCommandJobsOutput) SetJobs ¶ added in v1.2.29
func (s *ListClawOmniInstanceCommandJobsOutput) SetJobs(v []*JobForListClawOmniInstanceCommandJobsOutput) *ListClawOmniInstanceCommandJobsOutput
SetJobs sets the Jobs field's value.
func (*ListClawOmniInstanceCommandJobsOutput) SetPageNumber ¶ added in v1.2.29
func (s *ListClawOmniInstanceCommandJobsOutput) SetPageNumber(v int32) *ListClawOmniInstanceCommandJobsOutput
SetPageNumber sets the PageNumber field's value.
func (*ListClawOmniInstanceCommandJobsOutput) SetPageSize ¶ added in v1.2.29
func (s *ListClawOmniInstanceCommandJobsOutput) SetPageSize(v int32) *ListClawOmniInstanceCommandJobsOutput
SetPageSize sets the PageSize field's value.
func (*ListClawOmniInstanceCommandJobsOutput) SetTotalCount ¶ added in v1.2.29
func (s *ListClawOmniInstanceCommandJobsOutput) SetTotalCount(v int32) *ListClawOmniInstanceCommandJobsOutput
SetTotalCount sets the TotalCount field's value.
func (ListClawOmniInstanceCommandJobsOutput) String ¶ added in v1.2.29
func (s ListClawOmniInstanceCommandJobsOutput) String() string
String returns the string representation
type ListClawOmniInstanceDevicePairingsInput ¶ added in v1.2.29
type ListClawOmniInstanceDevicePairingsInput struct {
// Id is a required field
Id *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (ListClawOmniInstanceDevicePairingsInput) GoString ¶ added in v1.2.29
func (s ListClawOmniInstanceDevicePairingsInput) GoString() string
GoString returns the string representation
func (*ListClawOmniInstanceDevicePairingsInput) SetId ¶ added in v1.2.29
func (s *ListClawOmniInstanceDevicePairingsInput) SetId(v string) *ListClawOmniInstanceDevicePairingsInput
SetId sets the Id field's value.
func (ListClawOmniInstanceDevicePairingsInput) String ¶ added in v1.2.29
func (s ListClawOmniInstanceDevicePairingsInput) String() string
String returns the string representation
func (*ListClawOmniInstanceDevicePairingsInput) Validate ¶ added in v1.2.29
func (s *ListClawOmniInstanceDevicePairingsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListClawOmniInstanceDevicePairingsOutput ¶ added in v1.2.29
type ListClawOmniInstanceDevicePairingsOutput struct {
Metadata *response.ResponseMetadata
Pairings []*PairingForListClawOmniInstanceDevicePairingsOutput `type:"list"`
// contains filtered or unexported fields
}
func (ListClawOmniInstanceDevicePairingsOutput) GoString ¶ added in v1.2.29
func (s ListClawOmniInstanceDevicePairingsOutput) GoString() string
GoString returns the string representation
func (*ListClawOmniInstanceDevicePairingsOutput) SetPairings ¶ added in v1.2.29
func (s *ListClawOmniInstanceDevicePairingsOutput) SetPairings(v []*PairingForListClawOmniInstanceDevicePairingsOutput) *ListClawOmniInstanceDevicePairingsOutput
SetPairings sets the Pairings field's value.
func (ListClawOmniInstanceDevicePairingsOutput) String ¶ added in v1.2.29
func (s ListClawOmniInstanceDevicePairingsOutput) String() string
String returns the string representation
type ListClawOmniInstanceDeviceStatusInput ¶ added in v1.2.29
type ListClawOmniInstanceDeviceStatusInput struct {
// Id is a required field
Id *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (ListClawOmniInstanceDeviceStatusInput) GoString ¶ added in v1.2.29
func (s ListClawOmniInstanceDeviceStatusInput) GoString() string
GoString returns the string representation
func (*ListClawOmniInstanceDeviceStatusInput) SetId ¶ added in v1.2.29
func (s *ListClawOmniInstanceDeviceStatusInput) SetId(v string) *ListClawOmniInstanceDeviceStatusInput
SetId sets the Id field's value.
func (ListClawOmniInstanceDeviceStatusInput) String ¶ added in v1.2.29
func (s ListClawOmniInstanceDeviceStatusInput) String() string
String returns the string representation
func (*ListClawOmniInstanceDeviceStatusInput) Validate ¶ added in v1.2.29
func (s *ListClawOmniInstanceDeviceStatusInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListClawOmniInstanceDeviceStatusOutput ¶ added in v1.2.29
type ListClawOmniInstanceDeviceStatusOutput struct {
Metadata *response.ResponseMetadata
Nodes []*NodeForListClawOmniInstanceDeviceStatusOutput `type:"list"`
Ts *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListClawOmniInstanceDeviceStatusOutput) GoString ¶ added in v1.2.29
func (s ListClawOmniInstanceDeviceStatusOutput) GoString() string
GoString returns the string representation
func (*ListClawOmniInstanceDeviceStatusOutput) SetNodes ¶ added in v1.2.29
func (s *ListClawOmniInstanceDeviceStatusOutput) SetNodes(v []*NodeForListClawOmniInstanceDeviceStatusOutput) *ListClawOmniInstanceDeviceStatusOutput
SetNodes sets the Nodes field's value.
func (*ListClawOmniInstanceDeviceStatusOutput) SetTs ¶ added in v1.2.29
func (s *ListClawOmniInstanceDeviceStatusOutput) SetTs(v string) *ListClawOmniInstanceDeviceStatusOutput
SetTs sets the Ts field's value.
func (ListClawOmniInstanceDeviceStatusOutput) String ¶ added in v1.2.29
func (s ListClawOmniInstanceDeviceStatusOutput) String() string
String returns the string representation
type ListClawOmniInstancesInput ¶
type ListClawOmniInstancesInput struct {
Filters []*FilterForListClawOmniInstancesInput `type:"list"`
PageNumber *int32 `type:"int32"`
PageSize *int32 `type:"int32"`
ProjectName *string `type:"string"`
SortBy *string `type:"string"`
SortOrder *string `type:"string"`
// SpaceId is a required field
SpaceId *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
func (ListClawOmniInstancesInput) GoString ¶
func (s ListClawOmniInstancesInput) GoString() string
GoString returns the string representation
func (*ListClawOmniInstancesInput) SetFilters ¶
func (s *ListClawOmniInstancesInput) SetFilters(v []*FilterForListClawOmniInstancesInput) *ListClawOmniInstancesInput
SetFilters sets the Filters field's value.
func (*ListClawOmniInstancesInput) SetPageNumber ¶
func (s *ListClawOmniInstancesInput) SetPageNumber(v int32) *ListClawOmniInstancesInput
SetPageNumber sets the PageNumber field's value.
func (*ListClawOmniInstancesInput) SetPageSize ¶
func (s *ListClawOmniInstancesInput) SetPageSize(v int32) *ListClawOmniInstancesInput
SetPageSize sets the PageSize field's value.
func (*ListClawOmniInstancesInput) SetProjectName ¶
func (s *ListClawOmniInstancesInput) SetProjectName(v string) *ListClawOmniInstancesInput
SetProjectName sets the ProjectName field's value.
func (*ListClawOmniInstancesInput) SetSortBy ¶
func (s *ListClawOmniInstancesInput) SetSortBy(v string) *ListClawOmniInstancesInput
SetSortBy sets the SortBy field's value.
func (*ListClawOmniInstancesInput) SetSortOrder ¶
func (s *ListClawOmniInstancesInput) SetSortOrder(v string) *ListClawOmniInstancesInput
SetSortOrder sets the SortOrder field's value.
func (*ListClawOmniInstancesInput) SetSpaceId ¶
func (s *ListClawOmniInstancesInput) SetSpaceId(v string) *ListClawOmniInstancesInput
SetSpaceId sets the SpaceId field's value.
func (ListClawOmniInstancesInput) String ¶
func (s ListClawOmniInstancesInput) String() string
String returns the string representation
func (*ListClawOmniInstancesInput) Validate ¶
func (s *ListClawOmniInstancesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListClawOmniInstancesOutput ¶
type ListClawOmniInstancesOutput struct {
Metadata *response.ResponseMetadata
Instances []*InstanceForListClawOmniInstancesOutput `type:"list"`
PageNumber *int32 `type:"int32"`
PageSize *int32 `type:"int32"`
TotalCount *int32 `type:"int32"`
// contains filtered or unexported fields
}
func (ListClawOmniInstancesOutput) GoString ¶
func (s ListClawOmniInstancesOutput) GoString() string
GoString returns the string representation
func (*ListClawOmniInstancesOutput) SetInstances ¶
func (s *ListClawOmniInstancesOutput) SetInstances(v []*InstanceForListClawOmniInstancesOutput) *ListClawOmniInstancesOutput
SetInstances sets the Instances field's value.
func (*ListClawOmniInstancesOutput) SetPageNumber ¶
func (s *ListClawOmniInstancesOutput) SetPageNumber(v int32) *ListClawOmniInstancesOutput
SetPageNumber sets the PageNumber field's value.
func (*ListClawOmniInstancesOutput) SetPageSize ¶
func (s *ListClawOmniInstancesOutput) SetPageSize(v int32) *ListClawOmniInstancesOutput
SetPageSize sets the PageSize field's value.
func (*ListClawOmniInstancesOutput) SetTotalCount ¶
func (s *ListClawOmniInstancesOutput) SetTotalCount(v int32) *ListClawOmniInstancesOutput
SetTotalCount sets the TotalCount field's value.
func (ListClawOmniInstancesOutput) String ¶
func (s ListClawOmniInstancesOutput) String() string
String returns the string representation
type ListClawOmniSpaceEnabledModelsInput ¶ added in v1.2.29
type ListClawOmniSpaceEnabledModelsInput struct {
ProjectName *string `type:"string" json:",omitempty"`
SpaceId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListClawOmniSpaceEnabledModelsInput) GoString ¶ added in v1.2.29
func (s ListClawOmniSpaceEnabledModelsInput) GoString() string
GoString returns the string representation
func (*ListClawOmniSpaceEnabledModelsInput) SetProjectName ¶ added in v1.2.29
func (s *ListClawOmniSpaceEnabledModelsInput) SetProjectName(v string) *ListClawOmniSpaceEnabledModelsInput
SetProjectName sets the ProjectName field's value.
func (*ListClawOmniSpaceEnabledModelsInput) SetSpaceId ¶ added in v1.2.29
func (s *ListClawOmniSpaceEnabledModelsInput) SetSpaceId(v string) *ListClawOmniSpaceEnabledModelsInput
SetSpaceId sets the SpaceId field's value.
func (ListClawOmniSpaceEnabledModelsInput) String ¶ added in v1.2.29
func (s ListClawOmniSpaceEnabledModelsInput) String() string
String returns the string representation
type ListClawOmniSpaceEnabledModelsOutput ¶ added in v1.2.29
type ListClawOmniSpaceEnabledModelsOutput struct {
Metadata *response.ResponseMetadata
Models []*ModelForListClawOmniSpaceEnabledModelsOutput `type:"list"`
// contains filtered or unexported fields
}
func (ListClawOmniSpaceEnabledModelsOutput) GoString ¶ added in v1.2.29
func (s ListClawOmniSpaceEnabledModelsOutput) GoString() string
GoString returns the string representation
func (*ListClawOmniSpaceEnabledModelsOutput) SetModels ¶ added in v1.2.29
func (s *ListClawOmniSpaceEnabledModelsOutput) SetModels(v []*ModelForListClawOmniSpaceEnabledModelsOutput) *ListClawOmniSpaceEnabledModelsOutput
SetModels sets the Models field's value.
func (ListClawOmniSpaceEnabledModelsOutput) String ¶ added in v1.2.29
func (s ListClawOmniSpaceEnabledModelsOutput) String() string
String returns the string representation
type ListClawOmniSpaceTemplatesInput ¶ added in v1.2.31
type ListClawOmniSpaceTemplatesInput struct {
AccountId *string `type:"string" json:",omitempty"`
ProjectName *string `type:"string" json:",omitempty"`
SpaceId *string `type:"string" json:",omitempty"`
Type *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListClawOmniSpaceTemplatesInput) GoString ¶ added in v1.2.31
func (s ListClawOmniSpaceTemplatesInput) GoString() string
GoString returns the string representation
func (*ListClawOmniSpaceTemplatesInput) SetAccountId ¶ added in v1.2.31
func (s *ListClawOmniSpaceTemplatesInput) SetAccountId(v string) *ListClawOmniSpaceTemplatesInput
SetAccountId sets the AccountId field's value.
func (*ListClawOmniSpaceTemplatesInput) SetProjectName ¶ added in v1.2.31
func (s *ListClawOmniSpaceTemplatesInput) SetProjectName(v string) *ListClawOmniSpaceTemplatesInput
SetProjectName sets the ProjectName field's value.
func (*ListClawOmniSpaceTemplatesInput) SetSpaceId ¶ added in v1.2.31
func (s *ListClawOmniSpaceTemplatesInput) SetSpaceId(v string) *ListClawOmniSpaceTemplatesInput
SetSpaceId sets the SpaceId field's value.
func (*ListClawOmniSpaceTemplatesInput) SetType ¶ added in v1.2.31
func (s *ListClawOmniSpaceTemplatesInput) SetType(v string) *ListClawOmniSpaceTemplatesInput
SetType sets the Type field's value.
func (ListClawOmniSpaceTemplatesInput) String ¶ added in v1.2.31
func (s ListClawOmniSpaceTemplatesInput) String() string
String returns the string representation
type ListClawOmniSpaceTemplatesOutput ¶ added in v1.2.31
type ListClawOmniSpaceTemplatesOutput struct {
Metadata *response.ResponseMetadata
Items []*ItemForListClawOmniSpaceTemplatesOutput `type:"list"`
// contains filtered or unexported fields
}
func (ListClawOmniSpaceTemplatesOutput) GoString ¶ added in v1.2.31
func (s ListClawOmniSpaceTemplatesOutput) GoString() string
GoString returns the string representation
func (*ListClawOmniSpaceTemplatesOutput) SetItems ¶ added in v1.2.31
func (s *ListClawOmniSpaceTemplatesOutput) SetItems(v []*ItemForListClawOmniSpaceTemplatesOutput) *ListClawOmniSpaceTemplatesOutput
SetItems sets the Items field's value.
func (ListClawOmniSpaceTemplatesOutput) String ¶ added in v1.2.31
func (s ListClawOmniSpaceTemplatesOutput) String() string
String returns the string representation
type ListClawSpaceSeatsInput ¶ added in v1.2.35
type ListClawSpaceSeatsInput struct {
// SpaceId is a required field
SpaceId *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
func (ListClawSpaceSeatsInput) GoString ¶ added in v1.2.35
func (s ListClawSpaceSeatsInput) GoString() string
GoString returns the string representation
func (*ListClawSpaceSeatsInput) SetSpaceId ¶ added in v1.2.35
func (s *ListClawSpaceSeatsInput) SetSpaceId(v string) *ListClawSpaceSeatsInput
SetSpaceId sets the SpaceId field's value.
func (ListClawSpaceSeatsInput) String ¶ added in v1.2.35
func (s ListClawSpaceSeatsInput) String() string
String returns the string representation
func (*ListClawSpaceSeatsInput) Validate ¶ added in v1.2.35
func (s *ListClawSpaceSeatsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListClawSpaceSeatsOutput ¶ added in v1.2.35
type ListClawSpaceSeatsOutput struct {
Metadata *response.ResponseMetadata
Seats []*SeatForListClawSpaceSeatsOutput `type:"list"`
// contains filtered or unexported fields
}
func (ListClawSpaceSeatsOutput) GoString ¶ added in v1.2.35
func (s ListClawSpaceSeatsOutput) GoString() string
GoString returns the string representation
func (*ListClawSpaceSeatsOutput) SetSeats ¶ added in v1.2.35
func (s *ListClawSpaceSeatsOutput) SetSeats(v []*SeatForListClawSpaceSeatsOutput) *ListClawSpaceSeatsOutput
SetSeats sets the Seats field's value.
func (ListClawSpaceSeatsOutput) String ¶ added in v1.2.35
func (s ListClawSpaceSeatsOutput) String() string
String returns the string representation
type ListIdentityProvidersTokenExchangeInput ¶ added in v1.2.48
type ListIdentityProvidersTokenExchangeInput struct {
// SpaceId is a required field
SpaceId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (ListIdentityProvidersTokenExchangeInput) GoString ¶ added in v1.2.48
func (s ListIdentityProvidersTokenExchangeInput) GoString() string
GoString returns the string representation
func (*ListIdentityProvidersTokenExchangeInput) SetSpaceId ¶ added in v1.2.48
func (s *ListIdentityProvidersTokenExchangeInput) SetSpaceId(v string) *ListIdentityProvidersTokenExchangeInput
SetSpaceId sets the SpaceId field's value.
func (ListIdentityProvidersTokenExchangeInput) String ¶ added in v1.2.48
func (s ListIdentityProvidersTokenExchangeInput) String() string
String returns the string representation
func (*ListIdentityProvidersTokenExchangeInput) Validate ¶ added in v1.2.48
func (s *ListIdentityProvidersTokenExchangeInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListIdentityProvidersTokenExchangeOutput ¶ added in v1.2.48
type ListIdentityProvidersTokenExchangeOutput struct {
Metadata *response.ResponseMetadata
Data []*DataForListIdentityProvidersTokenExchangeOutput `type:"list"`
PageNumber *string `type:"string" json:",omitempty"`
PageSize *string `type:"string" json:",omitempty"`
TotalCount *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListIdentityProvidersTokenExchangeOutput) GoString ¶ added in v1.2.48
func (s ListIdentityProvidersTokenExchangeOutput) GoString() string
GoString returns the string representation
func (*ListIdentityProvidersTokenExchangeOutput) SetData ¶ added in v1.2.48
func (s *ListIdentityProvidersTokenExchangeOutput) SetData(v []*DataForListIdentityProvidersTokenExchangeOutput) *ListIdentityProvidersTokenExchangeOutput
SetData sets the Data field's value.
func (*ListIdentityProvidersTokenExchangeOutput) SetPageNumber ¶ added in v1.2.48
func (s *ListIdentityProvidersTokenExchangeOutput) SetPageNumber(v string) *ListIdentityProvidersTokenExchangeOutput
SetPageNumber sets the PageNumber field's value.
func (*ListIdentityProvidersTokenExchangeOutput) SetPageSize ¶ added in v1.2.48
func (s *ListIdentityProvidersTokenExchangeOutput) SetPageSize(v string) *ListIdentityProvidersTokenExchangeOutput
SetPageSize sets the PageSize field's value.
func (*ListIdentityProvidersTokenExchangeOutput) SetTotalCount ¶ added in v1.2.48
func (s *ListIdentityProvidersTokenExchangeOutput) SetTotalCount(v string) *ListIdentityProvidersTokenExchangeOutput
SetTotalCount sets the TotalCount field's value.
func (ListIdentityProvidersTokenExchangeOutput) String ¶ added in v1.2.48
func (s ListIdentityProvidersTokenExchangeOutput) String() string
String returns the string representation
type ListScheduledJobRunsInput ¶ added in v1.2.38
type ListScheduledJobRunsInput struct {
// JobId is a required field
JobId *string `type:"string" json:",omitempty" required:"true"`
PageNumber *int32 `type:"int32" json:",omitempty"`
PageSize *int32 `type:"int32" json:",omitempty"`
ProjectName *string `type:"string" json:",omitempty"`
// SpaceId is a required field
SpaceId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (ListScheduledJobRunsInput) GoString ¶ added in v1.2.38
func (s ListScheduledJobRunsInput) GoString() string
GoString returns the string representation
func (*ListScheduledJobRunsInput) SetJobId ¶ added in v1.2.38
func (s *ListScheduledJobRunsInput) SetJobId(v string) *ListScheduledJobRunsInput
SetJobId sets the JobId field's value.
func (*ListScheduledJobRunsInput) SetPageNumber ¶ added in v1.2.38
func (s *ListScheduledJobRunsInput) SetPageNumber(v int32) *ListScheduledJobRunsInput
SetPageNumber sets the PageNumber field's value.
func (*ListScheduledJobRunsInput) SetPageSize ¶ added in v1.2.38
func (s *ListScheduledJobRunsInput) SetPageSize(v int32) *ListScheduledJobRunsInput
SetPageSize sets the PageSize field's value.
func (*ListScheduledJobRunsInput) SetProjectName ¶ added in v1.2.38
func (s *ListScheduledJobRunsInput) SetProjectName(v string) *ListScheduledJobRunsInput
SetProjectName sets the ProjectName field's value.
func (*ListScheduledJobRunsInput) SetSpaceId ¶ added in v1.2.38
func (s *ListScheduledJobRunsInput) SetSpaceId(v string) *ListScheduledJobRunsInput
SetSpaceId sets the SpaceId field's value.
func (ListScheduledJobRunsInput) String ¶ added in v1.2.38
func (s ListScheduledJobRunsInput) String() string
String returns the string representation
func (*ListScheduledJobRunsInput) Validate ¶ added in v1.2.38
func (s *ListScheduledJobRunsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListScheduledJobRunsOutput ¶ added in v1.2.38
type ListScheduledJobRunsOutput struct {
Metadata *response.ResponseMetadata
Runs []*RunForListScheduledJobRunsOutput `type:"list"`
TotalCount *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListScheduledJobRunsOutput) GoString ¶ added in v1.2.38
func (s ListScheduledJobRunsOutput) GoString() string
GoString returns the string representation
func (*ListScheduledJobRunsOutput) SetRuns ¶ added in v1.2.38
func (s *ListScheduledJobRunsOutput) SetRuns(v []*RunForListScheduledJobRunsOutput) *ListScheduledJobRunsOutput
SetRuns sets the Runs field's value.
func (*ListScheduledJobRunsOutput) SetTotalCount ¶ added in v1.2.38
func (s *ListScheduledJobRunsOutput) SetTotalCount(v int32) *ListScheduledJobRunsOutput
SetTotalCount sets the TotalCount field's value.
func (ListScheduledJobRunsOutput) String ¶ added in v1.2.38
func (s ListScheduledJobRunsOutput) String() string
String returns the string representation
type ListScheduledJobsInput ¶ added in v1.2.38
type ListScheduledJobsInput struct {
InstanceId *string `type:"string" json:",omitempty"`
PageNumber *int32 `type:"int32" json:",omitempty"`
PageSize *int32 `type:"int32" json:",omitempty"`
ProjectName *string `type:"string" json:",omitempty"`
// SpaceId is a required field
SpaceId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (ListScheduledJobsInput) GoString ¶ added in v1.2.38
func (s ListScheduledJobsInput) GoString() string
GoString returns the string representation
func (*ListScheduledJobsInput) SetInstanceId ¶ added in v1.2.38
func (s *ListScheduledJobsInput) SetInstanceId(v string) *ListScheduledJobsInput
SetInstanceId sets the InstanceId field's value.
func (*ListScheduledJobsInput) SetPageNumber ¶ added in v1.2.38
func (s *ListScheduledJobsInput) SetPageNumber(v int32) *ListScheduledJobsInput
SetPageNumber sets the PageNumber field's value.
func (*ListScheduledJobsInput) SetPageSize ¶ added in v1.2.38
func (s *ListScheduledJobsInput) SetPageSize(v int32) *ListScheduledJobsInput
SetPageSize sets the PageSize field's value.
func (*ListScheduledJobsInput) SetProjectName ¶ added in v1.2.38
func (s *ListScheduledJobsInput) SetProjectName(v string) *ListScheduledJobsInput
SetProjectName sets the ProjectName field's value.
func (*ListScheduledJobsInput) SetSpaceId ¶ added in v1.2.38
func (s *ListScheduledJobsInput) SetSpaceId(v string) *ListScheduledJobsInput
SetSpaceId sets the SpaceId field's value.
func (ListScheduledJobsInput) String ¶ added in v1.2.38
func (s ListScheduledJobsInput) String() string
String returns the string representation
func (*ListScheduledJobsInput) Validate ¶ added in v1.2.38
func (s *ListScheduledJobsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListScheduledJobsOutput ¶ added in v1.2.38
type ListScheduledJobsOutput struct {
Metadata *response.ResponseMetadata
Jobs []*JobForListScheduledJobsOutput `type:"list"`
PageNumber *int32 `type:"int32" json:",omitempty"`
PageSize *int32 `type:"int32" json:",omitempty"`
TotalCount *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListScheduledJobsOutput) GoString ¶ added in v1.2.38
func (s ListScheduledJobsOutput) GoString() string
GoString returns the string representation
func (*ListScheduledJobsOutput) SetJobs ¶ added in v1.2.38
func (s *ListScheduledJobsOutput) SetJobs(v []*JobForListScheduledJobsOutput) *ListScheduledJobsOutput
SetJobs sets the Jobs field's value.
func (*ListScheduledJobsOutput) SetPageNumber ¶ added in v1.2.38
func (s *ListScheduledJobsOutput) SetPageNumber(v int32) *ListScheduledJobsOutput
SetPageNumber sets the PageNumber field's value.
func (*ListScheduledJobsOutput) SetPageSize ¶ added in v1.2.38
func (s *ListScheduledJobsOutput) SetPageSize(v int32) *ListScheduledJobsOutput
SetPageSize sets the PageSize field's value.
func (*ListScheduledJobsOutput) SetTotalCount ¶ added in v1.2.38
func (s *ListScheduledJobsOutput) SetTotalCount(v int32) *ListScheduledJobsOutput
SetTotalCount sets the TotalCount field's value.
func (ListScheduledJobsOutput) String ¶ added in v1.2.38
func (s ListScheduledJobsOutput) String() string
String returns the string representation
type ListUsersInput ¶ added in v1.2.35
type ListUsersInput struct {
Filter *FilterForListUsersInput `type:"structure"`
// PageNumber is a required field
PageNumber *int32 `type:"int32" required:"true"`
// PageSize is a required field
PageSize *int32 `type:"int32" required:"true"`
// SpaceId is a required field
SpaceId *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
func (ListUsersInput) GoString ¶ added in v1.2.35
func (s ListUsersInput) GoString() string
GoString returns the string representation
func (*ListUsersInput) SetFilter ¶ added in v1.2.35
func (s *ListUsersInput) SetFilter(v *FilterForListUsersInput) *ListUsersInput
SetFilter sets the Filter field's value.
func (*ListUsersInput) SetPageNumber ¶ added in v1.2.35
func (s *ListUsersInput) SetPageNumber(v int32) *ListUsersInput
SetPageNumber sets the PageNumber field's value.
func (*ListUsersInput) SetPageSize ¶ added in v1.2.35
func (s *ListUsersInput) SetPageSize(v int32) *ListUsersInput
SetPageSize sets the PageSize field's value.
func (*ListUsersInput) SetSpaceId ¶ added in v1.2.35
func (s *ListUsersInput) SetSpaceId(v string) *ListUsersInput
SetSpaceId sets the SpaceId field's value.
func (ListUsersInput) String ¶ added in v1.2.35
func (s ListUsersInput) String() string
String returns the string representation
func (*ListUsersInput) Validate ¶ added in v1.2.35
func (s *ListUsersInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListUsersOutput ¶ added in v1.2.35
type ListUsersOutput struct {
Metadata *response.ResponseMetadata
PageNumber *string `type:"string"`
PageSize *string `type:"string"`
TotalCount *string `type:"string"`
Users []*UserForListUsersOutput `type:"list"`
// contains filtered or unexported fields
}
func (ListUsersOutput) GoString ¶ added in v1.2.35
func (s ListUsersOutput) GoString() string
GoString returns the string representation
func (*ListUsersOutput) SetPageNumber ¶ added in v1.2.35
func (s *ListUsersOutput) SetPageNumber(v string) *ListUsersOutput
SetPageNumber sets the PageNumber field's value.
func (*ListUsersOutput) SetPageSize ¶ added in v1.2.35
func (s *ListUsersOutput) SetPageSize(v string) *ListUsersOutput
SetPageSize sets the PageSize field's value.
func (*ListUsersOutput) SetTotalCount ¶ added in v1.2.35
func (s *ListUsersOutput) SetTotalCount(v string) *ListUsersOutput
SetTotalCount sets the TotalCount field's value.
func (*ListUsersOutput) SetUsers ¶ added in v1.2.35
func (s *ListUsersOutput) SetUsers(v []*UserForListUsersOutput) *ListUsersOutput
SetUsers sets the Users field's value.
func (ListUsersOutput) String ¶ added in v1.2.35
func (s ListUsersOutput) String() string
String returns the string representation
type ModelConfigForCreateClawOmniInstanceInput ¶
type ModelConfigForCreateClawOmniInstanceInput struct {
ModelId *string `type:"string"`
ModelSource *string `type:"string"`
// contains filtered or unexported fields
}
func (ModelConfigForCreateClawOmniInstanceInput) GoString ¶
func (s ModelConfigForCreateClawOmniInstanceInput) GoString() string
GoString returns the string representation
func (*ModelConfigForCreateClawOmniInstanceInput) SetModelId ¶
func (s *ModelConfigForCreateClawOmniInstanceInput) SetModelId(v string) *ModelConfigForCreateClawOmniInstanceInput
SetModelId sets the ModelId field's value.
func (*ModelConfigForCreateClawOmniInstanceInput) SetModelSource ¶
func (s *ModelConfigForCreateClawOmniInstanceInput) SetModelSource(v string) *ModelConfigForCreateClawOmniInstanceInput
SetModelSource sets the ModelSource field's value.
func (ModelConfigForCreateClawOmniInstanceInput) String ¶
func (s ModelConfigForCreateClawOmniInstanceInput) String() string
String returns the string representation
type ModelConfigForGetClawOmniInstanceOutput ¶
type ModelConfigForGetClawOmniInstanceOutput struct {
ModelId *string `type:"string" json:",omitempty"`
ModelName *string `type:"string" json:",omitempty"`
ModelSource *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ModelConfigForGetClawOmniInstanceOutput) GoString ¶
func (s ModelConfigForGetClawOmniInstanceOutput) GoString() string
GoString returns the string representation
func (*ModelConfigForGetClawOmniInstanceOutput) SetModelId ¶
func (s *ModelConfigForGetClawOmniInstanceOutput) SetModelId(v string) *ModelConfigForGetClawOmniInstanceOutput
SetModelId sets the ModelId field's value.
func (*ModelConfigForGetClawOmniInstanceOutput) SetModelName ¶
func (s *ModelConfigForGetClawOmniInstanceOutput) SetModelName(v string) *ModelConfigForGetClawOmniInstanceOutput
SetModelName sets the ModelName field's value.
func (*ModelConfigForGetClawOmniInstanceOutput) SetModelSource ¶
func (s *ModelConfigForGetClawOmniInstanceOutput) SetModelSource(v string) *ModelConfigForGetClawOmniInstanceOutput
SetModelSource sets the ModelSource field's value.
func (ModelConfigForGetClawOmniInstanceOutput) String ¶
func (s ModelConfigForGetClawOmniInstanceOutput) String() string
String returns the string representation
type ModelConfigForListClawOmniInstancesOutput ¶
type ModelConfigForListClawOmniInstancesOutput struct {
ModelId *string `type:"string"`
ModelName *string `type:"string"`
ModelSource *string `type:"string"`
// contains filtered or unexported fields
}
func (ModelConfigForListClawOmniInstancesOutput) GoString ¶
func (s ModelConfigForListClawOmniInstancesOutput) GoString() string
GoString returns the string representation
func (*ModelConfigForListClawOmniInstancesOutput) SetModelId ¶
func (s *ModelConfigForListClawOmniInstancesOutput) SetModelId(v string) *ModelConfigForListClawOmniInstancesOutput
SetModelId sets the ModelId field's value.
func (*ModelConfigForListClawOmniInstancesOutput) SetModelName ¶
func (s *ModelConfigForListClawOmniInstancesOutput) SetModelName(v string) *ModelConfigForListClawOmniInstancesOutput
SetModelName sets the ModelName field's value.
func (*ModelConfigForListClawOmniInstancesOutput) SetModelSource ¶
func (s *ModelConfigForListClawOmniInstancesOutput) SetModelSource(v string) *ModelConfigForListClawOmniInstancesOutput
SetModelSource sets the ModelSource field's value.
func (ModelConfigForListClawOmniInstancesOutput) String ¶
func (s ModelConfigForListClawOmniInstancesOutput) String() string
String returns the string representation
type ModelConfigForUpdateClawOmniInstanceModelInput ¶ added in v1.2.29
type ModelConfigForUpdateClawOmniInstanceModelInput struct {
// ModelId is a required field
ModelId *string `type:"string" required:"true"`
// ModelSource is a required field
ModelSource *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
func (ModelConfigForUpdateClawOmniInstanceModelInput) GoString ¶ added in v1.2.29
func (s ModelConfigForUpdateClawOmniInstanceModelInput) GoString() string
GoString returns the string representation
func (*ModelConfigForUpdateClawOmniInstanceModelInput) SetModelId ¶ added in v1.2.29
func (s *ModelConfigForUpdateClawOmniInstanceModelInput) SetModelId(v string) *ModelConfigForUpdateClawOmniInstanceModelInput
SetModelId sets the ModelId field's value.
func (*ModelConfigForUpdateClawOmniInstanceModelInput) SetModelSource ¶ added in v1.2.29
func (s *ModelConfigForUpdateClawOmniInstanceModelInput) SetModelSource(v string) *ModelConfigForUpdateClawOmniInstanceModelInput
SetModelSource sets the ModelSource field's value.
func (ModelConfigForUpdateClawOmniInstanceModelInput) String ¶ added in v1.2.29
func (s ModelConfigForUpdateClawOmniInstanceModelInput) String() string
String returns the string representation
func (*ModelConfigForUpdateClawOmniInstanceModelInput) Validate ¶ added in v1.2.29
func (s *ModelConfigForUpdateClawOmniInstanceModelInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ModelForListClawOmniSpaceEnabledModelsOutput ¶ added in v1.2.29
type ModelForListClawOmniSpaceEnabledModelsOutput struct {
ApiKey *string `type:"string" json:",omitempty"`
ModelBaseUrl *string `type:"string" json:",omitempty"`
ModelId *string `type:"string" json:",omitempty"`
ModelSource *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ModelForListClawOmniSpaceEnabledModelsOutput) GoString ¶ added in v1.2.29
func (s ModelForListClawOmniSpaceEnabledModelsOutput) GoString() string
GoString returns the string representation
func (*ModelForListClawOmniSpaceEnabledModelsOutput) SetApiKey ¶ added in v1.2.29
func (s *ModelForListClawOmniSpaceEnabledModelsOutput) SetApiKey(v string) *ModelForListClawOmniSpaceEnabledModelsOutput
SetApiKey sets the ApiKey field's value.
func (*ModelForListClawOmniSpaceEnabledModelsOutput) SetModelBaseUrl ¶ added in v1.2.29
func (s *ModelForListClawOmniSpaceEnabledModelsOutput) SetModelBaseUrl(v string) *ModelForListClawOmniSpaceEnabledModelsOutput
SetModelBaseUrl sets the ModelBaseUrl field's value.
func (*ModelForListClawOmniSpaceEnabledModelsOutput) SetModelId ¶ added in v1.2.29
func (s *ModelForListClawOmniSpaceEnabledModelsOutput) SetModelId(v string) *ModelForListClawOmniSpaceEnabledModelsOutput
SetModelId sets the ModelId field's value.
func (*ModelForListClawOmniSpaceEnabledModelsOutput) SetModelSource ¶ added in v1.2.29
func (s *ModelForListClawOmniSpaceEnabledModelsOutput) SetModelSource(v string) *ModelForListClawOmniSpaceEnabledModelsOutput
SetModelSource sets the ModelSource field's value.
func (ModelForListClawOmniSpaceEnabledModelsOutput) String ¶ added in v1.2.29
func (s ModelForListClawOmniSpaceEnabledModelsOutput) String() string
String returns the string representation
type ModifyPrivateEgressDnsBlockRuleInput ¶ added in v1.2.48
type ModifyPrivateEgressDnsBlockRuleInput struct {
Description *string `type:"string"`
Domains []*string `type:"list"`
Name *string `type:"string"`
// PrivateEgressId is a required field
PrivateEgressId *string `type:"string" required:"true"`
// RuleId is a required field
RuleId *string `type:"string" required:"true"`
SourceIds []*string `type:"list"`
SourceType *string `type:"string"`
// SpaceId is a required field
SpaceId *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
func (ModifyPrivateEgressDnsBlockRuleInput) GoString ¶ added in v1.2.48
func (s ModifyPrivateEgressDnsBlockRuleInput) GoString() string
GoString returns the string representation
func (*ModifyPrivateEgressDnsBlockRuleInput) SetDescription ¶ added in v1.2.48
func (s *ModifyPrivateEgressDnsBlockRuleInput) SetDescription(v string) *ModifyPrivateEgressDnsBlockRuleInput
SetDescription sets the Description field's value.
func (*ModifyPrivateEgressDnsBlockRuleInput) SetDomains ¶ added in v1.2.48
func (s *ModifyPrivateEgressDnsBlockRuleInput) SetDomains(v []*string) *ModifyPrivateEgressDnsBlockRuleInput
SetDomains sets the Domains field's value.
func (*ModifyPrivateEgressDnsBlockRuleInput) SetName ¶ added in v1.2.48
func (s *ModifyPrivateEgressDnsBlockRuleInput) SetName(v string) *ModifyPrivateEgressDnsBlockRuleInput
SetName sets the Name field's value.
func (*ModifyPrivateEgressDnsBlockRuleInput) SetPrivateEgressId ¶ added in v1.2.48
func (s *ModifyPrivateEgressDnsBlockRuleInput) SetPrivateEgressId(v string) *ModifyPrivateEgressDnsBlockRuleInput
SetPrivateEgressId sets the PrivateEgressId field's value.
func (*ModifyPrivateEgressDnsBlockRuleInput) SetRuleId ¶ added in v1.2.48
func (s *ModifyPrivateEgressDnsBlockRuleInput) SetRuleId(v string) *ModifyPrivateEgressDnsBlockRuleInput
SetRuleId sets the RuleId field's value.
func (*ModifyPrivateEgressDnsBlockRuleInput) SetSourceIds ¶ added in v1.2.48
func (s *ModifyPrivateEgressDnsBlockRuleInput) SetSourceIds(v []*string) *ModifyPrivateEgressDnsBlockRuleInput
SetSourceIds sets the SourceIds field's value.
func (*ModifyPrivateEgressDnsBlockRuleInput) SetSourceType ¶ added in v1.2.48
func (s *ModifyPrivateEgressDnsBlockRuleInput) SetSourceType(v string) *ModifyPrivateEgressDnsBlockRuleInput
SetSourceType sets the SourceType field's value.
func (*ModifyPrivateEgressDnsBlockRuleInput) SetSpaceId ¶ added in v1.2.48
func (s *ModifyPrivateEgressDnsBlockRuleInput) SetSpaceId(v string) *ModifyPrivateEgressDnsBlockRuleInput
SetSpaceId sets the SpaceId field's value.
func (ModifyPrivateEgressDnsBlockRuleInput) String ¶ added in v1.2.48
func (s ModifyPrivateEgressDnsBlockRuleInput) String() string
String returns the string representation
func (*ModifyPrivateEgressDnsBlockRuleInput) Validate ¶ added in v1.2.48
func (s *ModifyPrivateEgressDnsBlockRuleInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ModifyPrivateEgressDnsBlockRuleOutput ¶ added in v1.2.48
type ModifyPrivateEgressDnsBlockRuleOutput struct {
Metadata *response.ResponseMetadata
AsyncTaskId *string `type:"string"`
RequestId *string `type:"string"`
// contains filtered or unexported fields
}
func (ModifyPrivateEgressDnsBlockRuleOutput) GoString ¶ added in v1.2.48
func (s ModifyPrivateEgressDnsBlockRuleOutput) GoString() string
GoString returns the string representation
func (*ModifyPrivateEgressDnsBlockRuleOutput) SetAsyncTaskId ¶ added in v1.2.48
func (s *ModifyPrivateEgressDnsBlockRuleOutput) SetAsyncTaskId(v string) *ModifyPrivateEgressDnsBlockRuleOutput
SetAsyncTaskId sets the AsyncTaskId field's value.
func (*ModifyPrivateEgressDnsBlockRuleOutput) SetRequestId ¶ added in v1.2.48
func (s *ModifyPrivateEgressDnsBlockRuleOutput) SetRequestId(v string) *ModifyPrivateEgressDnsBlockRuleOutput
SetRequestId sets the RequestId field's value.
func (ModifyPrivateEgressDnsBlockRuleOutput) String ¶ added in v1.2.48
func (s ModifyPrivateEgressDnsBlockRuleOutput) String() string
String returns the string representation
type ModifyPrivateEgressDnsInput ¶ added in v1.2.48
type ModifyPrivateEgressDnsInput struct {
DnsServers []*DnsServerForModifyPrivateEgressDnsInput `type:"list"`
Domains []*string `type:"list"`
// PrivateEgressId is a required field
PrivateEgressId *string `type:"string" required:"true"`
// RequestId is a required field
RequestId *string `type:"string" required:"true"`
// SpaceId is a required field
SpaceId *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
func (ModifyPrivateEgressDnsInput) GoString ¶ added in v1.2.48
func (s ModifyPrivateEgressDnsInput) GoString() string
GoString returns the string representation
func (*ModifyPrivateEgressDnsInput) SetDnsServers ¶ added in v1.2.48
func (s *ModifyPrivateEgressDnsInput) SetDnsServers(v []*DnsServerForModifyPrivateEgressDnsInput) *ModifyPrivateEgressDnsInput
SetDnsServers sets the DnsServers field's value.
func (*ModifyPrivateEgressDnsInput) SetDomains ¶ added in v1.2.48
func (s *ModifyPrivateEgressDnsInput) SetDomains(v []*string) *ModifyPrivateEgressDnsInput
SetDomains sets the Domains field's value.
func (*ModifyPrivateEgressDnsInput) SetPrivateEgressId ¶ added in v1.2.48
func (s *ModifyPrivateEgressDnsInput) SetPrivateEgressId(v string) *ModifyPrivateEgressDnsInput
SetPrivateEgressId sets the PrivateEgressId field's value.
func (*ModifyPrivateEgressDnsInput) SetRequestId ¶ added in v1.2.48
func (s *ModifyPrivateEgressDnsInput) SetRequestId(v string) *ModifyPrivateEgressDnsInput
SetRequestId sets the RequestId field's value.
func (*ModifyPrivateEgressDnsInput) SetSpaceId ¶ added in v1.2.48
func (s *ModifyPrivateEgressDnsInput) SetSpaceId(v string) *ModifyPrivateEgressDnsInput
SetSpaceId sets the SpaceId field's value.
func (ModifyPrivateEgressDnsInput) String ¶ added in v1.2.48
func (s ModifyPrivateEgressDnsInput) String() string
String returns the string representation
func (*ModifyPrivateEgressDnsInput) Validate ¶ added in v1.2.48
func (s *ModifyPrivateEgressDnsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ModifyPrivateEgressDnsOutput ¶ added in v1.2.48
type ModifyPrivateEgressDnsOutput struct {
Metadata *response.ResponseMetadata
AsyncTaskId *string `type:"string"`
RequestId *string `type:"string"`
// contains filtered or unexported fields
}
func (ModifyPrivateEgressDnsOutput) GoString ¶ added in v1.2.48
func (s ModifyPrivateEgressDnsOutput) GoString() string
GoString returns the string representation
func (*ModifyPrivateEgressDnsOutput) SetAsyncTaskId ¶ added in v1.2.48
func (s *ModifyPrivateEgressDnsOutput) SetAsyncTaskId(v string) *ModifyPrivateEgressDnsOutput
SetAsyncTaskId sets the AsyncTaskId field's value.
func (*ModifyPrivateEgressDnsOutput) SetRequestId ¶ added in v1.2.48
func (s *ModifyPrivateEgressDnsOutput) SetRequestId(v string) *ModifyPrivateEgressDnsOutput
SetRequestId sets the RequestId field's value.
func (ModifyPrivateEgressDnsOutput) String ¶ added in v1.2.48
func (s ModifyPrivateEgressDnsOutput) String() string
String returns the string representation
type ModifyPrivateEgressEndpointInput ¶ added in v1.2.48
type ModifyPrivateEgressEndpointInput struct {
AppPrivateAccessEnabled *bool `type:"boolean"`
// DestinationCidrs is a required field
DestinationCidrs []*string `type:"list" required:"true"`
// PrivateEgressEndpointId is a required field
PrivateEgressEndpointId *string `type:"string" required:"true"`
// RequestId is a required field
RequestId *string `type:"string" required:"true"`
// SpaceId is a required field
SpaceId *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
func (ModifyPrivateEgressEndpointInput) GoString ¶ added in v1.2.48
func (s ModifyPrivateEgressEndpointInput) GoString() string
GoString returns the string representation
func (*ModifyPrivateEgressEndpointInput) SetAppPrivateAccessEnabled ¶ added in v1.2.48
func (s *ModifyPrivateEgressEndpointInput) SetAppPrivateAccessEnabled(v bool) *ModifyPrivateEgressEndpointInput
SetAppPrivateAccessEnabled sets the AppPrivateAccessEnabled field's value.
func (*ModifyPrivateEgressEndpointInput) SetDestinationCidrs ¶ added in v1.2.48
func (s *ModifyPrivateEgressEndpointInput) SetDestinationCidrs(v []*string) *ModifyPrivateEgressEndpointInput
SetDestinationCidrs sets the DestinationCidrs field's value.
func (*ModifyPrivateEgressEndpointInput) SetPrivateEgressEndpointId ¶ added in v1.2.48
func (s *ModifyPrivateEgressEndpointInput) SetPrivateEgressEndpointId(v string) *ModifyPrivateEgressEndpointInput
SetPrivateEgressEndpointId sets the PrivateEgressEndpointId field's value.
func (*ModifyPrivateEgressEndpointInput) SetRequestId ¶ added in v1.2.48
func (s *ModifyPrivateEgressEndpointInput) SetRequestId(v string) *ModifyPrivateEgressEndpointInput
SetRequestId sets the RequestId field's value.
func (*ModifyPrivateEgressEndpointInput) SetSpaceId ¶ added in v1.2.48
func (s *ModifyPrivateEgressEndpointInput) SetSpaceId(v string) *ModifyPrivateEgressEndpointInput
SetSpaceId sets the SpaceId field's value.
func (ModifyPrivateEgressEndpointInput) String ¶ added in v1.2.48
func (s ModifyPrivateEgressEndpointInput) String() string
String returns the string representation
func (*ModifyPrivateEgressEndpointInput) Validate ¶ added in v1.2.48
func (s *ModifyPrivateEgressEndpointInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ModifyPrivateEgressEndpointOutput ¶ added in v1.2.48
type ModifyPrivateEgressEndpointOutput struct {
Metadata *response.ResponseMetadata
AsyncTaskId *string `type:"string"`
RequestId *string `type:"string"`
// contains filtered or unexported fields
}
func (ModifyPrivateEgressEndpointOutput) GoString ¶ added in v1.2.48
func (s ModifyPrivateEgressEndpointOutput) GoString() string
GoString returns the string representation
func (*ModifyPrivateEgressEndpointOutput) SetAsyncTaskId ¶ added in v1.2.48
func (s *ModifyPrivateEgressEndpointOutput) SetAsyncTaskId(v string) *ModifyPrivateEgressEndpointOutput
SetAsyncTaskId sets the AsyncTaskId field's value.
func (*ModifyPrivateEgressEndpointOutput) SetRequestId ¶ added in v1.2.48
func (s *ModifyPrivateEgressEndpointOutput) SetRequestId(v string) *ModifyPrivateEgressEndpointOutput
SetRequestId sets the RequestId field's value.
func (ModifyPrivateEgressEndpointOutput) String ¶ added in v1.2.48
func (s ModifyPrivateEgressEndpointOutput) String() string
String returns the string representation
type ModifyPrivateEgressInput ¶ added in v1.2.48
type ModifyPrivateEgressInput struct {
Description *string `type:"string"`
Name *string `type:"string"`
// PrivateEgressId is a required field
PrivateEgressId *string `type:"string" required:"true"`
// SpaceId is a required field
SpaceId *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
func (ModifyPrivateEgressInput) GoString ¶ added in v1.2.48
func (s ModifyPrivateEgressInput) GoString() string
GoString returns the string representation
func (*ModifyPrivateEgressInput) SetDescription ¶ added in v1.2.48
func (s *ModifyPrivateEgressInput) SetDescription(v string) *ModifyPrivateEgressInput
SetDescription sets the Description field's value.
func (*ModifyPrivateEgressInput) SetName ¶ added in v1.2.48
func (s *ModifyPrivateEgressInput) SetName(v string) *ModifyPrivateEgressInput
SetName sets the Name field's value.
func (*ModifyPrivateEgressInput) SetPrivateEgressId ¶ added in v1.2.48
func (s *ModifyPrivateEgressInput) SetPrivateEgressId(v string) *ModifyPrivateEgressInput
SetPrivateEgressId sets the PrivateEgressId field's value.
func (*ModifyPrivateEgressInput) SetSpaceId ¶ added in v1.2.48
func (s *ModifyPrivateEgressInput) SetSpaceId(v string) *ModifyPrivateEgressInput
SetSpaceId sets the SpaceId field's value.
func (ModifyPrivateEgressInput) String ¶ added in v1.2.48
func (s ModifyPrivateEgressInput) String() string
String returns the string representation
func (*ModifyPrivateEgressInput) Validate ¶ added in v1.2.48
func (s *ModifyPrivateEgressInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ModifyPrivateEgressNetworkAccessRuleInput ¶ added in v1.2.48
type ModifyPrivateEgressNetworkAccessRuleInput struct {
ClientToken *string `type:"string"`
Description *string `type:"string"`
DestCidrs *string `type:"string"`
DestinationPorts *string `type:"string"`
Name *string `type:"string"`
Priority *int32 `type:"int32"`
// PrivateEgressNetworkAccessRuleId is a required field
PrivateEgressNetworkAccessRuleId *string `type:"string" required:"true"`
Protocol *string `type:"string"`
// RequestId is a required field
RequestId *string `type:"string" required:"true"`
RuleAction *string `type:"string"`
SourceIds *string `type:"string"`
SourceType *string `type:"string"`
// SpaceId is a required field
SpaceId *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
func (ModifyPrivateEgressNetworkAccessRuleInput) GoString ¶ added in v1.2.48
func (s ModifyPrivateEgressNetworkAccessRuleInput) GoString() string
GoString returns the string representation
func (*ModifyPrivateEgressNetworkAccessRuleInput) SetClientToken ¶ added in v1.2.48
func (s *ModifyPrivateEgressNetworkAccessRuleInput) SetClientToken(v string) *ModifyPrivateEgressNetworkAccessRuleInput
SetClientToken sets the ClientToken field's value.
func (*ModifyPrivateEgressNetworkAccessRuleInput) SetDescription ¶ added in v1.2.48
func (s *ModifyPrivateEgressNetworkAccessRuleInput) SetDescription(v string) *ModifyPrivateEgressNetworkAccessRuleInput
SetDescription sets the Description field's value.
func (*ModifyPrivateEgressNetworkAccessRuleInput) SetDestCidrs ¶ added in v1.2.48
func (s *ModifyPrivateEgressNetworkAccessRuleInput) SetDestCidrs(v string) *ModifyPrivateEgressNetworkAccessRuleInput
SetDestCidrs sets the DestCidrs field's value.
func (*ModifyPrivateEgressNetworkAccessRuleInput) SetDestinationPorts ¶ added in v1.2.48
func (s *ModifyPrivateEgressNetworkAccessRuleInput) SetDestinationPorts(v string) *ModifyPrivateEgressNetworkAccessRuleInput
SetDestinationPorts sets the DestinationPorts field's value.
func (*ModifyPrivateEgressNetworkAccessRuleInput) SetName ¶ added in v1.2.48
func (s *ModifyPrivateEgressNetworkAccessRuleInput) SetName(v string) *ModifyPrivateEgressNetworkAccessRuleInput
SetName sets the Name field's value.
func (*ModifyPrivateEgressNetworkAccessRuleInput) SetPriority ¶ added in v1.2.48
func (s *ModifyPrivateEgressNetworkAccessRuleInput) SetPriority(v int32) *ModifyPrivateEgressNetworkAccessRuleInput
SetPriority sets the Priority field's value.
func (*ModifyPrivateEgressNetworkAccessRuleInput) SetPrivateEgressNetworkAccessRuleId ¶ added in v1.2.48
func (s *ModifyPrivateEgressNetworkAccessRuleInput) SetPrivateEgressNetworkAccessRuleId(v string) *ModifyPrivateEgressNetworkAccessRuleInput
SetPrivateEgressNetworkAccessRuleId sets the PrivateEgressNetworkAccessRuleId field's value.
func (*ModifyPrivateEgressNetworkAccessRuleInput) SetProtocol ¶ added in v1.2.48
func (s *ModifyPrivateEgressNetworkAccessRuleInput) SetProtocol(v string) *ModifyPrivateEgressNetworkAccessRuleInput
SetProtocol sets the Protocol field's value.
func (*ModifyPrivateEgressNetworkAccessRuleInput) SetRequestId ¶ added in v1.2.48
func (s *ModifyPrivateEgressNetworkAccessRuleInput) SetRequestId(v string) *ModifyPrivateEgressNetworkAccessRuleInput
SetRequestId sets the RequestId field's value.
func (*ModifyPrivateEgressNetworkAccessRuleInput) SetRuleAction ¶ added in v1.2.48
func (s *ModifyPrivateEgressNetworkAccessRuleInput) SetRuleAction(v string) *ModifyPrivateEgressNetworkAccessRuleInput
SetRuleAction sets the RuleAction field's value.
func (*ModifyPrivateEgressNetworkAccessRuleInput) SetSourceIds ¶ added in v1.2.48
func (s *ModifyPrivateEgressNetworkAccessRuleInput) SetSourceIds(v string) *ModifyPrivateEgressNetworkAccessRuleInput
SetSourceIds sets the SourceIds field's value.
func (*ModifyPrivateEgressNetworkAccessRuleInput) SetSourceType ¶ added in v1.2.48
func (s *ModifyPrivateEgressNetworkAccessRuleInput) SetSourceType(v string) *ModifyPrivateEgressNetworkAccessRuleInput
SetSourceType sets the SourceType field's value.
func (*ModifyPrivateEgressNetworkAccessRuleInput) SetSpaceId ¶ added in v1.2.48
func (s *ModifyPrivateEgressNetworkAccessRuleInput) SetSpaceId(v string) *ModifyPrivateEgressNetworkAccessRuleInput
SetSpaceId sets the SpaceId field's value.
func (ModifyPrivateEgressNetworkAccessRuleInput) String ¶ added in v1.2.48
func (s ModifyPrivateEgressNetworkAccessRuleInput) String() string
String returns the string representation
func (*ModifyPrivateEgressNetworkAccessRuleInput) Validate ¶ added in v1.2.48
func (s *ModifyPrivateEgressNetworkAccessRuleInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ModifyPrivateEgressNetworkAccessRuleOutput ¶ added in v1.2.48
type ModifyPrivateEgressNetworkAccessRuleOutput struct {
Metadata *response.ResponseMetadata
AsyncTaskId *string `type:"string"`
RequestId *string `type:"string"`
// contains filtered or unexported fields
}
func (ModifyPrivateEgressNetworkAccessRuleOutput) GoString ¶ added in v1.2.48
func (s ModifyPrivateEgressNetworkAccessRuleOutput) GoString() string
GoString returns the string representation
func (*ModifyPrivateEgressNetworkAccessRuleOutput) SetAsyncTaskId ¶ added in v1.2.48
func (s *ModifyPrivateEgressNetworkAccessRuleOutput) SetAsyncTaskId(v string) *ModifyPrivateEgressNetworkAccessRuleOutput
SetAsyncTaskId sets the AsyncTaskId field's value.
func (*ModifyPrivateEgressNetworkAccessRuleOutput) SetRequestId ¶ added in v1.2.48
func (s *ModifyPrivateEgressNetworkAccessRuleOutput) SetRequestId(v string) *ModifyPrivateEgressNetworkAccessRuleOutput
SetRequestId sets the RequestId field's value.
func (ModifyPrivateEgressNetworkAccessRuleOutput) String ¶ added in v1.2.48
func (s ModifyPrivateEgressNetworkAccessRuleOutput) String() string
String returns the string representation
type ModifyPrivateEgressOutput ¶ added in v1.2.48
type ModifyPrivateEgressOutput struct {
Metadata *response.ResponseMetadata
AsyncTaskId *string `type:"string"`
RequestId *string `type:"string"`
// contains filtered or unexported fields
}
func (ModifyPrivateEgressOutput) GoString ¶ added in v1.2.48
func (s ModifyPrivateEgressOutput) GoString() string
GoString returns the string representation
func (*ModifyPrivateEgressOutput) SetAsyncTaskId ¶ added in v1.2.48
func (s *ModifyPrivateEgressOutput) SetAsyncTaskId(v string) *ModifyPrivateEgressOutput
SetAsyncTaskId sets the AsyncTaskId field's value.
func (*ModifyPrivateEgressOutput) SetRequestId ¶ added in v1.2.48
func (s *ModifyPrivateEgressOutput) SetRequestId(v string) *ModifyPrivateEgressOutput
SetRequestId sets the RequestId field's value.
func (ModifyPrivateEgressOutput) String ¶ added in v1.2.48
func (s ModifyPrivateEgressOutput) String() string
String returns the string representation
type ModifyPrivateEgressWebAccessRuleInput ¶ added in v1.2.48
type ModifyPrivateEgressWebAccessRuleInput struct {
ClientToken *string `type:"string"`
Description *string `type:"string"`
DomainPatterns *string `type:"string"`
Name *string `type:"string"`
Priority *int32 `type:"int32"`
// PrivateEgressWebAccessRuleId is a required field
PrivateEgressWebAccessRuleId *string `type:"string" required:"true"`
// RequestId is a required field
RequestId *string `type:"string" required:"true"`
RuleAction *string `type:"string"`
SourceIds *string `type:"string"`
SourceType *string `type:"string"`
// SpaceId is a required field
SpaceId *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
func (ModifyPrivateEgressWebAccessRuleInput) GoString ¶ added in v1.2.48
func (s ModifyPrivateEgressWebAccessRuleInput) GoString() string
GoString returns the string representation
func (*ModifyPrivateEgressWebAccessRuleInput) SetClientToken ¶ added in v1.2.48
func (s *ModifyPrivateEgressWebAccessRuleInput) SetClientToken(v string) *ModifyPrivateEgressWebAccessRuleInput
SetClientToken sets the ClientToken field's value.
func (*ModifyPrivateEgressWebAccessRuleInput) SetDescription ¶ added in v1.2.48
func (s *ModifyPrivateEgressWebAccessRuleInput) SetDescription(v string) *ModifyPrivateEgressWebAccessRuleInput
SetDescription sets the Description field's value.
func (*ModifyPrivateEgressWebAccessRuleInput) SetDomainPatterns ¶ added in v1.2.48
func (s *ModifyPrivateEgressWebAccessRuleInput) SetDomainPatterns(v string) *ModifyPrivateEgressWebAccessRuleInput
SetDomainPatterns sets the DomainPatterns field's value.
func (*ModifyPrivateEgressWebAccessRuleInput) SetName ¶ added in v1.2.48
func (s *ModifyPrivateEgressWebAccessRuleInput) SetName(v string) *ModifyPrivateEgressWebAccessRuleInput
SetName sets the Name field's value.
func (*ModifyPrivateEgressWebAccessRuleInput) SetPriority ¶ added in v1.2.48
func (s *ModifyPrivateEgressWebAccessRuleInput) SetPriority(v int32) *ModifyPrivateEgressWebAccessRuleInput
SetPriority sets the Priority field's value.
func (*ModifyPrivateEgressWebAccessRuleInput) SetPrivateEgressWebAccessRuleId ¶ added in v1.2.48
func (s *ModifyPrivateEgressWebAccessRuleInput) SetPrivateEgressWebAccessRuleId(v string) *ModifyPrivateEgressWebAccessRuleInput
SetPrivateEgressWebAccessRuleId sets the PrivateEgressWebAccessRuleId field's value.
func (*ModifyPrivateEgressWebAccessRuleInput) SetRequestId ¶ added in v1.2.48
func (s *ModifyPrivateEgressWebAccessRuleInput) SetRequestId(v string) *ModifyPrivateEgressWebAccessRuleInput
SetRequestId sets the RequestId field's value.
func (*ModifyPrivateEgressWebAccessRuleInput) SetRuleAction ¶ added in v1.2.48
func (s *ModifyPrivateEgressWebAccessRuleInput) SetRuleAction(v string) *ModifyPrivateEgressWebAccessRuleInput
SetRuleAction sets the RuleAction field's value.
func (*ModifyPrivateEgressWebAccessRuleInput) SetSourceIds ¶ added in v1.2.48
func (s *ModifyPrivateEgressWebAccessRuleInput) SetSourceIds(v string) *ModifyPrivateEgressWebAccessRuleInput
SetSourceIds sets the SourceIds field's value.
func (*ModifyPrivateEgressWebAccessRuleInput) SetSourceType ¶ added in v1.2.48
func (s *ModifyPrivateEgressWebAccessRuleInput) SetSourceType(v string) *ModifyPrivateEgressWebAccessRuleInput
SetSourceType sets the SourceType field's value.
func (*ModifyPrivateEgressWebAccessRuleInput) SetSpaceId ¶ added in v1.2.48
func (s *ModifyPrivateEgressWebAccessRuleInput) SetSpaceId(v string) *ModifyPrivateEgressWebAccessRuleInput
SetSpaceId sets the SpaceId field's value.
func (ModifyPrivateEgressWebAccessRuleInput) String ¶ added in v1.2.48
func (s ModifyPrivateEgressWebAccessRuleInput) String() string
String returns the string representation
func (*ModifyPrivateEgressWebAccessRuleInput) Validate ¶ added in v1.2.48
func (s *ModifyPrivateEgressWebAccessRuleInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ModifyPrivateEgressWebAccessRuleOutput ¶ added in v1.2.48
type ModifyPrivateEgressWebAccessRuleOutput struct {
Metadata *response.ResponseMetadata
AsyncTaskId *string `type:"string"`
RequestId *string `type:"string"`
// contains filtered or unexported fields
}
func (ModifyPrivateEgressWebAccessRuleOutput) GoString ¶ added in v1.2.48
func (s ModifyPrivateEgressWebAccessRuleOutput) GoString() string
GoString returns the string representation
func (*ModifyPrivateEgressWebAccessRuleOutput) SetAsyncTaskId ¶ added in v1.2.48
func (s *ModifyPrivateEgressWebAccessRuleOutput) SetAsyncTaskId(v string) *ModifyPrivateEgressWebAccessRuleOutput
SetAsyncTaskId sets the AsyncTaskId field's value.
func (*ModifyPrivateEgressWebAccessRuleOutput) SetRequestId ¶ added in v1.2.48
func (s *ModifyPrivateEgressWebAccessRuleOutput) SetRequestId(v string) *ModifyPrivateEgressWebAccessRuleOutput
SetRequestId sets the RequestId field's value.
func (ModifyPrivateEgressWebAccessRuleOutput) String ¶ added in v1.2.48
func (s ModifyPrivateEgressWebAccessRuleOutput) String() string
String returns the string representation
type NameForUpdateIdentityProviderTokenExchangeInput ¶ added in v1.2.48
type NameForUpdateIdentityProviderTokenExchangeInput struct {
Value *string `type:"string"`
// contains filtered or unexported fields
}
func (NameForUpdateIdentityProviderTokenExchangeInput) GoString ¶ added in v1.2.48
func (s NameForUpdateIdentityProviderTokenExchangeInput) GoString() string
GoString returns the string representation
func (*NameForUpdateIdentityProviderTokenExchangeInput) SetValue ¶ added in v1.2.48
func (s *NameForUpdateIdentityProviderTokenExchangeInput) SetValue(v string) *NameForUpdateIdentityProviderTokenExchangeInput
SetValue sets the Value field's value.
func (NameForUpdateIdentityProviderTokenExchangeInput) String ¶ added in v1.2.48
func (s NameForUpdateIdentityProviderTokenExchangeInput) String() string
String returns the string representation
type NodeForListClawOmniInstanceDeviceStatusOutput ¶ added in v1.2.29
type NodeForListClawOmniInstanceDeviceStatusOutput struct {
Caps []*string `type:"list"`
Commands []*string `type:"list"`
Connected *string `type:"string" json:",omitempty"`
ConnectedAtMs *ConnectedAtMsForListClawOmniInstanceDeviceStatusOutput `type:"structure" json:",omitempty"`
DeviceFamily *string `type:"string" json:",omitempty"`
DisplayName *string `type:"string" json:",omitempty"`
NodeId *string `type:"string" json:",omitempty"`
Paired *string `type:"string" json:",omitempty"`
Platform *string `type:"string" json:",omitempty"`
RemoteIp *string `type:"string" json:",omitempty"`
Version *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (NodeForListClawOmniInstanceDeviceStatusOutput) GoString ¶ added in v1.2.29
func (s NodeForListClawOmniInstanceDeviceStatusOutput) GoString() string
GoString returns the string representation
func (*NodeForListClawOmniInstanceDeviceStatusOutput) SetCaps ¶ added in v1.2.29
func (s *NodeForListClawOmniInstanceDeviceStatusOutput) SetCaps(v []*string) *NodeForListClawOmniInstanceDeviceStatusOutput
SetCaps sets the Caps field's value.
func (*NodeForListClawOmniInstanceDeviceStatusOutput) SetCommands ¶ added in v1.2.29
func (s *NodeForListClawOmniInstanceDeviceStatusOutput) SetCommands(v []*string) *NodeForListClawOmniInstanceDeviceStatusOutput
SetCommands sets the Commands field's value.
func (*NodeForListClawOmniInstanceDeviceStatusOutput) SetConnected ¶ added in v1.2.29
func (s *NodeForListClawOmniInstanceDeviceStatusOutput) SetConnected(v string) *NodeForListClawOmniInstanceDeviceStatusOutput
SetConnected sets the Connected field's value.
func (*NodeForListClawOmniInstanceDeviceStatusOutput) SetConnectedAtMs ¶ added in v1.2.29
func (s *NodeForListClawOmniInstanceDeviceStatusOutput) SetConnectedAtMs(v *ConnectedAtMsForListClawOmniInstanceDeviceStatusOutput) *NodeForListClawOmniInstanceDeviceStatusOutput
SetConnectedAtMs sets the ConnectedAtMs field's value.
func (*NodeForListClawOmniInstanceDeviceStatusOutput) SetDeviceFamily ¶ added in v1.2.29
func (s *NodeForListClawOmniInstanceDeviceStatusOutput) SetDeviceFamily(v string) *NodeForListClawOmniInstanceDeviceStatusOutput
SetDeviceFamily sets the DeviceFamily field's value.
func (*NodeForListClawOmniInstanceDeviceStatusOutput) SetDisplayName ¶ added in v1.2.29
func (s *NodeForListClawOmniInstanceDeviceStatusOutput) SetDisplayName(v string) *NodeForListClawOmniInstanceDeviceStatusOutput
SetDisplayName sets the DisplayName field's value.
func (*NodeForListClawOmniInstanceDeviceStatusOutput) SetNodeId ¶ added in v1.2.29
func (s *NodeForListClawOmniInstanceDeviceStatusOutput) SetNodeId(v string) *NodeForListClawOmniInstanceDeviceStatusOutput
SetNodeId sets the NodeId field's value.
func (*NodeForListClawOmniInstanceDeviceStatusOutput) SetPaired ¶ added in v1.2.29
func (s *NodeForListClawOmniInstanceDeviceStatusOutput) SetPaired(v string) *NodeForListClawOmniInstanceDeviceStatusOutput
SetPaired sets the Paired field's value.
func (*NodeForListClawOmniInstanceDeviceStatusOutput) SetPlatform ¶ added in v1.2.29
func (s *NodeForListClawOmniInstanceDeviceStatusOutput) SetPlatform(v string) *NodeForListClawOmniInstanceDeviceStatusOutput
SetPlatform sets the Platform field's value.
func (*NodeForListClawOmniInstanceDeviceStatusOutput) SetRemoteIp ¶ added in v1.2.29
func (s *NodeForListClawOmniInstanceDeviceStatusOutput) SetRemoteIp(v string) *NodeForListClawOmniInstanceDeviceStatusOutput
SetRemoteIp sets the RemoteIp field's value.
func (*NodeForListClawOmniInstanceDeviceStatusOutput) SetVersion ¶ added in v1.2.29
func (s *NodeForListClawOmniInstanceDeviceStatusOutput) SetVersion(v string) *NodeForListClawOmniInstanceDeviceStatusOutput
SetVersion sets the Version field's value.
func (NodeForListClawOmniInstanceDeviceStatusOutput) String ¶ added in v1.2.29
func (s NodeForListClawOmniInstanceDeviceStatusOutput) String() string
String returns the string representation
type OperationLockForGetClawOmniInstanceOutput ¶ added in v1.2.48
type OperationLockForGetClawOmniInstanceOutput struct {
Locked *bool `type:"boolean" json:",omitempty"`
LockedAt *string `type:"string" json:",omitempty"`
Scope []*string `type:"list"`
// contains filtered or unexported fields
}
func (OperationLockForGetClawOmniInstanceOutput) GoString ¶ added in v1.2.48
func (s OperationLockForGetClawOmniInstanceOutput) GoString() string
GoString returns the string representation
func (*OperationLockForGetClawOmniInstanceOutput) SetLocked ¶ added in v1.2.48
func (s *OperationLockForGetClawOmniInstanceOutput) SetLocked(v bool) *OperationLockForGetClawOmniInstanceOutput
SetLocked sets the Locked field's value.
func (*OperationLockForGetClawOmniInstanceOutput) SetLockedAt ¶ added in v1.2.48
func (s *OperationLockForGetClawOmniInstanceOutput) SetLockedAt(v string) *OperationLockForGetClawOmniInstanceOutput
SetLockedAt sets the LockedAt field's value.
func (*OperationLockForGetClawOmniInstanceOutput) SetScope ¶ added in v1.2.48
func (s *OperationLockForGetClawOmniInstanceOutput) SetScope(v []*string) *OperationLockForGetClawOmniInstanceOutput
SetScope sets the Scope field's value.
func (OperationLockForGetClawOmniInstanceOutput) String ¶ added in v1.2.48
func (s OperationLockForGetClawOmniInstanceOutput) String() string
String returns the string representation
type OperationLockForListClawOmniInstancesOutput ¶ added in v1.2.48
type OperationLockForListClawOmniInstancesOutput struct {
Locked *bool `type:"boolean"`
LockedAt *string `type:"string"`
Scope []*string `type:"list"`
// contains filtered or unexported fields
}
func (OperationLockForListClawOmniInstancesOutput) GoString ¶ added in v1.2.48
func (s OperationLockForListClawOmniInstancesOutput) GoString() string
GoString returns the string representation
func (*OperationLockForListClawOmniInstancesOutput) SetLocked ¶ added in v1.2.48
func (s *OperationLockForListClawOmniInstancesOutput) SetLocked(v bool) *OperationLockForListClawOmniInstancesOutput
SetLocked sets the Locked field's value.
func (*OperationLockForListClawOmniInstancesOutput) SetLockedAt ¶ added in v1.2.48
func (s *OperationLockForListClawOmniInstancesOutput) SetLockedAt(v string) *OperationLockForListClawOmniInstancesOutput
SetLockedAt sets the LockedAt field's value.
func (*OperationLockForListClawOmniInstancesOutput) SetScope ¶ added in v1.2.48
func (s *OperationLockForListClawOmniInstancesOutput) SetScope(v []*string) *OperationLockForListClawOmniInstancesOutput
SetScope sets the Scope field's value.
func (OperationLockForListClawOmniInstancesOutput) String ¶ added in v1.2.48
func (s OperationLockForListClawOmniInstancesOutput) String() string
String returns the string representation
type OperationLockForUpdateClawOmniInstanceInput ¶ added in v1.2.48
type OperationLockForUpdateClawOmniInstanceInput struct {
Locked *bool `type:"boolean"`
Scope []*string `type:"list"`
// contains filtered or unexported fields
}
func (OperationLockForUpdateClawOmniInstanceInput) GoString ¶ added in v1.2.48
func (s OperationLockForUpdateClawOmniInstanceInput) GoString() string
GoString returns the string representation
func (*OperationLockForUpdateClawOmniInstanceInput) SetLocked ¶ added in v1.2.48
func (s *OperationLockForUpdateClawOmniInstanceInput) SetLocked(v bool) *OperationLockForUpdateClawOmniInstanceInput
SetLocked sets the Locked field's value.
func (*OperationLockForUpdateClawOmniInstanceInput) SetScope ¶ added in v1.2.48
func (s *OperationLockForUpdateClawOmniInstanceInput) SetScope(v []*string) *OperationLockForUpdateClawOmniInstanceInput
SetScope sets the Scope field's value.
func (OperationLockForUpdateClawOmniInstanceInput) String ¶ added in v1.2.48
func (s OperationLockForUpdateClawOmniInstanceInput) String() string
String returns the string representation
type PairingForListClawOmniInstanceDevicePairingsOutput ¶ added in v1.2.29
type PairingForListClawOmniInstanceDevicePairingsOutput struct {
ClientId *string `type:"string" json:",omitempty"`
ClientMode *string `type:"string" json:",omitempty"`
DeviceFamily *string `type:"string" json:",omitempty"`
DeviceId *string `type:"string" json:",omitempty"`
DisplayName *string `type:"string" json:",omitempty"`
IsRepair *string `type:"string" json:",omitempty"`
Platform *string `type:"string" json:",omitempty"`
RemoteIp *string `type:"string" json:",omitempty"`
RequestId *string `type:"string" json:",omitempty"`
Role *string `type:"string" json:",omitempty"`
Roles []*string `type:"list"`
Silent *string `type:"string" json:",omitempty"`
Ts *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (PairingForListClawOmniInstanceDevicePairingsOutput) GoString ¶ added in v1.2.29
func (s PairingForListClawOmniInstanceDevicePairingsOutput) GoString() string
GoString returns the string representation
func (*PairingForListClawOmniInstanceDevicePairingsOutput) SetClientId ¶ added in v1.2.29
func (s *PairingForListClawOmniInstanceDevicePairingsOutput) SetClientId(v string) *PairingForListClawOmniInstanceDevicePairingsOutput
SetClientId sets the ClientId field's value.
func (*PairingForListClawOmniInstanceDevicePairingsOutput) SetClientMode ¶ added in v1.2.29
func (s *PairingForListClawOmniInstanceDevicePairingsOutput) SetClientMode(v string) *PairingForListClawOmniInstanceDevicePairingsOutput
SetClientMode sets the ClientMode field's value.
func (*PairingForListClawOmniInstanceDevicePairingsOutput) SetDeviceFamily ¶ added in v1.2.29
func (s *PairingForListClawOmniInstanceDevicePairingsOutput) SetDeviceFamily(v string) *PairingForListClawOmniInstanceDevicePairingsOutput
SetDeviceFamily sets the DeviceFamily field's value.
func (*PairingForListClawOmniInstanceDevicePairingsOutput) SetDeviceId ¶ added in v1.2.29
func (s *PairingForListClawOmniInstanceDevicePairingsOutput) SetDeviceId(v string) *PairingForListClawOmniInstanceDevicePairingsOutput
SetDeviceId sets the DeviceId field's value.
func (*PairingForListClawOmniInstanceDevicePairingsOutput) SetDisplayName ¶ added in v1.2.29
func (s *PairingForListClawOmniInstanceDevicePairingsOutput) SetDisplayName(v string) *PairingForListClawOmniInstanceDevicePairingsOutput
SetDisplayName sets the DisplayName field's value.
func (*PairingForListClawOmniInstanceDevicePairingsOutput) SetIsRepair ¶ added in v1.2.29
func (s *PairingForListClawOmniInstanceDevicePairingsOutput) SetIsRepair(v string) *PairingForListClawOmniInstanceDevicePairingsOutput
SetIsRepair sets the IsRepair field's value.
func (*PairingForListClawOmniInstanceDevicePairingsOutput) SetPlatform ¶ added in v1.2.29
func (s *PairingForListClawOmniInstanceDevicePairingsOutput) SetPlatform(v string) *PairingForListClawOmniInstanceDevicePairingsOutput
SetPlatform sets the Platform field's value.
func (*PairingForListClawOmniInstanceDevicePairingsOutput) SetRemoteIp ¶ added in v1.2.29
func (s *PairingForListClawOmniInstanceDevicePairingsOutput) SetRemoteIp(v string) *PairingForListClawOmniInstanceDevicePairingsOutput
SetRemoteIp sets the RemoteIp field's value.
func (*PairingForListClawOmniInstanceDevicePairingsOutput) SetRequestId ¶ added in v1.2.29
func (s *PairingForListClawOmniInstanceDevicePairingsOutput) SetRequestId(v string) *PairingForListClawOmniInstanceDevicePairingsOutput
SetRequestId sets the RequestId field's value.
func (*PairingForListClawOmniInstanceDevicePairingsOutput) SetRole ¶ added in v1.2.29
func (s *PairingForListClawOmniInstanceDevicePairingsOutput) SetRole(v string) *PairingForListClawOmniInstanceDevicePairingsOutput
SetRole sets the Role field's value.
func (*PairingForListClawOmniInstanceDevicePairingsOutput) SetRoles ¶ added in v1.2.29
func (s *PairingForListClawOmniInstanceDevicePairingsOutput) SetRoles(v []*string) *PairingForListClawOmniInstanceDevicePairingsOutput
SetRoles sets the Roles field's value.
func (*PairingForListClawOmniInstanceDevicePairingsOutput) SetSilent ¶ added in v1.2.29
func (s *PairingForListClawOmniInstanceDevicePairingsOutput) SetSilent(v string) *PairingForListClawOmniInstanceDevicePairingsOutput
SetSilent sets the Silent field's value.
func (*PairingForListClawOmniInstanceDevicePairingsOutput) SetTs ¶ added in v1.2.29
func (s *PairingForListClawOmniInstanceDevicePairingsOutput) SetTs(v string) *PairingForListClawOmniInstanceDevicePairingsOutput
SetTs sets the Ts field's value.
func (PairingForListClawOmniInstanceDevicePairingsOutput) String ¶ added in v1.2.29
func (s PairingForListClawOmniInstanceDevicePairingsOutput) String() string
String returns the string representation
type PauseClawOmniInstanceInput ¶
type PauseClawOmniInstanceInput struct {
// Id is a required field
Id *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (PauseClawOmniInstanceInput) GoString ¶
func (s PauseClawOmniInstanceInput) GoString() string
GoString returns the string representation
func (*PauseClawOmniInstanceInput) SetId ¶
func (s *PauseClawOmniInstanceInput) SetId(v string) *PauseClawOmniInstanceInput
SetId sets the Id field's value.
func (PauseClawOmniInstanceInput) String ¶
func (s PauseClawOmniInstanceInput) String() string
String returns the string representation
func (*PauseClawOmniInstanceInput) Validate ¶
func (s *PauseClawOmniInstanceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PauseClawOmniInstanceOutput ¶
type PauseClawOmniInstanceOutput struct {
Metadata *response.ResponseMetadata
Id *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (PauseClawOmniInstanceOutput) GoString ¶
func (s PauseClawOmniInstanceOutput) GoString() string
GoString returns the string representation
func (*PauseClawOmniInstanceOutput) SetId ¶
func (s *PauseClawOmniInstanceOutput) SetId(v string) *PauseClawOmniInstanceOutput
SetId sets the Id field's value.
func (PauseClawOmniInstanceOutput) String ¶
func (s PauseClawOmniInstanceOutput) String() string
String returns the string representation
type PremiumSeatQuotaForUpdateUsersQuotaInput ¶ added in v1.2.35
type PremiumSeatQuotaForUpdateUsersQuotaInput struct {
Value *int32 `type:"int32"`
// contains filtered or unexported fields
}
func (PremiumSeatQuotaForUpdateUsersQuotaInput) GoString ¶ added in v1.2.35
func (s PremiumSeatQuotaForUpdateUsersQuotaInput) GoString() string
GoString returns the string representation
func (*PremiumSeatQuotaForUpdateUsersQuotaInput) SetValue ¶ added in v1.2.35
func (s *PremiumSeatQuotaForUpdateUsersQuotaInput) SetValue(v int32) *PremiumSeatQuotaForUpdateUsersQuotaInput
SetValue sets the Value field's value.
func (PremiumSeatQuotaForUpdateUsersQuotaInput) String ¶ added in v1.2.35
func (s PremiumSeatQuotaForUpdateUsersQuotaInput) String() string
String returns the string representation
type PremiumSeatQuotaForUpdateUsersQuotaOutput ¶ added in v1.2.35
type PremiumSeatQuotaForUpdateUsersQuotaOutput struct {
Value *int32 `type:"int32"`
// contains filtered or unexported fields
}
func (PremiumSeatQuotaForUpdateUsersQuotaOutput) GoString ¶ added in v1.2.35
func (s PremiumSeatQuotaForUpdateUsersQuotaOutput) GoString() string
GoString returns the string representation
func (*PremiumSeatQuotaForUpdateUsersQuotaOutput) SetValue ¶ added in v1.2.35
func (s *PremiumSeatQuotaForUpdateUsersQuotaOutput) SetValue(v int32) *PremiumSeatQuotaForUpdateUsersQuotaOutput
SetValue sets the Value field's value.
func (PremiumSeatQuotaForUpdateUsersQuotaOutput) String ¶ added in v1.2.35
func (s PremiumSeatQuotaForUpdateUsersQuotaOutput) String() string
String returns the string representation
type PrivateEgressEndpointForDescribePrivateEgressEndpointsOutput ¶ added in v1.2.48
type PrivateEgressEndpointForDescribePrivateEgressEndpointsOutput struct {
AppPrivateAccessEnabled *bool `type:"boolean"`
CreateTime *string `type:"string"`
DestinationCidrs []*string `type:"list"`
EndpointIps []*string `type:"list"`
PrivateEgressEndpointId *string `type:"string"`
PrivateEgressId *string `type:"string"`
SecurityGroupIds []*string `type:"list"`
SpaceNetworkId *string `type:"string"`
Status *string `type:"string"`
UpdateTime *string `type:"string"`
VpcId *string `type:"string"`
ZoneMappings []*ZoneMappingForDescribePrivateEgressEndpointsOutput `type:"list"`
// contains filtered or unexported fields
}
func (PrivateEgressEndpointForDescribePrivateEgressEndpointsOutput) GoString ¶ added in v1.2.48
func (s PrivateEgressEndpointForDescribePrivateEgressEndpointsOutput) GoString() string
GoString returns the string representation
func (*PrivateEgressEndpointForDescribePrivateEgressEndpointsOutput) SetAppPrivateAccessEnabled ¶ added in v1.2.48
func (s *PrivateEgressEndpointForDescribePrivateEgressEndpointsOutput) SetAppPrivateAccessEnabled(v bool) *PrivateEgressEndpointForDescribePrivateEgressEndpointsOutput
SetAppPrivateAccessEnabled sets the AppPrivateAccessEnabled field's value.
func (*PrivateEgressEndpointForDescribePrivateEgressEndpointsOutput) SetCreateTime ¶ added in v1.2.48
func (s *PrivateEgressEndpointForDescribePrivateEgressEndpointsOutput) SetCreateTime(v string) *PrivateEgressEndpointForDescribePrivateEgressEndpointsOutput
SetCreateTime sets the CreateTime field's value.
func (*PrivateEgressEndpointForDescribePrivateEgressEndpointsOutput) SetDestinationCidrs ¶ added in v1.2.48
func (s *PrivateEgressEndpointForDescribePrivateEgressEndpointsOutput) SetDestinationCidrs(v []*string) *PrivateEgressEndpointForDescribePrivateEgressEndpointsOutput
SetDestinationCidrs sets the DestinationCidrs field's value.
func (*PrivateEgressEndpointForDescribePrivateEgressEndpointsOutput) SetEndpointIps ¶ added in v1.2.48
func (s *PrivateEgressEndpointForDescribePrivateEgressEndpointsOutput) SetEndpointIps(v []*string) *PrivateEgressEndpointForDescribePrivateEgressEndpointsOutput
SetEndpointIps sets the EndpointIps field's value.
func (*PrivateEgressEndpointForDescribePrivateEgressEndpointsOutput) SetPrivateEgressEndpointId ¶ added in v1.2.48
func (s *PrivateEgressEndpointForDescribePrivateEgressEndpointsOutput) SetPrivateEgressEndpointId(v string) *PrivateEgressEndpointForDescribePrivateEgressEndpointsOutput
SetPrivateEgressEndpointId sets the PrivateEgressEndpointId field's value.
func (*PrivateEgressEndpointForDescribePrivateEgressEndpointsOutput) SetPrivateEgressId ¶ added in v1.2.48
func (s *PrivateEgressEndpointForDescribePrivateEgressEndpointsOutput) SetPrivateEgressId(v string) *PrivateEgressEndpointForDescribePrivateEgressEndpointsOutput
SetPrivateEgressId sets the PrivateEgressId field's value.
func (*PrivateEgressEndpointForDescribePrivateEgressEndpointsOutput) SetSecurityGroupIds ¶ added in v1.2.48
func (s *PrivateEgressEndpointForDescribePrivateEgressEndpointsOutput) SetSecurityGroupIds(v []*string) *PrivateEgressEndpointForDescribePrivateEgressEndpointsOutput
SetSecurityGroupIds sets the SecurityGroupIds field's value.
func (*PrivateEgressEndpointForDescribePrivateEgressEndpointsOutput) SetSpaceNetworkId ¶ added in v1.2.48
func (s *PrivateEgressEndpointForDescribePrivateEgressEndpointsOutput) SetSpaceNetworkId(v string) *PrivateEgressEndpointForDescribePrivateEgressEndpointsOutput
SetSpaceNetworkId sets the SpaceNetworkId field's value.
func (*PrivateEgressEndpointForDescribePrivateEgressEndpointsOutput) SetStatus ¶ added in v1.2.48
func (s *PrivateEgressEndpointForDescribePrivateEgressEndpointsOutput) SetStatus(v string) *PrivateEgressEndpointForDescribePrivateEgressEndpointsOutput
SetStatus sets the Status field's value.
func (*PrivateEgressEndpointForDescribePrivateEgressEndpointsOutput) SetUpdateTime ¶ added in v1.2.48
func (s *PrivateEgressEndpointForDescribePrivateEgressEndpointsOutput) SetUpdateTime(v string) *PrivateEgressEndpointForDescribePrivateEgressEndpointsOutput
SetUpdateTime sets the UpdateTime field's value.
func (*PrivateEgressEndpointForDescribePrivateEgressEndpointsOutput) SetVpcId ¶ added in v1.2.48
func (s *PrivateEgressEndpointForDescribePrivateEgressEndpointsOutput) SetVpcId(v string) *PrivateEgressEndpointForDescribePrivateEgressEndpointsOutput
SetVpcId sets the VpcId field's value.
func (*PrivateEgressEndpointForDescribePrivateEgressEndpointsOutput) SetZoneMappings ¶ added in v1.2.48
func (s *PrivateEgressEndpointForDescribePrivateEgressEndpointsOutput) SetZoneMappings(v []*ZoneMappingForDescribePrivateEgressEndpointsOutput) *PrivateEgressEndpointForDescribePrivateEgressEndpointsOutput
SetZoneMappings sets the ZoneMappings field's value.
func (PrivateEgressEndpointForDescribePrivateEgressEndpointsOutput) String ¶ added in v1.2.48
func (s PrivateEgressEndpointForDescribePrivateEgressEndpointsOutput) String() string
String returns the string representation
type PrivateEgressNetworkAccessRuleForDescribePrivateEgressNetworkAccessRulesOutput ¶ added in v1.2.48
type PrivateEgressNetworkAccessRuleForDescribePrivateEgressNetworkAccessRulesOutput struct {
CreateTime *string `type:"string"`
Description *string `type:"string"`
DestCidrs []*string `type:"list"`
DestinationPorts []*string `type:"list"`
IsDefault *bool `type:"boolean"`
Name *string `type:"string"`
Priority *int32 `type:"int32"`
PrivateEgressNetworkAccessPolicyId *string `type:"string"`
PrivateEgressNetworkAccessRuleId *string `type:"string"`
Protocol *string `type:"string"`
RuleAction *string `type:"string"`
SourceIds []*string `type:"list"`
SourceType *string `type:"string"`
UpdateTime *string `type:"string"`
// contains filtered or unexported fields
}
func (PrivateEgressNetworkAccessRuleForDescribePrivateEgressNetworkAccessRulesOutput) GoString ¶ added in v1.2.48
func (s PrivateEgressNetworkAccessRuleForDescribePrivateEgressNetworkAccessRulesOutput) GoString() string
GoString returns the string representation
func (*PrivateEgressNetworkAccessRuleForDescribePrivateEgressNetworkAccessRulesOutput) SetCreateTime ¶ added in v1.2.48
func (s *PrivateEgressNetworkAccessRuleForDescribePrivateEgressNetworkAccessRulesOutput) SetCreateTime(v string) *PrivateEgressNetworkAccessRuleForDescribePrivateEgressNetworkAccessRulesOutput
SetCreateTime sets the CreateTime field's value.
func (*PrivateEgressNetworkAccessRuleForDescribePrivateEgressNetworkAccessRulesOutput) SetDescription ¶ added in v1.2.48
func (s *PrivateEgressNetworkAccessRuleForDescribePrivateEgressNetworkAccessRulesOutput) SetDescription(v string) *PrivateEgressNetworkAccessRuleForDescribePrivateEgressNetworkAccessRulesOutput
SetDescription sets the Description field's value.
func (*PrivateEgressNetworkAccessRuleForDescribePrivateEgressNetworkAccessRulesOutput) SetDestCidrs ¶ added in v1.2.48
func (s *PrivateEgressNetworkAccessRuleForDescribePrivateEgressNetworkAccessRulesOutput) SetDestCidrs(v []*string) *PrivateEgressNetworkAccessRuleForDescribePrivateEgressNetworkAccessRulesOutput
SetDestCidrs sets the DestCidrs field's value.
func (*PrivateEgressNetworkAccessRuleForDescribePrivateEgressNetworkAccessRulesOutput) SetDestinationPorts ¶ added in v1.2.48
func (s *PrivateEgressNetworkAccessRuleForDescribePrivateEgressNetworkAccessRulesOutput) SetDestinationPorts(v []*string) *PrivateEgressNetworkAccessRuleForDescribePrivateEgressNetworkAccessRulesOutput
SetDestinationPorts sets the DestinationPorts field's value.
func (*PrivateEgressNetworkAccessRuleForDescribePrivateEgressNetworkAccessRulesOutput) SetIsDefault ¶ added in v1.2.48
func (s *PrivateEgressNetworkAccessRuleForDescribePrivateEgressNetworkAccessRulesOutput) SetIsDefault(v bool) *PrivateEgressNetworkAccessRuleForDescribePrivateEgressNetworkAccessRulesOutput
SetIsDefault sets the IsDefault field's value.
func (*PrivateEgressNetworkAccessRuleForDescribePrivateEgressNetworkAccessRulesOutput) SetName ¶ added in v1.2.48
func (s *PrivateEgressNetworkAccessRuleForDescribePrivateEgressNetworkAccessRulesOutput) SetName(v string) *PrivateEgressNetworkAccessRuleForDescribePrivateEgressNetworkAccessRulesOutput
SetName sets the Name field's value.
func (*PrivateEgressNetworkAccessRuleForDescribePrivateEgressNetworkAccessRulesOutput) SetPriority ¶ added in v1.2.48
func (s *PrivateEgressNetworkAccessRuleForDescribePrivateEgressNetworkAccessRulesOutput) SetPriority(v int32) *PrivateEgressNetworkAccessRuleForDescribePrivateEgressNetworkAccessRulesOutput
SetPriority sets the Priority field's value.
func (*PrivateEgressNetworkAccessRuleForDescribePrivateEgressNetworkAccessRulesOutput) SetPrivateEgressNetworkAccessPolicyId ¶ added in v1.2.48
func (s *PrivateEgressNetworkAccessRuleForDescribePrivateEgressNetworkAccessRulesOutput) SetPrivateEgressNetworkAccessPolicyId(v string) *PrivateEgressNetworkAccessRuleForDescribePrivateEgressNetworkAccessRulesOutput
SetPrivateEgressNetworkAccessPolicyId sets the PrivateEgressNetworkAccessPolicyId field's value.
func (*PrivateEgressNetworkAccessRuleForDescribePrivateEgressNetworkAccessRulesOutput) SetPrivateEgressNetworkAccessRuleId ¶ added in v1.2.48
func (s *PrivateEgressNetworkAccessRuleForDescribePrivateEgressNetworkAccessRulesOutput) SetPrivateEgressNetworkAccessRuleId(v string) *PrivateEgressNetworkAccessRuleForDescribePrivateEgressNetworkAccessRulesOutput
SetPrivateEgressNetworkAccessRuleId sets the PrivateEgressNetworkAccessRuleId field's value.
func (*PrivateEgressNetworkAccessRuleForDescribePrivateEgressNetworkAccessRulesOutput) SetProtocol ¶ added in v1.2.48
func (s *PrivateEgressNetworkAccessRuleForDescribePrivateEgressNetworkAccessRulesOutput) SetProtocol(v string) *PrivateEgressNetworkAccessRuleForDescribePrivateEgressNetworkAccessRulesOutput
SetProtocol sets the Protocol field's value.
func (*PrivateEgressNetworkAccessRuleForDescribePrivateEgressNetworkAccessRulesOutput) SetRuleAction ¶ added in v1.2.48
func (s *PrivateEgressNetworkAccessRuleForDescribePrivateEgressNetworkAccessRulesOutput) SetRuleAction(v string) *PrivateEgressNetworkAccessRuleForDescribePrivateEgressNetworkAccessRulesOutput
SetRuleAction sets the RuleAction field's value.
func (*PrivateEgressNetworkAccessRuleForDescribePrivateEgressNetworkAccessRulesOutput) SetSourceIds ¶ added in v1.2.48
func (s *PrivateEgressNetworkAccessRuleForDescribePrivateEgressNetworkAccessRulesOutput) SetSourceIds(v []*string) *PrivateEgressNetworkAccessRuleForDescribePrivateEgressNetworkAccessRulesOutput
SetSourceIds sets the SourceIds field's value.
func (*PrivateEgressNetworkAccessRuleForDescribePrivateEgressNetworkAccessRulesOutput) SetSourceType ¶ added in v1.2.48
func (s *PrivateEgressNetworkAccessRuleForDescribePrivateEgressNetworkAccessRulesOutput) SetSourceType(v string) *PrivateEgressNetworkAccessRuleForDescribePrivateEgressNetworkAccessRulesOutput
SetSourceType sets the SourceType field's value.
func (*PrivateEgressNetworkAccessRuleForDescribePrivateEgressNetworkAccessRulesOutput) SetUpdateTime ¶ added in v1.2.48
func (s *PrivateEgressNetworkAccessRuleForDescribePrivateEgressNetworkAccessRulesOutput) SetUpdateTime(v string) *PrivateEgressNetworkAccessRuleForDescribePrivateEgressNetworkAccessRulesOutput
SetUpdateTime sets the UpdateTime field's value.
func (PrivateEgressNetworkAccessRuleForDescribePrivateEgressNetworkAccessRulesOutput) String ¶ added in v1.2.48
func (s PrivateEgressNetworkAccessRuleForDescribePrivateEgressNetworkAccessRulesOutput) String() string
String returns the string representation
type PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput ¶ added in v1.2.48
type PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput struct {
CreateTime *string `type:"string"`
Description *string `type:"string"`
DomainPatterns []*string `type:"list"`
IsDefault *bool `type:"boolean"`
ManagedTemplateId *string `type:"string"`
Name *string `type:"string"`
Priority *int32 `type:"int32"`
PrivateEgressWebAccessPolicyId *string `type:"string"`
PrivateEgressWebAccessRuleId *string `type:"string"`
RuleAction *string `type:"string"`
RuleType *string `type:"string"`
SourceIds []*string `type:"list"`
SourceType *string `type:"string"`
UpdateTime *string `type:"string"`
// contains filtered or unexported fields
}
func (PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput) GoString ¶ added in v1.2.48
func (s PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput) GoString() string
GoString returns the string representation
func (*PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput) SetCreateTime ¶ added in v1.2.48
func (s *PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput) SetCreateTime(v string) *PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput
SetCreateTime sets the CreateTime field's value.
func (*PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput) SetDescription ¶ added in v1.2.48
func (s *PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput) SetDescription(v string) *PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput
SetDescription sets the Description field's value.
func (*PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput) SetDomainPatterns ¶ added in v1.2.48
func (s *PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput) SetDomainPatterns(v []*string) *PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput
SetDomainPatterns sets the DomainPatterns field's value.
func (*PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput) SetIsDefault ¶ added in v1.2.48
func (s *PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput) SetIsDefault(v bool) *PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput
SetIsDefault sets the IsDefault field's value.
func (*PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput) SetManagedTemplateId ¶ added in v1.2.48
func (s *PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput) SetManagedTemplateId(v string) *PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput
SetManagedTemplateId sets the ManagedTemplateId field's value.
func (*PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput) SetName ¶ added in v1.2.48
func (s *PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput) SetName(v string) *PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput
SetName sets the Name field's value.
func (*PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput) SetPriority ¶ added in v1.2.48
func (s *PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput) SetPriority(v int32) *PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput
SetPriority sets the Priority field's value.
func (*PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput) SetPrivateEgressWebAccessPolicyId ¶ added in v1.2.48
func (s *PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput) SetPrivateEgressWebAccessPolicyId(v string) *PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput
SetPrivateEgressWebAccessPolicyId sets the PrivateEgressWebAccessPolicyId field's value.
func (*PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput) SetPrivateEgressWebAccessRuleId ¶ added in v1.2.48
func (s *PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput) SetPrivateEgressWebAccessRuleId(v string) *PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput
SetPrivateEgressWebAccessRuleId sets the PrivateEgressWebAccessRuleId field's value.
func (*PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput) SetRuleAction ¶ added in v1.2.48
func (s *PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput) SetRuleAction(v string) *PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput
SetRuleAction sets the RuleAction field's value.
func (*PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput) SetRuleType ¶ added in v1.2.48
func (s *PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput) SetRuleType(v string) *PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput
SetRuleType sets the RuleType field's value.
func (*PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput) SetSourceIds ¶ added in v1.2.48
func (s *PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput) SetSourceIds(v []*string) *PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput
SetSourceIds sets the SourceIds field's value.
func (*PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput) SetSourceType ¶ added in v1.2.48
func (s *PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput) SetSourceType(v string) *PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput
SetSourceType sets the SourceType field's value.
func (*PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput) SetUpdateTime ¶ added in v1.2.48
func (s *PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput) SetUpdateTime(v string) *PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput
SetUpdateTime sets the UpdateTime field's value.
func (PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput) String ¶ added in v1.2.48
func (s PrivateEgressWebAccessRuleForDescribePrivateEgressWebAccessRulesOutput) String() string
String returns the string representation
type ProviderForUpdateIdentityProviderTokenExchangeInput ¶ added in v1.2.48
type ProviderForUpdateIdentityProviderTokenExchangeInput struct {
Value *string `type:"string"`
// contains filtered or unexported fields
}
func (ProviderForUpdateIdentityProviderTokenExchangeInput) GoString ¶ added in v1.2.48
func (s ProviderForUpdateIdentityProviderTokenExchangeInput) GoString() string
GoString returns the string representation
func (*ProviderForUpdateIdentityProviderTokenExchangeInput) SetValue ¶ added in v1.2.48
func (s *ProviderForUpdateIdentityProviderTokenExchangeInput) SetValue(v string) *ProviderForUpdateIdentityProviderTokenExchangeInput
SetValue sets the Value field's value.
func (ProviderForUpdateIdentityProviderTokenExchangeInput) String ¶ added in v1.2.48
func (s ProviderForUpdateIdentityProviderTokenExchangeInput) String() string
String returns the string representation
type ProviderOptionsForCreateIdentityProviderTokenExchangeInput ¶ added in v1.2.48
type ProviderOptionsForCreateIdentityProviderTokenExchangeInput struct {
AutoLinking *string `type:"string"`
IsAutoCreation *bool `type:"boolean"`
IsAutoUpdate *bool `type:"boolean"`
IsCreationAllowed *bool `type:"boolean"`
IsLinkingAllowed *bool `type:"boolean"`
UserLinkingPromptEnabled *bool `type:"boolean"`
// contains filtered or unexported fields
}
func (ProviderOptionsForCreateIdentityProviderTokenExchangeInput) GoString ¶ added in v1.2.48
func (s ProviderOptionsForCreateIdentityProviderTokenExchangeInput) GoString() string
GoString returns the string representation
func (*ProviderOptionsForCreateIdentityProviderTokenExchangeInput) SetAutoLinking ¶ added in v1.2.48
func (s *ProviderOptionsForCreateIdentityProviderTokenExchangeInput) SetAutoLinking(v string) *ProviderOptionsForCreateIdentityProviderTokenExchangeInput
SetAutoLinking sets the AutoLinking field's value.
func (*ProviderOptionsForCreateIdentityProviderTokenExchangeInput) SetIsAutoCreation ¶ added in v1.2.48
func (s *ProviderOptionsForCreateIdentityProviderTokenExchangeInput) SetIsAutoCreation(v bool) *ProviderOptionsForCreateIdentityProviderTokenExchangeInput
SetIsAutoCreation sets the IsAutoCreation field's value.
func (*ProviderOptionsForCreateIdentityProviderTokenExchangeInput) SetIsAutoUpdate ¶ added in v1.2.48
func (s *ProviderOptionsForCreateIdentityProviderTokenExchangeInput) SetIsAutoUpdate(v bool) *ProviderOptionsForCreateIdentityProviderTokenExchangeInput
SetIsAutoUpdate sets the IsAutoUpdate field's value.
func (*ProviderOptionsForCreateIdentityProviderTokenExchangeInput) SetIsCreationAllowed ¶ added in v1.2.48
func (s *ProviderOptionsForCreateIdentityProviderTokenExchangeInput) SetIsCreationAllowed(v bool) *ProviderOptionsForCreateIdentityProviderTokenExchangeInput
SetIsCreationAllowed sets the IsCreationAllowed field's value.
func (*ProviderOptionsForCreateIdentityProviderTokenExchangeInput) SetIsLinkingAllowed ¶ added in v1.2.48
func (s *ProviderOptionsForCreateIdentityProviderTokenExchangeInput) SetIsLinkingAllowed(v bool) *ProviderOptionsForCreateIdentityProviderTokenExchangeInput
SetIsLinkingAllowed sets the IsLinkingAllowed field's value.
func (*ProviderOptionsForCreateIdentityProviderTokenExchangeInput) SetUserLinkingPromptEnabled ¶ added in v1.2.48
func (s *ProviderOptionsForCreateIdentityProviderTokenExchangeInput) SetUserLinkingPromptEnabled(v bool) *ProviderOptionsForCreateIdentityProviderTokenExchangeInput
SetUserLinkingPromptEnabled sets the UserLinkingPromptEnabled field's value.
func (ProviderOptionsForCreateIdentityProviderTokenExchangeInput) String ¶ added in v1.2.48
func (s ProviderOptionsForCreateIdentityProviderTokenExchangeInput) String() string
String returns the string representation
type ProviderOptionsForCreateIdentityProviderTokenExchangeOutput ¶ added in v1.2.48
type ProviderOptionsForCreateIdentityProviderTokenExchangeOutput struct {
AutoLinking *string `type:"string"`
IsAutoCreation *bool `type:"boolean"`
IsAutoUpdate *bool `type:"boolean"`
IsCreationAllowed *bool `type:"boolean"`
IsLinkingAllowed *bool `type:"boolean"`
UserLinkingPromptEnabled *bool `type:"boolean"`
// contains filtered or unexported fields
}
func (ProviderOptionsForCreateIdentityProviderTokenExchangeOutput) GoString ¶ added in v1.2.48
func (s ProviderOptionsForCreateIdentityProviderTokenExchangeOutput) GoString() string
GoString returns the string representation
func (*ProviderOptionsForCreateIdentityProviderTokenExchangeOutput) SetAutoLinking ¶ added in v1.2.48
func (s *ProviderOptionsForCreateIdentityProviderTokenExchangeOutput) SetAutoLinking(v string) *ProviderOptionsForCreateIdentityProviderTokenExchangeOutput
SetAutoLinking sets the AutoLinking field's value.
func (*ProviderOptionsForCreateIdentityProviderTokenExchangeOutput) SetIsAutoCreation ¶ added in v1.2.48
func (s *ProviderOptionsForCreateIdentityProviderTokenExchangeOutput) SetIsAutoCreation(v bool) *ProviderOptionsForCreateIdentityProviderTokenExchangeOutput
SetIsAutoCreation sets the IsAutoCreation field's value.
func (*ProviderOptionsForCreateIdentityProviderTokenExchangeOutput) SetIsAutoUpdate ¶ added in v1.2.48
func (s *ProviderOptionsForCreateIdentityProviderTokenExchangeOutput) SetIsAutoUpdate(v bool) *ProviderOptionsForCreateIdentityProviderTokenExchangeOutput
SetIsAutoUpdate sets the IsAutoUpdate field's value.
func (*ProviderOptionsForCreateIdentityProviderTokenExchangeOutput) SetIsCreationAllowed ¶ added in v1.2.48
func (s *ProviderOptionsForCreateIdentityProviderTokenExchangeOutput) SetIsCreationAllowed(v bool) *ProviderOptionsForCreateIdentityProviderTokenExchangeOutput
SetIsCreationAllowed sets the IsCreationAllowed field's value.
func (*ProviderOptionsForCreateIdentityProviderTokenExchangeOutput) SetIsLinkingAllowed ¶ added in v1.2.48
func (s *ProviderOptionsForCreateIdentityProviderTokenExchangeOutput) SetIsLinkingAllowed(v bool) *ProviderOptionsForCreateIdentityProviderTokenExchangeOutput
SetIsLinkingAllowed sets the IsLinkingAllowed field's value.
func (*ProviderOptionsForCreateIdentityProviderTokenExchangeOutput) SetUserLinkingPromptEnabled ¶ added in v1.2.48
func (s *ProviderOptionsForCreateIdentityProviderTokenExchangeOutput) SetUserLinkingPromptEnabled(v bool) *ProviderOptionsForCreateIdentityProviderTokenExchangeOutput
SetUserLinkingPromptEnabled sets the UserLinkingPromptEnabled field's value.
func (ProviderOptionsForCreateIdentityProviderTokenExchangeOutput) String ¶ added in v1.2.48
func (s ProviderOptionsForCreateIdentityProviderTokenExchangeOutput) String() string
String returns the string representation
type ProviderOptionsForGetIdentityProviderTokenExchangeOutput ¶ added in v1.2.48
type ProviderOptionsForGetIdentityProviderTokenExchangeOutput struct {
AutoLinking *string `type:"string" json:",omitempty"`
IsAutoCreation *bool `type:"boolean" json:",omitempty"`
IsAutoUpdate *bool `type:"boolean" json:",omitempty"`
IsCreationAllowed *bool `type:"boolean" json:",omitempty"`
IsLinkingAllowed *bool `type:"boolean" json:",omitempty"`
UserLinkingPromptEnabled *bool `type:"boolean" json:",omitempty"`
// contains filtered or unexported fields
}
func (ProviderOptionsForGetIdentityProviderTokenExchangeOutput) GoString ¶ added in v1.2.48
func (s ProviderOptionsForGetIdentityProviderTokenExchangeOutput) GoString() string
GoString returns the string representation
func (*ProviderOptionsForGetIdentityProviderTokenExchangeOutput) SetAutoLinking ¶ added in v1.2.48
func (s *ProviderOptionsForGetIdentityProviderTokenExchangeOutput) SetAutoLinking(v string) *ProviderOptionsForGetIdentityProviderTokenExchangeOutput
SetAutoLinking sets the AutoLinking field's value.
func (*ProviderOptionsForGetIdentityProviderTokenExchangeOutput) SetIsAutoCreation ¶ added in v1.2.48
func (s *ProviderOptionsForGetIdentityProviderTokenExchangeOutput) SetIsAutoCreation(v bool) *ProviderOptionsForGetIdentityProviderTokenExchangeOutput
SetIsAutoCreation sets the IsAutoCreation field's value.
func (*ProviderOptionsForGetIdentityProviderTokenExchangeOutput) SetIsAutoUpdate ¶ added in v1.2.48
func (s *ProviderOptionsForGetIdentityProviderTokenExchangeOutput) SetIsAutoUpdate(v bool) *ProviderOptionsForGetIdentityProviderTokenExchangeOutput
SetIsAutoUpdate sets the IsAutoUpdate field's value.
func (*ProviderOptionsForGetIdentityProviderTokenExchangeOutput) SetIsCreationAllowed ¶ added in v1.2.48
func (s *ProviderOptionsForGetIdentityProviderTokenExchangeOutput) SetIsCreationAllowed(v bool) *ProviderOptionsForGetIdentityProviderTokenExchangeOutput
SetIsCreationAllowed sets the IsCreationAllowed field's value.
func (*ProviderOptionsForGetIdentityProviderTokenExchangeOutput) SetIsLinkingAllowed ¶ added in v1.2.48
func (s *ProviderOptionsForGetIdentityProviderTokenExchangeOutput) SetIsLinkingAllowed(v bool) *ProviderOptionsForGetIdentityProviderTokenExchangeOutput
SetIsLinkingAllowed sets the IsLinkingAllowed field's value.
func (*ProviderOptionsForGetIdentityProviderTokenExchangeOutput) SetUserLinkingPromptEnabled ¶ added in v1.2.48
func (s *ProviderOptionsForGetIdentityProviderTokenExchangeOutput) SetUserLinkingPromptEnabled(v bool) *ProviderOptionsForGetIdentityProviderTokenExchangeOutput
SetUserLinkingPromptEnabled sets the UserLinkingPromptEnabled field's value.
func (ProviderOptionsForGetIdentityProviderTokenExchangeOutput) String ¶ added in v1.2.48
func (s ProviderOptionsForGetIdentityProviderTokenExchangeOutput) String() string
String returns the string representation
type ProviderOptionsForListIdentityProvidersTokenExchangeOutput ¶ added in v1.2.48
type ProviderOptionsForListIdentityProvidersTokenExchangeOutput struct {
AutoLinking *string `type:"string" json:",omitempty"`
IsAutoCreation *bool `type:"boolean" json:",omitempty"`
IsAutoUpdate *bool `type:"boolean" json:",omitempty"`
IsCreationAllowed *bool `type:"boolean" json:",omitempty"`
IsLinkingAllowed *bool `type:"boolean" json:",omitempty"`
UserLinkingPromptEnabled *bool `type:"boolean" json:",omitempty"`
// contains filtered or unexported fields
}
func (ProviderOptionsForListIdentityProvidersTokenExchangeOutput) GoString ¶ added in v1.2.48
func (s ProviderOptionsForListIdentityProvidersTokenExchangeOutput) GoString() string
GoString returns the string representation
func (*ProviderOptionsForListIdentityProvidersTokenExchangeOutput) SetAutoLinking ¶ added in v1.2.48
func (s *ProviderOptionsForListIdentityProvidersTokenExchangeOutput) SetAutoLinking(v string) *ProviderOptionsForListIdentityProvidersTokenExchangeOutput
SetAutoLinking sets the AutoLinking field's value.
func (*ProviderOptionsForListIdentityProvidersTokenExchangeOutput) SetIsAutoCreation ¶ added in v1.2.48
func (s *ProviderOptionsForListIdentityProvidersTokenExchangeOutput) SetIsAutoCreation(v bool) *ProviderOptionsForListIdentityProvidersTokenExchangeOutput
SetIsAutoCreation sets the IsAutoCreation field's value.
func (*ProviderOptionsForListIdentityProvidersTokenExchangeOutput) SetIsAutoUpdate ¶ added in v1.2.48
func (s *ProviderOptionsForListIdentityProvidersTokenExchangeOutput) SetIsAutoUpdate(v bool) *ProviderOptionsForListIdentityProvidersTokenExchangeOutput
SetIsAutoUpdate sets the IsAutoUpdate field's value.
func (*ProviderOptionsForListIdentityProvidersTokenExchangeOutput) SetIsCreationAllowed ¶ added in v1.2.48
func (s *ProviderOptionsForListIdentityProvidersTokenExchangeOutput) SetIsCreationAllowed(v bool) *ProviderOptionsForListIdentityProvidersTokenExchangeOutput
SetIsCreationAllowed sets the IsCreationAllowed field's value.
func (*ProviderOptionsForListIdentityProvidersTokenExchangeOutput) SetIsLinkingAllowed ¶ added in v1.2.48
func (s *ProviderOptionsForListIdentityProvidersTokenExchangeOutput) SetIsLinkingAllowed(v bool) *ProviderOptionsForListIdentityProvidersTokenExchangeOutput
SetIsLinkingAllowed sets the IsLinkingAllowed field's value.
func (*ProviderOptionsForListIdentityProvidersTokenExchangeOutput) SetUserLinkingPromptEnabled ¶ added in v1.2.48
func (s *ProviderOptionsForListIdentityProvidersTokenExchangeOutput) SetUserLinkingPromptEnabled(v bool) *ProviderOptionsForListIdentityProvidersTokenExchangeOutput
SetUserLinkingPromptEnabled sets the UserLinkingPromptEnabled field's value.
func (ProviderOptionsForListIdentityProvidersTokenExchangeOutput) String ¶ added in v1.2.48
func (s ProviderOptionsForListIdentityProvidersTokenExchangeOutput) String() string
String returns the string representation
type ProviderOptionsForUpdateIdentityProviderTokenExchangeInput ¶ added in v1.2.48
type ProviderOptionsForUpdateIdentityProviderTokenExchangeInput struct {
AutoLinking *string `type:"string"`
IsAutoCreation *bool `type:"boolean"`
IsAutoUpdate *bool `type:"boolean"`
IsCreationAllowed *bool `type:"boolean"`
IsLinkingAllowed *bool `type:"boolean"`
UserLinkingPromptEnabled *bool `type:"boolean"`
// contains filtered or unexported fields
}
func (ProviderOptionsForUpdateIdentityProviderTokenExchangeInput) GoString ¶ added in v1.2.48
func (s ProviderOptionsForUpdateIdentityProviderTokenExchangeInput) GoString() string
GoString returns the string representation
func (*ProviderOptionsForUpdateIdentityProviderTokenExchangeInput) SetAutoLinking ¶ added in v1.2.48
func (s *ProviderOptionsForUpdateIdentityProviderTokenExchangeInput) SetAutoLinking(v string) *ProviderOptionsForUpdateIdentityProviderTokenExchangeInput
SetAutoLinking sets the AutoLinking field's value.
func (*ProviderOptionsForUpdateIdentityProviderTokenExchangeInput) SetIsAutoCreation ¶ added in v1.2.48
func (s *ProviderOptionsForUpdateIdentityProviderTokenExchangeInput) SetIsAutoCreation(v bool) *ProviderOptionsForUpdateIdentityProviderTokenExchangeInput
SetIsAutoCreation sets the IsAutoCreation field's value.
func (*ProviderOptionsForUpdateIdentityProviderTokenExchangeInput) SetIsAutoUpdate ¶ added in v1.2.48
func (s *ProviderOptionsForUpdateIdentityProviderTokenExchangeInput) SetIsAutoUpdate(v bool) *ProviderOptionsForUpdateIdentityProviderTokenExchangeInput
SetIsAutoUpdate sets the IsAutoUpdate field's value.
func (*ProviderOptionsForUpdateIdentityProviderTokenExchangeInput) SetIsCreationAllowed ¶ added in v1.2.48
func (s *ProviderOptionsForUpdateIdentityProviderTokenExchangeInput) SetIsCreationAllowed(v bool) *ProviderOptionsForUpdateIdentityProviderTokenExchangeInput
SetIsCreationAllowed sets the IsCreationAllowed field's value.
func (*ProviderOptionsForUpdateIdentityProviderTokenExchangeInput) SetIsLinkingAllowed ¶ added in v1.2.48
func (s *ProviderOptionsForUpdateIdentityProviderTokenExchangeInput) SetIsLinkingAllowed(v bool) *ProviderOptionsForUpdateIdentityProviderTokenExchangeInput
SetIsLinkingAllowed sets the IsLinkingAllowed field's value.
func (*ProviderOptionsForUpdateIdentityProviderTokenExchangeInput) SetUserLinkingPromptEnabled ¶ added in v1.2.48
func (s *ProviderOptionsForUpdateIdentityProviderTokenExchangeInput) SetUserLinkingPromptEnabled(v bool) *ProviderOptionsForUpdateIdentityProviderTokenExchangeInput
SetUserLinkingPromptEnabled sets the UserLinkingPromptEnabled field's value.
func (ProviderOptionsForUpdateIdentityProviderTokenExchangeInput) String ¶ added in v1.2.48
func (s ProviderOptionsForUpdateIdentityProviderTokenExchangeInput) String() string
String returns the string representation
type ProviderOptionsForUpdateIdentityProviderTokenExchangeOutput ¶ added in v1.2.48
type ProviderOptionsForUpdateIdentityProviderTokenExchangeOutput struct {
AutoLinking *string `type:"string"`
IsAutoCreation *bool `type:"boolean"`
IsAutoUpdate *bool `type:"boolean"`
IsCreationAllowed *bool `type:"boolean"`
IsLinkingAllowed *bool `type:"boolean"`
UserLinkingPromptEnabled *bool `type:"boolean"`
// contains filtered or unexported fields
}
func (ProviderOptionsForUpdateIdentityProviderTokenExchangeOutput) GoString ¶ added in v1.2.48
func (s ProviderOptionsForUpdateIdentityProviderTokenExchangeOutput) GoString() string
GoString returns the string representation
func (*ProviderOptionsForUpdateIdentityProviderTokenExchangeOutput) SetAutoLinking ¶ added in v1.2.48
func (s *ProviderOptionsForUpdateIdentityProviderTokenExchangeOutput) SetAutoLinking(v string) *ProviderOptionsForUpdateIdentityProviderTokenExchangeOutput
SetAutoLinking sets the AutoLinking field's value.
func (*ProviderOptionsForUpdateIdentityProviderTokenExchangeOutput) SetIsAutoCreation ¶ added in v1.2.48
func (s *ProviderOptionsForUpdateIdentityProviderTokenExchangeOutput) SetIsAutoCreation(v bool) *ProviderOptionsForUpdateIdentityProviderTokenExchangeOutput
SetIsAutoCreation sets the IsAutoCreation field's value.
func (*ProviderOptionsForUpdateIdentityProviderTokenExchangeOutput) SetIsAutoUpdate ¶ added in v1.2.48
func (s *ProviderOptionsForUpdateIdentityProviderTokenExchangeOutput) SetIsAutoUpdate(v bool) *ProviderOptionsForUpdateIdentityProviderTokenExchangeOutput
SetIsAutoUpdate sets the IsAutoUpdate field's value.
func (*ProviderOptionsForUpdateIdentityProviderTokenExchangeOutput) SetIsCreationAllowed ¶ added in v1.2.48
func (s *ProviderOptionsForUpdateIdentityProviderTokenExchangeOutput) SetIsCreationAllowed(v bool) *ProviderOptionsForUpdateIdentityProviderTokenExchangeOutput
SetIsCreationAllowed sets the IsCreationAllowed field's value.
func (*ProviderOptionsForUpdateIdentityProviderTokenExchangeOutput) SetIsLinkingAllowed ¶ added in v1.2.48
func (s *ProviderOptionsForUpdateIdentityProviderTokenExchangeOutput) SetIsLinkingAllowed(v bool) *ProviderOptionsForUpdateIdentityProviderTokenExchangeOutput
SetIsLinkingAllowed sets the IsLinkingAllowed field's value.
func (*ProviderOptionsForUpdateIdentityProviderTokenExchangeOutput) SetUserLinkingPromptEnabled ¶ added in v1.2.48
func (s *ProviderOptionsForUpdateIdentityProviderTokenExchangeOutput) SetUserLinkingPromptEnabled(v bool) *ProviderOptionsForUpdateIdentityProviderTokenExchangeOutput
SetUserLinkingPromptEnabled sets the UserLinkingPromptEnabled field's value.
func (ProviderOptionsForUpdateIdentityProviderTokenExchangeOutput) String ¶ added in v1.2.48
func (s ProviderOptionsForUpdateIdentityProviderTokenExchangeOutput) String() string
String returns the string representation
type ProviderTypeForUpdateIdentityProviderTokenExchangeInput ¶ added in v1.2.48
type ProviderTypeForUpdateIdentityProviderTokenExchangeInput struct {
Value *string `type:"string"`
// contains filtered or unexported fields
}
func (ProviderTypeForUpdateIdentityProviderTokenExchangeInput) GoString ¶ added in v1.2.48
func (s ProviderTypeForUpdateIdentityProviderTokenExchangeInput) GoString() string
GoString returns the string representation
func (*ProviderTypeForUpdateIdentityProviderTokenExchangeInput) SetValue ¶ added in v1.2.48
func (s *ProviderTypeForUpdateIdentityProviderTokenExchangeInput) SetValue(v string) *ProviderTypeForUpdateIdentityProviderTokenExchangeInput
SetValue sets the Value field's value.
func (ProviderTypeForUpdateIdentityProviderTokenExchangeInput) String ¶ added in v1.2.48
func (s ProviderTypeForUpdateIdentityProviderTokenExchangeInput) String() string
String returns the string representation
type RejectClawOmniInstanceDevicePairingInput ¶ added in v1.2.29
type RejectClawOmniInstanceDevicePairingInput struct {
// Id is a required field
Id *string `type:"string" json:",omitempty" required:"true"`
// RequestId is a required field
RequestId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (RejectClawOmniInstanceDevicePairingInput) GoString ¶ added in v1.2.29
func (s RejectClawOmniInstanceDevicePairingInput) GoString() string
GoString returns the string representation
func (*RejectClawOmniInstanceDevicePairingInput) SetId ¶ added in v1.2.29
func (s *RejectClawOmniInstanceDevicePairingInput) SetId(v string) *RejectClawOmniInstanceDevicePairingInput
SetId sets the Id field's value.
func (*RejectClawOmniInstanceDevicePairingInput) SetRequestId ¶ added in v1.2.29
func (s *RejectClawOmniInstanceDevicePairingInput) SetRequestId(v string) *RejectClawOmniInstanceDevicePairingInput
SetRequestId sets the RequestId field's value.
func (RejectClawOmniInstanceDevicePairingInput) String ¶ added in v1.2.29
func (s RejectClawOmniInstanceDevicePairingInput) String() string
String returns the string representation
func (*RejectClawOmniInstanceDevicePairingInput) Validate ¶ added in v1.2.29
func (s *RejectClawOmniInstanceDevicePairingInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type RejectClawOmniInstanceDevicePairingOutput ¶ added in v1.2.29
type RejectClawOmniInstanceDevicePairingOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (RejectClawOmniInstanceDevicePairingOutput) GoString ¶ added in v1.2.29
func (s RejectClawOmniInstanceDevicePairingOutput) GoString() string
GoString returns the string representation
func (RejectClawOmniInstanceDevicePairingOutput) String ¶ added in v1.2.29
func (s RejectClawOmniInstanceDevicePairingOutput) String() string
String returns the string representation
type RemoveClawOmniInstanceDevicePairedInput ¶ added in v1.2.29
type RemoveClawOmniInstanceDevicePairedInput struct {
// Id is a required field
Id *string `type:"string" json:",omitempty" required:"true"`
// NodeId is a required field
NodeId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (RemoveClawOmniInstanceDevicePairedInput) GoString ¶ added in v1.2.29
func (s RemoveClawOmniInstanceDevicePairedInput) GoString() string
GoString returns the string representation
func (*RemoveClawOmniInstanceDevicePairedInput) SetId ¶ added in v1.2.29
func (s *RemoveClawOmniInstanceDevicePairedInput) SetId(v string) *RemoveClawOmniInstanceDevicePairedInput
SetId sets the Id field's value.
func (*RemoveClawOmniInstanceDevicePairedInput) SetNodeId ¶ added in v1.2.29
func (s *RemoveClawOmniInstanceDevicePairedInput) SetNodeId(v string) *RemoveClawOmniInstanceDevicePairedInput
SetNodeId sets the NodeId field's value.
func (RemoveClawOmniInstanceDevicePairedInput) String ¶ added in v1.2.29
func (s RemoveClawOmniInstanceDevicePairedInput) String() string
String returns the string representation
func (*RemoveClawOmniInstanceDevicePairedInput) Validate ¶ added in v1.2.29
func (s *RemoveClawOmniInstanceDevicePairedInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type RemoveClawOmniInstanceDevicePairedOutput ¶ added in v1.2.29
type RemoveClawOmniInstanceDevicePairedOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (RemoveClawOmniInstanceDevicePairedOutput) GoString ¶ added in v1.2.29
func (s RemoveClawOmniInstanceDevicePairedOutput) GoString() string
GoString returns the string representation
func (RemoveClawOmniInstanceDevicePairedOutput) String ¶ added in v1.2.29
func (s RemoveClawOmniInstanceDevicePairedOutput) String() string
String returns the string representation
type ResetClawOmniInstanceInput ¶ added in v1.2.27
type ResetClawOmniInstanceInput struct {
// Id is a required field
Id *string `type:"string" json:",omitempty" required:"true"`
ProjectName *string `type:"string" json:",omitempty"`
TemplateId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ResetClawOmniInstanceInput) GoString ¶ added in v1.2.27
func (s ResetClawOmniInstanceInput) GoString() string
GoString returns the string representation
func (*ResetClawOmniInstanceInput) SetId ¶ added in v1.2.27
func (s *ResetClawOmniInstanceInput) SetId(v string) *ResetClawOmniInstanceInput
SetId sets the Id field's value.
func (*ResetClawOmniInstanceInput) SetProjectName ¶ added in v1.2.27
func (s *ResetClawOmniInstanceInput) SetProjectName(v string) *ResetClawOmniInstanceInput
SetProjectName sets the ProjectName field's value.
func (*ResetClawOmniInstanceInput) SetTemplateId ¶ added in v1.2.27
func (s *ResetClawOmniInstanceInput) SetTemplateId(v string) *ResetClawOmniInstanceInput
SetTemplateId sets the TemplateId field's value.
func (ResetClawOmniInstanceInput) String ¶ added in v1.2.27
func (s ResetClawOmniInstanceInput) String() string
String returns the string representation
func (*ResetClawOmniInstanceInput) Validate ¶ added in v1.2.27
func (s *ResetClawOmniInstanceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ResetClawOmniInstanceOutput ¶ added in v1.2.27
type ResetClawOmniInstanceOutput struct {
Metadata *response.ResponseMetadata
Id *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ResetClawOmniInstanceOutput) GoString ¶ added in v1.2.27
func (s ResetClawOmniInstanceOutput) GoString() string
GoString returns the string representation
func (*ResetClawOmniInstanceOutput) SetId ¶ added in v1.2.27
func (s *ResetClawOmniInstanceOutput) SetId(v string) *ResetClawOmniInstanceOutput
SetId sets the Id field's value.
func (ResetClawOmniInstanceOutput) String ¶ added in v1.2.27
func (s ResetClawOmniInstanceOutput) String() string
String returns the string representation
type RestartClawInstanceInput ¶ added in v1.2.48
type RestartClawInstanceInput struct {
// ClawInstanceId is a required field
ClawInstanceId *string `type:"string" json:",omitempty" required:"true"`
Email *string `type:"string" json:",omitempty"`
ProjectName *string `type:"string" json:",omitempty"`
SpaceId *string `type:"string" json:",omitempty"`
SsoProvider *string `type:"string" json:",omitempty"`
UnionId *string `type:"string" json:",omitempty"`
UserId *string `type:"string" json:",omitempty"`
UserPoolUserUid *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (RestartClawInstanceInput) GoString ¶ added in v1.2.48
func (s RestartClawInstanceInput) GoString() string
GoString returns the string representation
func (*RestartClawInstanceInput) SetClawInstanceId ¶ added in v1.2.48
func (s *RestartClawInstanceInput) SetClawInstanceId(v string) *RestartClawInstanceInput
SetClawInstanceId sets the ClawInstanceId field's value.
func (*RestartClawInstanceInput) SetEmail ¶ added in v1.2.48
func (s *RestartClawInstanceInput) SetEmail(v string) *RestartClawInstanceInput
SetEmail sets the Email field's value.
func (*RestartClawInstanceInput) SetProjectName ¶ added in v1.2.48
func (s *RestartClawInstanceInput) SetProjectName(v string) *RestartClawInstanceInput
SetProjectName sets the ProjectName field's value.
func (*RestartClawInstanceInput) SetSpaceId ¶ added in v1.2.48
func (s *RestartClawInstanceInput) SetSpaceId(v string) *RestartClawInstanceInput
SetSpaceId sets the SpaceId field's value.
func (*RestartClawInstanceInput) SetSsoProvider ¶ added in v1.2.48
func (s *RestartClawInstanceInput) SetSsoProvider(v string) *RestartClawInstanceInput
SetSsoProvider sets the SsoProvider field's value.
func (*RestartClawInstanceInput) SetUnionId ¶ added in v1.2.48
func (s *RestartClawInstanceInput) SetUnionId(v string) *RestartClawInstanceInput
SetUnionId sets the UnionId field's value.
func (*RestartClawInstanceInput) SetUserId ¶ added in v1.2.48
func (s *RestartClawInstanceInput) SetUserId(v string) *RestartClawInstanceInput
SetUserId sets the UserId field's value.
func (*RestartClawInstanceInput) SetUserPoolUserUid ¶ added in v1.2.48
func (s *RestartClawInstanceInput) SetUserPoolUserUid(v string) *RestartClawInstanceInput
SetUserPoolUserUid sets the UserPoolUserUid field's value.
func (RestartClawInstanceInput) String ¶ added in v1.2.48
func (s RestartClawInstanceInput) String() string
String returns the string representation
func (*RestartClawInstanceInput) Validate ¶ added in v1.2.48
func (s *RestartClawInstanceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type RestartClawInstanceOutput ¶ added in v1.2.48
type RestartClawInstanceOutput struct {
Metadata *response.ResponseMetadata
ClawInstanceId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (RestartClawInstanceOutput) GoString ¶ added in v1.2.48
func (s RestartClawInstanceOutput) GoString() string
GoString returns the string representation
func (*RestartClawInstanceOutput) SetClawInstanceId ¶ added in v1.2.48
func (s *RestartClawInstanceOutput) SetClawInstanceId(v string) *RestartClawInstanceOutput
SetClawInstanceId sets the ClawInstanceId field's value.
func (RestartClawInstanceOutput) String ¶ added in v1.2.48
func (s RestartClawInstanceOutput) String() string
String returns the string representation
type ResultDeliveryForGetScheduledJobOutput ¶ added in v1.2.48
type ResultDeliveryForGetScheduledJobOutput struct {
Channel *string `type:"string" json:",omitempty"`
ChatId *string `type:"string" json:",omitempty"`
Target *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ResultDeliveryForGetScheduledJobOutput) GoString ¶ added in v1.2.48
func (s ResultDeliveryForGetScheduledJobOutput) GoString() string
GoString returns the string representation
func (*ResultDeliveryForGetScheduledJobOutput) SetChannel ¶ added in v1.2.48
func (s *ResultDeliveryForGetScheduledJobOutput) SetChannel(v string) *ResultDeliveryForGetScheduledJobOutput
SetChannel sets the Channel field's value.
func (*ResultDeliveryForGetScheduledJobOutput) SetChatId ¶ added in v1.2.48
func (s *ResultDeliveryForGetScheduledJobOutput) SetChatId(v string) *ResultDeliveryForGetScheduledJobOutput
SetChatId sets the ChatId field's value.
func (*ResultDeliveryForGetScheduledJobOutput) SetTarget ¶ added in v1.2.48
func (s *ResultDeliveryForGetScheduledJobOutput) SetTarget(v string) *ResultDeliveryForGetScheduledJobOutput
SetTarget sets the Target field's value.
func (ResultDeliveryForGetScheduledJobOutput) String ¶ added in v1.2.48
func (s ResultDeliveryForGetScheduledJobOutput) String() string
String returns the string representation
type ResultDeliveryForUpdateScheduledJobInput ¶ added in v1.2.48
type ResultDeliveryForUpdateScheduledJobInput struct {
Channel *string `type:"string"`
ChatId *string `type:"string"`
// Target is a required field
Target *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
func (ResultDeliveryForUpdateScheduledJobInput) GoString ¶ added in v1.2.48
func (s ResultDeliveryForUpdateScheduledJobInput) GoString() string
GoString returns the string representation
func (*ResultDeliveryForUpdateScheduledJobInput) SetChannel ¶ added in v1.2.48
func (s *ResultDeliveryForUpdateScheduledJobInput) SetChannel(v string) *ResultDeliveryForUpdateScheduledJobInput
SetChannel sets the Channel field's value.
func (*ResultDeliveryForUpdateScheduledJobInput) SetChatId ¶ added in v1.2.48
func (s *ResultDeliveryForUpdateScheduledJobInput) SetChatId(v string) *ResultDeliveryForUpdateScheduledJobInput
SetChatId sets the ChatId field's value.
func (*ResultDeliveryForUpdateScheduledJobInput) SetTarget ¶ added in v1.2.48
func (s *ResultDeliveryForUpdateScheduledJobInput) SetTarget(v string) *ResultDeliveryForUpdateScheduledJobInput
SetTarget sets the Target field's value.
func (ResultDeliveryForUpdateScheduledJobInput) String ¶ added in v1.2.48
func (s ResultDeliveryForUpdateScheduledJobInput) String() string
String returns the string representation
func (*ResultDeliveryForUpdateScheduledJobInput) Validate ¶ added in v1.2.48
func (s *ResultDeliveryForUpdateScheduledJobInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ResultForDeleteIdentityProviderTokenExchangeOutput ¶ added in v1.2.48
type ResultForDeleteIdentityProviderTokenExchangeOutput struct {
Message *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ResultForDeleteIdentityProviderTokenExchangeOutput) GoString ¶ added in v1.2.48
func (s ResultForDeleteIdentityProviderTokenExchangeOutput) GoString() string
GoString returns the string representation
func (*ResultForDeleteIdentityProviderTokenExchangeOutput) SetMessage ¶ added in v1.2.48
func (s *ResultForDeleteIdentityProviderTokenExchangeOutput) SetMessage(v string) *ResultForDeleteIdentityProviderTokenExchangeOutput
SetMessage sets the Message field's value.
func (ResultForDeleteIdentityProviderTokenExchangeOutput) String ¶ added in v1.2.48
func (s ResultForDeleteIdentityProviderTokenExchangeOutput) String() string
String returns the string representation
type ResumeClawOmniInstanceInput ¶
type ResumeClawOmniInstanceInput struct {
// Id is a required field
Id *string `type:"string" json:",omitempty" required:"true"`
Timeout *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (ResumeClawOmniInstanceInput) GoString ¶
func (s ResumeClawOmniInstanceInput) GoString() string
GoString returns the string representation
func (*ResumeClawOmniInstanceInput) SetId ¶
func (s *ResumeClawOmniInstanceInput) SetId(v string) *ResumeClawOmniInstanceInput
SetId sets the Id field's value.
func (*ResumeClawOmniInstanceInput) SetTimeout ¶
func (s *ResumeClawOmniInstanceInput) SetTimeout(v int32) *ResumeClawOmniInstanceInput
SetTimeout sets the Timeout field's value.
func (ResumeClawOmniInstanceInput) String ¶
func (s ResumeClawOmniInstanceInput) String() string
String returns the string representation
func (*ResumeClawOmniInstanceInput) Validate ¶
func (s *ResumeClawOmniInstanceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ResumeClawOmniInstanceOutput ¶
type ResumeClawOmniInstanceOutput struct {
Metadata *response.ResponseMetadata
Id *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ResumeClawOmniInstanceOutput) GoString ¶
func (s ResumeClawOmniInstanceOutput) GoString() string
GoString returns the string representation
func (*ResumeClawOmniInstanceOutput) SetId ¶
func (s *ResumeClawOmniInstanceOutput) SetId(v string) *ResumeClawOmniInstanceOutput
SetId sets the Id field's value.
func (ResumeClawOmniInstanceOutput) String ¶
func (s ResumeClawOmniInstanceOutput) String() string
String returns the string representation
type RunForListScheduledJobRunsOutput ¶ added in v1.2.38
type RunForListScheduledJobRunsOutput struct {
CreatedAt *string `type:"string" json:",omitempty"`
ErrorMessage *string `type:"string" json:",omitempty"`
InstanceId *string `type:"string" json:",omitempty"`
JobId *string `type:"string" json:",omitempty"`
RunId *string `type:"string" json:",omitempty"`
Status *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (RunForListScheduledJobRunsOutput) GoString ¶ added in v1.2.38
func (s RunForListScheduledJobRunsOutput) GoString() string
GoString returns the string representation
func (*RunForListScheduledJobRunsOutput) SetCreatedAt ¶ added in v1.2.38
func (s *RunForListScheduledJobRunsOutput) SetCreatedAt(v string) *RunForListScheduledJobRunsOutput
SetCreatedAt sets the CreatedAt field's value.
func (*RunForListScheduledJobRunsOutput) SetErrorMessage ¶ added in v1.2.38
func (s *RunForListScheduledJobRunsOutput) SetErrorMessage(v string) *RunForListScheduledJobRunsOutput
SetErrorMessage sets the ErrorMessage field's value.
func (*RunForListScheduledJobRunsOutput) SetInstanceId ¶ added in v1.2.38
func (s *RunForListScheduledJobRunsOutput) SetInstanceId(v string) *RunForListScheduledJobRunsOutput
SetInstanceId sets the InstanceId field's value.
func (*RunForListScheduledJobRunsOutput) SetJobId ¶ added in v1.2.38
func (s *RunForListScheduledJobRunsOutput) SetJobId(v string) *RunForListScheduledJobRunsOutput
SetJobId sets the JobId field's value.
func (*RunForListScheduledJobRunsOutput) SetRunId ¶ added in v1.2.38
func (s *RunForListScheduledJobRunsOutput) SetRunId(v string) *RunForListScheduledJobRunsOutput
SetRunId sets the RunId field's value.
func (*RunForListScheduledJobRunsOutput) SetStatus ¶ added in v1.2.38
func (s *RunForListScheduledJobRunsOutput) SetStatus(v string) *RunForListScheduledJobRunsOutput
SetStatus sets the Status field's value.
func (RunForListScheduledJobRunsOutput) String ¶ added in v1.2.38
func (s RunForListScheduledJobRunsOutput) String() string
String returns the string representation
type SeatForListClawSpaceSeatsOutput ¶ added in v1.2.35
type SeatForListClawSpaceSeatsOutput struct {
Count *int32 `type:"int32"`
CreatedAt *string `type:"string"`
ExpiredAt *string `type:"string"`
SeatType *string `type:"string"`
Status *string `type:"string"`
// contains filtered or unexported fields
}
func (SeatForListClawSpaceSeatsOutput) GoString ¶ added in v1.2.35
func (s SeatForListClawSpaceSeatsOutput) GoString() string
GoString returns the string representation
func (*SeatForListClawSpaceSeatsOutput) SetCount ¶ added in v1.2.35
func (s *SeatForListClawSpaceSeatsOutput) SetCount(v int32) *SeatForListClawSpaceSeatsOutput
SetCount sets the Count field's value.
func (*SeatForListClawSpaceSeatsOutput) SetCreatedAt ¶ added in v1.2.35
func (s *SeatForListClawSpaceSeatsOutput) SetCreatedAt(v string) *SeatForListClawSpaceSeatsOutput
SetCreatedAt sets the CreatedAt field's value.
func (*SeatForListClawSpaceSeatsOutput) SetExpiredAt ¶ added in v1.2.35
func (s *SeatForListClawSpaceSeatsOutput) SetExpiredAt(v string) *SeatForListClawSpaceSeatsOutput
SetExpiredAt sets the ExpiredAt field's value.
func (*SeatForListClawSpaceSeatsOutput) SetSeatType ¶ added in v1.2.35
func (s *SeatForListClawSpaceSeatsOutput) SetSeatType(v string) *SeatForListClawSpaceSeatsOutput
SetSeatType sets the SeatType field's value.
func (*SeatForListClawSpaceSeatsOutput) SetStatus ¶ added in v1.2.35
func (s *SeatForListClawSpaceSeatsOutput) SetStatus(v string) *SeatForListClawSpaceSeatsOutput
SetStatus sets the Status field's value.
func (SeatForListClawSpaceSeatsOutput) String ¶ added in v1.2.35
func (s SeatForListClawSpaceSeatsOutput) String() string
String returns the string representation
type SeatQuotaConfigForUpdateUsersQuotaInput ¶ added in v1.2.35
type SeatQuotaConfigForUpdateUsersQuotaInput struct {
PremiumSeatQuota *PremiumSeatQuotaForUpdateUsersQuotaInput `type:"structure"`
StandardSeatQuota *StandardSeatQuotaForUpdateUsersQuotaInput `type:"structure"`
StarterSeatQuota *StarterSeatQuotaForUpdateUsersQuotaInput `type:"structure"`
UltimateSeatQuota *UltimateSeatQuotaForUpdateUsersQuotaInput `type:"structure"`
// contains filtered or unexported fields
}
func (SeatQuotaConfigForUpdateUsersQuotaInput) GoString ¶ added in v1.2.35
func (s SeatQuotaConfigForUpdateUsersQuotaInput) GoString() string
GoString returns the string representation
func (*SeatQuotaConfigForUpdateUsersQuotaInput) SetPremiumSeatQuota ¶ added in v1.2.35
func (s *SeatQuotaConfigForUpdateUsersQuotaInput) SetPremiumSeatQuota(v *PremiumSeatQuotaForUpdateUsersQuotaInput) *SeatQuotaConfigForUpdateUsersQuotaInput
SetPremiumSeatQuota sets the PremiumSeatQuota field's value.
func (*SeatQuotaConfigForUpdateUsersQuotaInput) SetStandardSeatQuota ¶ added in v1.2.35
func (s *SeatQuotaConfigForUpdateUsersQuotaInput) SetStandardSeatQuota(v *StandardSeatQuotaForUpdateUsersQuotaInput) *SeatQuotaConfigForUpdateUsersQuotaInput
SetStandardSeatQuota sets the StandardSeatQuota field's value.
func (*SeatQuotaConfigForUpdateUsersQuotaInput) SetStarterSeatQuota ¶ added in v1.2.35
func (s *SeatQuotaConfigForUpdateUsersQuotaInput) SetStarterSeatQuota(v *StarterSeatQuotaForUpdateUsersQuotaInput) *SeatQuotaConfigForUpdateUsersQuotaInput
SetStarterSeatQuota sets the StarterSeatQuota field's value.
func (*SeatQuotaConfigForUpdateUsersQuotaInput) SetUltimateSeatQuota ¶ added in v1.2.35
func (s *SeatQuotaConfigForUpdateUsersQuotaInput) SetUltimateSeatQuota(v *UltimateSeatQuotaForUpdateUsersQuotaInput) *SeatQuotaConfigForUpdateUsersQuotaInput
SetUltimateSeatQuota sets the UltimateSeatQuota field's value.
func (SeatQuotaConfigForUpdateUsersQuotaInput) String ¶ added in v1.2.35
func (s SeatQuotaConfigForUpdateUsersQuotaInput) String() string
String returns the string representation
type SeatQuotaConfigForUpdateUsersQuotaOutput ¶ added in v1.2.35
type SeatQuotaConfigForUpdateUsersQuotaOutput struct {
PremiumSeatQuota *PremiumSeatQuotaForUpdateUsersQuotaOutput `type:"structure"`
StandardSeatQuota *StandardSeatQuotaForUpdateUsersQuotaOutput `type:"structure"`
StarterSeatQuota *StarterSeatQuotaForUpdateUsersQuotaOutput `type:"structure"`
UltimateSeatQuota *UltimateSeatQuotaForUpdateUsersQuotaOutput `type:"structure"`
// contains filtered or unexported fields
}
func (SeatQuotaConfigForUpdateUsersQuotaOutput) GoString ¶ added in v1.2.35
func (s SeatQuotaConfigForUpdateUsersQuotaOutput) GoString() string
GoString returns the string representation
func (*SeatQuotaConfigForUpdateUsersQuotaOutput) SetPremiumSeatQuota ¶ added in v1.2.35
func (s *SeatQuotaConfigForUpdateUsersQuotaOutput) SetPremiumSeatQuota(v *PremiumSeatQuotaForUpdateUsersQuotaOutput) *SeatQuotaConfigForUpdateUsersQuotaOutput
SetPremiumSeatQuota sets the PremiumSeatQuota field's value.
func (*SeatQuotaConfigForUpdateUsersQuotaOutput) SetStandardSeatQuota ¶ added in v1.2.35
func (s *SeatQuotaConfigForUpdateUsersQuotaOutput) SetStandardSeatQuota(v *StandardSeatQuotaForUpdateUsersQuotaOutput) *SeatQuotaConfigForUpdateUsersQuotaOutput
SetStandardSeatQuota sets the StandardSeatQuota field's value.
func (*SeatQuotaConfigForUpdateUsersQuotaOutput) SetStarterSeatQuota ¶ added in v1.2.35
func (s *SeatQuotaConfigForUpdateUsersQuotaOutput) SetStarterSeatQuota(v *StarterSeatQuotaForUpdateUsersQuotaOutput) *SeatQuotaConfigForUpdateUsersQuotaOutput
SetStarterSeatQuota sets the StarterSeatQuota field's value.
func (*SeatQuotaConfigForUpdateUsersQuotaOutput) SetUltimateSeatQuota ¶ added in v1.2.35
func (s *SeatQuotaConfigForUpdateUsersQuotaOutput) SetUltimateSeatQuota(v *UltimateSeatQuotaForUpdateUsersQuotaOutput) *SeatQuotaConfigForUpdateUsersQuotaOutput
SetUltimateSeatQuota sets the UltimateSeatQuota field's value.
func (SeatQuotaConfigForUpdateUsersQuotaOutput) String ¶ added in v1.2.35
func (s SeatQuotaConfigForUpdateUsersQuotaOutput) String() string
String returns the string representation
type SkillForGetClawOmniInstanceSkillsOutput ¶ added in v1.2.31
type SkillForGetClawOmniInstanceSkillsOutput struct {
Name *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (SkillForGetClawOmniInstanceSkillsOutput) GoString ¶ added in v1.2.31
func (s SkillForGetClawOmniInstanceSkillsOutput) GoString() string
GoString returns the string representation
func (*SkillForGetClawOmniInstanceSkillsOutput) SetName ¶ added in v1.2.31
func (s *SkillForGetClawOmniInstanceSkillsOutput) SetName(v string) *SkillForGetClawOmniInstanceSkillsOutput
SetName sets the Name field's value.
func (SkillForGetClawOmniInstanceSkillsOutput) String ¶ added in v1.2.31
func (s SkillForGetClawOmniInstanceSkillsOutput) String() string
String returns the string representation
type SnapshotForGetClawInstanceOutput ¶ added in v1.2.35
type SnapshotForGetClawInstanceOutput struct {
CreatedAt *string `type:"string" json:",omitempty"`
DisplayName *string `type:"string" json:",omitempty"`
ExpireAt *string `type:"string" json:",omitempty"`
RecoveryTime *string `type:"string" json:",omitempty"`
SnapshotRecordId *string `type:"string" json:",omitempty"`
Source *string `type:"string" json:",omitempty"`
Status *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (SnapshotForGetClawInstanceOutput) GoString ¶ added in v1.2.35
func (s SnapshotForGetClawInstanceOutput) GoString() string
GoString returns the string representation
func (*SnapshotForGetClawInstanceOutput) SetCreatedAt ¶ added in v1.2.35
func (s *SnapshotForGetClawInstanceOutput) SetCreatedAt(v string) *SnapshotForGetClawInstanceOutput
SetCreatedAt sets the CreatedAt field's value.
func (*SnapshotForGetClawInstanceOutput) SetDisplayName ¶ added in v1.2.35
func (s *SnapshotForGetClawInstanceOutput) SetDisplayName(v string) *SnapshotForGetClawInstanceOutput
SetDisplayName sets the DisplayName field's value.
func (*SnapshotForGetClawInstanceOutput) SetExpireAt ¶ added in v1.2.35
func (s *SnapshotForGetClawInstanceOutput) SetExpireAt(v string) *SnapshotForGetClawInstanceOutput
SetExpireAt sets the ExpireAt field's value.
func (*SnapshotForGetClawInstanceOutput) SetRecoveryTime ¶ added in v1.2.35
func (s *SnapshotForGetClawInstanceOutput) SetRecoveryTime(v string) *SnapshotForGetClawInstanceOutput
SetRecoveryTime sets the RecoveryTime field's value.
func (*SnapshotForGetClawInstanceOutput) SetSnapshotRecordId ¶ added in v1.2.35
func (s *SnapshotForGetClawInstanceOutput) SetSnapshotRecordId(v string) *SnapshotForGetClawInstanceOutput
SetSnapshotRecordId sets the SnapshotRecordId field's value.
func (*SnapshotForGetClawInstanceOutput) SetSource ¶ added in v1.2.35
func (s *SnapshotForGetClawInstanceOutput) SetSource(v string) *SnapshotForGetClawInstanceOutput
SetSource sets the Source field's value.
func (*SnapshotForGetClawInstanceOutput) SetStatus ¶ added in v1.2.35
func (s *SnapshotForGetClawInstanceOutput) SetStatus(v string) *SnapshotForGetClawInstanceOutput
SetStatus sets the Status field's value.
func (SnapshotForGetClawInstanceOutput) String ¶ added in v1.2.35
func (s SnapshotForGetClawInstanceOutput) String() string
String returns the string representation
type SnapshotInfoForGetClawInstanceOutput ¶ added in v1.2.35
type SnapshotInfoForGetClawInstanceOutput struct {
AutoBackupEnabled *bool `type:"boolean" json:",omitempty"`
SnapshotHour *string `type:"string" json:",omitempty"`
Snapshots []*SnapshotForGetClawInstanceOutput `type:"list"`
// contains filtered or unexported fields
}
func (SnapshotInfoForGetClawInstanceOutput) GoString ¶ added in v1.2.35
func (s SnapshotInfoForGetClawInstanceOutput) GoString() string
GoString returns the string representation
func (*SnapshotInfoForGetClawInstanceOutput) SetAutoBackupEnabled ¶ added in v1.2.35
func (s *SnapshotInfoForGetClawInstanceOutput) SetAutoBackupEnabled(v bool) *SnapshotInfoForGetClawInstanceOutput
SetAutoBackupEnabled sets the AutoBackupEnabled field's value.
func (*SnapshotInfoForGetClawInstanceOutput) SetSnapshotHour ¶ added in v1.2.35
func (s *SnapshotInfoForGetClawInstanceOutput) SetSnapshotHour(v string) *SnapshotInfoForGetClawInstanceOutput
SetSnapshotHour sets the SnapshotHour field's value.
func (*SnapshotInfoForGetClawInstanceOutput) SetSnapshots ¶ added in v1.2.35
func (s *SnapshotInfoForGetClawInstanceOutput) SetSnapshots(v []*SnapshotForGetClawInstanceOutput) *SnapshotInfoForGetClawInstanceOutput
SetSnapshots sets the Snapshots field's value.
func (SnapshotInfoForGetClawInstanceOutput) String ¶ added in v1.2.35
func (s SnapshotInfoForGetClawInstanceOutput) String() string
String returns the string representation
type StandardSeatQuotaForUpdateUsersQuotaInput ¶ added in v1.2.35
type StandardSeatQuotaForUpdateUsersQuotaInput struct {
Value *int32 `type:"int32"`
// contains filtered or unexported fields
}
func (StandardSeatQuotaForUpdateUsersQuotaInput) GoString ¶ added in v1.2.35
func (s StandardSeatQuotaForUpdateUsersQuotaInput) GoString() string
GoString returns the string representation
func (*StandardSeatQuotaForUpdateUsersQuotaInput) SetValue ¶ added in v1.2.35
func (s *StandardSeatQuotaForUpdateUsersQuotaInput) SetValue(v int32) *StandardSeatQuotaForUpdateUsersQuotaInput
SetValue sets the Value field's value.
func (StandardSeatQuotaForUpdateUsersQuotaInput) String ¶ added in v1.2.35
func (s StandardSeatQuotaForUpdateUsersQuotaInput) String() string
String returns the string representation
type StandardSeatQuotaForUpdateUsersQuotaOutput ¶ added in v1.2.35
type StandardSeatQuotaForUpdateUsersQuotaOutput struct {
Value *int32 `type:"int32"`
// contains filtered or unexported fields
}
func (StandardSeatQuotaForUpdateUsersQuotaOutput) GoString ¶ added in v1.2.35
func (s StandardSeatQuotaForUpdateUsersQuotaOutput) GoString() string
GoString returns the string representation
func (*StandardSeatQuotaForUpdateUsersQuotaOutput) SetValue ¶ added in v1.2.35
func (s *StandardSeatQuotaForUpdateUsersQuotaOutput) SetValue(v int32) *StandardSeatQuotaForUpdateUsersQuotaOutput
SetValue sets the Value field's value.
func (StandardSeatQuotaForUpdateUsersQuotaOutput) String ¶ added in v1.2.35
func (s StandardSeatQuotaForUpdateUsersQuotaOutput) String() string
String returns the string representation
type StarterSeatQuotaForUpdateUsersQuotaInput ¶ added in v1.2.35
type StarterSeatQuotaForUpdateUsersQuotaInput struct {
Value *int32 `type:"int32"`
// contains filtered or unexported fields
}
func (StarterSeatQuotaForUpdateUsersQuotaInput) GoString ¶ added in v1.2.35
func (s StarterSeatQuotaForUpdateUsersQuotaInput) GoString() string
GoString returns the string representation
func (*StarterSeatQuotaForUpdateUsersQuotaInput) SetValue ¶ added in v1.2.35
func (s *StarterSeatQuotaForUpdateUsersQuotaInput) SetValue(v int32) *StarterSeatQuotaForUpdateUsersQuotaInput
SetValue sets the Value field's value.
func (StarterSeatQuotaForUpdateUsersQuotaInput) String ¶ added in v1.2.35
func (s StarterSeatQuotaForUpdateUsersQuotaInput) String() string
String returns the string representation
type StarterSeatQuotaForUpdateUsersQuotaOutput ¶ added in v1.2.35
type StarterSeatQuotaForUpdateUsersQuotaOutput struct {
Value *int32 `type:"int32"`
// contains filtered or unexported fields
}
func (StarterSeatQuotaForUpdateUsersQuotaOutput) GoString ¶ added in v1.2.35
func (s StarterSeatQuotaForUpdateUsersQuotaOutput) GoString() string
GoString returns the string representation
func (*StarterSeatQuotaForUpdateUsersQuotaOutput) SetValue ¶ added in v1.2.35
func (s *StarterSeatQuotaForUpdateUsersQuotaOutput) SetValue(v int32) *StarterSeatQuotaForUpdateUsersQuotaOutput
SetValue sets the Value field's value.
func (StarterSeatQuotaForUpdateUsersQuotaOutput) String ¶ added in v1.2.35
func (s StarterSeatQuotaForUpdateUsersQuotaOutput) String() string
String returns the string representation
type StopClawOmniAutoChannelJobInput ¶ added in v1.2.35
type StopClawOmniAutoChannelJobInput struct {
// Id is a required field
Id *string `type:"string" json:",omitempty" required:"true"`
// JobId is a required field
JobId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (StopClawOmniAutoChannelJobInput) GoString ¶ added in v1.2.35
func (s StopClawOmniAutoChannelJobInput) GoString() string
GoString returns the string representation
func (*StopClawOmniAutoChannelJobInput) SetId ¶ added in v1.2.35
func (s *StopClawOmniAutoChannelJobInput) SetId(v string) *StopClawOmniAutoChannelJobInput
SetId sets the Id field's value.
func (*StopClawOmniAutoChannelJobInput) SetJobId ¶ added in v1.2.35
func (s *StopClawOmniAutoChannelJobInput) SetJobId(v string) *StopClawOmniAutoChannelJobInput
SetJobId sets the JobId field's value.
func (StopClawOmniAutoChannelJobInput) String ¶ added in v1.2.35
func (s StopClawOmniAutoChannelJobInput) String() string
String returns the string representation
func (*StopClawOmniAutoChannelJobInput) Validate ¶ added in v1.2.35
func (s *StopClawOmniAutoChannelJobInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StopClawOmniAutoChannelJobOutput ¶ added in v1.2.35
type StopClawOmniAutoChannelJobOutput struct {
Metadata *response.ResponseMetadata
JobId *string `type:"string" json:",omitempty"`
Status *string `type:"string" json:",omitempty"`
StatusCode *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (StopClawOmniAutoChannelJobOutput) GoString ¶ added in v1.2.35
func (s StopClawOmniAutoChannelJobOutput) GoString() string
GoString returns the string representation
func (*StopClawOmniAutoChannelJobOutput) SetJobId ¶ added in v1.2.35
func (s *StopClawOmniAutoChannelJobOutput) SetJobId(v string) *StopClawOmniAutoChannelJobOutput
SetJobId sets the JobId field's value.
func (*StopClawOmniAutoChannelJobOutput) SetStatus ¶ added in v1.2.35
func (s *StopClawOmniAutoChannelJobOutput) SetStatus(v string) *StopClawOmniAutoChannelJobOutput
SetStatus sets the Status field's value.
func (*StopClawOmniAutoChannelJobOutput) SetStatusCode ¶ added in v1.2.35
func (s *StopClawOmniAutoChannelJobOutput) SetStatusCode(v string) *StopClawOmniAutoChannelJobOutput
SetStatusCode sets the StatusCode field's value.
func (StopClawOmniAutoChannelJobOutput) String ¶ added in v1.2.35
func (s StopClawOmniAutoChannelJobOutput) String() string
String returns the string representation
type StopClawOmniInstanceCommandJobInput ¶ added in v1.2.29
type StopClawOmniInstanceCommandJobInput struct {
// JobId is a required field
JobId *string `type:"string" json:",omitempty" required:"true"`
// SpaceId is a required field
SpaceId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (StopClawOmniInstanceCommandJobInput) GoString ¶ added in v1.2.29
func (s StopClawOmniInstanceCommandJobInput) GoString() string
GoString returns the string representation
func (*StopClawOmniInstanceCommandJobInput) SetJobId ¶ added in v1.2.29
func (s *StopClawOmniInstanceCommandJobInput) SetJobId(v string) *StopClawOmniInstanceCommandJobInput
SetJobId sets the JobId field's value.
func (*StopClawOmniInstanceCommandJobInput) SetSpaceId ¶ added in v1.2.29
func (s *StopClawOmniInstanceCommandJobInput) SetSpaceId(v string) *StopClawOmniInstanceCommandJobInput
SetSpaceId sets the SpaceId field's value.
func (StopClawOmniInstanceCommandJobInput) String ¶ added in v1.2.29
func (s StopClawOmniInstanceCommandJobInput) String() string
String returns the string representation
func (*StopClawOmniInstanceCommandJobInput) Validate ¶ added in v1.2.29
func (s *StopClawOmniInstanceCommandJobInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StopClawOmniInstanceCommandJobOutput ¶ added in v1.2.29
type StopClawOmniInstanceCommandJobOutput struct {
Metadata *response.ResponseMetadata
JobId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (StopClawOmniInstanceCommandJobOutput) GoString ¶ added in v1.2.29
func (s StopClawOmniInstanceCommandJobOutput) GoString() string
GoString returns the string representation
func (*StopClawOmniInstanceCommandJobOutput) SetJobId ¶ added in v1.2.29
func (s *StopClawOmniInstanceCommandJobOutput) SetJobId(v string) *StopClawOmniInstanceCommandJobOutput
SetJobId sets the JobId field's value.
func (StopClawOmniInstanceCommandJobOutput) String ¶ added in v1.2.29
func (s StopClawOmniInstanceCommandJobOutput) String() string
String returns the string representation
type TagForCreateClawOmniInstanceInput ¶
type TagForCreateClawOmniInstanceInput struct {
// Key is a required field
Key *string `type:"string" required:"true"`
Type *string `type:"string"`
Value *string `type:"string"`
// contains filtered or unexported fields
}
func (TagForCreateClawOmniInstanceInput) GoString ¶
func (s TagForCreateClawOmniInstanceInput) GoString() string
GoString returns the string representation
func (*TagForCreateClawOmniInstanceInput) SetKey ¶
func (s *TagForCreateClawOmniInstanceInput) SetKey(v string) *TagForCreateClawOmniInstanceInput
SetKey sets the Key field's value.
func (*TagForCreateClawOmniInstanceInput) SetType ¶
func (s *TagForCreateClawOmniInstanceInput) SetType(v string) *TagForCreateClawOmniInstanceInput
SetType sets the Type field's value.
func (*TagForCreateClawOmniInstanceInput) SetValue ¶
func (s *TagForCreateClawOmniInstanceInput) SetValue(v string) *TagForCreateClawOmniInstanceInput
SetValue sets the Value field's value.
func (TagForCreateClawOmniInstanceInput) String ¶
func (s TagForCreateClawOmniInstanceInput) String() string
String returns the string representation
func (*TagForCreateClawOmniInstanceInput) Validate ¶
func (s *TagForCreateClawOmniInstanceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type TagForGetClawInstanceOutput ¶ added in v1.2.35
type TagForGetClawInstanceOutput struct {
Key *string `type:"string" json:",omitempty"`
Type *string `type:"string" json:",omitempty"`
Value *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (TagForGetClawInstanceOutput) GoString ¶ added in v1.2.35
func (s TagForGetClawInstanceOutput) GoString() string
GoString returns the string representation
func (*TagForGetClawInstanceOutput) SetKey ¶ added in v1.2.35
func (s *TagForGetClawInstanceOutput) SetKey(v string) *TagForGetClawInstanceOutput
SetKey sets the Key field's value.
func (*TagForGetClawInstanceOutput) SetType ¶ added in v1.2.35
func (s *TagForGetClawInstanceOutput) SetType(v string) *TagForGetClawInstanceOutput
SetType sets the Type field's value.
func (*TagForGetClawInstanceOutput) SetValue ¶ added in v1.2.35
func (s *TagForGetClawInstanceOutput) SetValue(v string) *TagForGetClawInstanceOutput
SetValue sets the Value field's value.
func (TagForGetClawInstanceOutput) String ¶ added in v1.2.35
func (s TagForGetClawInstanceOutput) String() string
String returns the string representation
type TagForGetClawOmniInstanceOutput ¶
type TagForGetClawOmniInstanceOutput struct {
Key *string `type:"string" json:",omitempty"`
Type *string `type:"string" json:",omitempty"`
Value *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (TagForGetClawOmniInstanceOutput) GoString ¶
func (s TagForGetClawOmniInstanceOutput) GoString() string
GoString returns the string representation
func (*TagForGetClawOmniInstanceOutput) SetKey ¶
func (s *TagForGetClawOmniInstanceOutput) SetKey(v string) *TagForGetClawOmniInstanceOutput
SetKey sets the Key field's value.
func (*TagForGetClawOmniInstanceOutput) SetType ¶
func (s *TagForGetClawOmniInstanceOutput) SetType(v string) *TagForGetClawOmniInstanceOutput
SetType sets the Type field's value.
func (*TagForGetClawOmniInstanceOutput) SetValue ¶
func (s *TagForGetClawOmniInstanceOutput) SetValue(v string) *TagForGetClawOmniInstanceOutput
SetValue sets the Value field's value.
func (TagForGetClawOmniInstanceOutput) String ¶
func (s TagForGetClawOmniInstanceOutput) String() string
String returns the string representation
type TagForListClawInstancesOutput ¶ added in v1.2.35
type TagForListClawInstancesOutput struct {
Key *string `type:"string"`
Type *string `type:"string"`
Value *string `type:"string"`
// contains filtered or unexported fields
}
func (TagForListClawInstancesOutput) GoString ¶ added in v1.2.35
func (s TagForListClawInstancesOutput) GoString() string
GoString returns the string representation
func (*TagForListClawInstancesOutput) SetKey ¶ added in v1.2.35
func (s *TagForListClawInstancesOutput) SetKey(v string) *TagForListClawInstancesOutput
SetKey sets the Key field's value.
func (*TagForListClawInstancesOutput) SetType ¶ added in v1.2.35
func (s *TagForListClawInstancesOutput) SetType(v string) *TagForListClawInstancesOutput
SetType sets the Type field's value.
func (*TagForListClawInstancesOutput) SetValue ¶ added in v1.2.35
func (s *TagForListClawInstancesOutput) SetValue(v string) *TagForListClawInstancesOutput
SetValue sets the Value field's value.
func (TagForListClawInstancesOutput) String ¶ added in v1.2.35
func (s TagForListClawInstancesOutput) String() string
String returns the string representation
type TagForListClawOmniInstancesOutput ¶
type TagForListClawOmniInstancesOutput struct {
Key *string `type:"string"`
Type *string `type:"string"`
Value *string `type:"string"`
// contains filtered or unexported fields
}
func (TagForListClawOmniInstancesOutput) GoString ¶
func (s TagForListClawOmniInstancesOutput) GoString() string
GoString returns the string representation
func (*TagForListClawOmniInstancesOutput) SetKey ¶
func (s *TagForListClawOmniInstancesOutput) SetKey(v string) *TagForListClawOmniInstancesOutput
SetKey sets the Key field's value.
func (*TagForListClawOmniInstancesOutput) SetType ¶
func (s *TagForListClawOmniInstancesOutput) SetType(v string) *TagForListClawOmniInstancesOutput
SetType sets the Type field's value.
func (*TagForListClawOmniInstancesOutput) SetValue ¶
func (s *TagForListClawOmniInstancesOutput) SetValue(v string) *TagForListClawOmniInstancesOutput
SetValue sets the Value field's value.
func (TagForListClawOmniInstancesOutput) String ¶
func (s TagForListClawOmniInstancesOutput) String() string
String returns the string representation
type TargetForGetClawOmniInstanceCommandJobOutput ¶ added in v1.2.29
type TargetForGetClawOmniInstanceCommandJobOutput struct {
ClawOmniInstanceId *string `type:"string" json:",omitempty"`
EndTime *string `type:"string" json:",omitempty"`
ErrorCode *string `type:"string" json:",omitempty"`
ErrorMessage *string `type:"string" json:",omitempty"`
ExitCode *int32 `type:"int32" json:",omitempty"`
InstanceName *string `type:"string" json:",omitempty"`
LogAvailable *bool `type:"boolean" json:",omitempty"`
StartTime *string `type:"string" json:",omitempty"`
Status *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (TargetForGetClawOmniInstanceCommandJobOutput) GoString ¶ added in v1.2.29
func (s TargetForGetClawOmniInstanceCommandJobOutput) GoString() string
GoString returns the string representation
func (*TargetForGetClawOmniInstanceCommandJobOutput) SetClawOmniInstanceId ¶ added in v1.2.29
func (s *TargetForGetClawOmniInstanceCommandJobOutput) SetClawOmniInstanceId(v string) *TargetForGetClawOmniInstanceCommandJobOutput
SetClawOmniInstanceId sets the ClawOmniInstanceId field's value.
func (*TargetForGetClawOmniInstanceCommandJobOutput) SetEndTime ¶ added in v1.2.29
func (s *TargetForGetClawOmniInstanceCommandJobOutput) SetEndTime(v string) *TargetForGetClawOmniInstanceCommandJobOutput
SetEndTime sets the EndTime field's value.
func (*TargetForGetClawOmniInstanceCommandJobOutput) SetErrorCode ¶ added in v1.2.29
func (s *TargetForGetClawOmniInstanceCommandJobOutput) SetErrorCode(v string) *TargetForGetClawOmniInstanceCommandJobOutput
SetErrorCode sets the ErrorCode field's value.
func (*TargetForGetClawOmniInstanceCommandJobOutput) SetErrorMessage ¶ added in v1.2.29
func (s *TargetForGetClawOmniInstanceCommandJobOutput) SetErrorMessage(v string) *TargetForGetClawOmniInstanceCommandJobOutput
SetErrorMessage sets the ErrorMessage field's value.
func (*TargetForGetClawOmniInstanceCommandJobOutput) SetExitCode ¶ added in v1.2.29
func (s *TargetForGetClawOmniInstanceCommandJobOutput) SetExitCode(v int32) *TargetForGetClawOmniInstanceCommandJobOutput
SetExitCode sets the ExitCode field's value.
func (*TargetForGetClawOmniInstanceCommandJobOutput) SetInstanceName ¶ added in v1.2.29
func (s *TargetForGetClawOmniInstanceCommandJobOutput) SetInstanceName(v string) *TargetForGetClawOmniInstanceCommandJobOutput
SetInstanceName sets the InstanceName field's value.
func (*TargetForGetClawOmniInstanceCommandJobOutput) SetLogAvailable ¶ added in v1.2.29
func (s *TargetForGetClawOmniInstanceCommandJobOutput) SetLogAvailable(v bool) *TargetForGetClawOmniInstanceCommandJobOutput
SetLogAvailable sets the LogAvailable field's value.
func (*TargetForGetClawOmniInstanceCommandJobOutput) SetStartTime ¶ added in v1.2.29
func (s *TargetForGetClawOmniInstanceCommandJobOutput) SetStartTime(v string) *TargetForGetClawOmniInstanceCommandJobOutput
SetStartTime sets the StartTime field's value.
func (*TargetForGetClawOmniInstanceCommandJobOutput) SetStatus ¶ added in v1.2.29
func (s *TargetForGetClawOmniInstanceCommandJobOutput) SetStatus(v string) *TargetForGetClawOmniInstanceCommandJobOutput
SetStatus sets the Status field's value.
func (TargetForGetClawOmniInstanceCommandJobOutput) String ¶ added in v1.2.29
func (s TargetForGetClawOmniInstanceCommandJobOutput) String() string
String returns the string representation
type TemplateForDescribePrivateEgressManagedWebAccessRuleTemplatesOutput ¶ added in v1.2.48
type TemplateForDescribePrivateEgressManagedWebAccessRuleTemplatesOutput struct {
Description *string `type:"string"`
DomainPatterns *string `type:"string"`
Name *string `type:"string"`
RuleAction *string `type:"string"`
SourceType *string `type:"string"`
TemplateId *string `type:"string"`
// contains filtered or unexported fields
}
func (TemplateForDescribePrivateEgressManagedWebAccessRuleTemplatesOutput) GoString ¶ added in v1.2.48
func (s TemplateForDescribePrivateEgressManagedWebAccessRuleTemplatesOutput) GoString() string
GoString returns the string representation
func (*TemplateForDescribePrivateEgressManagedWebAccessRuleTemplatesOutput) SetDescription ¶ added in v1.2.48
func (s *TemplateForDescribePrivateEgressManagedWebAccessRuleTemplatesOutput) SetDescription(v string) *TemplateForDescribePrivateEgressManagedWebAccessRuleTemplatesOutput
SetDescription sets the Description field's value.
func (*TemplateForDescribePrivateEgressManagedWebAccessRuleTemplatesOutput) SetDomainPatterns ¶ added in v1.2.48
func (s *TemplateForDescribePrivateEgressManagedWebAccessRuleTemplatesOutput) SetDomainPatterns(v string) *TemplateForDescribePrivateEgressManagedWebAccessRuleTemplatesOutput
SetDomainPatterns sets the DomainPatterns field's value.
func (*TemplateForDescribePrivateEgressManagedWebAccessRuleTemplatesOutput) SetName ¶ added in v1.2.48
func (s *TemplateForDescribePrivateEgressManagedWebAccessRuleTemplatesOutput) SetName(v string) *TemplateForDescribePrivateEgressManagedWebAccessRuleTemplatesOutput
SetName sets the Name field's value.
func (*TemplateForDescribePrivateEgressManagedWebAccessRuleTemplatesOutput) SetRuleAction ¶ added in v1.2.48
func (s *TemplateForDescribePrivateEgressManagedWebAccessRuleTemplatesOutput) SetRuleAction(v string) *TemplateForDescribePrivateEgressManagedWebAccessRuleTemplatesOutput
SetRuleAction sets the RuleAction field's value.
func (*TemplateForDescribePrivateEgressManagedWebAccessRuleTemplatesOutput) SetSourceType ¶ added in v1.2.48
func (s *TemplateForDescribePrivateEgressManagedWebAccessRuleTemplatesOutput) SetSourceType(v string) *TemplateForDescribePrivateEgressManagedWebAccessRuleTemplatesOutput
SetSourceType sets the SourceType field's value.
func (*TemplateForDescribePrivateEgressManagedWebAccessRuleTemplatesOutput) SetTemplateId ¶ added in v1.2.48
func (s *TemplateForDescribePrivateEgressManagedWebAccessRuleTemplatesOutput) SetTemplateId(v string) *TemplateForDescribePrivateEgressManagedWebAccessRuleTemplatesOutput
SetTemplateId sets the TemplateId field's value.
func (TemplateForDescribePrivateEgressManagedWebAccessRuleTemplatesOutput) String ¶ added in v1.2.48
func (s TemplateForDescribePrivateEgressManagedWebAccessRuleTemplatesOutput) String() string
String returns the string representation
type TemplateForGetClawOmniSpaceTemplateOutput ¶ added in v1.2.31
type TemplateForGetClawOmniSpaceTemplateOutput struct {
AccountId *string `type:"string" json:",omitempty"`
AgentMd *string `type:"string" json:",omitempty"`
CpuMilli *int32 `type:"int32" json:",omitempty"`
DefaultModelName *string `type:"string" json:",omitempty"`
DefaultModelSource *string `type:"string" json:",omitempty"`
Description *string `type:"string" json:",omitempty"`
Id *string `type:"string" json:",omitempty"`
ImageBuildError *string `type:"string" json:",omitempty"`
ImageBuildStatus *string `type:"string" json:",omitempty"`
ImageId *string `type:"string" json:",omitempty"`
ImageUrl *string `type:"string" json:",omitempty"`
Input *string `type:"string" json:",omitempty"`
IsImaged *bool `type:"boolean" json:",omitempty"`
MemoryMb *int32 `type:"int32" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
PluginConfig *string `type:"string" json:",omitempty"`
ProjectName *string `type:"string" json:",omitempty"`
Reasoning *string `type:"string" json:",omitempty"`
SkillConfig *string `type:"string" json:",omitempty"`
Soul *string `type:"string" json:",omitempty"`
TemplateCurrentVersionId *string `type:"string" json:",omitempty"`
TemplatePendingVersionId *string `type:"string" json:",omitempty"`
TemplateVersionId *string `type:"string" json:",omitempty"`
Type *string `type:"string" json:",omitempty"`
Version *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (TemplateForGetClawOmniSpaceTemplateOutput) GoString ¶ added in v1.2.31
func (s TemplateForGetClawOmniSpaceTemplateOutput) GoString() string
GoString returns the string representation
func (*TemplateForGetClawOmniSpaceTemplateOutput) SetAccountId ¶ added in v1.2.31
func (s *TemplateForGetClawOmniSpaceTemplateOutput) SetAccountId(v string) *TemplateForGetClawOmniSpaceTemplateOutput
SetAccountId sets the AccountId field's value.
func (*TemplateForGetClawOmniSpaceTemplateOutput) SetAgentMd ¶ added in v1.2.31
func (s *TemplateForGetClawOmniSpaceTemplateOutput) SetAgentMd(v string) *TemplateForGetClawOmniSpaceTemplateOutput
SetAgentMd sets the AgentMd field's value.
func (*TemplateForGetClawOmniSpaceTemplateOutput) SetCpuMilli ¶ added in v1.2.31
func (s *TemplateForGetClawOmniSpaceTemplateOutput) SetCpuMilli(v int32) *TemplateForGetClawOmniSpaceTemplateOutput
SetCpuMilli sets the CpuMilli field's value.
func (*TemplateForGetClawOmniSpaceTemplateOutput) SetDefaultModelName ¶ added in v1.2.31
func (s *TemplateForGetClawOmniSpaceTemplateOutput) SetDefaultModelName(v string) *TemplateForGetClawOmniSpaceTemplateOutput
SetDefaultModelName sets the DefaultModelName field's value.
func (*TemplateForGetClawOmniSpaceTemplateOutput) SetDefaultModelSource ¶ added in v1.2.31
func (s *TemplateForGetClawOmniSpaceTemplateOutput) SetDefaultModelSource(v string) *TemplateForGetClawOmniSpaceTemplateOutput
SetDefaultModelSource sets the DefaultModelSource field's value.
func (*TemplateForGetClawOmniSpaceTemplateOutput) SetDescription ¶ added in v1.2.31
func (s *TemplateForGetClawOmniSpaceTemplateOutput) SetDescription(v string) *TemplateForGetClawOmniSpaceTemplateOutput
SetDescription sets the Description field's value.
func (*TemplateForGetClawOmniSpaceTemplateOutput) SetId ¶ added in v1.2.31
func (s *TemplateForGetClawOmniSpaceTemplateOutput) SetId(v string) *TemplateForGetClawOmniSpaceTemplateOutput
SetId sets the Id field's value.
func (*TemplateForGetClawOmniSpaceTemplateOutput) SetImageBuildError ¶ added in v1.2.35
func (s *TemplateForGetClawOmniSpaceTemplateOutput) SetImageBuildError(v string) *TemplateForGetClawOmniSpaceTemplateOutput
SetImageBuildError sets the ImageBuildError field's value.
func (*TemplateForGetClawOmniSpaceTemplateOutput) SetImageBuildStatus ¶ added in v1.2.35
func (s *TemplateForGetClawOmniSpaceTemplateOutput) SetImageBuildStatus(v string) *TemplateForGetClawOmniSpaceTemplateOutput
SetImageBuildStatus sets the ImageBuildStatus field's value.
func (*TemplateForGetClawOmniSpaceTemplateOutput) SetImageId ¶ added in v1.2.31
func (s *TemplateForGetClawOmniSpaceTemplateOutput) SetImageId(v string) *TemplateForGetClawOmniSpaceTemplateOutput
SetImageId sets the ImageId field's value.
func (*TemplateForGetClawOmniSpaceTemplateOutput) SetImageUrl ¶ added in v1.2.35
func (s *TemplateForGetClawOmniSpaceTemplateOutput) SetImageUrl(v string) *TemplateForGetClawOmniSpaceTemplateOutput
SetImageUrl sets the ImageUrl field's value.
func (*TemplateForGetClawOmniSpaceTemplateOutput) SetInput ¶ added in v1.2.35
func (s *TemplateForGetClawOmniSpaceTemplateOutput) SetInput(v string) *TemplateForGetClawOmniSpaceTemplateOutput
SetInput sets the Input field's value.
func (*TemplateForGetClawOmniSpaceTemplateOutput) SetIsImaged ¶ added in v1.2.35
func (s *TemplateForGetClawOmniSpaceTemplateOutput) SetIsImaged(v bool) *TemplateForGetClawOmniSpaceTemplateOutput
SetIsImaged sets the IsImaged field's value.
func (*TemplateForGetClawOmniSpaceTemplateOutput) SetMemoryMb ¶ added in v1.2.31
func (s *TemplateForGetClawOmniSpaceTemplateOutput) SetMemoryMb(v int32) *TemplateForGetClawOmniSpaceTemplateOutput
SetMemoryMb sets the MemoryMb field's value.
func (*TemplateForGetClawOmniSpaceTemplateOutput) SetName ¶ added in v1.2.31
func (s *TemplateForGetClawOmniSpaceTemplateOutput) SetName(v string) *TemplateForGetClawOmniSpaceTemplateOutput
SetName sets the Name field's value.
func (*TemplateForGetClawOmniSpaceTemplateOutput) SetPluginConfig ¶ added in v1.2.31
func (s *TemplateForGetClawOmniSpaceTemplateOutput) SetPluginConfig(v string) *TemplateForGetClawOmniSpaceTemplateOutput
SetPluginConfig sets the PluginConfig field's value.
func (*TemplateForGetClawOmniSpaceTemplateOutput) SetProjectName ¶ added in v1.2.31
func (s *TemplateForGetClawOmniSpaceTemplateOutput) SetProjectName(v string) *TemplateForGetClawOmniSpaceTemplateOutput
SetProjectName sets the ProjectName field's value.
func (*TemplateForGetClawOmniSpaceTemplateOutput) SetReasoning ¶ added in v1.2.35
func (s *TemplateForGetClawOmniSpaceTemplateOutput) SetReasoning(v string) *TemplateForGetClawOmniSpaceTemplateOutput
SetReasoning sets the Reasoning field's value.
func (*TemplateForGetClawOmniSpaceTemplateOutput) SetSkillConfig ¶ added in v1.2.31
func (s *TemplateForGetClawOmniSpaceTemplateOutput) SetSkillConfig(v string) *TemplateForGetClawOmniSpaceTemplateOutput
SetSkillConfig sets the SkillConfig field's value.
func (*TemplateForGetClawOmniSpaceTemplateOutput) SetSoul ¶ added in v1.2.31
func (s *TemplateForGetClawOmniSpaceTemplateOutput) SetSoul(v string) *TemplateForGetClawOmniSpaceTemplateOutput
SetSoul sets the Soul field's value.
func (*TemplateForGetClawOmniSpaceTemplateOutput) SetTemplateCurrentVersionId ¶ added in v1.2.31
func (s *TemplateForGetClawOmniSpaceTemplateOutput) SetTemplateCurrentVersionId(v string) *TemplateForGetClawOmniSpaceTemplateOutput
SetTemplateCurrentVersionId sets the TemplateCurrentVersionId field's value.
func (*TemplateForGetClawOmniSpaceTemplateOutput) SetTemplatePendingVersionId ¶ added in v1.2.35
func (s *TemplateForGetClawOmniSpaceTemplateOutput) SetTemplatePendingVersionId(v string) *TemplateForGetClawOmniSpaceTemplateOutput
SetTemplatePendingVersionId sets the TemplatePendingVersionId field's value.
func (*TemplateForGetClawOmniSpaceTemplateOutput) SetTemplateVersionId ¶ added in v1.2.31
func (s *TemplateForGetClawOmniSpaceTemplateOutput) SetTemplateVersionId(v string) *TemplateForGetClawOmniSpaceTemplateOutput
SetTemplateVersionId sets the TemplateVersionId field's value.
func (*TemplateForGetClawOmniSpaceTemplateOutput) SetType ¶ added in v1.2.31
func (s *TemplateForGetClawOmniSpaceTemplateOutput) SetType(v string) *TemplateForGetClawOmniSpaceTemplateOutput
SetType sets the Type field's value.
func (*TemplateForGetClawOmniSpaceTemplateOutput) SetVersion ¶ added in v1.2.31
func (s *TemplateForGetClawOmniSpaceTemplateOutput) SetVersion(v string) *TemplateForGetClawOmniSpaceTemplateOutput
SetVersion sets the Version field's value.
func (TemplateForGetClawOmniSpaceTemplateOutput) String ¶ added in v1.2.31
func (s TemplateForGetClawOmniSpaceTemplateOutput) String() string
String returns the string representation
type TokenExchangeForCreateIdentityProviderTokenExchangeOutput ¶ added in v1.2.48
type TokenExchangeForCreateIdentityProviderTokenExchangeOutput struct {
AllowedAudiences []*string `type:"list"`
AllowedClaimsAndValues []*AllowedClaimsAndValueForCreateIdentityProviderTokenExchangeOutput `type:"list"`
AllowedClients []*string `type:"list"`
AllowedScopes []*string `type:"list"`
AttributeMappings []*AttributeMappingForCreateIdentityProviderTokenExchangeOutput `type:"list"`
ClaimsPropagationConfig *ClaimsPropagationConfigForCreateIdentityProviderTokenExchangeOutput `type:"structure"`
EipRecord *EipRecordForCreateIdentityProviderTokenExchangeOutput `type:"structure"`
Enabled *bool `type:"boolean"`
ExternalIdentityProviderConfiguration *ExternalIdentityProviderConfigurationForCreateIdentityProviderTokenExchangeOutput `type:"structure"`
Name *string `type:"string"`
Provider *string `type:"string"`
ProviderOptions *ProviderOptionsForCreateIdentityProviderTokenExchangeOutput `type:"structure"`
ProviderType *string `type:"string"`
Uid *string `type:"string"`
// contains filtered or unexported fields
}
func (TokenExchangeForCreateIdentityProviderTokenExchangeOutput) GoString ¶ added in v1.2.48
func (s TokenExchangeForCreateIdentityProviderTokenExchangeOutput) GoString() string
GoString returns the string representation
func (*TokenExchangeForCreateIdentityProviderTokenExchangeOutput) SetAllowedAudiences ¶ added in v1.2.48
func (s *TokenExchangeForCreateIdentityProviderTokenExchangeOutput) SetAllowedAudiences(v []*string) *TokenExchangeForCreateIdentityProviderTokenExchangeOutput
SetAllowedAudiences sets the AllowedAudiences field's value.
func (*TokenExchangeForCreateIdentityProviderTokenExchangeOutput) SetAllowedClaimsAndValues ¶ added in v1.2.48
func (s *TokenExchangeForCreateIdentityProviderTokenExchangeOutput) SetAllowedClaimsAndValues(v []*AllowedClaimsAndValueForCreateIdentityProviderTokenExchangeOutput) *TokenExchangeForCreateIdentityProviderTokenExchangeOutput
SetAllowedClaimsAndValues sets the AllowedClaimsAndValues field's value.
func (*TokenExchangeForCreateIdentityProviderTokenExchangeOutput) SetAllowedClients ¶ added in v1.2.48
func (s *TokenExchangeForCreateIdentityProviderTokenExchangeOutput) SetAllowedClients(v []*string) *TokenExchangeForCreateIdentityProviderTokenExchangeOutput
SetAllowedClients sets the AllowedClients field's value.
func (*TokenExchangeForCreateIdentityProviderTokenExchangeOutput) SetAllowedScopes ¶ added in v1.2.48
func (s *TokenExchangeForCreateIdentityProviderTokenExchangeOutput) SetAllowedScopes(v []*string) *TokenExchangeForCreateIdentityProviderTokenExchangeOutput
SetAllowedScopes sets the AllowedScopes field's value.
func (*TokenExchangeForCreateIdentityProviderTokenExchangeOutput) SetAttributeMappings ¶ added in v1.2.48
func (s *TokenExchangeForCreateIdentityProviderTokenExchangeOutput) SetAttributeMappings(v []*AttributeMappingForCreateIdentityProviderTokenExchangeOutput) *TokenExchangeForCreateIdentityProviderTokenExchangeOutput
SetAttributeMappings sets the AttributeMappings field's value.
func (*TokenExchangeForCreateIdentityProviderTokenExchangeOutput) SetClaimsPropagationConfig ¶ added in v1.2.48
func (s *TokenExchangeForCreateIdentityProviderTokenExchangeOutput) SetClaimsPropagationConfig(v *ClaimsPropagationConfigForCreateIdentityProviderTokenExchangeOutput) *TokenExchangeForCreateIdentityProviderTokenExchangeOutput
SetClaimsPropagationConfig sets the ClaimsPropagationConfig field's value.
func (*TokenExchangeForCreateIdentityProviderTokenExchangeOutput) SetEipRecord ¶ added in v1.2.48
func (s *TokenExchangeForCreateIdentityProviderTokenExchangeOutput) SetEipRecord(v *EipRecordForCreateIdentityProviderTokenExchangeOutput) *TokenExchangeForCreateIdentityProviderTokenExchangeOutput
SetEipRecord sets the EipRecord field's value.
func (*TokenExchangeForCreateIdentityProviderTokenExchangeOutput) SetEnabled ¶ added in v1.2.48
func (s *TokenExchangeForCreateIdentityProviderTokenExchangeOutput) SetEnabled(v bool) *TokenExchangeForCreateIdentityProviderTokenExchangeOutput
SetEnabled sets the Enabled field's value.
func (*TokenExchangeForCreateIdentityProviderTokenExchangeOutput) SetExternalIdentityProviderConfiguration ¶ added in v1.2.48
func (s *TokenExchangeForCreateIdentityProviderTokenExchangeOutput) SetExternalIdentityProviderConfiguration(v *ExternalIdentityProviderConfigurationForCreateIdentityProviderTokenExchangeOutput) *TokenExchangeForCreateIdentityProviderTokenExchangeOutput
SetExternalIdentityProviderConfiguration sets the ExternalIdentityProviderConfiguration field's value.
func (*TokenExchangeForCreateIdentityProviderTokenExchangeOutput) SetName ¶ added in v1.2.48
func (s *TokenExchangeForCreateIdentityProviderTokenExchangeOutput) SetName(v string) *TokenExchangeForCreateIdentityProviderTokenExchangeOutput
SetName sets the Name field's value.
func (*TokenExchangeForCreateIdentityProviderTokenExchangeOutput) SetProvider ¶ added in v1.2.48
func (s *TokenExchangeForCreateIdentityProviderTokenExchangeOutput) SetProvider(v string) *TokenExchangeForCreateIdentityProviderTokenExchangeOutput
SetProvider sets the Provider field's value.
func (*TokenExchangeForCreateIdentityProviderTokenExchangeOutput) SetProviderOptions ¶ added in v1.2.48
func (s *TokenExchangeForCreateIdentityProviderTokenExchangeOutput) SetProviderOptions(v *ProviderOptionsForCreateIdentityProviderTokenExchangeOutput) *TokenExchangeForCreateIdentityProviderTokenExchangeOutput
SetProviderOptions sets the ProviderOptions field's value.
func (*TokenExchangeForCreateIdentityProviderTokenExchangeOutput) SetProviderType ¶ added in v1.2.48
func (s *TokenExchangeForCreateIdentityProviderTokenExchangeOutput) SetProviderType(v string) *TokenExchangeForCreateIdentityProviderTokenExchangeOutput
SetProviderType sets the ProviderType field's value.
func (*TokenExchangeForCreateIdentityProviderTokenExchangeOutput) SetUid ¶ added in v1.2.48
func (s *TokenExchangeForCreateIdentityProviderTokenExchangeOutput) SetUid(v string) *TokenExchangeForCreateIdentityProviderTokenExchangeOutput
SetUid sets the Uid field's value.
func (TokenExchangeForCreateIdentityProviderTokenExchangeOutput) String ¶ added in v1.2.48
func (s TokenExchangeForCreateIdentityProviderTokenExchangeOutput) String() string
String returns the string representation
type TokenExchangeForGetIdentityProviderTokenExchangeOutput ¶ added in v1.2.48
type TokenExchangeForGetIdentityProviderTokenExchangeOutput struct {
AllowedAudiences []*string `type:"list"`
AllowedClaimsAndValues []*AllowedClaimsAndValueForGetIdentityProviderTokenExchangeOutput `type:"list"`
AllowedClients []*string `type:"list"`
AllowedScopes []*string `type:"list"`
AttributeMappings []*AttributeMappingForGetIdentityProviderTokenExchangeOutput `type:"list"`
ClaimsPropagationConfig *ClaimsPropagationConfigForGetIdentityProviderTokenExchangeOutput `type:"structure" json:",omitempty"`
EipRecord *EipRecordForGetIdentityProviderTokenExchangeOutput `type:"structure" json:",omitempty"`
Enabled *bool `type:"boolean" json:",omitempty"`
ExternalIdentityProviderConfiguration *ExternalIdentityProviderConfigurationForGetIdentityProviderTokenExchangeOutput `type:"structure" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
Provider *string `type:"string" json:",omitempty"`
ProviderOptions *ProviderOptionsForGetIdentityProviderTokenExchangeOutput `type:"structure" json:",omitempty"`
ProviderType *string `type:"string" json:",omitempty"`
Uid *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (TokenExchangeForGetIdentityProviderTokenExchangeOutput) GoString ¶ added in v1.2.48
func (s TokenExchangeForGetIdentityProviderTokenExchangeOutput) GoString() string
GoString returns the string representation
func (*TokenExchangeForGetIdentityProviderTokenExchangeOutput) SetAllowedAudiences ¶ added in v1.2.48
func (s *TokenExchangeForGetIdentityProviderTokenExchangeOutput) SetAllowedAudiences(v []*string) *TokenExchangeForGetIdentityProviderTokenExchangeOutput
SetAllowedAudiences sets the AllowedAudiences field's value.
func (*TokenExchangeForGetIdentityProviderTokenExchangeOutput) SetAllowedClaimsAndValues ¶ added in v1.2.48
func (s *TokenExchangeForGetIdentityProviderTokenExchangeOutput) SetAllowedClaimsAndValues(v []*AllowedClaimsAndValueForGetIdentityProviderTokenExchangeOutput) *TokenExchangeForGetIdentityProviderTokenExchangeOutput
SetAllowedClaimsAndValues sets the AllowedClaimsAndValues field's value.
func (*TokenExchangeForGetIdentityProviderTokenExchangeOutput) SetAllowedClients ¶ added in v1.2.48
func (s *TokenExchangeForGetIdentityProviderTokenExchangeOutput) SetAllowedClients(v []*string) *TokenExchangeForGetIdentityProviderTokenExchangeOutput
SetAllowedClients sets the AllowedClients field's value.
func (*TokenExchangeForGetIdentityProviderTokenExchangeOutput) SetAllowedScopes ¶ added in v1.2.48
func (s *TokenExchangeForGetIdentityProviderTokenExchangeOutput) SetAllowedScopes(v []*string) *TokenExchangeForGetIdentityProviderTokenExchangeOutput
SetAllowedScopes sets the AllowedScopes field's value.
func (*TokenExchangeForGetIdentityProviderTokenExchangeOutput) SetAttributeMappings ¶ added in v1.2.48
func (s *TokenExchangeForGetIdentityProviderTokenExchangeOutput) SetAttributeMappings(v []*AttributeMappingForGetIdentityProviderTokenExchangeOutput) *TokenExchangeForGetIdentityProviderTokenExchangeOutput
SetAttributeMappings sets the AttributeMappings field's value.
func (*TokenExchangeForGetIdentityProviderTokenExchangeOutput) SetClaimsPropagationConfig ¶ added in v1.2.48
func (s *TokenExchangeForGetIdentityProviderTokenExchangeOutput) SetClaimsPropagationConfig(v *ClaimsPropagationConfigForGetIdentityProviderTokenExchangeOutput) *TokenExchangeForGetIdentityProviderTokenExchangeOutput
SetClaimsPropagationConfig sets the ClaimsPropagationConfig field's value.
func (*TokenExchangeForGetIdentityProviderTokenExchangeOutput) SetEipRecord ¶ added in v1.2.48
func (s *TokenExchangeForGetIdentityProviderTokenExchangeOutput) SetEipRecord(v *EipRecordForGetIdentityProviderTokenExchangeOutput) *TokenExchangeForGetIdentityProviderTokenExchangeOutput
SetEipRecord sets the EipRecord field's value.
func (*TokenExchangeForGetIdentityProviderTokenExchangeOutput) SetEnabled ¶ added in v1.2.48
func (s *TokenExchangeForGetIdentityProviderTokenExchangeOutput) SetEnabled(v bool) *TokenExchangeForGetIdentityProviderTokenExchangeOutput
SetEnabled sets the Enabled field's value.
func (*TokenExchangeForGetIdentityProviderTokenExchangeOutput) SetExternalIdentityProviderConfiguration ¶ added in v1.2.48
func (s *TokenExchangeForGetIdentityProviderTokenExchangeOutput) SetExternalIdentityProviderConfiguration(v *ExternalIdentityProviderConfigurationForGetIdentityProviderTokenExchangeOutput) *TokenExchangeForGetIdentityProviderTokenExchangeOutput
SetExternalIdentityProviderConfiguration sets the ExternalIdentityProviderConfiguration field's value.
func (*TokenExchangeForGetIdentityProviderTokenExchangeOutput) SetName ¶ added in v1.2.48
func (s *TokenExchangeForGetIdentityProviderTokenExchangeOutput) SetName(v string) *TokenExchangeForGetIdentityProviderTokenExchangeOutput
SetName sets the Name field's value.
func (*TokenExchangeForGetIdentityProviderTokenExchangeOutput) SetProvider ¶ added in v1.2.48
func (s *TokenExchangeForGetIdentityProviderTokenExchangeOutput) SetProvider(v string) *TokenExchangeForGetIdentityProviderTokenExchangeOutput
SetProvider sets the Provider field's value.
func (*TokenExchangeForGetIdentityProviderTokenExchangeOutput) SetProviderOptions ¶ added in v1.2.48
func (s *TokenExchangeForGetIdentityProviderTokenExchangeOutput) SetProviderOptions(v *ProviderOptionsForGetIdentityProviderTokenExchangeOutput) *TokenExchangeForGetIdentityProviderTokenExchangeOutput
SetProviderOptions sets the ProviderOptions field's value.
func (*TokenExchangeForGetIdentityProviderTokenExchangeOutput) SetProviderType ¶ added in v1.2.48
func (s *TokenExchangeForGetIdentityProviderTokenExchangeOutput) SetProviderType(v string) *TokenExchangeForGetIdentityProviderTokenExchangeOutput
SetProviderType sets the ProviderType field's value.
func (*TokenExchangeForGetIdentityProviderTokenExchangeOutput) SetUid ¶ added in v1.2.48
func (s *TokenExchangeForGetIdentityProviderTokenExchangeOutput) SetUid(v string) *TokenExchangeForGetIdentityProviderTokenExchangeOutput
SetUid sets the Uid field's value.
func (TokenExchangeForGetIdentityProviderTokenExchangeOutput) String ¶ added in v1.2.48
func (s TokenExchangeForGetIdentityProviderTokenExchangeOutput) String() string
String returns the string representation
type TokenExchangeForUpdateIdentityProviderTokenExchangeOutput ¶ added in v1.2.48
type TokenExchangeForUpdateIdentityProviderTokenExchangeOutput struct {
AllowedAudiences []*string `type:"list"`
AllowedClaimsAndValues []*AllowedClaimsAndValueForUpdateIdentityProviderTokenExchangeOutput `type:"list"`
AllowedClients []*string `type:"list"`
AllowedScopes []*string `type:"list"`
AttributeMappings []*AttributeMappingForUpdateIdentityProviderTokenExchangeOutput `type:"list"`
ClaimsPropagationConfig *ClaimsPropagationConfigForUpdateIdentityProviderTokenExchangeOutput `type:"structure"`
EipRecord *EipRecordForUpdateIdentityProviderTokenExchangeOutput `type:"structure"`
Enabled *bool `type:"boolean"`
ExternalIdentityProviderConfiguration *ExternalIdentityProviderConfigurationForUpdateIdentityProviderTokenExchangeOutput `type:"structure"`
Name *string `type:"string"`
Provider *string `type:"string"`
ProviderOptions *ProviderOptionsForUpdateIdentityProviderTokenExchangeOutput `type:"structure"`
ProviderType *string `type:"string"`
Uid *string `type:"string"`
// contains filtered or unexported fields
}
func (TokenExchangeForUpdateIdentityProviderTokenExchangeOutput) GoString ¶ added in v1.2.48
func (s TokenExchangeForUpdateIdentityProviderTokenExchangeOutput) GoString() string
GoString returns the string representation
func (*TokenExchangeForUpdateIdentityProviderTokenExchangeOutput) SetAllowedAudiences ¶ added in v1.2.48
func (s *TokenExchangeForUpdateIdentityProviderTokenExchangeOutput) SetAllowedAudiences(v []*string) *TokenExchangeForUpdateIdentityProviderTokenExchangeOutput
SetAllowedAudiences sets the AllowedAudiences field's value.
func (*TokenExchangeForUpdateIdentityProviderTokenExchangeOutput) SetAllowedClaimsAndValues ¶ added in v1.2.48
func (s *TokenExchangeForUpdateIdentityProviderTokenExchangeOutput) SetAllowedClaimsAndValues(v []*AllowedClaimsAndValueForUpdateIdentityProviderTokenExchangeOutput) *TokenExchangeForUpdateIdentityProviderTokenExchangeOutput
SetAllowedClaimsAndValues sets the AllowedClaimsAndValues field's value.
func (*TokenExchangeForUpdateIdentityProviderTokenExchangeOutput) SetAllowedClients ¶ added in v1.2.48
func (s *TokenExchangeForUpdateIdentityProviderTokenExchangeOutput) SetAllowedClients(v []*string) *TokenExchangeForUpdateIdentityProviderTokenExchangeOutput
SetAllowedClients sets the AllowedClients field's value.
func (*TokenExchangeForUpdateIdentityProviderTokenExchangeOutput) SetAllowedScopes ¶ added in v1.2.48
func (s *TokenExchangeForUpdateIdentityProviderTokenExchangeOutput) SetAllowedScopes(v []*string) *TokenExchangeForUpdateIdentityProviderTokenExchangeOutput
SetAllowedScopes sets the AllowedScopes field's value.
func (*TokenExchangeForUpdateIdentityProviderTokenExchangeOutput) SetAttributeMappings ¶ added in v1.2.48
func (s *TokenExchangeForUpdateIdentityProviderTokenExchangeOutput) SetAttributeMappings(v []*AttributeMappingForUpdateIdentityProviderTokenExchangeOutput) *TokenExchangeForUpdateIdentityProviderTokenExchangeOutput
SetAttributeMappings sets the AttributeMappings field's value.
func (*TokenExchangeForUpdateIdentityProviderTokenExchangeOutput) SetClaimsPropagationConfig ¶ added in v1.2.48
func (s *TokenExchangeForUpdateIdentityProviderTokenExchangeOutput) SetClaimsPropagationConfig(v *ClaimsPropagationConfigForUpdateIdentityProviderTokenExchangeOutput) *TokenExchangeForUpdateIdentityProviderTokenExchangeOutput
SetClaimsPropagationConfig sets the ClaimsPropagationConfig field's value.
func (*TokenExchangeForUpdateIdentityProviderTokenExchangeOutput) SetEipRecord ¶ added in v1.2.48
func (s *TokenExchangeForUpdateIdentityProviderTokenExchangeOutput) SetEipRecord(v *EipRecordForUpdateIdentityProviderTokenExchangeOutput) *TokenExchangeForUpdateIdentityProviderTokenExchangeOutput
SetEipRecord sets the EipRecord field's value.
func (*TokenExchangeForUpdateIdentityProviderTokenExchangeOutput) SetEnabled ¶ added in v1.2.48
func (s *TokenExchangeForUpdateIdentityProviderTokenExchangeOutput) SetEnabled(v bool) *TokenExchangeForUpdateIdentityProviderTokenExchangeOutput
SetEnabled sets the Enabled field's value.
func (*TokenExchangeForUpdateIdentityProviderTokenExchangeOutput) SetExternalIdentityProviderConfiguration ¶ added in v1.2.48
func (s *TokenExchangeForUpdateIdentityProviderTokenExchangeOutput) SetExternalIdentityProviderConfiguration(v *ExternalIdentityProviderConfigurationForUpdateIdentityProviderTokenExchangeOutput) *TokenExchangeForUpdateIdentityProviderTokenExchangeOutput
SetExternalIdentityProviderConfiguration sets the ExternalIdentityProviderConfiguration field's value.
func (*TokenExchangeForUpdateIdentityProviderTokenExchangeOutput) SetName ¶ added in v1.2.48
func (s *TokenExchangeForUpdateIdentityProviderTokenExchangeOutput) SetName(v string) *TokenExchangeForUpdateIdentityProviderTokenExchangeOutput
SetName sets the Name field's value.
func (*TokenExchangeForUpdateIdentityProviderTokenExchangeOutput) SetProvider ¶ added in v1.2.48
func (s *TokenExchangeForUpdateIdentityProviderTokenExchangeOutput) SetProvider(v string) *TokenExchangeForUpdateIdentityProviderTokenExchangeOutput
SetProvider sets the Provider field's value.
func (*TokenExchangeForUpdateIdentityProviderTokenExchangeOutput) SetProviderOptions ¶ added in v1.2.48
func (s *TokenExchangeForUpdateIdentityProviderTokenExchangeOutput) SetProviderOptions(v *ProviderOptionsForUpdateIdentityProviderTokenExchangeOutput) *TokenExchangeForUpdateIdentityProviderTokenExchangeOutput
SetProviderOptions sets the ProviderOptions field's value.
func (*TokenExchangeForUpdateIdentityProviderTokenExchangeOutput) SetProviderType ¶ added in v1.2.48
func (s *TokenExchangeForUpdateIdentityProviderTokenExchangeOutput) SetProviderType(v string) *TokenExchangeForUpdateIdentityProviderTokenExchangeOutput
SetProviderType sets the ProviderType field's value.
func (*TokenExchangeForUpdateIdentityProviderTokenExchangeOutput) SetUid ¶ added in v1.2.48
func (s *TokenExchangeForUpdateIdentityProviderTokenExchangeOutput) SetUid(v string) *TokenExchangeForUpdateIdentityProviderTokenExchangeOutput
SetUid sets the Uid field's value.
func (TokenExchangeForUpdateIdentityProviderTokenExchangeOutput) String ¶ added in v1.2.48
func (s TokenExchangeForUpdateIdentityProviderTokenExchangeOutput) String() string
String returns the string representation
type TokenQuotaForGetClawOmniInstanceOutput ¶ added in v1.2.48
type TokenQuotaForGetClawOmniInstanceOutput struct {
EndTime *string `type:"string" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
StartTime *string `type:"string" json:",omitempty"`
Threshold *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (TokenQuotaForGetClawOmniInstanceOutput) GoString ¶ added in v1.2.48
func (s TokenQuotaForGetClawOmniInstanceOutput) GoString() string
GoString returns the string representation
func (*TokenQuotaForGetClawOmniInstanceOutput) SetEndTime ¶ added in v1.2.48
func (s *TokenQuotaForGetClawOmniInstanceOutput) SetEndTime(v string) *TokenQuotaForGetClawOmniInstanceOutput
SetEndTime sets the EndTime field's value.
func (*TokenQuotaForGetClawOmniInstanceOutput) SetName ¶ added in v1.2.48
func (s *TokenQuotaForGetClawOmniInstanceOutput) SetName(v string) *TokenQuotaForGetClawOmniInstanceOutput
SetName sets the Name field's value.
func (*TokenQuotaForGetClawOmniInstanceOutput) SetStartTime ¶ added in v1.2.48
func (s *TokenQuotaForGetClawOmniInstanceOutput) SetStartTime(v string) *TokenQuotaForGetClawOmniInstanceOutput
SetStartTime sets the StartTime field's value.
func (*TokenQuotaForGetClawOmniInstanceOutput) SetThreshold ¶ added in v1.2.48
func (s *TokenQuotaForGetClawOmniInstanceOutput) SetThreshold(v string) *TokenQuotaForGetClawOmniInstanceOutput
SetThreshold sets the Threshold field's value.
func (TokenQuotaForGetClawOmniInstanceOutput) String ¶ added in v1.2.48
func (s TokenQuotaForGetClawOmniInstanceOutput) String() string
String returns the string representation
type TokenQuotaForListClawOmniInstancesOutput ¶ added in v1.2.48
type TokenQuotaForListClawOmniInstancesOutput struct {
EndTime *string `type:"string"`
Name *string `type:"string"`
StartTime *string `type:"string"`
Threshold *string `type:"string"`
// contains filtered or unexported fields
}
func (TokenQuotaForListClawOmniInstancesOutput) GoString ¶ added in v1.2.48
func (s TokenQuotaForListClawOmniInstancesOutput) GoString() string
GoString returns the string representation
func (*TokenQuotaForListClawOmniInstancesOutput) SetEndTime ¶ added in v1.2.48
func (s *TokenQuotaForListClawOmniInstancesOutput) SetEndTime(v string) *TokenQuotaForListClawOmniInstancesOutput
SetEndTime sets the EndTime field's value.
func (*TokenQuotaForListClawOmniInstancesOutput) SetName ¶ added in v1.2.48
func (s *TokenQuotaForListClawOmniInstancesOutput) SetName(v string) *TokenQuotaForListClawOmniInstancesOutput
SetName sets the Name field's value.
func (*TokenQuotaForListClawOmniInstancesOutput) SetStartTime ¶ added in v1.2.48
func (s *TokenQuotaForListClawOmniInstancesOutput) SetStartTime(v string) *TokenQuotaForListClawOmniInstancesOutput
SetStartTime sets the StartTime field's value.
func (*TokenQuotaForListClawOmniInstancesOutput) SetThreshold ¶ added in v1.2.48
func (s *TokenQuotaForListClawOmniInstancesOutput) SetThreshold(v string) *TokenQuotaForListClawOmniInstancesOutput
SetThreshold sets the Threshold field's value.
func (TokenQuotaForListClawOmniInstancesOutput) String ¶ added in v1.2.48
func (s TokenQuotaForListClawOmniInstancesOutput) String() string
String returns the string representation
type TokenRateLimitPerDayForUpdateSpaceUserConfigsInput ¶ added in v1.2.35
type TokenRateLimitPerDayForUpdateSpaceUserConfigsInput struct {
Value *int32 `type:"int32"`
// contains filtered or unexported fields
}
func (TokenRateLimitPerDayForUpdateSpaceUserConfigsInput) GoString ¶ added in v1.2.35
func (s TokenRateLimitPerDayForUpdateSpaceUserConfigsInput) GoString() string
GoString returns the string representation
func (*TokenRateLimitPerDayForUpdateSpaceUserConfigsInput) SetValue ¶ added in v1.2.35
func (s *TokenRateLimitPerDayForUpdateSpaceUserConfigsInput) SetValue(v int32) *TokenRateLimitPerDayForUpdateSpaceUserConfigsInput
SetValue sets the Value field's value.
func (TokenRateLimitPerDayForUpdateSpaceUserConfigsInput) String ¶ added in v1.2.35
func (s TokenRateLimitPerDayForUpdateSpaceUserConfigsInput) String() string
String returns the string representation
type TokenRateLimitPerMinForUpdateSpaceUserConfigsInput ¶ added in v1.2.35
type TokenRateLimitPerMinForUpdateSpaceUserConfigsInput struct {
Value *int32 `type:"int32"`
// contains filtered or unexported fields
}
func (TokenRateLimitPerMinForUpdateSpaceUserConfigsInput) GoString ¶ added in v1.2.35
func (s TokenRateLimitPerMinForUpdateSpaceUserConfigsInput) GoString() string
GoString returns the string representation
func (*TokenRateLimitPerMinForUpdateSpaceUserConfigsInput) SetValue ¶ added in v1.2.35
func (s *TokenRateLimitPerMinForUpdateSpaceUserConfigsInput) SetValue(v int32) *TokenRateLimitPerMinForUpdateSpaceUserConfigsInput
SetValue sets the Value field's value.
func (TokenRateLimitPerMinForUpdateSpaceUserConfigsInput) String ¶ added in v1.2.35
func (s TokenRateLimitPerMinForUpdateSpaceUserConfigsInput) String() string
String returns the string representation
type UltimateSeatQuotaForUpdateUsersQuotaInput ¶ added in v1.2.35
type UltimateSeatQuotaForUpdateUsersQuotaInput struct {
Value *int32 `type:"int32"`
// contains filtered or unexported fields
}
func (UltimateSeatQuotaForUpdateUsersQuotaInput) GoString ¶ added in v1.2.35
func (s UltimateSeatQuotaForUpdateUsersQuotaInput) GoString() string
GoString returns the string representation
func (*UltimateSeatQuotaForUpdateUsersQuotaInput) SetValue ¶ added in v1.2.35
func (s *UltimateSeatQuotaForUpdateUsersQuotaInput) SetValue(v int32) *UltimateSeatQuotaForUpdateUsersQuotaInput
SetValue sets the Value field's value.
func (UltimateSeatQuotaForUpdateUsersQuotaInput) String ¶ added in v1.2.35
func (s UltimateSeatQuotaForUpdateUsersQuotaInput) String() string
String returns the string representation
type UltimateSeatQuotaForUpdateUsersQuotaOutput ¶ added in v1.2.35
type UltimateSeatQuotaForUpdateUsersQuotaOutput struct {
Value *int32 `type:"int32"`
// contains filtered or unexported fields
}
func (UltimateSeatQuotaForUpdateUsersQuotaOutput) GoString ¶ added in v1.2.35
func (s UltimateSeatQuotaForUpdateUsersQuotaOutput) GoString() string
GoString returns the string representation
func (*UltimateSeatQuotaForUpdateUsersQuotaOutput) SetValue ¶ added in v1.2.35
func (s *UltimateSeatQuotaForUpdateUsersQuotaOutput) SetValue(v int32) *UltimateSeatQuotaForUpdateUsersQuotaOutput
SetValue sets the Value field's value.
func (UltimateSeatQuotaForUpdateUsersQuotaOutput) String ¶ added in v1.2.35
func (s UltimateSeatQuotaForUpdateUsersQuotaOutput) String() string
String returns the string representation
type UnbindClawInstanceInput ¶ added in v1.2.48
type UnbindClawInstanceInput struct {
ClientToken *string `type:"string" json:",omitempty"`
DryRun *bool `type:"boolean" json:",omitempty"`
// InstanceId is a required field
InstanceId *string `type:"string" json:",omitempty" required:"true"`
// SpaceId is a required field
SpaceId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (UnbindClawInstanceInput) GoString ¶ added in v1.2.48
func (s UnbindClawInstanceInput) GoString() string
GoString returns the string representation
func (*UnbindClawInstanceInput) SetClientToken ¶ added in v1.2.48
func (s *UnbindClawInstanceInput) SetClientToken(v string) *UnbindClawInstanceInput
SetClientToken sets the ClientToken field's value.
func (*UnbindClawInstanceInput) SetDryRun ¶ added in v1.2.48
func (s *UnbindClawInstanceInput) SetDryRun(v bool) *UnbindClawInstanceInput
SetDryRun sets the DryRun field's value.
func (*UnbindClawInstanceInput) SetInstanceId ¶ added in v1.2.48
func (s *UnbindClawInstanceInput) SetInstanceId(v string) *UnbindClawInstanceInput
SetInstanceId sets the InstanceId field's value.
func (*UnbindClawInstanceInput) SetSpaceId ¶ added in v1.2.48
func (s *UnbindClawInstanceInput) SetSpaceId(v string) *UnbindClawInstanceInput
SetSpaceId sets the SpaceId field's value.
func (UnbindClawInstanceInput) String ¶ added in v1.2.48
func (s UnbindClawInstanceInput) String() string
String returns the string representation
func (*UnbindClawInstanceInput) Validate ¶ added in v1.2.48
func (s *UnbindClawInstanceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UnbindClawInstanceOutput ¶ added in v1.2.48
type UnbindClawInstanceOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (UnbindClawInstanceOutput) GoString ¶ added in v1.2.48
func (s UnbindClawInstanceOutput) GoString() string
GoString returns the string representation
func (UnbindClawInstanceOutput) String ¶ added in v1.2.48
func (s UnbindClawInstanceOutput) String() string
String returns the string representation
type UpdateClawOmniInstanceInput ¶ added in v1.2.29
type UpdateClawOmniInstanceInput struct {
FieldMask *string `type:"string"`
// Id is a required field
Id *string `type:"string" required:"true"`
// Name is a required field
Name *string `type:"string" required:"true"`
OperationLock *OperationLockForUpdateClawOmniInstanceInput `type:"structure"`
Timeout *int32 `type:"int32"`
TokenLimitPerDay *int32 `type:"int32"`
TokenLimitPerMin *int32 `type:"int32"`
TokenLimitPerWeek *string `type:"string"`
TokenQuota *string `type:"string"`
// contains filtered or unexported fields
}
func (UpdateClawOmniInstanceInput) GoString ¶ added in v1.2.29
func (s UpdateClawOmniInstanceInput) GoString() string
GoString returns the string representation
func (*UpdateClawOmniInstanceInput) SetFieldMask ¶ added in v1.2.29
func (s *UpdateClawOmniInstanceInput) SetFieldMask(v string) *UpdateClawOmniInstanceInput
SetFieldMask sets the FieldMask field's value.
func (*UpdateClawOmniInstanceInput) SetId ¶ added in v1.2.29
func (s *UpdateClawOmniInstanceInput) SetId(v string) *UpdateClawOmniInstanceInput
SetId sets the Id field's value.
func (*UpdateClawOmniInstanceInput) SetName ¶ added in v1.2.48
func (s *UpdateClawOmniInstanceInput) SetName(v string) *UpdateClawOmniInstanceInput
SetName sets the Name field's value.
func (*UpdateClawOmniInstanceInput) SetOperationLock ¶ added in v1.2.48
func (s *UpdateClawOmniInstanceInput) SetOperationLock(v *OperationLockForUpdateClawOmniInstanceInput) *UpdateClawOmniInstanceInput
SetOperationLock sets the OperationLock field's value.
func (*UpdateClawOmniInstanceInput) SetTimeout ¶ added in v1.2.48
func (s *UpdateClawOmniInstanceInput) SetTimeout(v int32) *UpdateClawOmniInstanceInput
SetTimeout sets the Timeout field's value.
func (*UpdateClawOmniInstanceInput) SetTokenLimitPerDay ¶ added in v1.2.29
func (s *UpdateClawOmniInstanceInput) SetTokenLimitPerDay(v int32) *UpdateClawOmniInstanceInput
SetTokenLimitPerDay sets the TokenLimitPerDay field's value.
func (*UpdateClawOmniInstanceInput) SetTokenLimitPerMin ¶ added in v1.2.29
func (s *UpdateClawOmniInstanceInput) SetTokenLimitPerMin(v int32) *UpdateClawOmniInstanceInput
SetTokenLimitPerMin sets the TokenLimitPerMin field's value.
func (*UpdateClawOmniInstanceInput) SetTokenLimitPerWeek ¶ added in v1.2.29
func (s *UpdateClawOmniInstanceInput) SetTokenLimitPerWeek(v string) *UpdateClawOmniInstanceInput
SetTokenLimitPerWeek sets the TokenLimitPerWeek field's value.
func (*UpdateClawOmniInstanceInput) SetTokenQuota ¶ added in v1.2.35
func (s *UpdateClawOmniInstanceInput) SetTokenQuota(v string) *UpdateClawOmniInstanceInput
SetTokenQuota sets the TokenQuota field's value.
func (UpdateClawOmniInstanceInput) String ¶ added in v1.2.29
func (s UpdateClawOmniInstanceInput) String() string
String returns the string representation
func (*UpdateClawOmniInstanceInput) Validate ¶ added in v1.2.29
func (s *UpdateClawOmniInstanceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateClawOmniInstanceModelInput ¶ added in v1.2.29
type UpdateClawOmniInstanceModelInput struct {
// Id is a required field
Id *string `type:"string" required:"true"`
ModelConfig *ModelConfigForUpdateClawOmniInstanceModelInput `type:"structure"`
// contains filtered or unexported fields
}
func (UpdateClawOmniInstanceModelInput) GoString ¶ added in v1.2.29
func (s UpdateClawOmniInstanceModelInput) GoString() string
GoString returns the string representation
func (*UpdateClawOmniInstanceModelInput) SetId ¶ added in v1.2.29
func (s *UpdateClawOmniInstanceModelInput) SetId(v string) *UpdateClawOmniInstanceModelInput
SetId sets the Id field's value.
func (*UpdateClawOmniInstanceModelInput) SetModelConfig ¶ added in v1.2.29
func (s *UpdateClawOmniInstanceModelInput) SetModelConfig(v *ModelConfigForUpdateClawOmniInstanceModelInput) *UpdateClawOmniInstanceModelInput
SetModelConfig sets the ModelConfig field's value.
func (UpdateClawOmniInstanceModelInput) String ¶ added in v1.2.29
func (s UpdateClawOmniInstanceModelInput) String() string
String returns the string representation
func (*UpdateClawOmniInstanceModelInput) Validate ¶ added in v1.2.29
func (s *UpdateClawOmniInstanceModelInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateClawOmniInstanceModelOutput ¶ added in v1.2.29
type UpdateClawOmniInstanceModelOutput struct {
Metadata *response.ResponseMetadata
Id *string `type:"string"`
ModelId *string `type:"string"`
ModelSource *string `type:"string"`
// contains filtered or unexported fields
}
func (UpdateClawOmniInstanceModelOutput) GoString ¶ added in v1.2.29
func (s UpdateClawOmniInstanceModelOutput) GoString() string
GoString returns the string representation
func (*UpdateClawOmniInstanceModelOutput) SetId ¶ added in v1.2.29
func (s *UpdateClawOmniInstanceModelOutput) SetId(v string) *UpdateClawOmniInstanceModelOutput
SetId sets the Id field's value.
func (*UpdateClawOmniInstanceModelOutput) SetModelId ¶ added in v1.2.29
func (s *UpdateClawOmniInstanceModelOutput) SetModelId(v string) *UpdateClawOmniInstanceModelOutput
SetModelId sets the ModelId field's value.
func (*UpdateClawOmniInstanceModelOutput) SetModelSource ¶ added in v1.2.29
func (s *UpdateClawOmniInstanceModelOutput) SetModelSource(v string) *UpdateClawOmniInstanceModelOutput
SetModelSource sets the ModelSource field's value.
func (UpdateClawOmniInstanceModelOutput) String ¶ added in v1.2.29
func (s UpdateClawOmniInstanceModelOutput) String() string
String returns the string representation
type UpdateClawOmniInstanceOutput ¶ added in v1.2.29
type UpdateClawOmniInstanceOutput struct {
Metadata *response.ResponseMetadata
Id *string `type:"string"`
// contains filtered or unexported fields
}
func (UpdateClawOmniInstanceOutput) GoString ¶ added in v1.2.29
func (s UpdateClawOmniInstanceOutput) GoString() string
GoString returns the string representation
func (*UpdateClawOmniInstanceOutput) SetId ¶ added in v1.2.29
func (s *UpdateClawOmniInstanceOutput) SetId(v string) *UpdateClawOmniInstanceOutput
SetId sets the Id field's value.
func (UpdateClawOmniInstanceOutput) String ¶ added in v1.2.29
func (s UpdateClawOmniInstanceOutput) String() string
String returns the string representation
type UpdateIdentityProviderTokenExchangeInput ¶ added in v1.2.48
type UpdateIdentityProviderTokenExchangeInput struct {
AllowedAudiences []*string `type:"list"`
AllowedClaimsAndValues []*AllowedClaimsAndValueForUpdateIdentityProviderTokenExchangeInput `type:"list"`
AllowedClients []*string `type:"list"`
AllowedScopes []*string `type:"list"`
AttributeMappings []*AttributeMappingForUpdateIdentityProviderTokenExchangeInput `type:"list"`
ClaimsPropagationConfig *ClaimsPropagationConfigForUpdateIdentityProviderTokenExchangeInput `type:"structure"`
// ConnectionId is a required field
ConnectionId *string `type:"string" required:"true"`
EipId *EipIdForUpdateIdentityProviderTokenExchangeInput `type:"structure"`
Enabled *EnabledForUpdateIdentityProviderTokenExchangeInput `type:"structure"`
ExternalIdentityProviderConfiguration *ExternalIdentityProviderConfigurationForUpdateIdentityProviderTokenExchangeInput `type:"structure"`
Name *NameForUpdateIdentityProviderTokenExchangeInput `type:"structure"`
Provider *ProviderForUpdateIdentityProviderTokenExchangeInput `type:"structure"`
ProviderOptions *ProviderOptionsForUpdateIdentityProviderTokenExchangeInput `type:"structure"`
ProviderType *ProviderTypeForUpdateIdentityProviderTokenExchangeInput `type:"structure"`
// SpaceId is a required field
SpaceId *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
func (UpdateIdentityProviderTokenExchangeInput) GoString ¶ added in v1.2.48
func (s UpdateIdentityProviderTokenExchangeInput) GoString() string
GoString returns the string representation
func (*UpdateIdentityProviderTokenExchangeInput) SetAllowedAudiences ¶ added in v1.2.48
func (s *UpdateIdentityProviderTokenExchangeInput) SetAllowedAudiences(v []*string) *UpdateIdentityProviderTokenExchangeInput
SetAllowedAudiences sets the AllowedAudiences field's value.
func (*UpdateIdentityProviderTokenExchangeInput) SetAllowedClaimsAndValues ¶ added in v1.2.48
func (s *UpdateIdentityProviderTokenExchangeInput) SetAllowedClaimsAndValues(v []*AllowedClaimsAndValueForUpdateIdentityProviderTokenExchangeInput) *UpdateIdentityProviderTokenExchangeInput
SetAllowedClaimsAndValues sets the AllowedClaimsAndValues field's value.
func (*UpdateIdentityProviderTokenExchangeInput) SetAllowedClients ¶ added in v1.2.48
func (s *UpdateIdentityProviderTokenExchangeInput) SetAllowedClients(v []*string) *UpdateIdentityProviderTokenExchangeInput
SetAllowedClients sets the AllowedClients field's value.
func (*UpdateIdentityProviderTokenExchangeInput) SetAllowedScopes ¶ added in v1.2.48
func (s *UpdateIdentityProviderTokenExchangeInput) SetAllowedScopes(v []*string) *UpdateIdentityProviderTokenExchangeInput
SetAllowedScopes sets the AllowedScopes field's value.
func (*UpdateIdentityProviderTokenExchangeInput) SetAttributeMappings ¶ added in v1.2.48
func (s *UpdateIdentityProviderTokenExchangeInput) SetAttributeMappings(v []*AttributeMappingForUpdateIdentityProviderTokenExchangeInput) *UpdateIdentityProviderTokenExchangeInput
SetAttributeMappings sets the AttributeMappings field's value.
func (*UpdateIdentityProviderTokenExchangeInput) SetClaimsPropagationConfig ¶ added in v1.2.48
func (s *UpdateIdentityProviderTokenExchangeInput) SetClaimsPropagationConfig(v *ClaimsPropagationConfigForUpdateIdentityProviderTokenExchangeInput) *UpdateIdentityProviderTokenExchangeInput
SetClaimsPropagationConfig sets the ClaimsPropagationConfig field's value.
func (*UpdateIdentityProviderTokenExchangeInput) SetConnectionId ¶ added in v1.2.48
func (s *UpdateIdentityProviderTokenExchangeInput) SetConnectionId(v string) *UpdateIdentityProviderTokenExchangeInput
SetConnectionId sets the ConnectionId field's value.
func (*UpdateIdentityProviderTokenExchangeInput) SetEipId ¶ added in v1.2.48
func (s *UpdateIdentityProviderTokenExchangeInput) SetEipId(v *EipIdForUpdateIdentityProviderTokenExchangeInput) *UpdateIdentityProviderTokenExchangeInput
SetEipId sets the EipId field's value.
func (*UpdateIdentityProviderTokenExchangeInput) SetEnabled ¶ added in v1.2.48
func (s *UpdateIdentityProviderTokenExchangeInput) SetEnabled(v *EnabledForUpdateIdentityProviderTokenExchangeInput) *UpdateIdentityProviderTokenExchangeInput
SetEnabled sets the Enabled field's value.
func (*UpdateIdentityProviderTokenExchangeInput) SetExternalIdentityProviderConfiguration ¶ added in v1.2.48
func (s *UpdateIdentityProviderTokenExchangeInput) SetExternalIdentityProviderConfiguration(v *ExternalIdentityProviderConfigurationForUpdateIdentityProviderTokenExchangeInput) *UpdateIdentityProviderTokenExchangeInput
SetExternalIdentityProviderConfiguration sets the ExternalIdentityProviderConfiguration field's value.
func (*UpdateIdentityProviderTokenExchangeInput) SetName ¶ added in v1.2.48
func (s *UpdateIdentityProviderTokenExchangeInput) SetName(v *NameForUpdateIdentityProviderTokenExchangeInput) *UpdateIdentityProviderTokenExchangeInput
SetName sets the Name field's value.
func (*UpdateIdentityProviderTokenExchangeInput) SetProvider ¶ added in v1.2.48
func (s *UpdateIdentityProviderTokenExchangeInput) SetProvider(v *ProviderForUpdateIdentityProviderTokenExchangeInput) *UpdateIdentityProviderTokenExchangeInput
SetProvider sets the Provider field's value.
func (*UpdateIdentityProviderTokenExchangeInput) SetProviderOptions ¶ added in v1.2.48
func (s *UpdateIdentityProviderTokenExchangeInput) SetProviderOptions(v *ProviderOptionsForUpdateIdentityProviderTokenExchangeInput) *UpdateIdentityProviderTokenExchangeInput
SetProviderOptions sets the ProviderOptions field's value.
func (*UpdateIdentityProviderTokenExchangeInput) SetProviderType ¶ added in v1.2.48
func (s *UpdateIdentityProviderTokenExchangeInput) SetProviderType(v *ProviderTypeForUpdateIdentityProviderTokenExchangeInput) *UpdateIdentityProviderTokenExchangeInput
SetProviderType sets the ProviderType field's value.
func (*UpdateIdentityProviderTokenExchangeInput) SetSpaceId ¶ added in v1.2.48
func (s *UpdateIdentityProviderTokenExchangeInput) SetSpaceId(v string) *UpdateIdentityProviderTokenExchangeInput
SetSpaceId sets the SpaceId field's value.
func (UpdateIdentityProviderTokenExchangeInput) String ¶ added in v1.2.48
func (s UpdateIdentityProviderTokenExchangeInput) String() string
String returns the string representation
func (*UpdateIdentityProviderTokenExchangeInput) Validate ¶ added in v1.2.48
func (s *UpdateIdentityProviderTokenExchangeInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateIdentityProviderTokenExchangeOutput ¶ added in v1.2.48
type UpdateIdentityProviderTokenExchangeOutput struct {
Metadata *response.ResponseMetadata
TokenExchange *TokenExchangeForUpdateIdentityProviderTokenExchangeOutput `type:"structure"`
// contains filtered or unexported fields
}
func (UpdateIdentityProviderTokenExchangeOutput) GoString ¶ added in v1.2.48
func (s UpdateIdentityProviderTokenExchangeOutput) GoString() string
GoString returns the string representation
func (*UpdateIdentityProviderTokenExchangeOutput) SetTokenExchange ¶ added in v1.2.48
func (s *UpdateIdentityProviderTokenExchangeOutput) SetTokenExchange(v *TokenExchangeForUpdateIdentityProviderTokenExchangeOutput) *UpdateIdentityProviderTokenExchangeOutput
SetTokenExchange sets the TokenExchange field's value.
func (UpdateIdentityProviderTokenExchangeOutput) String ¶ added in v1.2.48
func (s UpdateIdentityProviderTokenExchangeOutput) String() string
String returns the string representation
type UpdatePrivateClawOmniSpaceTemplateInput ¶ added in v1.2.31
type UpdatePrivateClawOmniSpaceTemplateInput struct {
AgentMd *string `type:"string" json:",omitempty"`
CpuMilli *int32 `type:"int32" json:",omitempty"`
DefaultModelName *string `type:"string" json:",omitempty"`
DefaultModelSource *string `type:"string" json:",omitempty"`
Description *string `type:"string" json:",omitempty"`
// Id is a required field
Id *string `type:"string" json:",omitempty" required:"true"`
ImageId *string `type:"string" json:",omitempty"`
MemoryMb *int32 `type:"int32" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
PluginConfig *string `type:"string" json:",omitempty"`
SkillConfig *string `type:"string" json:",omitempty"`
Soul *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (UpdatePrivateClawOmniSpaceTemplateInput) GoString ¶ added in v1.2.31
func (s UpdatePrivateClawOmniSpaceTemplateInput) GoString() string
GoString returns the string representation
func (*UpdatePrivateClawOmniSpaceTemplateInput) SetAgentMd ¶ added in v1.2.31
func (s *UpdatePrivateClawOmniSpaceTemplateInput) SetAgentMd(v string) *UpdatePrivateClawOmniSpaceTemplateInput
SetAgentMd sets the AgentMd field's value.
func (*UpdatePrivateClawOmniSpaceTemplateInput) SetCpuMilli ¶ added in v1.2.31
func (s *UpdatePrivateClawOmniSpaceTemplateInput) SetCpuMilli(v int32) *UpdatePrivateClawOmniSpaceTemplateInput
SetCpuMilli sets the CpuMilli field's value.
func (*UpdatePrivateClawOmniSpaceTemplateInput) SetDefaultModelName ¶ added in v1.2.31
func (s *UpdatePrivateClawOmniSpaceTemplateInput) SetDefaultModelName(v string) *UpdatePrivateClawOmniSpaceTemplateInput
SetDefaultModelName sets the DefaultModelName field's value.
func (*UpdatePrivateClawOmniSpaceTemplateInput) SetDefaultModelSource ¶ added in v1.2.31
func (s *UpdatePrivateClawOmniSpaceTemplateInput) SetDefaultModelSource(v string) *UpdatePrivateClawOmniSpaceTemplateInput
SetDefaultModelSource sets the DefaultModelSource field's value.
func (*UpdatePrivateClawOmniSpaceTemplateInput) SetDescription ¶ added in v1.2.31
func (s *UpdatePrivateClawOmniSpaceTemplateInput) SetDescription(v string) *UpdatePrivateClawOmniSpaceTemplateInput
SetDescription sets the Description field's value.
func (*UpdatePrivateClawOmniSpaceTemplateInput) SetId ¶ added in v1.2.31
func (s *UpdatePrivateClawOmniSpaceTemplateInput) SetId(v string) *UpdatePrivateClawOmniSpaceTemplateInput
SetId sets the Id field's value.
func (*UpdatePrivateClawOmniSpaceTemplateInput) SetImageId ¶ added in v1.2.31
func (s *UpdatePrivateClawOmniSpaceTemplateInput) SetImageId(v string) *UpdatePrivateClawOmniSpaceTemplateInput
SetImageId sets the ImageId field's value.
func (*UpdatePrivateClawOmniSpaceTemplateInput) SetMemoryMb ¶ added in v1.2.31
func (s *UpdatePrivateClawOmniSpaceTemplateInput) SetMemoryMb(v int32) *UpdatePrivateClawOmniSpaceTemplateInput
SetMemoryMb sets the MemoryMb field's value.
func (*UpdatePrivateClawOmniSpaceTemplateInput) SetName ¶ added in v1.2.31
func (s *UpdatePrivateClawOmniSpaceTemplateInput) SetName(v string) *UpdatePrivateClawOmniSpaceTemplateInput
SetName sets the Name field's value.
func (*UpdatePrivateClawOmniSpaceTemplateInput) SetPluginConfig ¶ added in v1.2.31
func (s *UpdatePrivateClawOmniSpaceTemplateInput) SetPluginConfig(v string) *UpdatePrivateClawOmniSpaceTemplateInput
SetPluginConfig sets the PluginConfig field's value.
func (*UpdatePrivateClawOmniSpaceTemplateInput) SetSkillConfig ¶ added in v1.2.31
func (s *UpdatePrivateClawOmniSpaceTemplateInput) SetSkillConfig(v string) *UpdatePrivateClawOmniSpaceTemplateInput
SetSkillConfig sets the SkillConfig field's value.
func (*UpdatePrivateClawOmniSpaceTemplateInput) SetSoul ¶ added in v1.2.31
func (s *UpdatePrivateClawOmniSpaceTemplateInput) SetSoul(v string) *UpdatePrivateClawOmniSpaceTemplateInput
SetSoul sets the Soul field's value.
func (UpdatePrivateClawOmniSpaceTemplateInput) String ¶ added in v1.2.31
func (s UpdatePrivateClawOmniSpaceTemplateInput) String() string
String returns the string representation
func (*UpdatePrivateClawOmniSpaceTemplateInput) Validate ¶ added in v1.2.31
func (s *UpdatePrivateClawOmniSpaceTemplateInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdatePrivateClawOmniSpaceTemplateOutput ¶ added in v1.2.31
type UpdatePrivateClawOmniSpaceTemplateOutput struct {
Metadata *response.ResponseMetadata
Id *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (UpdatePrivateClawOmniSpaceTemplateOutput) GoString ¶ added in v1.2.31
func (s UpdatePrivateClawOmniSpaceTemplateOutput) GoString() string
GoString returns the string representation
func (*UpdatePrivateClawOmniSpaceTemplateOutput) SetId ¶ added in v1.2.31
func (s *UpdatePrivateClawOmniSpaceTemplateOutput) SetId(v string) *UpdatePrivateClawOmniSpaceTemplateOutput
SetId sets the Id field's value.
func (UpdatePrivateClawOmniSpaceTemplateOutput) String ¶ added in v1.2.31
func (s UpdatePrivateClawOmniSpaceTemplateOutput) String() string
String returns the string representation
type UpdateScheduledJobInput ¶ added in v1.2.38
type UpdateScheduledJobInput struct {
FieldMask *FieldMaskForUpdateScheduledJobInput `type:"structure"`
Instructions *string `type:"string"`
// JobId is a required field
JobId *string `type:"string" required:"true"`
Name *string `type:"string"`
ProjectName *string `type:"string"`
ResultDelivery *ResultDeliveryForUpdateScheduledJobInput `type:"structure"`
ScheduleExpr *string `type:"string"`
ScheduleType *string `type:"string"`
// SpaceId is a required field
SpaceId *string `type:"string" required:"true"`
TimeoutMinutes *int32 `type:"int32"`
Timezone *string `type:"string"`
// contains filtered or unexported fields
}
func (UpdateScheduledJobInput) GoString ¶ added in v1.2.38
func (s UpdateScheduledJobInput) GoString() string
GoString returns the string representation
func (*UpdateScheduledJobInput) SetFieldMask ¶ added in v1.2.38
func (s *UpdateScheduledJobInput) SetFieldMask(v *FieldMaskForUpdateScheduledJobInput) *UpdateScheduledJobInput
SetFieldMask sets the FieldMask field's value.
func (*UpdateScheduledJobInput) SetInstructions ¶ added in v1.2.38
func (s *UpdateScheduledJobInput) SetInstructions(v string) *UpdateScheduledJobInput
SetInstructions sets the Instructions field's value.
func (*UpdateScheduledJobInput) SetJobId ¶ added in v1.2.38
func (s *UpdateScheduledJobInput) SetJobId(v string) *UpdateScheduledJobInput
SetJobId sets the JobId field's value.
func (*UpdateScheduledJobInput) SetName ¶ added in v1.2.38
func (s *UpdateScheduledJobInput) SetName(v string) *UpdateScheduledJobInput
SetName sets the Name field's value.
func (*UpdateScheduledJobInput) SetProjectName ¶ added in v1.2.38
func (s *UpdateScheduledJobInput) SetProjectName(v string) *UpdateScheduledJobInput
SetProjectName sets the ProjectName field's value.
func (*UpdateScheduledJobInput) SetResultDelivery ¶ added in v1.2.48
func (s *UpdateScheduledJobInput) SetResultDelivery(v *ResultDeliveryForUpdateScheduledJobInput) *UpdateScheduledJobInput
SetResultDelivery sets the ResultDelivery field's value.
func (*UpdateScheduledJobInput) SetScheduleExpr ¶ added in v1.2.38
func (s *UpdateScheduledJobInput) SetScheduleExpr(v string) *UpdateScheduledJobInput
SetScheduleExpr sets the ScheduleExpr field's value.
func (*UpdateScheduledJobInput) SetScheduleType ¶ added in v1.2.38
func (s *UpdateScheduledJobInput) SetScheduleType(v string) *UpdateScheduledJobInput
SetScheduleType sets the ScheduleType field's value.
func (*UpdateScheduledJobInput) SetSpaceId ¶ added in v1.2.38
func (s *UpdateScheduledJobInput) SetSpaceId(v string) *UpdateScheduledJobInput
SetSpaceId sets the SpaceId field's value.
func (*UpdateScheduledJobInput) SetTimeoutMinutes ¶ added in v1.2.38
func (s *UpdateScheduledJobInput) SetTimeoutMinutes(v int32) *UpdateScheduledJobInput
SetTimeoutMinutes sets the TimeoutMinutes field's value.
func (*UpdateScheduledJobInput) SetTimezone ¶ added in v1.2.38
func (s *UpdateScheduledJobInput) SetTimezone(v string) *UpdateScheduledJobInput
SetTimezone sets the Timezone field's value.
func (UpdateScheduledJobInput) String ¶ added in v1.2.38
func (s UpdateScheduledJobInput) String() string
String returns the string representation
func (*UpdateScheduledJobInput) Validate ¶ added in v1.2.38
func (s *UpdateScheduledJobInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateScheduledJobOutput ¶ added in v1.2.38
type UpdateScheduledJobOutput struct {
Metadata *response.ResponseMetadata
JobId *string `type:"string"`
// contains filtered or unexported fields
}
func (UpdateScheduledJobOutput) GoString ¶ added in v1.2.38
func (s UpdateScheduledJobOutput) GoString() string
GoString returns the string representation
func (*UpdateScheduledJobOutput) SetJobId ¶ added in v1.2.38
func (s *UpdateScheduledJobOutput) SetJobId(v string) *UpdateScheduledJobOutput
SetJobId sets the JobId field's value.
func (UpdateScheduledJobOutput) String ¶ added in v1.2.38
func (s UpdateScheduledJobOutput) String() string
String returns the string representation
type UpdateSpaceUserConfigsInput ¶ added in v1.2.35
type UpdateSpaceUserConfigsInput struct {
// SpaceId is a required field
SpaceId *string `type:"string" required:"true"`
UpdateUserConfigs []*UpdateUserConfigForUpdateSpaceUserConfigsInput `type:"list"`
// contains filtered or unexported fields
}
func (UpdateSpaceUserConfigsInput) GoString ¶ added in v1.2.35
func (s UpdateSpaceUserConfigsInput) GoString() string
GoString returns the string representation
func (*UpdateSpaceUserConfigsInput) SetSpaceId ¶ added in v1.2.35
func (s *UpdateSpaceUserConfigsInput) SetSpaceId(v string) *UpdateSpaceUserConfigsInput
SetSpaceId sets the SpaceId field's value.
func (*UpdateSpaceUserConfigsInput) SetUpdateUserConfigs ¶ added in v1.2.35
func (s *UpdateSpaceUserConfigsInput) SetUpdateUserConfigs(v []*UpdateUserConfigForUpdateSpaceUserConfigsInput) *UpdateSpaceUserConfigsInput
SetUpdateUserConfigs sets the UpdateUserConfigs field's value.
func (UpdateSpaceUserConfigsInput) String ¶ added in v1.2.35
func (s UpdateSpaceUserConfigsInput) String() string
String returns the string representation
func (*UpdateSpaceUserConfigsInput) Validate ¶ added in v1.2.35
func (s *UpdateSpaceUserConfigsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateSpaceUserConfigsOutput ¶ added in v1.2.35
type UpdateSpaceUserConfigsOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (UpdateSpaceUserConfigsOutput) GoString ¶ added in v1.2.35
func (s UpdateSpaceUserConfigsOutput) GoString() string
GoString returns the string representation
func (UpdateSpaceUserConfigsOutput) String ¶ added in v1.2.35
func (s UpdateSpaceUserConfigsOutput) String() string
String returns the string representation
type UpdateUserConfigForUpdateSpaceUserConfigsInput ¶ added in v1.2.35
type UpdateUserConfigForUpdateSpaceUserConfigsInput struct {
CodingPlanSeatType *CodingPlanSeatTypeForUpdateSpaceUserConfigsInput `type:"structure"`
TokenRateLimitPerDay *TokenRateLimitPerDayForUpdateSpaceUserConfigsInput `type:"structure"`
TokenRateLimitPerMin *TokenRateLimitPerMinForUpdateSpaceUserConfigsInput `type:"structure"`
// Uid is a required field
Uid *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
func (UpdateUserConfigForUpdateSpaceUserConfigsInput) GoString ¶ added in v1.2.35
func (s UpdateUserConfigForUpdateSpaceUserConfigsInput) GoString() string
GoString returns the string representation
func (*UpdateUserConfigForUpdateSpaceUserConfigsInput) SetCodingPlanSeatType ¶ added in v1.2.35
func (s *UpdateUserConfigForUpdateSpaceUserConfigsInput) SetCodingPlanSeatType(v *CodingPlanSeatTypeForUpdateSpaceUserConfigsInput) *UpdateUserConfigForUpdateSpaceUserConfigsInput
SetCodingPlanSeatType sets the CodingPlanSeatType field's value.
func (*UpdateUserConfigForUpdateSpaceUserConfigsInput) SetTokenRateLimitPerDay ¶ added in v1.2.35
func (s *UpdateUserConfigForUpdateSpaceUserConfigsInput) SetTokenRateLimitPerDay(v *TokenRateLimitPerDayForUpdateSpaceUserConfigsInput) *UpdateUserConfigForUpdateSpaceUserConfigsInput
SetTokenRateLimitPerDay sets the TokenRateLimitPerDay field's value.
func (*UpdateUserConfigForUpdateSpaceUserConfigsInput) SetTokenRateLimitPerMin ¶ added in v1.2.35
func (s *UpdateUserConfigForUpdateSpaceUserConfigsInput) SetTokenRateLimitPerMin(v *TokenRateLimitPerMinForUpdateSpaceUserConfigsInput) *UpdateUserConfigForUpdateSpaceUserConfigsInput
SetTokenRateLimitPerMin sets the TokenRateLimitPerMin field's value.
func (*UpdateUserConfigForUpdateSpaceUserConfigsInput) SetUid ¶ added in v1.2.35
func (s *UpdateUserConfigForUpdateSpaceUserConfigsInput) SetUid(v string) *UpdateUserConfigForUpdateSpaceUserConfigsInput
SetUid sets the Uid field's value.
func (UpdateUserConfigForUpdateSpaceUserConfigsInput) String ¶ added in v1.2.35
func (s UpdateUserConfigForUpdateSpaceUserConfigsInput) String() string
String returns the string representation
func (*UpdateUserConfigForUpdateSpaceUserConfigsInput) Validate ¶ added in v1.2.35
func (s *UpdateUserConfigForUpdateSpaceUserConfigsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateUsersQuotaInput ¶ added in v1.2.35
type UpdateUsersQuotaInput struct {
SeatQuotaConfig *SeatQuotaConfigForUpdateUsersQuotaInput `type:"structure"`
// SpaceId is a required field
SpaceId *string `type:"string" required:"true"`
// UidList is a required field
UidList []*string `type:"list" required:"true"`
// contains filtered or unexported fields
}
func (UpdateUsersQuotaInput) GoString ¶ added in v1.2.35
func (s UpdateUsersQuotaInput) GoString() string
GoString returns the string representation
func (*UpdateUsersQuotaInput) SetSeatQuotaConfig ¶ added in v1.2.35
func (s *UpdateUsersQuotaInput) SetSeatQuotaConfig(v *SeatQuotaConfigForUpdateUsersQuotaInput) *UpdateUsersQuotaInput
SetSeatQuotaConfig sets the SeatQuotaConfig field's value.
func (*UpdateUsersQuotaInput) SetSpaceId ¶ added in v1.2.35
func (s *UpdateUsersQuotaInput) SetSpaceId(v string) *UpdateUsersQuotaInput
SetSpaceId sets the SpaceId field's value.
func (*UpdateUsersQuotaInput) SetUidList ¶ added in v1.2.35
func (s *UpdateUsersQuotaInput) SetUidList(v []*string) *UpdateUsersQuotaInput
SetUidList sets the UidList field's value.
func (UpdateUsersQuotaInput) String ¶ added in v1.2.35
func (s UpdateUsersQuotaInput) String() string
String returns the string representation
func (*UpdateUsersQuotaInput) Validate ¶ added in v1.2.35
func (s *UpdateUsersQuotaInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateUsersQuotaOutput ¶ added in v1.2.35
type UpdateUsersQuotaOutput struct {
Metadata *response.ResponseMetadata
SeatQuotaConfig *SeatQuotaConfigForUpdateUsersQuotaOutput `type:"structure"`
UidList []*string `type:"list"`
// contains filtered or unexported fields
}
func (UpdateUsersQuotaOutput) GoString ¶ added in v1.2.35
func (s UpdateUsersQuotaOutput) GoString() string
GoString returns the string representation
func (*UpdateUsersQuotaOutput) SetSeatQuotaConfig ¶ added in v1.2.35
func (s *UpdateUsersQuotaOutput) SetSeatQuotaConfig(v *SeatQuotaConfigForUpdateUsersQuotaOutput) *UpdateUsersQuotaOutput
SetSeatQuotaConfig sets the SeatQuotaConfig field's value.
func (*UpdateUsersQuotaOutput) SetUidList ¶ added in v1.2.35
func (s *UpdateUsersQuotaOutput) SetUidList(v []*string) *UpdateUsersQuotaOutput
SetUidList sets the UidList field's value.
func (UpdateUsersQuotaOutput) String ¶ added in v1.2.35
func (s UpdateUsersQuotaOutput) String() string
String returns the string representation
type UserForListUsersOutput ¶ added in v1.2.35
type UserForListUsersOutput struct {
AuthInfo *string `type:"string"`
AuthType *string `type:"string"`
CreateTime *string `type:"string"`
Departments []*DepartmentForListUsersOutput `type:"list"`
Email *string `type:"string"`
GroupName *string `type:"string"`
GroupUid *string `type:"string"`
InfoStatus *string `type:"string"`
InstanceIds []*string `type:"list"`
MissingInfos []*string `type:"list"`
Name *string `type:"string"`
NumLogins *int32 `type:"int32"`
PhoneNumber *string `type:"string"`
PreferredUsername *string `type:"string"`
Quota *int32 `type:"int32"`
SsoProvider *string `type:"string"`
Uid *string `type:"string"`
UnionId *string `type:"string"`
UpdateTime *string `type:"string"`
UserSeatQuota *UserSeatQuotaForListUsersOutput `type:"structure"`
UserSeatUsage *UserSeatUsageForListUsersOutput `type:"structure"`
// contains filtered or unexported fields
}
func (UserForListUsersOutput) GoString ¶ added in v1.2.35
func (s UserForListUsersOutput) GoString() string
GoString returns the string representation
func (*UserForListUsersOutput) SetAuthInfo ¶ added in v1.2.35
func (s *UserForListUsersOutput) SetAuthInfo(v string) *UserForListUsersOutput
SetAuthInfo sets the AuthInfo field's value.
func (*UserForListUsersOutput) SetAuthType ¶ added in v1.2.35
func (s *UserForListUsersOutput) SetAuthType(v string) *UserForListUsersOutput
SetAuthType sets the AuthType field's value.
func (*UserForListUsersOutput) SetCreateTime ¶ added in v1.2.35
func (s *UserForListUsersOutput) SetCreateTime(v string) *UserForListUsersOutput
SetCreateTime sets the CreateTime field's value.
func (*UserForListUsersOutput) SetDepartments ¶ added in v1.2.35
func (s *UserForListUsersOutput) SetDepartments(v []*DepartmentForListUsersOutput) *UserForListUsersOutput
SetDepartments sets the Departments field's value.
func (*UserForListUsersOutput) SetEmail ¶ added in v1.2.35
func (s *UserForListUsersOutput) SetEmail(v string) *UserForListUsersOutput
SetEmail sets the Email field's value.
func (*UserForListUsersOutput) SetGroupName ¶ added in v1.2.35
func (s *UserForListUsersOutput) SetGroupName(v string) *UserForListUsersOutput
SetGroupName sets the GroupName field's value.
func (*UserForListUsersOutput) SetGroupUid ¶ added in v1.2.35
func (s *UserForListUsersOutput) SetGroupUid(v string) *UserForListUsersOutput
SetGroupUid sets the GroupUid field's value.
func (*UserForListUsersOutput) SetInfoStatus ¶ added in v1.2.35
func (s *UserForListUsersOutput) SetInfoStatus(v string) *UserForListUsersOutput
SetInfoStatus sets the InfoStatus field's value.
func (*UserForListUsersOutput) SetInstanceIds ¶ added in v1.2.35
func (s *UserForListUsersOutput) SetInstanceIds(v []*string) *UserForListUsersOutput
SetInstanceIds sets the InstanceIds field's value.
func (*UserForListUsersOutput) SetMissingInfos ¶ added in v1.2.35
func (s *UserForListUsersOutput) SetMissingInfos(v []*string) *UserForListUsersOutput
SetMissingInfos sets the MissingInfos field's value.
func (*UserForListUsersOutput) SetName ¶ added in v1.2.35
func (s *UserForListUsersOutput) SetName(v string) *UserForListUsersOutput
SetName sets the Name field's value.
func (*UserForListUsersOutput) SetNumLogins ¶ added in v1.2.35
func (s *UserForListUsersOutput) SetNumLogins(v int32) *UserForListUsersOutput
SetNumLogins sets the NumLogins field's value.
func (*UserForListUsersOutput) SetPhoneNumber ¶ added in v1.2.35
func (s *UserForListUsersOutput) SetPhoneNumber(v string) *UserForListUsersOutput
SetPhoneNumber sets the PhoneNumber field's value.
func (*UserForListUsersOutput) SetPreferredUsername ¶ added in v1.2.35
func (s *UserForListUsersOutput) SetPreferredUsername(v string) *UserForListUsersOutput
SetPreferredUsername sets the PreferredUsername field's value.
func (*UserForListUsersOutput) SetQuota ¶ added in v1.2.35
func (s *UserForListUsersOutput) SetQuota(v int32) *UserForListUsersOutput
SetQuota sets the Quota field's value.
func (*UserForListUsersOutput) SetSsoProvider ¶ added in v1.2.35
func (s *UserForListUsersOutput) SetSsoProvider(v string) *UserForListUsersOutput
SetSsoProvider sets the SsoProvider field's value.
func (*UserForListUsersOutput) SetUid ¶ added in v1.2.35
func (s *UserForListUsersOutput) SetUid(v string) *UserForListUsersOutput
SetUid sets the Uid field's value.
func (*UserForListUsersOutput) SetUnionId ¶ added in v1.2.35
func (s *UserForListUsersOutput) SetUnionId(v string) *UserForListUsersOutput
SetUnionId sets the UnionId field's value.
func (*UserForListUsersOutput) SetUpdateTime ¶ added in v1.2.35
func (s *UserForListUsersOutput) SetUpdateTime(v string) *UserForListUsersOutput
SetUpdateTime sets the UpdateTime field's value.
func (*UserForListUsersOutput) SetUserSeatQuota ¶ added in v1.2.35
func (s *UserForListUsersOutput) SetUserSeatQuota(v *UserSeatQuotaForListUsersOutput) *UserForListUsersOutput
SetUserSeatQuota sets the UserSeatQuota field's value.
func (*UserForListUsersOutput) SetUserSeatUsage ¶ added in v1.2.35
func (s *UserForListUsersOutput) SetUserSeatUsage(v *UserSeatUsageForListUsersOutput) *UserForListUsersOutput
SetUserSeatUsage sets the UserSeatUsage field's value.
func (UserForListUsersOutput) String ¶ added in v1.2.35
func (s UserForListUsersOutput) String() string
String returns the string representation
type UserInfoForGetClawInstanceOutput ¶ added in v1.2.35
type UserInfoForGetClawInstanceOutput struct {
Email *string `type:"string" json:",omitempty"`
Group *string `type:"string" json:",omitempty"`
GroupUid *string `type:"string" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (UserInfoForGetClawInstanceOutput) GoString ¶ added in v1.2.35
func (s UserInfoForGetClawInstanceOutput) GoString() string
GoString returns the string representation
func (*UserInfoForGetClawInstanceOutput) SetEmail ¶ added in v1.2.35
func (s *UserInfoForGetClawInstanceOutput) SetEmail(v string) *UserInfoForGetClawInstanceOutput
SetEmail sets the Email field's value.
func (*UserInfoForGetClawInstanceOutput) SetGroup ¶ added in v1.2.35
func (s *UserInfoForGetClawInstanceOutput) SetGroup(v string) *UserInfoForGetClawInstanceOutput
SetGroup sets the Group field's value.
func (*UserInfoForGetClawInstanceOutput) SetGroupUid ¶ added in v1.2.35
func (s *UserInfoForGetClawInstanceOutput) SetGroupUid(v string) *UserInfoForGetClawInstanceOutput
SetGroupUid sets the GroupUid field's value.
func (*UserInfoForGetClawInstanceOutput) SetName ¶ added in v1.2.35
func (s *UserInfoForGetClawInstanceOutput) SetName(v string) *UserInfoForGetClawInstanceOutput
SetName sets the Name field's value.
func (UserInfoForGetClawInstanceOutput) String ¶ added in v1.2.35
func (s UserInfoForGetClawInstanceOutput) String() string
String returns the string representation
type UserInfoForListClawInstancesOutput ¶ added in v1.2.35
type UserInfoForListClawInstancesOutput struct {
Email *string `type:"string"`
Group *string `type:"string"`
GroupUid *string `type:"string"`
Name *string `type:"string"`
OwnerUser *string `type:"string"`
UserEmail *string `type:"string"`
UserGroup *string `type:"string"`
UserGroupUid *string `type:"string"`
// contains filtered or unexported fields
}
func (UserInfoForListClawInstancesOutput) GoString ¶ added in v1.2.35
func (s UserInfoForListClawInstancesOutput) GoString() string
GoString returns the string representation
func (*UserInfoForListClawInstancesOutput) SetEmail ¶ added in v1.2.35
func (s *UserInfoForListClawInstancesOutput) SetEmail(v string) *UserInfoForListClawInstancesOutput
SetEmail sets the Email field's value.
func (*UserInfoForListClawInstancesOutput) SetGroup ¶ added in v1.2.35
func (s *UserInfoForListClawInstancesOutput) SetGroup(v string) *UserInfoForListClawInstancesOutput
SetGroup sets the Group field's value.
func (*UserInfoForListClawInstancesOutput) SetGroupUid ¶ added in v1.2.35
func (s *UserInfoForListClawInstancesOutput) SetGroupUid(v string) *UserInfoForListClawInstancesOutput
SetGroupUid sets the GroupUid field's value.
func (*UserInfoForListClawInstancesOutput) SetName ¶ added in v1.2.35
func (s *UserInfoForListClawInstancesOutput) SetName(v string) *UserInfoForListClawInstancesOutput
SetName sets the Name field's value.
func (*UserInfoForListClawInstancesOutput) SetOwnerUser ¶ added in v1.2.35
func (s *UserInfoForListClawInstancesOutput) SetOwnerUser(v string) *UserInfoForListClawInstancesOutput
SetOwnerUser sets the OwnerUser field's value.
func (*UserInfoForListClawInstancesOutput) SetUserEmail ¶ added in v1.2.35
func (s *UserInfoForListClawInstancesOutput) SetUserEmail(v string) *UserInfoForListClawInstancesOutput
SetUserEmail sets the UserEmail field's value.
func (*UserInfoForListClawInstancesOutput) SetUserGroup ¶ added in v1.2.35
func (s *UserInfoForListClawInstancesOutput) SetUserGroup(v string) *UserInfoForListClawInstancesOutput
SetUserGroup sets the UserGroup field's value.
func (*UserInfoForListClawInstancesOutput) SetUserGroupUid ¶ added in v1.2.35
func (s *UserInfoForListClawInstancesOutput) SetUserGroupUid(v string) *UserInfoForListClawInstancesOutput
SetUserGroupUid sets the UserGroupUid field's value.
func (UserInfoForListClawInstancesOutput) String ¶ added in v1.2.35
func (s UserInfoForListClawInstancesOutput) String() string
String returns the string representation
type UserSeatQuotaForListUsersOutput ¶ added in v1.2.35
type UserSeatQuotaForListUsersOutput struct {
PremiumSeatQuota *int32 `type:"int32"`
QuotaSource *string `type:"string"`
StandardSeatQuota *int32 `type:"int32"`
StarterSeatQuota *int32 `type:"int32"`
UltimateSeatQuota *int32 `type:"int32"`
// contains filtered or unexported fields
}
func (UserSeatQuotaForListUsersOutput) GoString ¶ added in v1.2.35
func (s UserSeatQuotaForListUsersOutput) GoString() string
GoString returns the string representation
func (*UserSeatQuotaForListUsersOutput) SetPremiumSeatQuota ¶ added in v1.2.35
func (s *UserSeatQuotaForListUsersOutput) SetPremiumSeatQuota(v int32) *UserSeatQuotaForListUsersOutput
SetPremiumSeatQuota sets the PremiumSeatQuota field's value.
func (*UserSeatQuotaForListUsersOutput) SetQuotaSource ¶ added in v1.2.35
func (s *UserSeatQuotaForListUsersOutput) SetQuotaSource(v string) *UserSeatQuotaForListUsersOutput
SetQuotaSource sets the QuotaSource field's value.
func (*UserSeatQuotaForListUsersOutput) SetStandardSeatQuota ¶ added in v1.2.35
func (s *UserSeatQuotaForListUsersOutput) SetStandardSeatQuota(v int32) *UserSeatQuotaForListUsersOutput
SetStandardSeatQuota sets the StandardSeatQuota field's value.
func (*UserSeatQuotaForListUsersOutput) SetStarterSeatQuota ¶ added in v1.2.35
func (s *UserSeatQuotaForListUsersOutput) SetStarterSeatQuota(v int32) *UserSeatQuotaForListUsersOutput
SetStarterSeatQuota sets the StarterSeatQuota field's value.
func (*UserSeatQuotaForListUsersOutput) SetUltimateSeatQuota ¶ added in v1.2.35
func (s *UserSeatQuotaForListUsersOutput) SetUltimateSeatQuota(v int32) *UserSeatQuotaForListUsersOutput
SetUltimateSeatQuota sets the UltimateSeatQuota field's value.
func (UserSeatQuotaForListUsersOutput) String ¶ added in v1.2.35
func (s UserSeatQuotaForListUsersOutput) String() string
String returns the string representation
type UserSeatUsageForListUsersOutput ¶ added in v1.2.35
type UserSeatUsageForListUsersOutput struct {
PremiumSeatUsage *int32 `type:"int32"`
StandardSeatUsage *int32 `type:"int32"`
StarterSeatUsage *int32 `type:"int32"`
UltimateSeatUsage *int32 `type:"int32"`
// contains filtered or unexported fields
}
func (UserSeatUsageForListUsersOutput) GoString ¶ added in v1.2.35
func (s UserSeatUsageForListUsersOutput) GoString() string
GoString returns the string representation
func (*UserSeatUsageForListUsersOutput) SetPremiumSeatUsage ¶ added in v1.2.35
func (s *UserSeatUsageForListUsersOutput) SetPremiumSeatUsage(v int32) *UserSeatUsageForListUsersOutput
SetPremiumSeatUsage sets the PremiumSeatUsage field's value.
func (*UserSeatUsageForListUsersOutput) SetStandardSeatUsage ¶ added in v1.2.35
func (s *UserSeatUsageForListUsersOutput) SetStandardSeatUsage(v int32) *UserSeatUsageForListUsersOutput
SetStandardSeatUsage sets the StandardSeatUsage field's value.
func (*UserSeatUsageForListUsersOutput) SetStarterSeatUsage ¶ added in v1.2.35
func (s *UserSeatUsageForListUsersOutput) SetStarterSeatUsage(v int32) *UserSeatUsageForListUsersOutput
SetStarterSeatUsage sets the StarterSeatUsage field's value.
func (*UserSeatUsageForListUsersOutput) SetUltimateSeatUsage ¶ added in v1.2.35
func (s *UserSeatUsageForListUsersOutput) SetUltimateSeatUsage(v int32) *UserSeatUsageForListUsersOutput
SetUltimateSeatUsage sets the UltimateSeatUsage field's value.
func (UserSeatUsageForListUsersOutput) String ¶ added in v1.2.35
func (s UserSeatUsageForListUsersOutput) String() string
String returns the string representation
type ZoneMappingForCreatePrivateEgressEndpointInput ¶ added in v1.2.48
type ZoneMappingForCreatePrivateEgressEndpointInput struct {
// SubnetId is a required field
SubnetId *string `type:"string" required:"true"`
// ZoneId is a required field
ZoneId *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
func (ZoneMappingForCreatePrivateEgressEndpointInput) GoString ¶ added in v1.2.48
func (s ZoneMappingForCreatePrivateEgressEndpointInput) GoString() string
GoString returns the string representation
func (*ZoneMappingForCreatePrivateEgressEndpointInput) SetSubnetId ¶ added in v1.2.48
func (s *ZoneMappingForCreatePrivateEgressEndpointInput) SetSubnetId(v string) *ZoneMappingForCreatePrivateEgressEndpointInput
SetSubnetId sets the SubnetId field's value.
func (*ZoneMappingForCreatePrivateEgressEndpointInput) SetZoneId ¶ added in v1.2.48
func (s *ZoneMappingForCreatePrivateEgressEndpointInput) SetZoneId(v string) *ZoneMappingForCreatePrivateEgressEndpointInput
SetZoneId sets the ZoneId field's value.
func (ZoneMappingForCreatePrivateEgressEndpointInput) String ¶ added in v1.2.48
func (s ZoneMappingForCreatePrivateEgressEndpointInput) String() string
String returns the string representation
func (*ZoneMappingForCreatePrivateEgressEndpointInput) Validate ¶ added in v1.2.48
func (s *ZoneMappingForCreatePrivateEgressEndpointInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ZoneMappingForDescribePrivateEgressEndpointsOutput ¶ added in v1.2.48
type ZoneMappingForDescribePrivateEgressEndpointsOutput struct {
SubnetId *string `type:"string"`
ZoneId *string `type:"string"`
// contains filtered or unexported fields
}
func (ZoneMappingForDescribePrivateEgressEndpointsOutput) GoString ¶ added in v1.2.48
func (s ZoneMappingForDescribePrivateEgressEndpointsOutput) GoString() string
GoString returns the string representation
func (*ZoneMappingForDescribePrivateEgressEndpointsOutput) SetSubnetId ¶ added in v1.2.48
func (s *ZoneMappingForDescribePrivateEgressEndpointsOutput) SetSubnetId(v string) *ZoneMappingForDescribePrivateEgressEndpointsOutput
SetSubnetId sets the SubnetId field's value.
func (*ZoneMappingForDescribePrivateEgressEndpointsOutput) SetZoneId ¶ added in v1.2.48
func (s *ZoneMappingForDescribePrivateEgressEndpointsOutput) SetZoneId(v string) *ZoneMappingForDescribePrivateEgressEndpointsOutput
SetZoneId sets the ZoneId field's value.
func (ZoneMappingForDescribePrivateEgressEndpointsOutput) String ¶ added in v1.2.48
func (s ZoneMappingForDescribePrivateEgressEndpointsOutput) String() string
String returns the string representation
Source Files
¶
- api_approve_claw_omni_instance_device_pairing.go
- api_clear_claw_omni_instance_device_paired.go
- api_create_claw_instance.go
- api_create_claw_omni_auto_channel_job.go
- api_create_claw_omni_instance.go
- api_create_claw_omni_instance_command_job.go
- api_create_identity_provider_token_exchange.go
- api_create_private_claw_omni_space_template.go
- api_create_private_egress_dns_block_rule.go
- api_create_private_egress_endpoint.go
- api_create_private_egress_network_access_rule.go
- api_create_private_egress_web_access_rule.go
- api_create_scheduled_job.go
- api_delete_claw_instance.go
- api_delete_claw_omni_channel.go
- api_delete_claw_omni_instance.go
- api_delete_identity_provider_token_exchange.go
- api_delete_private_egress_dns_block_rule.go
- api_delete_private_egress_endpoint.go
- api_delete_private_egress_network_access_rule.go
- api_delete_private_egress_web_access_rule.go
- api_delete_scheduled_job.go
- api_describe_account_white_list.go
- api_describe_private_egress.go
- api_describe_private_egress_available_zones.go
- api_describe_private_egress_dns_block_rules.go
- api_describe_private_egress_endpoints.go
- api_describe_private_egress_managed_web_access_rule_templates.go
- api_describe_private_egress_network_access_policy.go
- api_describe_private_egress_network_access_rule_attributes.go
- api_describe_private_egress_network_access_rules.go
- api_describe_private_egress_web_access_policy.go
- api_describe_private_egress_web_access_rule_attributes.go
- api_describe_private_egress_web_access_rules.go
- api_disable_private_egress_access_log.go
- api_disable_private_egress_dns.go
- api_disable_private_egress_dns_block_rule.go
- api_disable_private_egress_network_access_policy.go
- api_disable_private_egress_web_access_policy.go
- api_enable_private_egress_access_log.go
- api_enable_private_egress_dns.go
- api_enable_private_egress_dns_block_rule.go
- api_enable_private_egress_network_access_policy.go
- api_enable_private_egress_web_access_policy.go
- api_execute_claw_omni_instance_command.go
- api_get_arkclaw_omni_instance_webui.go
- api_get_claw_instance.go
- api_get_claw_omni_auto_channel_job.go
- api_get_claw_omni_instance.go
- api_get_claw_omni_instance_command_job.go
- api_get_claw_omni_instance_command_job_log.go
- api_get_claw_omni_instance_skills.go
- api_get_claw_omni_space_template.go
- api_get_identity_provider_token_exchange.go
- api_get_scheduled_job.go
- api_get_user_pool_client.go
- api_install_claw_omni_instance_skill.go
- api_list_claw_instances.go
- api_list_claw_omni_channels.go
- api_list_claw_omni_instance_command_jobs.go
- api_list_claw_omni_instance_device_pairings.go
- api_list_claw_omni_instance_device_status.go
- api_list_claw_omni_instances.go
- api_list_claw_omni_space_enabled_models.go
- api_list_claw_omni_space_templates.go
- api_list_claw_space_seats.go
- api_list_identity_providers_token_exchange.go
- api_list_scheduled_job_runs.go
- api_list_scheduled_jobs.go
- api_list_users.go
- api_modify_private_egress.go
- api_modify_private_egress_dns.go
- api_modify_private_egress_dns_block_rule.go
- api_modify_private_egress_endpoint.go
- api_modify_private_egress_network_access_rule.go
- api_modify_private_egress_web_access_rule.go
- api_pause_claw_omni_instance.go
- api_reject_claw_omni_instance_device_pairing.go
- api_remove_claw_omni_instance_device_paired.go
- api_reset_claw_omni_instance.go
- api_restart_claw_instance.go
- api_resume_claw_omni_instance.go
- api_stop_claw_omni_auto_channel_job.go
- api_stop_claw_omni_instance_command_job.go
- api_unbind_claw_instance.go
- api_update_claw_omni_instance.go
- api_update_claw_omni_instance_model.go
- api_update_identity_provider_token_exchange.go
- api_update_private_claw_omni_space_template.go
- api_update_scheduled_job.go
- api_update_space_user_configs.go
- api_update_users_quota.go
- interface_arkclaw.go
- service_arkclaw.go