Documentation
¶
Overview ¶
Package resourcecenteriface provides an interface to enable mocking the RESOURCECENTER 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 CreateQueryInput
- func (s CreateQueryInput) GoString() string
- func (s *CreateQueryInput) SetDescription(v string) *CreateQueryInput
- func (s *CreateQueryInput) SetExpression(v string) *CreateQueryInput
- func (s *CreateQueryInput) SetQueryName(v string) *CreateQueryInput
- func (s CreateQueryInput) String() string
- func (s *CreateQueryInput) Validate() error
- type CreateQueryOutput
- func (s CreateQueryOutput) GoString() string
- func (s *CreateQueryOutput) SetCreatedTime(v string) *CreateQueryOutput
- func (s *CreateQueryOutput) SetDescription(v string) *CreateQueryOutput
- func (s *CreateQueryOutput) SetExpression(v string) *CreateQueryOutput
- func (s *CreateQueryOutput) SetQueryID(v int64) *CreateQueryOutput
- func (s *CreateQueryOutput) SetQueryName(v string) *CreateQueryOutput
- func (s *CreateQueryOutput) SetUpdatedTime(v string) *CreateQueryOutput
- func (s CreateQueryOutput) String() string
- type DeleteQueryInput
- type DeleteQueryOutput
- type DisableMultiAccountResourceCenterInput
- type DisableMultiAccountResourceCenterOutput
- type DisableResourceCenterInput
- type DisableResourceCenterOutput
- type EnableMultiAccountResourceCenterInput
- type EnableMultiAccountResourceCenterOutput
- type EnableResourceCenterInput
- type EnableResourceCenterOutput
- type ExecuteSQLQueryInput
- func (s ExecuteSQLQueryInput) GoString() string
- func (s *ExecuteSQLQueryInput) SetExpression(v string) *ExecuteSQLQueryInput
- func (s *ExecuteSQLQueryInput) SetMaxResults(v int32) *ExecuteSQLQueryInput
- func (s *ExecuteSQLQueryInput) SetNextToken(v string) *ExecuteSQLQueryInput
- func (s ExecuteSQLQueryInput) String() string
- func (s *ExecuteSQLQueryInput) Validate() error
- type ExecuteSQLQueryOutput
- type FilterForGetMultiAccountResourceCountsInput
- func (s FilterForGetMultiAccountResourceCountsInput) GoString() string
- func (s *FilterForGetMultiAccountResourceCountsInput) SetKey(v string) *FilterForGetMultiAccountResourceCountsInput
- func (s *FilterForGetMultiAccountResourceCountsInput) SetMatchType(v string) *FilterForGetMultiAccountResourceCountsInput
- func (s *FilterForGetMultiAccountResourceCountsInput) SetValues(v []*string) *FilterForGetMultiAccountResourceCountsInput
- func (s FilterForGetMultiAccountResourceCountsInput) String() string
- type FilterForGetMultiAccountResourceCountsOutput
- func (s FilterForGetMultiAccountResourceCountsOutput) GoString() string
- func (s *FilterForGetMultiAccountResourceCountsOutput) SetKey(v string) *FilterForGetMultiAccountResourceCountsOutput
- func (s *FilterForGetMultiAccountResourceCountsOutput) SetMatchType(v string) *FilterForGetMultiAccountResourceCountsOutput
- func (s *FilterForGetMultiAccountResourceCountsOutput) SetValues(v []*string) *FilterForGetMultiAccountResourceCountsOutput
- func (s FilterForGetMultiAccountResourceCountsOutput) String() string
- type FilterForGetResourceCountsInput
- func (s FilterForGetResourceCountsInput) GoString() string
- func (s *FilterForGetResourceCountsInput) SetKey(v string) *FilterForGetResourceCountsInput
- func (s *FilterForGetResourceCountsInput) SetMatchType(v string) *FilterForGetResourceCountsInput
- func (s *FilterForGetResourceCountsInput) SetValues(v []*string) *FilterForGetResourceCountsInput
- func (s FilterForGetResourceCountsInput) String() string
- type FilterForGetResourceCountsOutput
- func (s FilterForGetResourceCountsOutput) GoString() string
- func (s *FilterForGetResourceCountsOutput) SetKey(v string) *FilterForGetResourceCountsOutput
- func (s *FilterForGetResourceCountsOutput) SetMatchType(v string) *FilterForGetResourceCountsOutput
- func (s *FilterForGetResourceCountsOutput) SetValues(v []*string) *FilterForGetResourceCountsOutput
- func (s FilterForGetResourceCountsOutput) String() string
- type FilterForSearchMultiAccountResourcesInput
- func (s FilterForSearchMultiAccountResourcesInput) GoString() string
- func (s *FilterForSearchMultiAccountResourcesInput) SetKey(v string) *FilterForSearchMultiAccountResourcesInput
- func (s *FilterForSearchMultiAccountResourcesInput) SetMatchType(v string) *FilterForSearchMultiAccountResourcesInput
- func (s *FilterForSearchMultiAccountResourcesInput) SetValues(v []*string) *FilterForSearchMultiAccountResourcesInput
- func (s FilterForSearchMultiAccountResourcesInput) String() string
- type FilterForSearchResourcesInput
- func (s FilterForSearchResourcesInput) GoString() string
- func (s *FilterForSearchResourcesInput) SetKey(v string) *FilterForSearchResourcesInput
- func (s *FilterForSearchResourcesInput) SetMatchType(v string) *FilterForSearchResourcesInput
- func (s *FilterForSearchResourcesInput) SetValues(v []*string) *FilterForSearchResourcesInput
- func (s FilterForSearchResourcesInput) String() string
- type GetExampleQueryInput
- type GetExampleQueryOutput
- func (s GetExampleQueryOutput) GoString() string
- func (s *GetExampleQueryOutput) SetDescription(v string) *GetExampleQueryOutput
- func (s *GetExampleQueryOutput) SetExpression(v string) *GetExampleQueryOutput
- func (s *GetExampleQueryOutput) SetQueryID(v int64) *GetExampleQueryOutput
- func (s *GetExampleQueryOutput) SetQueryName(v string) *GetExampleQueryOutput
- func (s GetExampleQueryOutput) String() string
- type GetMultiAccountResourceCenterStatusInput
- type GetMultiAccountResourceCenterStatusOutput
- func (s GetMultiAccountResourceCenterStatusOutput) GoString() string
- func (s *GetMultiAccountResourceCenterStatusOutput) SetInitialStatus(v string) *GetMultiAccountResourceCenterStatusOutput
- func (s *GetMultiAccountResourceCenterStatusOutput) SetServiceStatus(v string) *GetMultiAccountResourceCenterStatusOutput
- func (s GetMultiAccountResourceCenterStatusOutput) String() string
- type GetMultiAccountResourceCountsInput
- func (s GetMultiAccountResourceCountsInput) GoString() string
- func (s *GetMultiAccountResourceCountsInput) SetFilter(v []*FilterForGetMultiAccountResourceCountsInput) *GetMultiAccountResourceCountsInput
- func (s *GetMultiAccountResourceCountsInput) SetGroupByKey(v string) *GetMultiAccountResourceCountsInput
- func (s *GetMultiAccountResourceCountsInput) SetScope(v *ScopeForGetMultiAccountResourceCountsInput) *GetMultiAccountResourceCountsInput
- func (s GetMultiAccountResourceCountsInput) String() string
- func (s *GetMultiAccountResourceCountsInput) Validate() error
- type GetMultiAccountResourceCountsOutput
- func (s GetMultiAccountResourceCountsOutput) GoString() string
- func (s *GetMultiAccountResourceCountsOutput) SetFilter(v []*FilterForGetMultiAccountResourceCountsOutput) *GetMultiAccountResourceCountsOutput
- func (s *GetMultiAccountResourceCountsOutput) SetGroupByKey(v string) *GetMultiAccountResourceCountsOutput
- func (s *GetMultiAccountResourceCountsOutput) SetResourceCounts(v []*ResourceCountForGetMultiAccountResourceCountsOutput) *GetMultiAccountResourceCountsOutput
- func (s GetMultiAccountResourceCountsOutput) String() string
- type GetQueryInput
- type GetQueryOutput
- func (s GetQueryOutput) GoString() string
- func (s *GetQueryOutput) SetCreatedTime(v string) *GetQueryOutput
- func (s *GetQueryOutput) SetDescription(v string) *GetQueryOutput
- func (s *GetQueryOutput) SetExpression(v string) *GetQueryOutput
- func (s *GetQueryOutput) SetQueryID(v int64) *GetQueryOutput
- func (s *GetQueryOutput) SetQueryName(v string) *GetQueryOutput
- func (s *GetQueryOutput) SetUpdatedTime(v string) *GetQueryOutput
- func (s GetQueryOutput) String() string
- type GetResourceCenterStatusInput
- type GetResourceCenterStatusOutput
- func (s GetResourceCenterStatusOutput) GoString() string
- func (s *GetResourceCenterStatusOutput) SetInitStatus(v string) *GetResourceCenterStatusOutput
- func (s *GetResourceCenterStatusOutput) SetServiceStatus(v string) *GetResourceCenterStatusOutput
- func (s GetResourceCenterStatusOutput) String() string
- type GetResourceCountsInput
- func (s GetResourceCountsInput) GoString() string
- func (s *GetResourceCountsInput) SetFilter(v []*FilterForGetResourceCountsInput) *GetResourceCountsInput
- func (s *GetResourceCountsInput) SetGroupByKey(v string) *GetResourceCountsInput
- func (s GetResourceCountsInput) String() string
- func (s *GetResourceCountsInput) Validate() error
- type GetResourceCountsOutput
- func (s GetResourceCountsOutput) GoString() string
- func (s *GetResourceCountsOutput) SetFilter(v []*FilterForGetResourceCountsOutput) *GetResourceCountsOutput
- func (s *GetResourceCountsOutput) SetGroupByKey(v string) *GetResourceCountsOutput
- func (s *GetResourceCountsOutput) SetResourceCounts(v []*ResourceCountForGetResourceCountsOutput) *GetResourceCountsOutput
- func (s GetResourceCountsOutput) String() string
- type ListExampleQueriesInput
- func (s ListExampleQueriesInput) GoString() string
- func (s *ListExampleQueriesInput) SetMaxResults(v int32) *ListExampleQueriesInput
- func (s *ListExampleQueriesInput) SetNextToken(v string) *ListExampleQueriesInput
- func (s ListExampleQueriesInput) String() string
- func (s *ListExampleQueriesInput) Validate() error
- type ListExampleQueriesOutput
- type ListQueriesInput
- type ListQueriesOutput
- type ListResourceTypesInput
- type ListResourceTypesOutput
- type QueryForListExampleQueriesOutput
- func (s QueryForListExampleQueriesOutput) GoString() string
- func (s *QueryForListExampleQueriesOutput) SetDescription(v string) *QueryForListExampleQueriesOutput
- func (s *QueryForListExampleQueriesOutput) SetQueryID(v int64) *QueryForListExampleQueriesOutput
- func (s *QueryForListExampleQueriesOutput) SetQueryName(v string) *QueryForListExampleQueriesOutput
- func (s QueryForListExampleQueriesOutput) String() string
- type QueryForListQueriesOutput
- func (s QueryForListQueriesOutput) GoString() string
- func (s *QueryForListQueriesOutput) SetCreatedTime(v string) *QueryForListQueriesOutput
- func (s *QueryForListQueriesOutput) SetDescription(v string) *QueryForListQueriesOutput
- func (s *QueryForListQueriesOutput) SetQueryID(v int64) *QueryForListQueriesOutput
- func (s *QueryForListQueriesOutput) SetQueryName(v string) *QueryForListQueriesOutput
- func (s *QueryForListQueriesOutput) SetUpdatedTime(v string) *QueryForListQueriesOutput
- func (s QueryForListQueriesOutput) String() string
- type RESOURCECENTER
- func (c *RESOURCECENTER) CreateQuery(input *CreateQueryInput) (*CreateQueryOutput, error)
- func (c *RESOURCECENTER) CreateQueryCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *RESOURCECENTER) CreateQueryCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *RESOURCECENTER) CreateQueryCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *RESOURCECENTER) CreateQueryRequest(input *CreateQueryInput) (req *request.Request, output *CreateQueryOutput)
- func (c *RESOURCECENTER) CreateQueryWithContext(ctx byteplus.Context, input *CreateQueryInput, opts ...request.Option) (*CreateQueryOutput, error)
- func (c *RESOURCECENTER) DeleteQuery(input *DeleteQueryInput) (*DeleteQueryOutput, error)
- func (c *RESOURCECENTER) DeleteQueryCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *RESOURCECENTER) DeleteQueryCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *RESOURCECENTER) DeleteQueryCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *RESOURCECENTER) DeleteQueryRequest(input *DeleteQueryInput) (req *request.Request, output *DeleteQueryOutput)
- func (c *RESOURCECENTER) DeleteQueryWithContext(ctx byteplus.Context, input *DeleteQueryInput, opts ...request.Option) (*DeleteQueryOutput, error)
- func (c *RESOURCECENTER) DisableMultiAccountResourceCenter(input *DisableMultiAccountResourceCenterInput) (*DisableMultiAccountResourceCenterOutput, error)
- func (c *RESOURCECENTER) DisableMultiAccountResourceCenterCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *RESOURCECENTER) DisableMultiAccountResourceCenterCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *RESOURCECENTER) DisableMultiAccountResourceCenterCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *RESOURCECENTER) DisableMultiAccountResourceCenterRequest(input *DisableMultiAccountResourceCenterInput) (req *request.Request, output *DisableMultiAccountResourceCenterOutput)
- func (c *RESOURCECENTER) DisableMultiAccountResourceCenterWithContext(ctx byteplus.Context, input *DisableMultiAccountResourceCenterInput, ...) (*DisableMultiAccountResourceCenterOutput, error)
- func (c *RESOURCECENTER) DisableResourceCenter(input *DisableResourceCenterInput) (*DisableResourceCenterOutput, error)
- func (c *RESOURCECENTER) DisableResourceCenterCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *RESOURCECENTER) DisableResourceCenterCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *RESOURCECENTER) DisableResourceCenterCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *RESOURCECENTER) DisableResourceCenterRequest(input *DisableResourceCenterInput) (req *request.Request, output *DisableResourceCenterOutput)
- func (c *RESOURCECENTER) DisableResourceCenterWithContext(ctx byteplus.Context, input *DisableResourceCenterInput, ...) (*DisableResourceCenterOutput, error)
- func (c *RESOURCECENTER) EnableMultiAccountResourceCenter(input *EnableMultiAccountResourceCenterInput) (*EnableMultiAccountResourceCenterOutput, error)
- func (c *RESOURCECENTER) EnableMultiAccountResourceCenterCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *RESOURCECENTER) EnableMultiAccountResourceCenterCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *RESOURCECENTER) EnableMultiAccountResourceCenterCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *RESOURCECENTER) EnableMultiAccountResourceCenterRequest(input *EnableMultiAccountResourceCenterInput) (req *request.Request, output *EnableMultiAccountResourceCenterOutput)
- func (c *RESOURCECENTER) EnableMultiAccountResourceCenterWithContext(ctx byteplus.Context, input *EnableMultiAccountResourceCenterInput, ...) (*EnableMultiAccountResourceCenterOutput, error)
- func (c *RESOURCECENTER) EnableResourceCenter(input *EnableResourceCenterInput) (*EnableResourceCenterOutput, error)
- func (c *RESOURCECENTER) EnableResourceCenterCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *RESOURCECENTER) EnableResourceCenterCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *RESOURCECENTER) EnableResourceCenterCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *RESOURCECENTER) EnableResourceCenterRequest(input *EnableResourceCenterInput) (req *request.Request, output *EnableResourceCenterOutput)
- func (c *RESOURCECENTER) EnableResourceCenterWithContext(ctx byteplus.Context, input *EnableResourceCenterInput, opts ...request.Option) (*EnableResourceCenterOutput, error)
- func (c *RESOURCECENTER) ExecuteSQLQuery(input *ExecuteSQLQueryInput) (*ExecuteSQLQueryOutput, error)
- func (c *RESOURCECENTER) ExecuteSQLQueryCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *RESOURCECENTER) ExecuteSQLQueryCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *RESOURCECENTER) ExecuteSQLQueryCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *RESOURCECENTER) ExecuteSQLQueryRequest(input *ExecuteSQLQueryInput) (req *request.Request, output *ExecuteSQLQueryOutput)
- func (c *RESOURCECENTER) ExecuteSQLQueryWithContext(ctx byteplus.Context, input *ExecuteSQLQueryInput, opts ...request.Option) (*ExecuteSQLQueryOutput, error)
- func (c *RESOURCECENTER) GetExampleQuery(input *GetExampleQueryInput) (*GetExampleQueryOutput, error)
- func (c *RESOURCECENTER) GetExampleQueryCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *RESOURCECENTER) GetExampleQueryCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *RESOURCECENTER) GetExampleQueryCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *RESOURCECENTER) GetExampleQueryRequest(input *GetExampleQueryInput) (req *request.Request, output *GetExampleQueryOutput)
- func (c *RESOURCECENTER) GetExampleQueryWithContext(ctx byteplus.Context, input *GetExampleQueryInput, opts ...request.Option) (*GetExampleQueryOutput, error)
- func (c *RESOURCECENTER) GetMultiAccountResourceCenterStatus(input *GetMultiAccountResourceCenterStatusInput) (*GetMultiAccountResourceCenterStatusOutput, error)
- func (c *RESOURCECENTER) GetMultiAccountResourceCenterStatusCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *RESOURCECENTER) GetMultiAccountResourceCenterStatusCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *RESOURCECENTER) GetMultiAccountResourceCenterStatusCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *RESOURCECENTER) GetMultiAccountResourceCenterStatusRequest(input *GetMultiAccountResourceCenterStatusInput) (req *request.Request, output *GetMultiAccountResourceCenterStatusOutput)
- func (c *RESOURCECENTER) GetMultiAccountResourceCenterStatusWithContext(ctx byteplus.Context, input *GetMultiAccountResourceCenterStatusInput, ...) (*GetMultiAccountResourceCenterStatusOutput, error)
- func (c *RESOURCECENTER) GetMultiAccountResourceCounts(input *GetMultiAccountResourceCountsInput) (*GetMultiAccountResourceCountsOutput, error)
- func (c *RESOURCECENTER) GetMultiAccountResourceCountsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *RESOURCECENTER) GetMultiAccountResourceCountsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *RESOURCECENTER) GetMultiAccountResourceCountsCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *RESOURCECENTER) GetMultiAccountResourceCountsRequest(input *GetMultiAccountResourceCountsInput) (req *request.Request, output *GetMultiAccountResourceCountsOutput)
- func (c *RESOURCECENTER) GetMultiAccountResourceCountsWithContext(ctx byteplus.Context, input *GetMultiAccountResourceCountsInput, ...) (*GetMultiAccountResourceCountsOutput, error)
- func (c *RESOURCECENTER) GetQuery(input *GetQueryInput) (*GetQueryOutput, error)
- func (c *RESOURCECENTER) GetQueryCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *RESOURCECENTER) GetQueryCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *RESOURCECENTER) GetQueryCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *RESOURCECENTER) GetQueryRequest(input *GetQueryInput) (req *request.Request, output *GetQueryOutput)
- func (c *RESOURCECENTER) GetQueryWithContext(ctx byteplus.Context, input *GetQueryInput, opts ...request.Option) (*GetQueryOutput, error)
- func (c *RESOURCECENTER) GetResourceCenterStatus(input *GetResourceCenterStatusInput) (*GetResourceCenterStatusOutput, error)
- func (c *RESOURCECENTER) GetResourceCenterStatusCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *RESOURCECENTER) GetResourceCenterStatusCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *RESOURCECENTER) GetResourceCenterStatusCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *RESOURCECENTER) GetResourceCenterStatusRequest(input *GetResourceCenterStatusInput) (req *request.Request, output *GetResourceCenterStatusOutput)
- func (c *RESOURCECENTER) GetResourceCenterStatusWithContext(ctx byteplus.Context, input *GetResourceCenterStatusInput, ...) (*GetResourceCenterStatusOutput, error)
- func (c *RESOURCECENTER) GetResourceCounts(input *GetResourceCountsInput) (*GetResourceCountsOutput, error)
- func (c *RESOURCECENTER) GetResourceCountsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *RESOURCECENTER) GetResourceCountsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *RESOURCECENTER) GetResourceCountsCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *RESOURCECENTER) GetResourceCountsRequest(input *GetResourceCountsInput) (req *request.Request, output *GetResourceCountsOutput)
- func (c *RESOURCECENTER) GetResourceCountsWithContext(ctx byteplus.Context, input *GetResourceCountsInput, opts ...request.Option) (*GetResourceCountsOutput, error)
- func (c *RESOURCECENTER) ListExampleQueries(input *ListExampleQueriesInput) (*ListExampleQueriesOutput, error)
- func (c *RESOURCECENTER) ListExampleQueriesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *RESOURCECENTER) ListExampleQueriesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *RESOURCECENTER) ListExampleQueriesCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *RESOURCECENTER) ListExampleQueriesRequest(input *ListExampleQueriesInput) (req *request.Request, output *ListExampleQueriesOutput)
- func (c *RESOURCECENTER) ListExampleQueriesWithContext(ctx byteplus.Context, input *ListExampleQueriesInput, opts ...request.Option) (*ListExampleQueriesOutput, error)
- func (c *RESOURCECENTER) ListQueries(input *ListQueriesInput) (*ListQueriesOutput, error)
- func (c *RESOURCECENTER) ListQueriesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *RESOURCECENTER) ListQueriesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *RESOURCECENTER) ListQueriesCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *RESOURCECENTER) ListQueriesRequest(input *ListQueriesInput) (req *request.Request, output *ListQueriesOutput)
- func (c *RESOURCECENTER) ListQueriesWithContext(ctx byteplus.Context, input *ListQueriesInput, opts ...request.Option) (*ListQueriesOutput, error)
- func (c *RESOURCECENTER) ListResourceTypes(input *ListResourceTypesInput) (*ListResourceTypesOutput, error)
- func (c *RESOURCECENTER) ListResourceTypesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *RESOURCECENTER) ListResourceTypesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *RESOURCECENTER) ListResourceTypesCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *RESOURCECENTER) ListResourceTypesRequest(input *ListResourceTypesInput) (req *request.Request, output *ListResourceTypesOutput)
- func (c *RESOURCECENTER) ListResourceTypesWithContext(ctx byteplus.Context, input *ListResourceTypesInput, opts ...request.Option) (*ListResourceTypesOutput, error)
- func (c *RESOURCECENTER) SearchMultiAccountResources(input *SearchMultiAccountResourcesInput) (*SearchMultiAccountResourcesOutput, error)
- func (c *RESOURCECENTER) SearchMultiAccountResourcesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *RESOURCECENTER) SearchMultiAccountResourcesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *RESOURCECENTER) SearchMultiAccountResourcesCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *RESOURCECENTER) SearchMultiAccountResourcesRequest(input *SearchMultiAccountResourcesInput) (req *request.Request, output *SearchMultiAccountResourcesOutput)
- func (c *RESOURCECENTER) SearchMultiAccountResourcesWithContext(ctx byteplus.Context, input *SearchMultiAccountResourcesInput, ...) (*SearchMultiAccountResourcesOutput, error)
- func (c *RESOURCECENTER) SearchResources(input *SearchResourcesInput) (*SearchResourcesOutput, error)
- func (c *RESOURCECENTER) SearchResourcesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *RESOURCECENTER) SearchResourcesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *RESOURCECENTER) SearchResourcesCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *RESOURCECENTER) SearchResourcesRequest(input *SearchResourcesInput) (req *request.Request, output *SearchResourcesOutput)
- func (c *RESOURCECENTER) SearchResourcesWithContext(ctx byteplus.Context, input *SearchResourcesInput, opts ...request.Option) (*SearchResourcesOutput, error)
- func (c *RESOURCECENTER) UpdateQuery(input *UpdateQueryInput) (*UpdateQueryOutput, error)
- func (c *RESOURCECENTER) UpdateQueryCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *RESOURCECENTER) UpdateQueryCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *RESOURCECENTER) UpdateQueryCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *RESOURCECENTER) UpdateQueryRequest(input *UpdateQueryInput) (req *request.Request, output *UpdateQueryOutput)
- func (c *RESOURCECENTER) UpdateQueryWithContext(ctx byteplus.Context, input *UpdateQueryInput, opts ...request.Option) (*UpdateQueryOutput, error)
- type RESOURCECENTERAPI
- type ResourceCountForGetMultiAccountResourceCountsOutput
- func (s ResourceCountForGetMultiAccountResourceCountsOutput) GoString() string
- func (s *ResourceCountForGetMultiAccountResourceCountsOutput) SetCount(v int32) *ResourceCountForGetMultiAccountResourceCountsOutput
- func (s *ResourceCountForGetMultiAccountResourceCountsOutput) SetGroupName(v string) *ResourceCountForGetMultiAccountResourceCountsOutput
- func (s ResourceCountForGetMultiAccountResourceCountsOutput) String() string
- type ResourceCountForGetResourceCountsOutput
- func (s ResourceCountForGetResourceCountsOutput) GoString() string
- func (s *ResourceCountForGetResourceCountsOutput) SetCount(v int32) *ResourceCountForGetResourceCountsOutput
- func (s *ResourceCountForGetResourceCountsOutput) SetGroupName(v string) *ResourceCountForGetResourceCountsOutput
- func (s ResourceCountForGetResourceCountsOutput) String() string
- type ResourceForSearchMultiAccountResourcesOutput
- func (s ResourceForSearchMultiAccountResourcesOutput) GoString() string
- func (s *ResourceForSearchMultiAccountResourcesOutput) SetAccountID(v int64) *ResourceForSearchMultiAccountResourcesOutput
- func (s *ResourceForSearchMultiAccountResourcesOutput) SetCreateTime(v string) *ResourceForSearchMultiAccountResourcesOutput
- func (s *ResourceForSearchMultiAccountResourcesOutput) SetIdentifier(v string) *ResourceForSearchMultiAccountResourcesOutput
- func (s *ResourceForSearchMultiAccountResourcesOutput) SetPrivateIpAddress(v []*string) *ResourceForSearchMultiAccountResourcesOutput
- func (s *ResourceForSearchMultiAccountResourcesOutput) SetProjectName(v string) *ResourceForSearchMultiAccountResourcesOutput
- func (s *ResourceForSearchMultiAccountResourcesOutput) SetPublicIpAddress(v []*string) *ResourceForSearchMultiAccountResourcesOutput
- func (s *ResourceForSearchMultiAccountResourcesOutput) SetRegion(v string) *ResourceForSearchMultiAccountResourcesOutput
- func (s *ResourceForSearchMultiAccountResourcesOutput) SetResourceID(v string) *ResourceForSearchMultiAccountResourcesOutput
- func (s *ResourceForSearchMultiAccountResourcesOutput) SetResourceName(v string) *ResourceForSearchMultiAccountResourcesOutput
- func (s *ResourceForSearchMultiAccountResourcesOutput) SetResourceType(v string) *ResourceForSearchMultiAccountResourcesOutput
- func (s *ResourceForSearchMultiAccountResourcesOutput) SetService(v string) *ResourceForSearchMultiAccountResourcesOutput
- func (s *ResourceForSearchMultiAccountResourcesOutput) SetTags(v []*TagForSearchMultiAccountResourcesOutput) *ResourceForSearchMultiAccountResourcesOutput
- func (s *ResourceForSearchMultiAccountResourcesOutput) SetTypeName(v string) *ResourceForSearchMultiAccountResourcesOutput
- func (s ResourceForSearchMultiAccountResourcesOutput) String() string
- type ResourceForSearchResourcesOutput
- func (s ResourceForSearchResourcesOutput) GoString() string
- func (s *ResourceForSearchResourcesOutput) SetAccountID(v int64) *ResourceForSearchResourcesOutput
- func (s *ResourceForSearchResourcesOutput) SetCreateTime(v string) *ResourceForSearchResourcesOutput
- func (s *ResourceForSearchResourcesOutput) SetIdentifier(v string) *ResourceForSearchResourcesOutput
- func (s *ResourceForSearchResourcesOutput) SetPrivateIpAddress(v []*string) *ResourceForSearchResourcesOutput
- func (s *ResourceForSearchResourcesOutput) SetProjectName(v string) *ResourceForSearchResourcesOutput
- func (s *ResourceForSearchResourcesOutput) SetPublicIpAddress(v []*string) *ResourceForSearchResourcesOutput
- func (s *ResourceForSearchResourcesOutput) SetRegion(v string) *ResourceForSearchResourcesOutput
- func (s *ResourceForSearchResourcesOutput) SetResourceID(v string) *ResourceForSearchResourcesOutput
- func (s *ResourceForSearchResourcesOutput) SetResourceName(v string) *ResourceForSearchResourcesOutput
- func (s *ResourceForSearchResourcesOutput) SetResourceType(v string) *ResourceForSearchResourcesOutput
- func (s *ResourceForSearchResourcesOutput) SetService(v string) *ResourceForSearchResourcesOutput
- func (s *ResourceForSearchResourcesOutput) SetTags(v []*TagForSearchResourcesOutput) *ResourceForSearchResourcesOutput
- func (s *ResourceForSearchResourcesOutput) SetTypeName(v string) *ResourceForSearchResourcesOutput
- func (s ResourceForSearchResourcesOutput) String() string
- type ResourceTypeForListResourceTypesOutput
- func (s ResourceTypeForListResourceTypesOutput) GoString() string
- func (s *ResourceTypeForListResourceTypesOutput) SetResourceType(v string) *ResourceTypeForListResourceTypesOutput
- func (s *ResourceTypeForListResourceTypesOutput) SetResourceTypeName(v string) *ResourceTypeForListResourceTypesOutput
- func (s *ResourceTypeForListResourceTypesOutput) SetService(v string) *ResourceTypeForListResourceTypesOutput
- func (s *ResourceTypeForListResourceTypesOutput) SetServiceName(v string) *ResourceTypeForListResourceTypesOutput
- func (s ResourceTypeForListResourceTypesOutput) String() string
- type ScopeForGetMultiAccountResourceCountsInput
- func (s ScopeForGetMultiAccountResourceCountsInput) GoString() string
- func (s *ScopeForGetMultiAccountResourceCountsInput) SetAccounts(v []*int64) *ScopeForGetMultiAccountResourceCountsInput
- func (s *ScopeForGetMultiAccountResourceCountsInput) SetOrganizationID(v string) *ScopeForGetMultiAccountResourceCountsInput
- func (s *ScopeForGetMultiAccountResourceCountsInput) SetOrganizationUnits(v []*string) *ScopeForGetMultiAccountResourceCountsInput
- func (s ScopeForGetMultiAccountResourceCountsInput) String() string
- type ScopeForSearchMultiAccountResourcesInput
- func (s ScopeForSearchMultiAccountResourcesInput) GoString() string
- func (s *ScopeForSearchMultiAccountResourcesInput) SetAccounts(v []*int64) *ScopeForSearchMultiAccountResourcesInput
- func (s *ScopeForSearchMultiAccountResourcesInput) SetOrganizationID(v string) *ScopeForSearchMultiAccountResourcesInput
- func (s *ScopeForSearchMultiAccountResourcesInput) SetOrganizationUnits(v []*string) *ScopeForSearchMultiAccountResourcesInput
- func (s ScopeForSearchMultiAccountResourcesInput) String() string
- type SearchMultiAccountResourcesInput
- func (s SearchMultiAccountResourcesInput) GoString() string
- func (s *SearchMultiAccountResourcesInput) SetFilter(v []*FilterForSearchMultiAccountResourcesInput) *SearchMultiAccountResourcesInput
- func (s *SearchMultiAccountResourcesInput) SetMaxResults(v int32) *SearchMultiAccountResourcesInput
- func (s *SearchMultiAccountResourcesInput) SetNextToken(v string) *SearchMultiAccountResourcesInput
- func (s *SearchMultiAccountResourcesInput) SetScope(v *ScopeForSearchMultiAccountResourcesInput) *SearchMultiAccountResourcesInput
- func (s *SearchMultiAccountResourcesInput) SetSortBy(v string) *SearchMultiAccountResourcesInput
- func (s *SearchMultiAccountResourcesInput) SetSortOrder(v string) *SearchMultiAccountResourcesInput
- func (s SearchMultiAccountResourcesInput) String() string
- type SearchMultiAccountResourcesOutput
- func (s SearchMultiAccountResourcesOutput) GoString() string
- func (s *SearchMultiAccountResourcesOutput) SetNextToken(v string) *SearchMultiAccountResourcesOutput
- func (s *SearchMultiAccountResourcesOutput) SetResources(v []*ResourceForSearchMultiAccountResourcesOutput) *SearchMultiAccountResourcesOutput
- func (s SearchMultiAccountResourcesOutput) String() string
- type SearchResourcesInput
- func (s SearchResourcesInput) GoString() string
- func (s *SearchResourcesInput) SetFilter(v []*FilterForSearchResourcesInput) *SearchResourcesInput
- func (s *SearchResourcesInput) SetMaxResults(v int32) *SearchResourcesInput
- func (s *SearchResourcesInput) SetNextToken(v string) *SearchResourcesInput
- func (s *SearchResourcesInput) SetSortBy(v string) *SearchResourcesInput
- func (s *SearchResourcesInput) SetSortOrder(v string) *SearchResourcesInput
- func (s SearchResourcesInput) String() string
- type SearchResourcesOutput
- type TagForSearchMultiAccountResourcesOutput
- func (s TagForSearchMultiAccountResourcesOutput) GoString() string
- func (s *TagForSearchMultiAccountResourcesOutput) SetKey(v string) *TagForSearchMultiAccountResourcesOutput
- func (s *TagForSearchMultiAccountResourcesOutput) SetValue(v string) *TagForSearchMultiAccountResourcesOutput
- func (s TagForSearchMultiAccountResourcesOutput) String() string
- type TagForSearchResourcesOutput
- type UpdateQueryInput
- func (s UpdateQueryInput) GoString() string
- func (s *UpdateQueryInput) SetDescription(v string) *UpdateQueryInput
- func (s *UpdateQueryInput) SetExpression(v string) *UpdateQueryInput
- func (s *UpdateQueryInput) SetQueryID(v int64) *UpdateQueryInput
- func (s *UpdateQueryInput) SetQueryName(v string) *UpdateQueryInput
- func (s UpdateQueryInput) String() string
- func (s *UpdateQueryInput) Validate() error
- type UpdateQueryOutput
- func (s UpdateQueryOutput) GoString() string
- func (s *UpdateQueryOutput) SetCreatedTime(v string) *UpdateQueryOutput
- func (s *UpdateQueryOutput) SetDescription(v string) *UpdateQueryOutput
- func (s *UpdateQueryOutput) SetExpression(v string) *UpdateQueryOutput
- func (s *UpdateQueryOutput) SetQueryID(v int64) *UpdateQueryOutput
- func (s *UpdateQueryOutput) SetQueryName(v string) *UpdateQueryOutput
- func (s *UpdateQueryOutput) SetUpdatedTime(v string) *UpdateQueryOutput
- func (s UpdateQueryOutput) String() string
Constants ¶
const ( // EnumOfGroupByKeyForGetResourceCountsInputResourceType is a EnumOfGroupByKeyForGetResourceCountsInput enum value EnumOfGroupByKeyForGetResourceCountsInputResourceType = "ResourceType" // EnumOfGroupByKeyForGetResourceCountsInputRegion is a EnumOfGroupByKeyForGetResourceCountsInput enum value EnumOfGroupByKeyForGetResourceCountsInputRegion = "Region" )
const ( // EnumOfSortOrderForSearchResourcesInputAsc is a EnumOfSortOrderForSearchResourcesInput enum value EnumOfSortOrderForSearchResourcesInputAsc = "Asc" // EnumOfSortOrderForSearchResourcesInputDesc is a EnumOfSortOrderForSearchResourcesInput enum value EnumOfSortOrderForSearchResourcesInputDesc = "Desc" )
const ( ServiceName = "resourcecenter" // Name of service. EndpointsID = ServiceName // ID to lookup a service endpoint with. ServiceID = "resourcecenter" // ServiceID is a unique identifer of a specific service. )
Service information constants
const (
// EnumOfSortByForSearchResourcesInputCreateTime is a EnumOfSortByForSearchResourcesInput enum value
EnumOfSortByForSearchResourcesInputCreateTime = "CreateTime"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateQueryInput ¶
type CreateQueryInput struct {
// Description is a required field
Description *string `type:"string" json:",omitempty" required:"true"`
// Expression is a required field
Expression *string `type:"string" json:",omitempty" required:"true"`
// QueryName is a required field
QueryName *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (CreateQueryInput) GoString ¶
func (s CreateQueryInput) GoString() string
GoString returns the string representation
func (*CreateQueryInput) SetDescription ¶
func (s *CreateQueryInput) SetDescription(v string) *CreateQueryInput
SetDescription sets the Description field's value.
func (*CreateQueryInput) SetExpression ¶
func (s *CreateQueryInput) SetExpression(v string) *CreateQueryInput
SetExpression sets the Expression field's value.
func (*CreateQueryInput) SetQueryName ¶
func (s *CreateQueryInput) SetQueryName(v string) *CreateQueryInput
SetQueryName sets the QueryName field's value.
func (CreateQueryInput) String ¶
func (s CreateQueryInput) String() string
String returns the string representation
func (*CreateQueryInput) Validate ¶
func (s *CreateQueryInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateQueryOutput ¶
type CreateQueryOutput struct {
Metadata *response.ResponseMetadata
CreatedTime *string `type:"string" json:",omitempty"`
Description *string `type:"string" json:",omitempty"`
Expression *string `type:"string" json:",omitempty"`
QueryID *int64 `type:"int64" json:",omitempty"`
QueryName *string `type:"string" json:",omitempty"`
UpdatedTime *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (CreateQueryOutput) GoString ¶
func (s CreateQueryOutput) GoString() string
GoString returns the string representation
func (*CreateQueryOutput) SetCreatedTime ¶
func (s *CreateQueryOutput) SetCreatedTime(v string) *CreateQueryOutput
SetCreatedTime sets the CreatedTime field's value.
func (*CreateQueryOutput) SetDescription ¶
func (s *CreateQueryOutput) SetDescription(v string) *CreateQueryOutput
SetDescription sets the Description field's value.
func (*CreateQueryOutput) SetExpression ¶
func (s *CreateQueryOutput) SetExpression(v string) *CreateQueryOutput
SetExpression sets the Expression field's value.
func (*CreateQueryOutput) SetQueryID ¶
func (s *CreateQueryOutput) SetQueryID(v int64) *CreateQueryOutput
SetQueryID sets the QueryID field's value.
func (*CreateQueryOutput) SetQueryName ¶
func (s *CreateQueryOutput) SetQueryName(v string) *CreateQueryOutput
SetQueryName sets the QueryName field's value.
func (*CreateQueryOutput) SetUpdatedTime ¶
func (s *CreateQueryOutput) SetUpdatedTime(v string) *CreateQueryOutput
SetUpdatedTime sets the UpdatedTime field's value.
func (CreateQueryOutput) String ¶
func (s CreateQueryOutput) String() string
String returns the string representation
type DeleteQueryInput ¶
type DeleteQueryInput struct {
// QueryID is a required field
QueryID *int64 `type:"int64" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (DeleteQueryInput) GoString ¶
func (s DeleteQueryInput) GoString() string
GoString returns the string representation
func (*DeleteQueryInput) SetQueryID ¶
func (s *DeleteQueryInput) SetQueryID(v int64) *DeleteQueryInput
SetQueryID sets the QueryID field's value.
func (DeleteQueryInput) String ¶
func (s DeleteQueryInput) String() string
String returns the string representation
func (*DeleteQueryInput) Validate ¶
func (s *DeleteQueryInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteQueryOutput ¶
type DeleteQueryOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (DeleteQueryOutput) GoString ¶
func (s DeleteQueryOutput) GoString() string
GoString returns the string representation
func (DeleteQueryOutput) String ¶
func (s DeleteQueryOutput) String() string
String returns the string representation
type DisableMultiAccountResourceCenterInput ¶
type DisableMultiAccountResourceCenterInput struct {
// contains filtered or unexported fields
}
func (DisableMultiAccountResourceCenterInput) GoString ¶
func (s DisableMultiAccountResourceCenterInput) GoString() string
GoString returns the string representation
func (DisableMultiAccountResourceCenterInput) String ¶
func (s DisableMultiAccountResourceCenterInput) String() string
String returns the string representation
type DisableMultiAccountResourceCenterOutput ¶
type DisableMultiAccountResourceCenterOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (DisableMultiAccountResourceCenterOutput) GoString ¶
func (s DisableMultiAccountResourceCenterOutput) GoString() string
GoString returns the string representation
func (DisableMultiAccountResourceCenterOutput) String ¶
func (s DisableMultiAccountResourceCenterOutput) String() string
String returns the string representation
type DisableResourceCenterInput ¶
type DisableResourceCenterInput struct {
// contains filtered or unexported fields
}
func (DisableResourceCenterInput) GoString ¶
func (s DisableResourceCenterInput) GoString() string
GoString returns the string representation
func (DisableResourceCenterInput) String ¶
func (s DisableResourceCenterInput) String() string
String returns the string representation
type DisableResourceCenterOutput ¶
type DisableResourceCenterOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (DisableResourceCenterOutput) GoString ¶
func (s DisableResourceCenterOutput) GoString() string
GoString returns the string representation
func (DisableResourceCenterOutput) String ¶
func (s DisableResourceCenterOutput) String() string
String returns the string representation
type EnableMultiAccountResourceCenterInput ¶
type EnableMultiAccountResourceCenterInput struct {
// contains filtered or unexported fields
}
func (EnableMultiAccountResourceCenterInput) GoString ¶
func (s EnableMultiAccountResourceCenterInput) GoString() string
GoString returns the string representation
func (EnableMultiAccountResourceCenterInput) String ¶
func (s EnableMultiAccountResourceCenterInput) String() string
String returns the string representation
type EnableMultiAccountResourceCenterOutput ¶
type EnableMultiAccountResourceCenterOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (EnableMultiAccountResourceCenterOutput) GoString ¶
func (s EnableMultiAccountResourceCenterOutput) GoString() string
GoString returns the string representation
func (EnableMultiAccountResourceCenterOutput) String ¶
func (s EnableMultiAccountResourceCenterOutput) String() string
String returns the string representation
type EnableResourceCenterInput ¶
type EnableResourceCenterInput struct {
// contains filtered or unexported fields
}
func (EnableResourceCenterInput) GoString ¶
func (s EnableResourceCenterInput) GoString() string
GoString returns the string representation
func (EnableResourceCenterInput) String ¶
func (s EnableResourceCenterInput) String() string
String returns the string representation
type EnableResourceCenterOutput ¶
type EnableResourceCenterOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (EnableResourceCenterOutput) GoString ¶
func (s EnableResourceCenterOutput) GoString() string
GoString returns the string representation
func (EnableResourceCenterOutput) String ¶
func (s EnableResourceCenterOutput) String() string
String returns the string representation
type ExecuteSQLQueryInput ¶
type ExecuteSQLQueryInput struct {
// Expression is a required field
Expression *string `type:"string" json:",omitempty" required:"true"`
// MaxResults is a required field
MaxResults *int32 `type:"int32" json:",omitempty" required:"true"`
NextToken *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ExecuteSQLQueryInput) GoString ¶
func (s ExecuteSQLQueryInput) GoString() string
GoString returns the string representation
func (*ExecuteSQLQueryInput) SetExpression ¶
func (s *ExecuteSQLQueryInput) SetExpression(v string) *ExecuteSQLQueryInput
SetExpression sets the Expression field's value.
func (*ExecuteSQLQueryInput) SetMaxResults ¶
func (s *ExecuteSQLQueryInput) SetMaxResults(v int32) *ExecuteSQLQueryInput
SetMaxResults sets the MaxResults field's value.
func (*ExecuteSQLQueryInput) SetNextToken ¶
func (s *ExecuteSQLQueryInput) SetNextToken(v string) *ExecuteSQLQueryInput
SetNextToken sets the NextToken field's value.
func (ExecuteSQLQueryInput) String ¶
func (s ExecuteSQLQueryInput) String() string
String returns the string representation
func (*ExecuteSQLQueryInput) Validate ¶
func (s *ExecuteSQLQueryInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ExecuteSQLQueryOutput ¶
type ExecuteSQLQueryOutput struct {
Metadata *response.ResponseMetadata
NextToken *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ExecuteSQLQueryOutput) GoString ¶
func (s ExecuteSQLQueryOutput) GoString() string
GoString returns the string representation
func (*ExecuteSQLQueryOutput) SetNextToken ¶
func (s *ExecuteSQLQueryOutput) SetNextToken(v string) *ExecuteSQLQueryOutput
SetNextToken sets the NextToken field's value.
func (ExecuteSQLQueryOutput) String ¶
func (s ExecuteSQLQueryOutput) String() string
String returns the string representation
type FilterForGetMultiAccountResourceCountsInput ¶
type FilterForGetMultiAccountResourceCountsInput struct {
Key *string `type:"string" json:",omitempty"`
MatchType *string `type:"string" json:",omitempty"`
Values []*string `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (FilterForGetMultiAccountResourceCountsInput) GoString ¶
func (s FilterForGetMultiAccountResourceCountsInput) GoString() string
GoString returns the string representation
func (*FilterForGetMultiAccountResourceCountsInput) SetKey ¶
func (s *FilterForGetMultiAccountResourceCountsInput) SetKey(v string) *FilterForGetMultiAccountResourceCountsInput
SetKey sets the Key field's value.
func (*FilterForGetMultiAccountResourceCountsInput) SetMatchType ¶
func (s *FilterForGetMultiAccountResourceCountsInput) SetMatchType(v string) *FilterForGetMultiAccountResourceCountsInput
SetMatchType sets the MatchType field's value.
func (*FilterForGetMultiAccountResourceCountsInput) SetValues ¶
func (s *FilterForGetMultiAccountResourceCountsInput) SetValues(v []*string) *FilterForGetMultiAccountResourceCountsInput
SetValues sets the Values field's value.
func (FilterForGetMultiAccountResourceCountsInput) String ¶
func (s FilterForGetMultiAccountResourceCountsInput) String() string
String returns the string representation
type FilterForGetMultiAccountResourceCountsOutput ¶
type FilterForGetMultiAccountResourceCountsOutput struct {
Key *string `type:"string" json:",omitempty"`
MatchType *string `type:"string" json:",omitempty"`
Values []*string `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (FilterForGetMultiAccountResourceCountsOutput) GoString ¶
func (s FilterForGetMultiAccountResourceCountsOutput) GoString() string
GoString returns the string representation
func (*FilterForGetMultiAccountResourceCountsOutput) SetKey ¶
func (s *FilterForGetMultiAccountResourceCountsOutput) SetKey(v string) *FilterForGetMultiAccountResourceCountsOutput
SetKey sets the Key field's value.
func (*FilterForGetMultiAccountResourceCountsOutput) SetMatchType ¶
func (s *FilterForGetMultiAccountResourceCountsOutput) SetMatchType(v string) *FilterForGetMultiAccountResourceCountsOutput
SetMatchType sets the MatchType field's value.
func (*FilterForGetMultiAccountResourceCountsOutput) SetValues ¶
func (s *FilterForGetMultiAccountResourceCountsOutput) SetValues(v []*string) *FilterForGetMultiAccountResourceCountsOutput
SetValues sets the Values field's value.
func (FilterForGetMultiAccountResourceCountsOutput) String ¶
func (s FilterForGetMultiAccountResourceCountsOutput) String() string
String returns the string representation
type FilterForGetResourceCountsInput ¶
type FilterForGetResourceCountsInput struct {
Key *string `type:"string" json:",omitempty"`
MatchType *string `type:"string" json:",omitempty"`
Values []*string `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (FilterForGetResourceCountsInput) GoString ¶
func (s FilterForGetResourceCountsInput) GoString() string
GoString returns the string representation
func (*FilterForGetResourceCountsInput) SetKey ¶
func (s *FilterForGetResourceCountsInput) SetKey(v string) *FilterForGetResourceCountsInput
SetKey sets the Key field's value.
func (*FilterForGetResourceCountsInput) SetMatchType ¶
func (s *FilterForGetResourceCountsInput) SetMatchType(v string) *FilterForGetResourceCountsInput
SetMatchType sets the MatchType field's value.
func (*FilterForGetResourceCountsInput) SetValues ¶
func (s *FilterForGetResourceCountsInput) SetValues(v []*string) *FilterForGetResourceCountsInput
SetValues sets the Values field's value.
func (FilterForGetResourceCountsInput) String ¶
func (s FilterForGetResourceCountsInput) String() string
String returns the string representation
type FilterForGetResourceCountsOutput ¶
type FilterForGetResourceCountsOutput struct {
Key *string `type:"string" json:",omitempty"`
MatchType *string `type:"string" json:",omitempty"`
Values []*string `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (FilterForGetResourceCountsOutput) GoString ¶
func (s FilterForGetResourceCountsOutput) GoString() string
GoString returns the string representation
func (*FilterForGetResourceCountsOutput) SetKey ¶
func (s *FilterForGetResourceCountsOutput) SetKey(v string) *FilterForGetResourceCountsOutput
SetKey sets the Key field's value.
func (*FilterForGetResourceCountsOutput) SetMatchType ¶
func (s *FilterForGetResourceCountsOutput) SetMatchType(v string) *FilterForGetResourceCountsOutput
SetMatchType sets the MatchType field's value.
func (*FilterForGetResourceCountsOutput) SetValues ¶
func (s *FilterForGetResourceCountsOutput) SetValues(v []*string) *FilterForGetResourceCountsOutput
SetValues sets the Values field's value.
func (FilterForGetResourceCountsOutput) String ¶
func (s FilterForGetResourceCountsOutput) String() string
String returns the string representation
type FilterForSearchMultiAccountResourcesInput ¶
type FilterForSearchMultiAccountResourcesInput struct {
Key *string `type:"string" json:",omitempty"`
MatchType *string `type:"string" json:",omitempty"`
Values []*string `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (FilterForSearchMultiAccountResourcesInput) GoString ¶
func (s FilterForSearchMultiAccountResourcesInput) GoString() string
GoString returns the string representation
func (*FilterForSearchMultiAccountResourcesInput) SetKey ¶
func (s *FilterForSearchMultiAccountResourcesInput) SetKey(v string) *FilterForSearchMultiAccountResourcesInput
SetKey sets the Key field's value.
func (*FilterForSearchMultiAccountResourcesInput) SetMatchType ¶
func (s *FilterForSearchMultiAccountResourcesInput) SetMatchType(v string) *FilterForSearchMultiAccountResourcesInput
SetMatchType sets the MatchType field's value.
func (*FilterForSearchMultiAccountResourcesInput) SetValues ¶
func (s *FilterForSearchMultiAccountResourcesInput) SetValues(v []*string) *FilterForSearchMultiAccountResourcesInput
SetValues sets the Values field's value.
func (FilterForSearchMultiAccountResourcesInput) String ¶
func (s FilterForSearchMultiAccountResourcesInput) String() string
String returns the string representation
type FilterForSearchResourcesInput ¶
type FilterForSearchResourcesInput struct {
Key *string `type:"string" json:",omitempty"`
MatchType *string `type:"string" json:",omitempty"`
Values []*string `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (FilterForSearchResourcesInput) GoString ¶
func (s FilterForSearchResourcesInput) GoString() string
GoString returns the string representation
func (*FilterForSearchResourcesInput) SetKey ¶
func (s *FilterForSearchResourcesInput) SetKey(v string) *FilterForSearchResourcesInput
SetKey sets the Key field's value.
func (*FilterForSearchResourcesInput) SetMatchType ¶
func (s *FilterForSearchResourcesInput) SetMatchType(v string) *FilterForSearchResourcesInput
SetMatchType sets the MatchType field's value.
func (*FilterForSearchResourcesInput) SetValues ¶
func (s *FilterForSearchResourcesInput) SetValues(v []*string) *FilterForSearchResourcesInput
SetValues sets the Values field's value.
func (FilterForSearchResourcesInput) String ¶
func (s FilterForSearchResourcesInput) String() string
String returns the string representation
type GetExampleQueryInput ¶
type GetExampleQueryInput struct {
// QueryID is a required field
QueryID *int64 `type:"int64" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (GetExampleQueryInput) GoString ¶
func (s GetExampleQueryInput) GoString() string
GoString returns the string representation
func (*GetExampleQueryInput) SetQueryID ¶
func (s *GetExampleQueryInput) SetQueryID(v int64) *GetExampleQueryInput
SetQueryID sets the QueryID field's value.
func (GetExampleQueryInput) String ¶
func (s GetExampleQueryInput) String() string
String returns the string representation
func (*GetExampleQueryInput) Validate ¶
func (s *GetExampleQueryInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetExampleQueryOutput ¶
type GetExampleQueryOutput struct {
Metadata *response.ResponseMetadata
Description *string `type:"string" json:",omitempty"`
Expression *string `type:"string" json:",omitempty"`
QueryID *int64 `type:"int64" json:",omitempty"`
QueryName *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (GetExampleQueryOutput) GoString ¶
func (s GetExampleQueryOutput) GoString() string
GoString returns the string representation
func (*GetExampleQueryOutput) SetDescription ¶
func (s *GetExampleQueryOutput) SetDescription(v string) *GetExampleQueryOutput
SetDescription sets the Description field's value.
func (*GetExampleQueryOutput) SetExpression ¶
func (s *GetExampleQueryOutput) SetExpression(v string) *GetExampleQueryOutput
SetExpression sets the Expression field's value.
func (*GetExampleQueryOutput) SetQueryID ¶
func (s *GetExampleQueryOutput) SetQueryID(v int64) *GetExampleQueryOutput
SetQueryID sets the QueryID field's value.
func (*GetExampleQueryOutput) SetQueryName ¶
func (s *GetExampleQueryOutput) SetQueryName(v string) *GetExampleQueryOutput
SetQueryName sets the QueryName field's value.
func (GetExampleQueryOutput) String ¶
func (s GetExampleQueryOutput) String() string
String returns the string representation
type GetMultiAccountResourceCenterStatusInput ¶
type GetMultiAccountResourceCenterStatusInput struct {
// contains filtered or unexported fields
}
func (GetMultiAccountResourceCenterStatusInput) GoString ¶
func (s GetMultiAccountResourceCenterStatusInput) GoString() string
GoString returns the string representation
func (GetMultiAccountResourceCenterStatusInput) String ¶
func (s GetMultiAccountResourceCenterStatusInput) String() string
String returns the string representation
type GetMultiAccountResourceCenterStatusOutput ¶
type GetMultiAccountResourceCenterStatusOutput struct {
Metadata *response.ResponseMetadata
InitialStatus *string `type:"string" json:",omitempty"`
ServiceStatus *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (GetMultiAccountResourceCenterStatusOutput) GoString ¶
func (s GetMultiAccountResourceCenterStatusOutput) GoString() string
GoString returns the string representation
func (*GetMultiAccountResourceCenterStatusOutput) SetInitialStatus ¶
func (s *GetMultiAccountResourceCenterStatusOutput) SetInitialStatus(v string) *GetMultiAccountResourceCenterStatusOutput
SetInitialStatus sets the InitialStatus field's value.
func (*GetMultiAccountResourceCenterStatusOutput) SetServiceStatus ¶
func (s *GetMultiAccountResourceCenterStatusOutput) SetServiceStatus(v string) *GetMultiAccountResourceCenterStatusOutput
SetServiceStatus sets the ServiceStatus field's value.
func (GetMultiAccountResourceCenterStatusOutput) String ¶
func (s GetMultiAccountResourceCenterStatusOutput) String() string
String returns the string representation
type GetMultiAccountResourceCountsInput ¶
type GetMultiAccountResourceCountsInput struct {
Filter []*FilterForGetMultiAccountResourceCountsInput `type:"list" json:",omitempty"`
// GroupByKey is a required field
GroupByKey *string `type:"string" json:",omitempty" required:"true"`
Scope *ScopeForGetMultiAccountResourceCountsInput `type:"structure" json:",omitempty"`
// contains filtered or unexported fields
}
func (GetMultiAccountResourceCountsInput) GoString ¶
func (s GetMultiAccountResourceCountsInput) GoString() string
GoString returns the string representation
func (*GetMultiAccountResourceCountsInput) SetFilter ¶
func (s *GetMultiAccountResourceCountsInput) SetFilter(v []*FilterForGetMultiAccountResourceCountsInput) *GetMultiAccountResourceCountsInput
SetFilter sets the Filter field's value.
func (*GetMultiAccountResourceCountsInput) SetGroupByKey ¶
func (s *GetMultiAccountResourceCountsInput) SetGroupByKey(v string) *GetMultiAccountResourceCountsInput
SetGroupByKey sets the GroupByKey field's value.
func (*GetMultiAccountResourceCountsInput) SetScope ¶
func (s *GetMultiAccountResourceCountsInput) SetScope(v *ScopeForGetMultiAccountResourceCountsInput) *GetMultiAccountResourceCountsInput
SetScope sets the Scope field's value.
func (GetMultiAccountResourceCountsInput) String ¶
func (s GetMultiAccountResourceCountsInput) String() string
String returns the string representation
func (*GetMultiAccountResourceCountsInput) Validate ¶
func (s *GetMultiAccountResourceCountsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetMultiAccountResourceCountsOutput ¶
type GetMultiAccountResourceCountsOutput struct {
Metadata *response.ResponseMetadata
Filter []*FilterForGetMultiAccountResourceCountsOutput `type:"list" json:",omitempty"`
GroupByKey *string `type:"string" json:",omitempty"`
ResourceCounts []*ResourceCountForGetMultiAccountResourceCountsOutput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (GetMultiAccountResourceCountsOutput) GoString ¶
func (s GetMultiAccountResourceCountsOutput) GoString() string
GoString returns the string representation
func (*GetMultiAccountResourceCountsOutput) SetFilter ¶
func (s *GetMultiAccountResourceCountsOutput) SetFilter(v []*FilterForGetMultiAccountResourceCountsOutput) *GetMultiAccountResourceCountsOutput
SetFilter sets the Filter field's value.
func (*GetMultiAccountResourceCountsOutput) SetGroupByKey ¶
func (s *GetMultiAccountResourceCountsOutput) SetGroupByKey(v string) *GetMultiAccountResourceCountsOutput
SetGroupByKey sets the GroupByKey field's value.
func (*GetMultiAccountResourceCountsOutput) SetResourceCounts ¶
func (s *GetMultiAccountResourceCountsOutput) SetResourceCounts(v []*ResourceCountForGetMultiAccountResourceCountsOutput) *GetMultiAccountResourceCountsOutput
SetResourceCounts sets the ResourceCounts field's value.
func (GetMultiAccountResourceCountsOutput) String ¶
func (s GetMultiAccountResourceCountsOutput) String() string
String returns the string representation
type GetQueryInput ¶
type GetQueryInput struct {
// QueryID is a required field
QueryID *int64 `type:"int64" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (GetQueryInput) GoString ¶
func (s GetQueryInput) GoString() string
GoString returns the string representation
func (*GetQueryInput) SetQueryID ¶
func (s *GetQueryInput) SetQueryID(v int64) *GetQueryInput
SetQueryID sets the QueryID field's value.
func (GetQueryInput) String ¶
func (s GetQueryInput) String() string
String returns the string representation
func (*GetQueryInput) Validate ¶
func (s *GetQueryInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetQueryOutput ¶
type GetQueryOutput struct {
Metadata *response.ResponseMetadata
CreatedTime *string `type:"string" json:",omitempty"`
Description *string `type:"string" json:",omitempty"`
Expression *string `type:"string" json:",omitempty"`
QueryID *int64 `type:"int64" json:",omitempty"`
QueryName *string `type:"string" json:",omitempty"`
UpdatedTime *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (GetQueryOutput) GoString ¶
func (s GetQueryOutput) GoString() string
GoString returns the string representation
func (*GetQueryOutput) SetCreatedTime ¶
func (s *GetQueryOutput) SetCreatedTime(v string) *GetQueryOutput
SetCreatedTime sets the CreatedTime field's value.
func (*GetQueryOutput) SetDescription ¶
func (s *GetQueryOutput) SetDescription(v string) *GetQueryOutput
SetDescription sets the Description field's value.
func (*GetQueryOutput) SetExpression ¶
func (s *GetQueryOutput) SetExpression(v string) *GetQueryOutput
SetExpression sets the Expression field's value.
func (*GetQueryOutput) SetQueryID ¶
func (s *GetQueryOutput) SetQueryID(v int64) *GetQueryOutput
SetQueryID sets the QueryID field's value.
func (*GetQueryOutput) SetQueryName ¶
func (s *GetQueryOutput) SetQueryName(v string) *GetQueryOutput
SetQueryName sets the QueryName field's value.
func (*GetQueryOutput) SetUpdatedTime ¶
func (s *GetQueryOutput) SetUpdatedTime(v string) *GetQueryOutput
SetUpdatedTime sets the UpdatedTime field's value.
func (GetQueryOutput) String ¶
func (s GetQueryOutput) String() string
String returns the string representation
type GetResourceCenterStatusInput ¶
type GetResourceCenterStatusInput struct {
// contains filtered or unexported fields
}
func (GetResourceCenterStatusInput) GoString ¶
func (s GetResourceCenterStatusInput) GoString() string
GoString returns the string representation
func (GetResourceCenterStatusInput) String ¶
func (s GetResourceCenterStatusInput) String() string
String returns the string representation
type GetResourceCenterStatusOutput ¶
type GetResourceCenterStatusOutput struct {
Metadata *response.ResponseMetadata
InitStatus *string `type:"string" json:",omitempty"`
ServiceStatus *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (GetResourceCenterStatusOutput) GoString ¶
func (s GetResourceCenterStatusOutput) GoString() string
GoString returns the string representation
func (*GetResourceCenterStatusOutput) SetInitStatus ¶
func (s *GetResourceCenterStatusOutput) SetInitStatus(v string) *GetResourceCenterStatusOutput
SetInitStatus sets the InitStatus field's value.
func (*GetResourceCenterStatusOutput) SetServiceStatus ¶
func (s *GetResourceCenterStatusOutput) SetServiceStatus(v string) *GetResourceCenterStatusOutput
SetServiceStatus sets the ServiceStatus field's value.
func (GetResourceCenterStatusOutput) String ¶
func (s GetResourceCenterStatusOutput) String() string
String returns the string representation
type GetResourceCountsInput ¶
type GetResourceCountsInput struct {
Filter []*FilterForGetResourceCountsInput `type:"list" json:",omitempty"`
// GroupByKey is a required field
GroupByKey *string `type:"string" json:",omitempty" required:"true" enum:"EnumOfGroupByKeyForGetResourceCountsInput"`
// contains filtered or unexported fields
}
func (GetResourceCountsInput) GoString ¶
func (s GetResourceCountsInput) GoString() string
GoString returns the string representation
func (*GetResourceCountsInput) SetFilter ¶
func (s *GetResourceCountsInput) SetFilter(v []*FilterForGetResourceCountsInput) *GetResourceCountsInput
SetFilter sets the Filter field's value.
func (*GetResourceCountsInput) SetGroupByKey ¶
func (s *GetResourceCountsInput) SetGroupByKey(v string) *GetResourceCountsInput
SetGroupByKey sets the GroupByKey field's value.
func (GetResourceCountsInput) String ¶
func (s GetResourceCountsInput) String() string
String returns the string representation
func (*GetResourceCountsInput) Validate ¶
func (s *GetResourceCountsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetResourceCountsOutput ¶
type GetResourceCountsOutput struct {
Metadata *response.ResponseMetadata
Filter []*FilterForGetResourceCountsOutput `type:"list" json:",omitempty"`
GroupByKey *string `type:"string" json:",omitempty"`
ResourceCounts []*ResourceCountForGetResourceCountsOutput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (GetResourceCountsOutput) GoString ¶
func (s GetResourceCountsOutput) GoString() string
GoString returns the string representation
func (*GetResourceCountsOutput) SetFilter ¶
func (s *GetResourceCountsOutput) SetFilter(v []*FilterForGetResourceCountsOutput) *GetResourceCountsOutput
SetFilter sets the Filter field's value.
func (*GetResourceCountsOutput) SetGroupByKey ¶
func (s *GetResourceCountsOutput) SetGroupByKey(v string) *GetResourceCountsOutput
SetGroupByKey sets the GroupByKey field's value.
func (*GetResourceCountsOutput) SetResourceCounts ¶
func (s *GetResourceCountsOutput) SetResourceCounts(v []*ResourceCountForGetResourceCountsOutput) *GetResourceCountsOutput
SetResourceCounts sets the ResourceCounts field's value.
func (GetResourceCountsOutput) String ¶
func (s GetResourceCountsOutput) String() string
String returns the string representation
type ListExampleQueriesInput ¶
type ListExampleQueriesInput struct {
// MaxResults is a required field
MaxResults *int32 `type:"int32" json:",omitempty" required:"true"`
NextToken *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListExampleQueriesInput) GoString ¶
func (s ListExampleQueriesInput) GoString() string
GoString returns the string representation
func (*ListExampleQueriesInput) SetMaxResults ¶
func (s *ListExampleQueriesInput) SetMaxResults(v int32) *ListExampleQueriesInput
SetMaxResults sets the MaxResults field's value.
func (*ListExampleQueriesInput) SetNextToken ¶
func (s *ListExampleQueriesInput) SetNextToken(v string) *ListExampleQueriesInput
SetNextToken sets the NextToken field's value.
func (ListExampleQueriesInput) String ¶
func (s ListExampleQueriesInput) String() string
String returns the string representation
func (*ListExampleQueriesInput) Validate ¶
func (s *ListExampleQueriesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListExampleQueriesOutput ¶
type ListExampleQueriesOutput struct {
Metadata *response.ResponseMetadata
NextToken *string `type:"string" json:",omitempty"`
Queries []*QueryForListExampleQueriesOutput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListExampleQueriesOutput) GoString ¶
func (s ListExampleQueriesOutput) GoString() string
GoString returns the string representation
func (*ListExampleQueriesOutput) SetNextToken ¶
func (s *ListExampleQueriesOutput) SetNextToken(v string) *ListExampleQueriesOutput
SetNextToken sets the NextToken field's value.
func (*ListExampleQueriesOutput) SetQueries ¶
func (s *ListExampleQueriesOutput) SetQueries(v []*QueryForListExampleQueriesOutput) *ListExampleQueriesOutput
SetQueries sets the Queries field's value.
func (ListExampleQueriesOutput) String ¶
func (s ListExampleQueriesOutput) String() string
String returns the string representation
type ListQueriesInput ¶
type ListQueriesInput struct {
// MaxResults is a required field
MaxResults *int32 `type:"int32" json:",omitempty" required:"true"`
NextToken *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListQueriesInput) GoString ¶
func (s ListQueriesInput) GoString() string
GoString returns the string representation
func (*ListQueriesInput) SetMaxResults ¶
func (s *ListQueriesInput) SetMaxResults(v int32) *ListQueriesInput
SetMaxResults sets the MaxResults field's value.
func (*ListQueriesInput) SetNextToken ¶
func (s *ListQueriesInput) SetNextToken(v string) *ListQueriesInput
SetNextToken sets the NextToken field's value.
func (ListQueriesInput) String ¶
func (s ListQueriesInput) String() string
String returns the string representation
func (*ListQueriesInput) Validate ¶
func (s *ListQueriesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListQueriesOutput ¶
type ListQueriesOutput struct {
Metadata *response.ResponseMetadata
NextToken *string `type:"string" json:",omitempty"`
Queries []*QueryForListQueriesOutput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListQueriesOutput) GoString ¶
func (s ListQueriesOutput) GoString() string
GoString returns the string representation
func (*ListQueriesOutput) SetNextToken ¶
func (s *ListQueriesOutput) SetNextToken(v string) *ListQueriesOutput
SetNextToken sets the NextToken field's value.
func (*ListQueriesOutput) SetQueries ¶
func (s *ListQueriesOutput) SetQueries(v []*QueryForListQueriesOutput) *ListQueriesOutput
SetQueries sets the Queries field's value.
func (ListQueriesOutput) String ¶
func (s ListQueriesOutput) String() string
String returns the string representation
type ListResourceTypesInput ¶
type ListResourceTypesInput struct {
// contains filtered or unexported fields
}
func (ListResourceTypesInput) GoString ¶
func (s ListResourceTypesInput) GoString() string
GoString returns the string representation
func (ListResourceTypesInput) String ¶
func (s ListResourceTypesInput) String() string
String returns the string representation
type ListResourceTypesOutput ¶
type ListResourceTypesOutput struct {
Metadata *response.ResponseMetadata
ResourceTypes []*ResourceTypeForListResourceTypesOutput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListResourceTypesOutput) GoString ¶
func (s ListResourceTypesOutput) GoString() string
GoString returns the string representation
func (*ListResourceTypesOutput) SetResourceTypes ¶
func (s *ListResourceTypesOutput) SetResourceTypes(v []*ResourceTypeForListResourceTypesOutput) *ListResourceTypesOutput
SetResourceTypes sets the ResourceTypes field's value.
func (ListResourceTypesOutput) String ¶
func (s ListResourceTypesOutput) String() string
String returns the string representation
type QueryForListExampleQueriesOutput ¶
type QueryForListExampleQueriesOutput struct {
Description *string `type:"string" json:",omitempty"`
QueryID *int64 `type:"int64" json:",omitempty"`
QueryName *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (QueryForListExampleQueriesOutput) GoString ¶
func (s QueryForListExampleQueriesOutput) GoString() string
GoString returns the string representation
func (*QueryForListExampleQueriesOutput) SetDescription ¶
func (s *QueryForListExampleQueriesOutput) SetDescription(v string) *QueryForListExampleQueriesOutput
SetDescription sets the Description field's value.
func (*QueryForListExampleQueriesOutput) SetQueryID ¶
func (s *QueryForListExampleQueriesOutput) SetQueryID(v int64) *QueryForListExampleQueriesOutput
SetQueryID sets the QueryID field's value.
func (*QueryForListExampleQueriesOutput) SetQueryName ¶
func (s *QueryForListExampleQueriesOutput) SetQueryName(v string) *QueryForListExampleQueriesOutput
SetQueryName sets the QueryName field's value.
func (QueryForListExampleQueriesOutput) String ¶
func (s QueryForListExampleQueriesOutput) String() string
String returns the string representation
type QueryForListQueriesOutput ¶
type QueryForListQueriesOutput struct {
CreatedTime *string `type:"string" json:",omitempty"`
Description *string `type:"string" json:",omitempty"`
QueryID *int64 `type:"int64" json:",omitempty"`
QueryName *string `type:"string" json:",omitempty"`
UpdatedTime *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (QueryForListQueriesOutput) GoString ¶
func (s QueryForListQueriesOutput) GoString() string
GoString returns the string representation
func (*QueryForListQueriesOutput) SetCreatedTime ¶
func (s *QueryForListQueriesOutput) SetCreatedTime(v string) *QueryForListQueriesOutput
SetCreatedTime sets the CreatedTime field's value.
func (*QueryForListQueriesOutput) SetDescription ¶
func (s *QueryForListQueriesOutput) SetDescription(v string) *QueryForListQueriesOutput
SetDescription sets the Description field's value.
func (*QueryForListQueriesOutput) SetQueryID ¶
func (s *QueryForListQueriesOutput) SetQueryID(v int64) *QueryForListQueriesOutput
SetQueryID sets the QueryID field's value.
func (*QueryForListQueriesOutput) SetQueryName ¶
func (s *QueryForListQueriesOutput) SetQueryName(v string) *QueryForListQueriesOutput
SetQueryName sets the QueryName field's value.
func (*QueryForListQueriesOutput) SetUpdatedTime ¶
func (s *QueryForListQueriesOutput) SetUpdatedTime(v string) *QueryForListQueriesOutput
SetUpdatedTime sets the UpdatedTime field's value.
func (QueryForListQueriesOutput) String ¶
func (s QueryForListQueriesOutput) String() string
String returns the string representation
type RESOURCECENTER ¶
RESOURCECENTER provides the API operation methods for making requests to RESOURCECENTER. See this package's package overview docs for details on the service.
RESOURCECENTER 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 ...*byteplus.Config) *RESOURCECENTER
New create int can support ssl or region locate set
func (*RESOURCECENTER) CreateQuery ¶
func (c *RESOURCECENTER) CreateQuery(input *CreateQueryInput) (*CreateQueryOutput, error)
CreateQuery API operation for RESOURCECENTER.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for RESOURCECENTER's API operation CreateQuery for usage and error information.
func (*RESOURCECENTER) CreateQueryCommon ¶
func (c *RESOURCECENTER) CreateQueryCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CreateQueryCommon API operation for RESOURCECENTER.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for RESOURCECENTER's API operation CreateQueryCommon for usage and error information.
func (*RESOURCECENTER) CreateQueryCommonRequest ¶
func (c *RESOURCECENTER) CreateQueryCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreateQueryCommonRequest generates a "byteplus/request.Request" representing the client's request for the CreateQueryCommon operation. The "output" return value will be populated with the CreateQueryCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateQueryCommon Request to send the API call to the service. the "output" return value is not valid until after CreateQueryCommon Send returns without error.
See CreateQueryCommon for more information on using the CreateQueryCommon API call, and error handling.
// Example sending a request using the CreateQueryCommonRequest method.
req, resp := client.CreateQueryCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*RESOURCECENTER) CreateQueryCommonWithContext ¶
func (c *RESOURCECENTER) CreateQueryCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreateQueryCommonWithContext is the same as CreateQueryCommon with the addition of the ability to pass a context and additional request options.
See CreateQueryCommon 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 (*RESOURCECENTER) CreateQueryRequest ¶
func (c *RESOURCECENTER) CreateQueryRequest(input *CreateQueryInput) (req *request.Request, output *CreateQueryOutput)
CreateQueryRequest generates a "byteplus/request.Request" representing the client's request for the CreateQuery operation. The "output" return value will be populated with the CreateQueryCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateQueryCommon Request to send the API call to the service. the "output" return value is not valid until after CreateQueryCommon Send returns without error.
See CreateQuery for more information on using the CreateQuery API call, and error handling.
// Example sending a request using the CreateQueryRequest method.
req, resp := client.CreateQueryRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*RESOURCECENTER) CreateQueryWithContext ¶
func (c *RESOURCECENTER) CreateQueryWithContext(ctx byteplus.Context, input *CreateQueryInput, opts ...request.Option) (*CreateQueryOutput, error)
CreateQueryWithContext is the same as CreateQuery with the addition of the ability to pass a context and additional request options.
See CreateQuery 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 (*RESOURCECENTER) DeleteQuery ¶
func (c *RESOURCECENTER) DeleteQuery(input *DeleteQueryInput) (*DeleteQueryOutput, error)
DeleteQuery API operation for RESOURCECENTER.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for RESOURCECENTER's API operation DeleteQuery for usage and error information.
func (*RESOURCECENTER) DeleteQueryCommon ¶
func (c *RESOURCECENTER) DeleteQueryCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DeleteQueryCommon API operation for RESOURCECENTER.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for RESOURCECENTER's API operation DeleteQueryCommon for usage and error information.
func (*RESOURCECENTER) DeleteQueryCommonRequest ¶
func (c *RESOURCECENTER) DeleteQueryCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeleteQueryCommonRequest generates a "byteplus/request.Request" representing the client's request for the DeleteQueryCommon operation. The "output" return value will be populated with the DeleteQueryCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteQueryCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteQueryCommon Send returns without error.
See DeleteQueryCommon for more information on using the DeleteQueryCommon API call, and error handling.
// Example sending a request using the DeleteQueryCommonRequest method.
req, resp := client.DeleteQueryCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*RESOURCECENTER) DeleteQueryCommonWithContext ¶
func (c *RESOURCECENTER) DeleteQueryCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeleteQueryCommonWithContext is the same as DeleteQueryCommon with the addition of the ability to pass a context and additional request options.
See DeleteQueryCommon 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 (*RESOURCECENTER) DeleteQueryRequest ¶
func (c *RESOURCECENTER) DeleteQueryRequest(input *DeleteQueryInput) (req *request.Request, output *DeleteQueryOutput)
DeleteQueryRequest generates a "byteplus/request.Request" representing the client's request for the DeleteQuery operation. The "output" return value will be populated with the DeleteQueryCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteQueryCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteQueryCommon Send returns without error.
See DeleteQuery for more information on using the DeleteQuery API call, and error handling.
// Example sending a request using the DeleteQueryRequest method.
req, resp := client.DeleteQueryRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*RESOURCECENTER) DeleteQueryWithContext ¶
func (c *RESOURCECENTER) DeleteQueryWithContext(ctx byteplus.Context, input *DeleteQueryInput, opts ...request.Option) (*DeleteQueryOutput, error)
DeleteQueryWithContext is the same as DeleteQuery with the addition of the ability to pass a context and additional request options.
See DeleteQuery 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 (*RESOURCECENTER) DisableMultiAccountResourceCenter ¶
func (c *RESOURCECENTER) DisableMultiAccountResourceCenter(input *DisableMultiAccountResourceCenterInput) (*DisableMultiAccountResourceCenterOutput, error)
DisableMultiAccountResourceCenter API operation for RESOURCECENTER.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for RESOURCECENTER's API operation DisableMultiAccountResourceCenter for usage and error information.
func (*RESOURCECENTER) DisableMultiAccountResourceCenterCommon ¶
func (c *RESOURCECENTER) DisableMultiAccountResourceCenterCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DisableMultiAccountResourceCenterCommon API operation for RESOURCECENTER.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for RESOURCECENTER's API operation DisableMultiAccountResourceCenterCommon for usage and error information.
func (*RESOURCECENTER) DisableMultiAccountResourceCenterCommonRequest ¶
func (c *RESOURCECENTER) DisableMultiAccountResourceCenterCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DisableMultiAccountResourceCenterCommonRequest generates a "byteplus/request.Request" representing the client's request for the DisableMultiAccountResourceCenterCommon operation. The "output" return value will be populated with the DisableMultiAccountResourceCenterCommon request's response once the request completes successfully.
Use "Send" method on the returned DisableMultiAccountResourceCenterCommon Request to send the API call to the service. the "output" return value is not valid until after DisableMultiAccountResourceCenterCommon Send returns without error.
See DisableMultiAccountResourceCenterCommon for more information on using the DisableMultiAccountResourceCenterCommon API call, and error handling.
// Example sending a request using the DisableMultiAccountResourceCenterCommonRequest method.
req, resp := client.DisableMultiAccountResourceCenterCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*RESOURCECENTER) DisableMultiAccountResourceCenterCommonWithContext ¶
func (c *RESOURCECENTER) DisableMultiAccountResourceCenterCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DisableMultiAccountResourceCenterCommonWithContext is the same as DisableMultiAccountResourceCenterCommon with the addition of the ability to pass a context and additional request options.
See DisableMultiAccountResourceCenterCommon 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 (*RESOURCECENTER) DisableMultiAccountResourceCenterRequest ¶
func (c *RESOURCECENTER) DisableMultiAccountResourceCenterRequest(input *DisableMultiAccountResourceCenterInput) (req *request.Request, output *DisableMultiAccountResourceCenterOutput)
DisableMultiAccountResourceCenterRequest generates a "byteplus/request.Request" representing the client's request for the DisableMultiAccountResourceCenter operation. The "output" return value will be populated with the DisableMultiAccountResourceCenterCommon request's response once the request completes successfully.
Use "Send" method on the returned DisableMultiAccountResourceCenterCommon Request to send the API call to the service. the "output" return value is not valid until after DisableMultiAccountResourceCenterCommon Send returns without error.
See DisableMultiAccountResourceCenter for more information on using the DisableMultiAccountResourceCenter API call, and error handling.
// Example sending a request using the DisableMultiAccountResourceCenterRequest method.
req, resp := client.DisableMultiAccountResourceCenterRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*RESOURCECENTER) DisableMultiAccountResourceCenterWithContext ¶
func (c *RESOURCECENTER) DisableMultiAccountResourceCenterWithContext(ctx byteplus.Context, input *DisableMultiAccountResourceCenterInput, opts ...request.Option) (*DisableMultiAccountResourceCenterOutput, error)
DisableMultiAccountResourceCenterWithContext is the same as DisableMultiAccountResourceCenter with the addition of the ability to pass a context and additional request options.
See DisableMultiAccountResourceCenter 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 (*RESOURCECENTER) DisableResourceCenter ¶
func (c *RESOURCECENTER) DisableResourceCenter(input *DisableResourceCenterInput) (*DisableResourceCenterOutput, error)
DisableResourceCenter API operation for RESOURCECENTER.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for RESOURCECENTER's API operation DisableResourceCenter for usage and error information.
func (*RESOURCECENTER) DisableResourceCenterCommon ¶
func (c *RESOURCECENTER) DisableResourceCenterCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DisableResourceCenterCommon API operation for RESOURCECENTER.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for RESOURCECENTER's API operation DisableResourceCenterCommon for usage and error information.
func (*RESOURCECENTER) DisableResourceCenterCommonRequest ¶
func (c *RESOURCECENTER) DisableResourceCenterCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DisableResourceCenterCommonRequest generates a "byteplus/request.Request" representing the client's request for the DisableResourceCenterCommon operation. The "output" return value will be populated with the DisableResourceCenterCommon request's response once the request completes successfully.
Use "Send" method on the returned DisableResourceCenterCommon Request to send the API call to the service. the "output" return value is not valid until after DisableResourceCenterCommon Send returns without error.
See DisableResourceCenterCommon for more information on using the DisableResourceCenterCommon API call, and error handling.
// Example sending a request using the DisableResourceCenterCommonRequest method.
req, resp := client.DisableResourceCenterCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*RESOURCECENTER) DisableResourceCenterCommonWithContext ¶
func (c *RESOURCECENTER) DisableResourceCenterCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DisableResourceCenterCommonWithContext is the same as DisableResourceCenterCommon with the addition of the ability to pass a context and additional request options.
See DisableResourceCenterCommon 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 (*RESOURCECENTER) DisableResourceCenterRequest ¶
func (c *RESOURCECENTER) DisableResourceCenterRequest(input *DisableResourceCenterInput) (req *request.Request, output *DisableResourceCenterOutput)
DisableResourceCenterRequest generates a "byteplus/request.Request" representing the client's request for the DisableResourceCenter operation. The "output" return value will be populated with the DisableResourceCenterCommon request's response once the request completes successfully.
Use "Send" method on the returned DisableResourceCenterCommon Request to send the API call to the service. the "output" return value is not valid until after DisableResourceCenterCommon Send returns without error.
See DisableResourceCenter for more information on using the DisableResourceCenter API call, and error handling.
// Example sending a request using the DisableResourceCenterRequest method.
req, resp := client.DisableResourceCenterRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*RESOURCECENTER) DisableResourceCenterWithContext ¶
func (c *RESOURCECENTER) DisableResourceCenterWithContext(ctx byteplus.Context, input *DisableResourceCenterInput, opts ...request.Option) (*DisableResourceCenterOutput, error)
DisableResourceCenterWithContext is the same as DisableResourceCenter with the addition of the ability to pass a context and additional request options.
See DisableResourceCenter 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 (*RESOURCECENTER) EnableMultiAccountResourceCenter ¶
func (c *RESOURCECENTER) EnableMultiAccountResourceCenter(input *EnableMultiAccountResourceCenterInput) (*EnableMultiAccountResourceCenterOutput, error)
EnableMultiAccountResourceCenter API operation for RESOURCECENTER.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for RESOURCECENTER's API operation EnableMultiAccountResourceCenter for usage and error information.
func (*RESOURCECENTER) EnableMultiAccountResourceCenterCommon ¶
func (c *RESOURCECENTER) EnableMultiAccountResourceCenterCommon(input *map[string]interface{}) (*map[string]interface{}, error)
EnableMultiAccountResourceCenterCommon API operation for RESOURCECENTER.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for RESOURCECENTER's API operation EnableMultiAccountResourceCenterCommon for usage and error information.
func (*RESOURCECENTER) EnableMultiAccountResourceCenterCommonRequest ¶
func (c *RESOURCECENTER) EnableMultiAccountResourceCenterCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
EnableMultiAccountResourceCenterCommonRequest generates a "byteplus/request.Request" representing the client's request for the EnableMultiAccountResourceCenterCommon operation. The "output" return value will be populated with the EnableMultiAccountResourceCenterCommon request's response once the request completes successfully.
Use "Send" method on the returned EnableMultiAccountResourceCenterCommon Request to send the API call to the service. the "output" return value is not valid until after EnableMultiAccountResourceCenterCommon Send returns without error.
See EnableMultiAccountResourceCenterCommon for more information on using the EnableMultiAccountResourceCenterCommon API call, and error handling.
// Example sending a request using the EnableMultiAccountResourceCenterCommonRequest method.
req, resp := client.EnableMultiAccountResourceCenterCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*RESOURCECENTER) EnableMultiAccountResourceCenterCommonWithContext ¶
func (c *RESOURCECENTER) EnableMultiAccountResourceCenterCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
EnableMultiAccountResourceCenterCommonWithContext is the same as EnableMultiAccountResourceCenterCommon with the addition of the ability to pass a context and additional request options.
See EnableMultiAccountResourceCenterCommon 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 (*RESOURCECENTER) EnableMultiAccountResourceCenterRequest ¶
func (c *RESOURCECENTER) EnableMultiAccountResourceCenterRequest(input *EnableMultiAccountResourceCenterInput) (req *request.Request, output *EnableMultiAccountResourceCenterOutput)
EnableMultiAccountResourceCenterRequest generates a "byteplus/request.Request" representing the client's request for the EnableMultiAccountResourceCenter operation. The "output" return value will be populated with the EnableMultiAccountResourceCenterCommon request's response once the request completes successfully.
Use "Send" method on the returned EnableMultiAccountResourceCenterCommon Request to send the API call to the service. the "output" return value is not valid until after EnableMultiAccountResourceCenterCommon Send returns without error.
See EnableMultiAccountResourceCenter for more information on using the EnableMultiAccountResourceCenter API call, and error handling.
// Example sending a request using the EnableMultiAccountResourceCenterRequest method.
req, resp := client.EnableMultiAccountResourceCenterRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*RESOURCECENTER) EnableMultiAccountResourceCenterWithContext ¶
func (c *RESOURCECENTER) EnableMultiAccountResourceCenterWithContext(ctx byteplus.Context, input *EnableMultiAccountResourceCenterInput, opts ...request.Option) (*EnableMultiAccountResourceCenterOutput, error)
EnableMultiAccountResourceCenterWithContext is the same as EnableMultiAccountResourceCenter with the addition of the ability to pass a context and additional request options.
See EnableMultiAccountResourceCenter 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 (*RESOURCECENTER) EnableResourceCenter ¶
func (c *RESOURCECENTER) EnableResourceCenter(input *EnableResourceCenterInput) (*EnableResourceCenterOutput, error)
EnableResourceCenter API operation for RESOURCECENTER.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for RESOURCECENTER's API operation EnableResourceCenter for usage and error information.
func (*RESOURCECENTER) EnableResourceCenterCommon ¶
func (c *RESOURCECENTER) EnableResourceCenterCommon(input *map[string]interface{}) (*map[string]interface{}, error)
EnableResourceCenterCommon API operation for RESOURCECENTER.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for RESOURCECENTER's API operation EnableResourceCenterCommon for usage and error information.
func (*RESOURCECENTER) EnableResourceCenterCommonRequest ¶
func (c *RESOURCECENTER) EnableResourceCenterCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
EnableResourceCenterCommonRequest generates a "byteplus/request.Request" representing the client's request for the EnableResourceCenterCommon operation. The "output" return value will be populated with the EnableResourceCenterCommon request's response once the request completes successfully.
Use "Send" method on the returned EnableResourceCenterCommon Request to send the API call to the service. the "output" return value is not valid until after EnableResourceCenterCommon Send returns without error.
See EnableResourceCenterCommon for more information on using the EnableResourceCenterCommon API call, and error handling.
// Example sending a request using the EnableResourceCenterCommonRequest method.
req, resp := client.EnableResourceCenterCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*RESOURCECENTER) EnableResourceCenterCommonWithContext ¶
func (c *RESOURCECENTER) EnableResourceCenterCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
EnableResourceCenterCommonWithContext is the same as EnableResourceCenterCommon with the addition of the ability to pass a context and additional request options.
See EnableResourceCenterCommon 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 (*RESOURCECENTER) EnableResourceCenterRequest ¶
func (c *RESOURCECENTER) EnableResourceCenterRequest(input *EnableResourceCenterInput) (req *request.Request, output *EnableResourceCenterOutput)
EnableResourceCenterRequest generates a "byteplus/request.Request" representing the client's request for the EnableResourceCenter operation. The "output" return value will be populated with the EnableResourceCenterCommon request's response once the request completes successfully.
Use "Send" method on the returned EnableResourceCenterCommon Request to send the API call to the service. the "output" return value is not valid until after EnableResourceCenterCommon Send returns without error.
See EnableResourceCenter for more information on using the EnableResourceCenter API call, and error handling.
// Example sending a request using the EnableResourceCenterRequest method.
req, resp := client.EnableResourceCenterRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*RESOURCECENTER) EnableResourceCenterWithContext ¶
func (c *RESOURCECENTER) EnableResourceCenterWithContext(ctx byteplus.Context, input *EnableResourceCenterInput, opts ...request.Option) (*EnableResourceCenterOutput, error)
EnableResourceCenterWithContext is the same as EnableResourceCenter with the addition of the ability to pass a context and additional request options.
See EnableResourceCenter 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 (*RESOURCECENTER) ExecuteSQLQuery ¶
func (c *RESOURCECENTER) ExecuteSQLQuery(input *ExecuteSQLQueryInput) (*ExecuteSQLQueryOutput, error)
ExecuteSQLQuery API operation for RESOURCECENTER.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for RESOURCECENTER's API operation ExecuteSQLQuery for usage and error information.
func (*RESOURCECENTER) ExecuteSQLQueryCommon ¶
func (c *RESOURCECENTER) ExecuteSQLQueryCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ExecuteSQLQueryCommon API operation for RESOURCECENTER.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for RESOURCECENTER's API operation ExecuteSQLQueryCommon for usage and error information.
func (*RESOURCECENTER) ExecuteSQLQueryCommonRequest ¶
func (c *RESOURCECENTER) ExecuteSQLQueryCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ExecuteSQLQueryCommonRequest generates a "byteplus/request.Request" representing the client's request for the ExecuteSQLQueryCommon operation. The "output" return value will be populated with the ExecuteSQLQueryCommon request's response once the request completes successfully.
Use "Send" method on the returned ExecuteSQLQueryCommon Request to send the API call to the service. the "output" return value is not valid until after ExecuteSQLQueryCommon Send returns without error.
See ExecuteSQLQueryCommon for more information on using the ExecuteSQLQueryCommon API call, and error handling.
// Example sending a request using the ExecuteSQLQueryCommonRequest method.
req, resp := client.ExecuteSQLQueryCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*RESOURCECENTER) ExecuteSQLQueryCommonWithContext ¶
func (c *RESOURCECENTER) ExecuteSQLQueryCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ExecuteSQLQueryCommonWithContext is the same as ExecuteSQLQueryCommon with the addition of the ability to pass a context and additional request options.
See ExecuteSQLQueryCommon 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 (*RESOURCECENTER) ExecuteSQLQueryRequest ¶
func (c *RESOURCECENTER) ExecuteSQLQueryRequest(input *ExecuteSQLQueryInput) (req *request.Request, output *ExecuteSQLQueryOutput)
ExecuteSQLQueryRequest generates a "byteplus/request.Request" representing the client's request for the ExecuteSQLQuery operation. The "output" return value will be populated with the ExecuteSQLQueryCommon request's response once the request completes successfully.
Use "Send" method on the returned ExecuteSQLQueryCommon Request to send the API call to the service. the "output" return value is not valid until after ExecuteSQLQueryCommon Send returns without error.
See ExecuteSQLQuery for more information on using the ExecuteSQLQuery API call, and error handling.
// Example sending a request using the ExecuteSQLQueryRequest method.
req, resp := client.ExecuteSQLQueryRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*RESOURCECENTER) ExecuteSQLQueryWithContext ¶
func (c *RESOURCECENTER) ExecuteSQLQueryWithContext(ctx byteplus.Context, input *ExecuteSQLQueryInput, opts ...request.Option) (*ExecuteSQLQueryOutput, error)
ExecuteSQLQueryWithContext is the same as ExecuteSQLQuery with the addition of the ability to pass a context and additional request options.
See ExecuteSQLQuery 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 (*RESOURCECENTER) GetExampleQuery ¶
func (c *RESOURCECENTER) GetExampleQuery(input *GetExampleQueryInput) (*GetExampleQueryOutput, error)
GetExampleQuery API operation for RESOURCECENTER.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for RESOURCECENTER's API operation GetExampleQuery for usage and error information.
func (*RESOURCECENTER) GetExampleQueryCommon ¶
func (c *RESOURCECENTER) GetExampleQueryCommon(input *map[string]interface{}) (*map[string]interface{}, error)
GetExampleQueryCommon API operation for RESOURCECENTER.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for RESOURCECENTER's API operation GetExampleQueryCommon for usage and error information.
func (*RESOURCECENTER) GetExampleQueryCommonRequest ¶
func (c *RESOURCECENTER) GetExampleQueryCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
GetExampleQueryCommonRequest generates a "byteplus/request.Request" representing the client's request for the GetExampleQueryCommon operation. The "output" return value will be populated with the GetExampleQueryCommon request's response once the request completes successfully.
Use "Send" method on the returned GetExampleQueryCommon Request to send the API call to the service. the "output" return value is not valid until after GetExampleQueryCommon Send returns without error.
See GetExampleQueryCommon for more information on using the GetExampleQueryCommon API call, and error handling.
// Example sending a request using the GetExampleQueryCommonRequest method.
req, resp := client.GetExampleQueryCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*RESOURCECENTER) GetExampleQueryCommonWithContext ¶
func (c *RESOURCECENTER) GetExampleQueryCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
GetExampleQueryCommonWithContext is the same as GetExampleQueryCommon with the addition of the ability to pass a context and additional request options.
See GetExampleQueryCommon 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 (*RESOURCECENTER) GetExampleQueryRequest ¶
func (c *RESOURCECENTER) GetExampleQueryRequest(input *GetExampleQueryInput) (req *request.Request, output *GetExampleQueryOutput)
GetExampleQueryRequest generates a "byteplus/request.Request" representing the client's request for the GetExampleQuery operation. The "output" return value will be populated with the GetExampleQueryCommon request's response once the request completes successfully.
Use "Send" method on the returned GetExampleQueryCommon Request to send the API call to the service. the "output" return value is not valid until after GetExampleQueryCommon Send returns without error.
See GetExampleQuery for more information on using the GetExampleQuery API call, and error handling.
// Example sending a request using the GetExampleQueryRequest method.
req, resp := client.GetExampleQueryRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*RESOURCECENTER) GetExampleQueryWithContext ¶
func (c *RESOURCECENTER) GetExampleQueryWithContext(ctx byteplus.Context, input *GetExampleQueryInput, opts ...request.Option) (*GetExampleQueryOutput, error)
GetExampleQueryWithContext is the same as GetExampleQuery with the addition of the ability to pass a context and additional request options.
See GetExampleQuery 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 (*RESOURCECENTER) GetMultiAccountResourceCenterStatus ¶
func (c *RESOURCECENTER) GetMultiAccountResourceCenterStatus(input *GetMultiAccountResourceCenterStatusInput) (*GetMultiAccountResourceCenterStatusOutput, error)
GetMultiAccountResourceCenterStatus API operation for RESOURCECENTER.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for RESOURCECENTER's API operation GetMultiAccountResourceCenterStatus for usage and error information.
func (*RESOURCECENTER) GetMultiAccountResourceCenterStatusCommon ¶
func (c *RESOURCECENTER) GetMultiAccountResourceCenterStatusCommon(input *map[string]interface{}) (*map[string]interface{}, error)
GetMultiAccountResourceCenterStatusCommon API operation for RESOURCECENTER.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for RESOURCECENTER's API operation GetMultiAccountResourceCenterStatusCommon for usage and error information.
func (*RESOURCECENTER) GetMultiAccountResourceCenterStatusCommonRequest ¶
func (c *RESOURCECENTER) GetMultiAccountResourceCenterStatusCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
GetMultiAccountResourceCenterStatusCommonRequest generates a "byteplus/request.Request" representing the client's request for the GetMultiAccountResourceCenterStatusCommon operation. The "output" return value will be populated with the GetMultiAccountResourceCenterStatusCommon request's response once the request completes successfully.
Use "Send" method on the returned GetMultiAccountResourceCenterStatusCommon Request to send the API call to the service. the "output" return value is not valid until after GetMultiAccountResourceCenterStatusCommon Send returns without error.
See GetMultiAccountResourceCenterStatusCommon for more information on using the GetMultiAccountResourceCenterStatusCommon API call, and error handling.
// Example sending a request using the GetMultiAccountResourceCenterStatusCommonRequest method.
req, resp := client.GetMultiAccountResourceCenterStatusCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*RESOURCECENTER) GetMultiAccountResourceCenterStatusCommonWithContext ¶
func (c *RESOURCECENTER) GetMultiAccountResourceCenterStatusCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
GetMultiAccountResourceCenterStatusCommonWithContext is the same as GetMultiAccountResourceCenterStatusCommon with the addition of the ability to pass a context and additional request options.
See GetMultiAccountResourceCenterStatusCommon 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 (*RESOURCECENTER) GetMultiAccountResourceCenterStatusRequest ¶
func (c *RESOURCECENTER) GetMultiAccountResourceCenterStatusRequest(input *GetMultiAccountResourceCenterStatusInput) (req *request.Request, output *GetMultiAccountResourceCenterStatusOutput)
GetMultiAccountResourceCenterStatusRequest generates a "byteplus/request.Request" representing the client's request for the GetMultiAccountResourceCenterStatus operation. The "output" return value will be populated with the GetMultiAccountResourceCenterStatusCommon request's response once the request completes successfully.
Use "Send" method on the returned GetMultiAccountResourceCenterStatusCommon Request to send the API call to the service. the "output" return value is not valid until after GetMultiAccountResourceCenterStatusCommon Send returns without error.
See GetMultiAccountResourceCenterStatus for more information on using the GetMultiAccountResourceCenterStatus API call, and error handling.
// Example sending a request using the GetMultiAccountResourceCenterStatusRequest method.
req, resp := client.GetMultiAccountResourceCenterStatusRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*RESOURCECENTER) GetMultiAccountResourceCenterStatusWithContext ¶
func (c *RESOURCECENTER) GetMultiAccountResourceCenterStatusWithContext(ctx byteplus.Context, input *GetMultiAccountResourceCenterStatusInput, opts ...request.Option) (*GetMultiAccountResourceCenterStatusOutput, error)
GetMultiAccountResourceCenterStatusWithContext is the same as GetMultiAccountResourceCenterStatus with the addition of the ability to pass a context and additional request options.
See GetMultiAccountResourceCenterStatus 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 (*RESOURCECENTER) GetMultiAccountResourceCounts ¶
func (c *RESOURCECENTER) GetMultiAccountResourceCounts(input *GetMultiAccountResourceCountsInput) (*GetMultiAccountResourceCountsOutput, error)
GetMultiAccountResourceCounts API operation for RESOURCECENTER.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for RESOURCECENTER's API operation GetMultiAccountResourceCounts for usage and error information.
func (*RESOURCECENTER) GetMultiAccountResourceCountsCommon ¶
func (c *RESOURCECENTER) GetMultiAccountResourceCountsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
GetMultiAccountResourceCountsCommon API operation for RESOURCECENTER.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for RESOURCECENTER's API operation GetMultiAccountResourceCountsCommon for usage and error information.
func (*RESOURCECENTER) GetMultiAccountResourceCountsCommonRequest ¶
func (c *RESOURCECENTER) GetMultiAccountResourceCountsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
GetMultiAccountResourceCountsCommonRequest generates a "byteplus/request.Request" representing the client's request for the GetMultiAccountResourceCountsCommon operation. The "output" return value will be populated with the GetMultiAccountResourceCountsCommon request's response once the request completes successfully.
Use "Send" method on the returned GetMultiAccountResourceCountsCommon Request to send the API call to the service. the "output" return value is not valid until after GetMultiAccountResourceCountsCommon Send returns without error.
See GetMultiAccountResourceCountsCommon for more information on using the GetMultiAccountResourceCountsCommon API call, and error handling.
// Example sending a request using the GetMultiAccountResourceCountsCommonRequest method.
req, resp := client.GetMultiAccountResourceCountsCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*RESOURCECENTER) GetMultiAccountResourceCountsCommonWithContext ¶
func (c *RESOURCECENTER) GetMultiAccountResourceCountsCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
GetMultiAccountResourceCountsCommonWithContext is the same as GetMultiAccountResourceCountsCommon with the addition of the ability to pass a context and additional request options.
See GetMultiAccountResourceCountsCommon 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 (*RESOURCECENTER) GetMultiAccountResourceCountsRequest ¶
func (c *RESOURCECENTER) GetMultiAccountResourceCountsRequest(input *GetMultiAccountResourceCountsInput) (req *request.Request, output *GetMultiAccountResourceCountsOutput)
GetMultiAccountResourceCountsRequest generates a "byteplus/request.Request" representing the client's request for the GetMultiAccountResourceCounts operation. The "output" return value will be populated with the GetMultiAccountResourceCountsCommon request's response once the request completes successfully.
Use "Send" method on the returned GetMultiAccountResourceCountsCommon Request to send the API call to the service. the "output" return value is not valid until after GetMultiAccountResourceCountsCommon Send returns without error.
See GetMultiAccountResourceCounts for more information on using the GetMultiAccountResourceCounts API call, and error handling.
// Example sending a request using the GetMultiAccountResourceCountsRequest method.
req, resp := client.GetMultiAccountResourceCountsRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*RESOURCECENTER) GetMultiAccountResourceCountsWithContext ¶
func (c *RESOURCECENTER) GetMultiAccountResourceCountsWithContext(ctx byteplus.Context, input *GetMultiAccountResourceCountsInput, opts ...request.Option) (*GetMultiAccountResourceCountsOutput, error)
GetMultiAccountResourceCountsWithContext is the same as GetMultiAccountResourceCounts with the addition of the ability to pass a context and additional request options.
See GetMultiAccountResourceCounts 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 (*RESOURCECENTER) GetQuery ¶
func (c *RESOURCECENTER) GetQuery(input *GetQueryInput) (*GetQueryOutput, error)
GetQuery API operation for RESOURCECENTER.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for RESOURCECENTER's API operation GetQuery for usage and error information.
func (*RESOURCECENTER) GetQueryCommon ¶
func (c *RESOURCECENTER) GetQueryCommon(input *map[string]interface{}) (*map[string]interface{}, error)
GetQueryCommon API operation for RESOURCECENTER.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for RESOURCECENTER's API operation GetQueryCommon for usage and error information.
func (*RESOURCECENTER) GetQueryCommonRequest ¶
func (c *RESOURCECENTER) GetQueryCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
GetQueryCommonRequest generates a "byteplus/request.Request" representing the client's request for the GetQueryCommon operation. The "output" return value will be populated with the GetQueryCommon request's response once the request completes successfully.
Use "Send" method on the returned GetQueryCommon Request to send the API call to the service. the "output" return value is not valid until after GetQueryCommon Send returns without error.
See GetQueryCommon for more information on using the GetQueryCommon API call, and error handling.
// Example sending a request using the GetQueryCommonRequest method.
req, resp := client.GetQueryCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*RESOURCECENTER) GetQueryCommonWithContext ¶
func (c *RESOURCECENTER) GetQueryCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
GetQueryCommonWithContext is the same as GetQueryCommon with the addition of the ability to pass a context and additional request options.
See GetQueryCommon 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 (*RESOURCECENTER) GetQueryRequest ¶
func (c *RESOURCECENTER) GetQueryRequest(input *GetQueryInput) (req *request.Request, output *GetQueryOutput)
GetQueryRequest generates a "byteplus/request.Request" representing the client's request for the GetQuery operation. The "output" return value will be populated with the GetQueryCommon request's response once the request completes successfully.
Use "Send" method on the returned GetQueryCommon Request to send the API call to the service. the "output" return value is not valid until after GetQueryCommon Send returns without error.
See GetQuery for more information on using the GetQuery API call, and error handling.
// Example sending a request using the GetQueryRequest method.
req, resp := client.GetQueryRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*RESOURCECENTER) GetQueryWithContext ¶
func (c *RESOURCECENTER) GetQueryWithContext(ctx byteplus.Context, input *GetQueryInput, opts ...request.Option) (*GetQueryOutput, error)
GetQueryWithContext is the same as GetQuery with the addition of the ability to pass a context and additional request options.
See GetQuery 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 (*RESOURCECENTER) GetResourceCenterStatus ¶
func (c *RESOURCECENTER) GetResourceCenterStatus(input *GetResourceCenterStatusInput) (*GetResourceCenterStatusOutput, error)
GetResourceCenterStatus API operation for RESOURCECENTER.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for RESOURCECENTER's API operation GetResourceCenterStatus for usage and error information.
func (*RESOURCECENTER) GetResourceCenterStatusCommon ¶
func (c *RESOURCECENTER) GetResourceCenterStatusCommon(input *map[string]interface{}) (*map[string]interface{}, error)
GetResourceCenterStatusCommon API operation for RESOURCECENTER.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for RESOURCECENTER's API operation GetResourceCenterStatusCommon for usage and error information.
func (*RESOURCECENTER) GetResourceCenterStatusCommonRequest ¶
func (c *RESOURCECENTER) GetResourceCenterStatusCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
GetResourceCenterStatusCommonRequest generates a "byteplus/request.Request" representing the client's request for the GetResourceCenterStatusCommon operation. The "output" return value will be populated with the GetResourceCenterStatusCommon request's response once the request completes successfully.
Use "Send" method on the returned GetResourceCenterStatusCommon Request to send the API call to the service. the "output" return value is not valid until after GetResourceCenterStatusCommon Send returns without error.
See GetResourceCenterStatusCommon for more information on using the GetResourceCenterStatusCommon API call, and error handling.
// Example sending a request using the GetResourceCenterStatusCommonRequest method.
req, resp := client.GetResourceCenterStatusCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*RESOURCECENTER) GetResourceCenterStatusCommonWithContext ¶
func (c *RESOURCECENTER) GetResourceCenterStatusCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
GetResourceCenterStatusCommonWithContext is the same as GetResourceCenterStatusCommon with the addition of the ability to pass a context and additional request options.
See GetResourceCenterStatusCommon 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 (*RESOURCECENTER) GetResourceCenterStatusRequest ¶
func (c *RESOURCECENTER) GetResourceCenterStatusRequest(input *GetResourceCenterStatusInput) (req *request.Request, output *GetResourceCenterStatusOutput)
GetResourceCenterStatusRequest generates a "byteplus/request.Request" representing the client's request for the GetResourceCenterStatus operation. The "output" return value will be populated with the GetResourceCenterStatusCommon request's response once the request completes successfully.
Use "Send" method on the returned GetResourceCenterStatusCommon Request to send the API call to the service. the "output" return value is not valid until after GetResourceCenterStatusCommon Send returns without error.
See GetResourceCenterStatus for more information on using the GetResourceCenterStatus API call, and error handling.
// Example sending a request using the GetResourceCenterStatusRequest method.
req, resp := client.GetResourceCenterStatusRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*RESOURCECENTER) GetResourceCenterStatusWithContext ¶
func (c *RESOURCECENTER) GetResourceCenterStatusWithContext(ctx byteplus.Context, input *GetResourceCenterStatusInput, opts ...request.Option) (*GetResourceCenterStatusOutput, error)
GetResourceCenterStatusWithContext is the same as GetResourceCenterStatus with the addition of the ability to pass a context and additional request options.
See GetResourceCenterStatus 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 (*RESOURCECENTER) GetResourceCounts ¶
func (c *RESOURCECENTER) GetResourceCounts(input *GetResourceCountsInput) (*GetResourceCountsOutput, error)
GetResourceCounts API operation for RESOURCECENTER.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for RESOURCECENTER's API operation GetResourceCounts for usage and error information.
func (*RESOURCECENTER) GetResourceCountsCommon ¶
func (c *RESOURCECENTER) GetResourceCountsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
GetResourceCountsCommon API operation for RESOURCECENTER.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for RESOURCECENTER's API operation GetResourceCountsCommon for usage and error information.
func (*RESOURCECENTER) GetResourceCountsCommonRequest ¶
func (c *RESOURCECENTER) GetResourceCountsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
GetResourceCountsCommonRequest generates a "byteplus/request.Request" representing the client's request for the GetResourceCountsCommon operation. The "output" return value will be populated with the GetResourceCountsCommon request's response once the request completes successfully.
Use "Send" method on the returned GetResourceCountsCommon Request to send the API call to the service. the "output" return value is not valid until after GetResourceCountsCommon Send returns without error.
See GetResourceCountsCommon for more information on using the GetResourceCountsCommon API call, and error handling.
// Example sending a request using the GetResourceCountsCommonRequest method.
req, resp := client.GetResourceCountsCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*RESOURCECENTER) GetResourceCountsCommonWithContext ¶
func (c *RESOURCECENTER) GetResourceCountsCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
GetResourceCountsCommonWithContext is the same as GetResourceCountsCommon with the addition of the ability to pass a context and additional request options.
See GetResourceCountsCommon 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 (*RESOURCECENTER) GetResourceCountsRequest ¶
func (c *RESOURCECENTER) GetResourceCountsRequest(input *GetResourceCountsInput) (req *request.Request, output *GetResourceCountsOutput)
GetResourceCountsRequest generates a "byteplus/request.Request" representing the client's request for the GetResourceCounts operation. The "output" return value will be populated with the GetResourceCountsCommon request's response once the request completes successfully.
Use "Send" method on the returned GetResourceCountsCommon Request to send the API call to the service. the "output" return value is not valid until after GetResourceCountsCommon Send returns without error.
See GetResourceCounts for more information on using the GetResourceCounts API call, and error handling.
// Example sending a request using the GetResourceCountsRequest method.
req, resp := client.GetResourceCountsRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*RESOURCECENTER) GetResourceCountsWithContext ¶
func (c *RESOURCECENTER) GetResourceCountsWithContext(ctx byteplus.Context, input *GetResourceCountsInput, opts ...request.Option) (*GetResourceCountsOutput, error)
GetResourceCountsWithContext is the same as GetResourceCounts with the addition of the ability to pass a context and additional request options.
See GetResourceCounts 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 (*RESOURCECENTER) ListExampleQueries ¶
func (c *RESOURCECENTER) ListExampleQueries(input *ListExampleQueriesInput) (*ListExampleQueriesOutput, error)
ListExampleQueries API operation for RESOURCECENTER.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for RESOURCECENTER's API operation ListExampleQueries for usage and error information.
func (*RESOURCECENTER) ListExampleQueriesCommon ¶
func (c *RESOURCECENTER) ListExampleQueriesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListExampleQueriesCommon API operation for RESOURCECENTER.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for RESOURCECENTER's API operation ListExampleQueriesCommon for usage and error information.
func (*RESOURCECENTER) ListExampleQueriesCommonRequest ¶
func (c *RESOURCECENTER) ListExampleQueriesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListExampleQueriesCommonRequest generates a "byteplus/request.Request" representing the client's request for the ListExampleQueriesCommon operation. The "output" return value will be populated with the ListExampleQueriesCommon request's response once the request completes successfully.
Use "Send" method on the returned ListExampleQueriesCommon Request to send the API call to the service. the "output" return value is not valid until after ListExampleQueriesCommon Send returns without error.
See ListExampleQueriesCommon for more information on using the ListExampleQueriesCommon API call, and error handling.
// Example sending a request using the ListExampleQueriesCommonRequest method.
req, resp := client.ListExampleQueriesCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*RESOURCECENTER) ListExampleQueriesCommonWithContext ¶
func (c *RESOURCECENTER) ListExampleQueriesCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListExampleQueriesCommonWithContext is the same as ListExampleQueriesCommon with the addition of the ability to pass a context and additional request options.
See ListExampleQueriesCommon 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 (*RESOURCECENTER) ListExampleQueriesRequest ¶
func (c *RESOURCECENTER) ListExampleQueriesRequest(input *ListExampleQueriesInput) (req *request.Request, output *ListExampleQueriesOutput)
ListExampleQueriesRequest generates a "byteplus/request.Request" representing the client's request for the ListExampleQueries operation. The "output" return value will be populated with the ListExampleQueriesCommon request's response once the request completes successfully.
Use "Send" method on the returned ListExampleQueriesCommon Request to send the API call to the service. the "output" return value is not valid until after ListExampleQueriesCommon Send returns without error.
See ListExampleQueries for more information on using the ListExampleQueries API call, and error handling.
// Example sending a request using the ListExampleQueriesRequest method.
req, resp := client.ListExampleQueriesRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*RESOURCECENTER) ListExampleQueriesWithContext ¶
func (c *RESOURCECENTER) ListExampleQueriesWithContext(ctx byteplus.Context, input *ListExampleQueriesInput, opts ...request.Option) (*ListExampleQueriesOutput, error)
ListExampleQueriesWithContext is the same as ListExampleQueries with the addition of the ability to pass a context and additional request options.
See ListExampleQueries 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 (*RESOURCECENTER) ListQueries ¶
func (c *RESOURCECENTER) ListQueries(input *ListQueriesInput) (*ListQueriesOutput, error)
ListQueries API operation for RESOURCECENTER.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for RESOURCECENTER's API operation ListQueries for usage and error information.
func (*RESOURCECENTER) ListQueriesCommon ¶
func (c *RESOURCECENTER) ListQueriesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListQueriesCommon API operation for RESOURCECENTER.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for RESOURCECENTER's API operation ListQueriesCommon for usage and error information.
func (*RESOURCECENTER) ListQueriesCommonRequest ¶
func (c *RESOURCECENTER) ListQueriesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListQueriesCommonRequest generates a "byteplus/request.Request" representing the client's request for the ListQueriesCommon operation. The "output" return value will be populated with the ListQueriesCommon request's response once the request completes successfully.
Use "Send" method on the returned ListQueriesCommon Request to send the API call to the service. the "output" return value is not valid until after ListQueriesCommon Send returns without error.
See ListQueriesCommon for more information on using the ListQueriesCommon API call, and error handling.
// Example sending a request using the ListQueriesCommonRequest method.
req, resp := client.ListQueriesCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*RESOURCECENTER) ListQueriesCommonWithContext ¶
func (c *RESOURCECENTER) ListQueriesCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListQueriesCommonWithContext is the same as ListQueriesCommon with the addition of the ability to pass a context and additional request options.
See ListQueriesCommon 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 (*RESOURCECENTER) ListQueriesRequest ¶
func (c *RESOURCECENTER) ListQueriesRequest(input *ListQueriesInput) (req *request.Request, output *ListQueriesOutput)
ListQueriesRequest generates a "byteplus/request.Request" representing the client's request for the ListQueries operation. The "output" return value will be populated with the ListQueriesCommon request's response once the request completes successfully.
Use "Send" method on the returned ListQueriesCommon Request to send the API call to the service. the "output" return value is not valid until after ListQueriesCommon Send returns without error.
See ListQueries for more information on using the ListQueries API call, and error handling.
// Example sending a request using the ListQueriesRequest method.
req, resp := client.ListQueriesRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*RESOURCECENTER) ListQueriesWithContext ¶
func (c *RESOURCECENTER) ListQueriesWithContext(ctx byteplus.Context, input *ListQueriesInput, opts ...request.Option) (*ListQueriesOutput, error)
ListQueriesWithContext is the same as ListQueries with the addition of the ability to pass a context and additional request options.
See ListQueries 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 (*RESOURCECENTER) ListResourceTypes ¶
func (c *RESOURCECENTER) ListResourceTypes(input *ListResourceTypesInput) (*ListResourceTypesOutput, error)
ListResourceTypes API operation for RESOURCECENTER.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for RESOURCECENTER's API operation ListResourceTypes for usage and error information.
func (*RESOURCECENTER) ListResourceTypesCommon ¶
func (c *RESOURCECENTER) ListResourceTypesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListResourceTypesCommon API operation for RESOURCECENTER.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for RESOURCECENTER's API operation ListResourceTypesCommon for usage and error information.
func (*RESOURCECENTER) ListResourceTypesCommonRequest ¶
func (c *RESOURCECENTER) ListResourceTypesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListResourceTypesCommonRequest generates a "byteplus/request.Request" representing the client's request for the ListResourceTypesCommon operation. The "output" return value will be populated with the ListResourceTypesCommon request's response once the request completes successfully.
Use "Send" method on the returned ListResourceTypesCommon Request to send the API call to the service. the "output" return value is not valid until after ListResourceTypesCommon Send returns without error.
See ListResourceTypesCommon for more information on using the ListResourceTypesCommon API call, and error handling.
// Example sending a request using the ListResourceTypesCommonRequest method.
req, resp := client.ListResourceTypesCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*RESOURCECENTER) ListResourceTypesCommonWithContext ¶
func (c *RESOURCECENTER) ListResourceTypesCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListResourceTypesCommonWithContext is the same as ListResourceTypesCommon with the addition of the ability to pass a context and additional request options.
See ListResourceTypesCommon 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 (*RESOURCECENTER) ListResourceTypesRequest ¶
func (c *RESOURCECENTER) ListResourceTypesRequest(input *ListResourceTypesInput) (req *request.Request, output *ListResourceTypesOutput)
ListResourceTypesRequest generates a "byteplus/request.Request" representing the client's request for the ListResourceTypes operation. The "output" return value will be populated with the ListResourceTypesCommon request's response once the request completes successfully.
Use "Send" method on the returned ListResourceTypesCommon Request to send the API call to the service. the "output" return value is not valid until after ListResourceTypesCommon Send returns without error.
See ListResourceTypes for more information on using the ListResourceTypes API call, and error handling.
// Example sending a request using the ListResourceTypesRequest method.
req, resp := client.ListResourceTypesRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*RESOURCECENTER) ListResourceTypesWithContext ¶
func (c *RESOURCECENTER) ListResourceTypesWithContext(ctx byteplus.Context, input *ListResourceTypesInput, opts ...request.Option) (*ListResourceTypesOutput, error)
ListResourceTypesWithContext is the same as ListResourceTypes with the addition of the ability to pass a context and additional request options.
See ListResourceTypes 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 (*RESOURCECENTER) SearchMultiAccountResources ¶
func (c *RESOURCECENTER) SearchMultiAccountResources(input *SearchMultiAccountResourcesInput) (*SearchMultiAccountResourcesOutput, error)
SearchMultiAccountResources API operation for RESOURCECENTER.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for RESOURCECENTER's API operation SearchMultiAccountResources for usage and error information.
func (*RESOURCECENTER) SearchMultiAccountResourcesCommon ¶
func (c *RESOURCECENTER) SearchMultiAccountResourcesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
SearchMultiAccountResourcesCommon API operation for RESOURCECENTER.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for RESOURCECENTER's API operation SearchMultiAccountResourcesCommon for usage and error information.
func (*RESOURCECENTER) SearchMultiAccountResourcesCommonRequest ¶
func (c *RESOURCECENTER) SearchMultiAccountResourcesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
SearchMultiAccountResourcesCommonRequest generates a "byteplus/request.Request" representing the client's request for the SearchMultiAccountResourcesCommon operation. The "output" return value will be populated with the SearchMultiAccountResourcesCommon request's response once the request completes successfully.
Use "Send" method on the returned SearchMultiAccountResourcesCommon Request to send the API call to the service. the "output" return value is not valid until after SearchMultiAccountResourcesCommon Send returns without error.
See SearchMultiAccountResourcesCommon for more information on using the SearchMultiAccountResourcesCommon API call, and error handling.
// Example sending a request using the SearchMultiAccountResourcesCommonRequest method.
req, resp := client.SearchMultiAccountResourcesCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*RESOURCECENTER) SearchMultiAccountResourcesCommonWithContext ¶
func (c *RESOURCECENTER) SearchMultiAccountResourcesCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
SearchMultiAccountResourcesCommonWithContext is the same as SearchMultiAccountResourcesCommon with the addition of the ability to pass a context and additional request options.
See SearchMultiAccountResourcesCommon 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 (*RESOURCECENTER) SearchMultiAccountResourcesRequest ¶
func (c *RESOURCECENTER) SearchMultiAccountResourcesRequest(input *SearchMultiAccountResourcesInput) (req *request.Request, output *SearchMultiAccountResourcesOutput)
SearchMultiAccountResourcesRequest generates a "byteplus/request.Request" representing the client's request for the SearchMultiAccountResources operation. The "output" return value will be populated with the SearchMultiAccountResourcesCommon request's response once the request completes successfully.
Use "Send" method on the returned SearchMultiAccountResourcesCommon Request to send the API call to the service. the "output" return value is not valid until after SearchMultiAccountResourcesCommon Send returns without error.
See SearchMultiAccountResources for more information on using the SearchMultiAccountResources API call, and error handling.
// Example sending a request using the SearchMultiAccountResourcesRequest method.
req, resp := client.SearchMultiAccountResourcesRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*RESOURCECENTER) SearchMultiAccountResourcesWithContext ¶
func (c *RESOURCECENTER) SearchMultiAccountResourcesWithContext(ctx byteplus.Context, input *SearchMultiAccountResourcesInput, opts ...request.Option) (*SearchMultiAccountResourcesOutput, error)
SearchMultiAccountResourcesWithContext is the same as SearchMultiAccountResources with the addition of the ability to pass a context and additional request options.
See SearchMultiAccountResources 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 (*RESOURCECENTER) SearchResources ¶
func (c *RESOURCECENTER) SearchResources(input *SearchResourcesInput) (*SearchResourcesOutput, error)
SearchResources API operation for RESOURCECENTER.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for RESOURCECENTER's API operation SearchResources for usage and error information.
func (*RESOURCECENTER) SearchResourcesCommon ¶
func (c *RESOURCECENTER) SearchResourcesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
SearchResourcesCommon API operation for RESOURCECENTER.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for RESOURCECENTER's API operation SearchResourcesCommon for usage and error information.
func (*RESOURCECENTER) SearchResourcesCommonRequest ¶
func (c *RESOURCECENTER) SearchResourcesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
SearchResourcesCommonRequest generates a "byteplus/request.Request" representing the client's request for the SearchResourcesCommon operation. The "output" return value will be populated with the SearchResourcesCommon request's response once the request completes successfully.
Use "Send" method on the returned SearchResourcesCommon Request to send the API call to the service. the "output" return value is not valid until after SearchResourcesCommon Send returns without error.
See SearchResourcesCommon for more information on using the SearchResourcesCommon API call, and error handling.
// Example sending a request using the SearchResourcesCommonRequest method.
req, resp := client.SearchResourcesCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*RESOURCECENTER) SearchResourcesCommonWithContext ¶
func (c *RESOURCECENTER) SearchResourcesCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
SearchResourcesCommonWithContext is the same as SearchResourcesCommon with the addition of the ability to pass a context and additional request options.
See SearchResourcesCommon 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 (*RESOURCECENTER) SearchResourcesRequest ¶
func (c *RESOURCECENTER) SearchResourcesRequest(input *SearchResourcesInput) (req *request.Request, output *SearchResourcesOutput)
SearchResourcesRequest generates a "byteplus/request.Request" representing the client's request for the SearchResources operation. The "output" return value will be populated with the SearchResourcesCommon request's response once the request completes successfully.
Use "Send" method on the returned SearchResourcesCommon Request to send the API call to the service. the "output" return value is not valid until after SearchResourcesCommon Send returns without error.
See SearchResources for more information on using the SearchResources API call, and error handling.
// Example sending a request using the SearchResourcesRequest method.
req, resp := client.SearchResourcesRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*RESOURCECENTER) SearchResourcesWithContext ¶
func (c *RESOURCECENTER) SearchResourcesWithContext(ctx byteplus.Context, input *SearchResourcesInput, opts ...request.Option) (*SearchResourcesOutput, error)
SearchResourcesWithContext is the same as SearchResources with the addition of the ability to pass a context and additional request options.
See SearchResources 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 (*RESOURCECENTER) UpdateQuery ¶
func (c *RESOURCECENTER) UpdateQuery(input *UpdateQueryInput) (*UpdateQueryOutput, error)
UpdateQuery API operation for RESOURCECENTER.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for RESOURCECENTER's API operation UpdateQuery for usage and error information.
func (*RESOURCECENTER) UpdateQueryCommon ¶
func (c *RESOURCECENTER) UpdateQueryCommon(input *map[string]interface{}) (*map[string]interface{}, error)
UpdateQueryCommon API operation for RESOURCECENTER.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for RESOURCECENTER's API operation UpdateQueryCommon for usage and error information.
func (*RESOURCECENTER) UpdateQueryCommonRequest ¶
func (c *RESOURCECENTER) UpdateQueryCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
UpdateQueryCommonRequest generates a "byteplus/request.Request" representing the client's request for the UpdateQueryCommon operation. The "output" return value will be populated with the UpdateQueryCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateQueryCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateQueryCommon Send returns without error.
See UpdateQueryCommon for more information on using the UpdateQueryCommon API call, and error handling.
// Example sending a request using the UpdateQueryCommonRequest method.
req, resp := client.UpdateQueryCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*RESOURCECENTER) UpdateQueryCommonWithContext ¶
func (c *RESOURCECENTER) UpdateQueryCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
UpdateQueryCommonWithContext is the same as UpdateQueryCommon with the addition of the ability to pass a context and additional request options.
See UpdateQueryCommon 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 (*RESOURCECENTER) UpdateQueryRequest ¶
func (c *RESOURCECENTER) UpdateQueryRequest(input *UpdateQueryInput) (req *request.Request, output *UpdateQueryOutput)
UpdateQueryRequest generates a "byteplus/request.Request" representing the client's request for the UpdateQuery operation. The "output" return value will be populated with the UpdateQueryCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateQueryCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateQueryCommon Send returns without error.
See UpdateQuery for more information on using the UpdateQuery API call, and error handling.
// Example sending a request using the UpdateQueryRequest method.
req, resp := client.UpdateQueryRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*RESOURCECENTER) UpdateQueryWithContext ¶
func (c *RESOURCECENTER) UpdateQueryWithContext(ctx byteplus.Context, input *UpdateQueryInput, opts ...request.Option) (*UpdateQueryOutput, error)
UpdateQueryWithContext is the same as UpdateQuery with the addition of the ability to pass a context and additional request options.
See UpdateQuery 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 RESOURCECENTERAPI ¶
type RESOURCECENTERAPI interface {
CreateQueryCommon(*map[string]interface{}) (*map[string]interface{}, error)
CreateQueryCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CreateQueryCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CreateQuery(*CreateQueryInput) (*CreateQueryOutput, error)
CreateQueryWithContext(byteplus.Context, *CreateQueryInput, ...request.Option) (*CreateQueryOutput, error)
CreateQueryRequest(*CreateQueryInput) (*request.Request, *CreateQueryOutput)
DeleteQueryCommon(*map[string]interface{}) (*map[string]interface{}, error)
DeleteQueryCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DeleteQueryCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DeleteQuery(*DeleteQueryInput) (*DeleteQueryOutput, error)
DeleteQueryWithContext(byteplus.Context, *DeleteQueryInput, ...request.Option) (*DeleteQueryOutput, error)
DeleteQueryRequest(*DeleteQueryInput) (*request.Request, *DeleteQueryOutput)
DisableMultiAccountResourceCenterCommon(*map[string]interface{}) (*map[string]interface{}, error)
DisableMultiAccountResourceCenterCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DisableMultiAccountResourceCenterCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DisableMultiAccountResourceCenter(*DisableMultiAccountResourceCenterInput) (*DisableMultiAccountResourceCenterOutput, error)
DisableMultiAccountResourceCenterWithContext(byteplus.Context, *DisableMultiAccountResourceCenterInput, ...request.Option) (*DisableMultiAccountResourceCenterOutput, error)
DisableMultiAccountResourceCenterRequest(*DisableMultiAccountResourceCenterInput) (*request.Request, *DisableMultiAccountResourceCenterOutput)
DisableResourceCenterCommon(*map[string]interface{}) (*map[string]interface{}, error)
DisableResourceCenterCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DisableResourceCenterCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DisableResourceCenter(*DisableResourceCenterInput) (*DisableResourceCenterOutput, error)
DisableResourceCenterWithContext(byteplus.Context, *DisableResourceCenterInput, ...request.Option) (*DisableResourceCenterOutput, error)
DisableResourceCenterRequest(*DisableResourceCenterInput) (*request.Request, *DisableResourceCenterOutput)
EnableMultiAccountResourceCenterCommon(*map[string]interface{}) (*map[string]interface{}, error)
EnableMultiAccountResourceCenterCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
EnableMultiAccountResourceCenterCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
EnableMultiAccountResourceCenter(*EnableMultiAccountResourceCenterInput) (*EnableMultiAccountResourceCenterOutput, error)
EnableMultiAccountResourceCenterWithContext(byteplus.Context, *EnableMultiAccountResourceCenterInput, ...request.Option) (*EnableMultiAccountResourceCenterOutput, error)
EnableMultiAccountResourceCenterRequest(*EnableMultiAccountResourceCenterInput) (*request.Request, *EnableMultiAccountResourceCenterOutput)
EnableResourceCenterCommon(*map[string]interface{}) (*map[string]interface{}, error)
EnableResourceCenterCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
EnableResourceCenterCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
EnableResourceCenter(*EnableResourceCenterInput) (*EnableResourceCenterOutput, error)
EnableResourceCenterWithContext(byteplus.Context, *EnableResourceCenterInput, ...request.Option) (*EnableResourceCenterOutput, error)
EnableResourceCenterRequest(*EnableResourceCenterInput) (*request.Request, *EnableResourceCenterOutput)
ExecuteSQLQueryCommon(*map[string]interface{}) (*map[string]interface{}, error)
ExecuteSQLQueryCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ExecuteSQLQueryCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ExecuteSQLQuery(*ExecuteSQLQueryInput) (*ExecuteSQLQueryOutput, error)
ExecuteSQLQueryWithContext(byteplus.Context, *ExecuteSQLQueryInput, ...request.Option) (*ExecuteSQLQueryOutput, error)
ExecuteSQLQueryRequest(*ExecuteSQLQueryInput) (*request.Request, *ExecuteSQLQueryOutput)
GetExampleQueryCommon(*map[string]interface{}) (*map[string]interface{}, error)
GetExampleQueryCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
GetExampleQueryCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
GetExampleQuery(*GetExampleQueryInput) (*GetExampleQueryOutput, error)
GetExampleQueryWithContext(byteplus.Context, *GetExampleQueryInput, ...request.Option) (*GetExampleQueryOutput, error)
GetExampleQueryRequest(*GetExampleQueryInput) (*request.Request, *GetExampleQueryOutput)
GetMultiAccountResourceCenterStatusCommon(*map[string]interface{}) (*map[string]interface{}, error)
GetMultiAccountResourceCenterStatusCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
GetMultiAccountResourceCenterStatusCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
GetMultiAccountResourceCenterStatus(*GetMultiAccountResourceCenterStatusInput) (*GetMultiAccountResourceCenterStatusOutput, error)
GetMultiAccountResourceCenterStatusWithContext(byteplus.Context, *GetMultiAccountResourceCenterStatusInput, ...request.Option) (*GetMultiAccountResourceCenterStatusOutput, error)
GetMultiAccountResourceCenterStatusRequest(*GetMultiAccountResourceCenterStatusInput) (*request.Request, *GetMultiAccountResourceCenterStatusOutput)
GetMultiAccountResourceCountsCommon(*map[string]interface{}) (*map[string]interface{}, error)
GetMultiAccountResourceCountsCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
GetMultiAccountResourceCountsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
GetMultiAccountResourceCounts(*GetMultiAccountResourceCountsInput) (*GetMultiAccountResourceCountsOutput, error)
GetMultiAccountResourceCountsWithContext(byteplus.Context, *GetMultiAccountResourceCountsInput, ...request.Option) (*GetMultiAccountResourceCountsOutput, error)
GetMultiAccountResourceCountsRequest(*GetMultiAccountResourceCountsInput) (*request.Request, *GetMultiAccountResourceCountsOutput)
GetQueryCommon(*map[string]interface{}) (*map[string]interface{}, error)
GetQueryCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
GetQueryCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
GetQuery(*GetQueryInput) (*GetQueryOutput, error)
GetQueryWithContext(byteplus.Context, *GetQueryInput, ...request.Option) (*GetQueryOutput, error)
GetQueryRequest(*GetQueryInput) (*request.Request, *GetQueryOutput)
GetResourceCenterStatusCommon(*map[string]interface{}) (*map[string]interface{}, error)
GetResourceCenterStatusCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
GetResourceCenterStatusCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
GetResourceCenterStatus(*GetResourceCenterStatusInput) (*GetResourceCenterStatusOutput, error)
GetResourceCenterStatusWithContext(byteplus.Context, *GetResourceCenterStatusInput, ...request.Option) (*GetResourceCenterStatusOutput, error)
GetResourceCenterStatusRequest(*GetResourceCenterStatusInput) (*request.Request, *GetResourceCenterStatusOutput)
GetResourceCountsCommon(*map[string]interface{}) (*map[string]interface{}, error)
GetResourceCountsCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
GetResourceCountsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
GetResourceCounts(*GetResourceCountsInput) (*GetResourceCountsOutput, error)
GetResourceCountsWithContext(byteplus.Context, *GetResourceCountsInput, ...request.Option) (*GetResourceCountsOutput, error)
GetResourceCountsRequest(*GetResourceCountsInput) (*request.Request, *GetResourceCountsOutput)
ListExampleQueriesCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListExampleQueriesCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListExampleQueriesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListExampleQueries(*ListExampleQueriesInput) (*ListExampleQueriesOutput, error)
ListExampleQueriesWithContext(byteplus.Context, *ListExampleQueriesInput, ...request.Option) (*ListExampleQueriesOutput, error)
ListExampleQueriesRequest(*ListExampleQueriesInput) (*request.Request, *ListExampleQueriesOutput)
ListQueriesCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListQueriesCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListQueriesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListQueries(*ListQueriesInput) (*ListQueriesOutput, error)
ListQueriesWithContext(byteplus.Context, *ListQueriesInput, ...request.Option) (*ListQueriesOutput, error)
ListQueriesRequest(*ListQueriesInput) (*request.Request, *ListQueriesOutput)
ListResourceTypesCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListResourceTypesCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListResourceTypesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListResourceTypes(*ListResourceTypesInput) (*ListResourceTypesOutput, error)
ListResourceTypesWithContext(byteplus.Context, *ListResourceTypesInput, ...request.Option) (*ListResourceTypesOutput, error)
ListResourceTypesRequest(*ListResourceTypesInput) (*request.Request, *ListResourceTypesOutput)
SearchMultiAccountResourcesCommon(*map[string]interface{}) (*map[string]interface{}, error)
SearchMultiAccountResourcesCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
SearchMultiAccountResourcesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
SearchMultiAccountResources(*SearchMultiAccountResourcesInput) (*SearchMultiAccountResourcesOutput, error)
SearchMultiAccountResourcesWithContext(byteplus.Context, *SearchMultiAccountResourcesInput, ...request.Option) (*SearchMultiAccountResourcesOutput, error)
SearchMultiAccountResourcesRequest(*SearchMultiAccountResourcesInput) (*request.Request, *SearchMultiAccountResourcesOutput)
SearchResourcesCommon(*map[string]interface{}) (*map[string]interface{}, error)
SearchResourcesCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
SearchResourcesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
SearchResources(*SearchResourcesInput) (*SearchResourcesOutput, error)
SearchResourcesWithContext(byteplus.Context, *SearchResourcesInput, ...request.Option) (*SearchResourcesOutput, error)
SearchResourcesRequest(*SearchResourcesInput) (*request.Request, *SearchResourcesOutput)
UpdateQueryCommon(*map[string]interface{}) (*map[string]interface{}, error)
UpdateQueryCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
UpdateQueryCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
UpdateQuery(*UpdateQueryInput) (*UpdateQueryOutput, error)
UpdateQueryWithContext(byteplus.Context, *UpdateQueryInput, ...request.Option) (*UpdateQueryOutput, error)
UpdateQueryRequest(*UpdateQueryInput) (*request.Request, *UpdateQueryOutput)
}
RESOURCECENTERAPI provides an interface to enable mocking the resourcecenter.RESOURCECENTER service client's API operation,
// byteplus sdk func uses an SDK service client to make a request to
// RESOURCECENTER.
func myFunc(svc RESOURCECENTERAPI) bool {
// Make svc.CreateQuery request
}
func main() {
sess := session.New()
svc := resourcecenter.New(sess)
myFunc(svc)
}
type ResourceCountForGetMultiAccountResourceCountsOutput ¶
type ResourceCountForGetMultiAccountResourceCountsOutput struct {
Count *int32 `type:"int32" json:",omitempty"`
GroupName *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ResourceCountForGetMultiAccountResourceCountsOutput) GoString ¶
func (s ResourceCountForGetMultiAccountResourceCountsOutput) GoString() string
GoString returns the string representation
func (*ResourceCountForGetMultiAccountResourceCountsOutput) SetCount ¶
func (s *ResourceCountForGetMultiAccountResourceCountsOutput) SetCount(v int32) *ResourceCountForGetMultiAccountResourceCountsOutput
SetCount sets the Count field's value.
func (*ResourceCountForGetMultiAccountResourceCountsOutput) SetGroupName ¶
func (s *ResourceCountForGetMultiAccountResourceCountsOutput) SetGroupName(v string) *ResourceCountForGetMultiAccountResourceCountsOutput
SetGroupName sets the GroupName field's value.
func (ResourceCountForGetMultiAccountResourceCountsOutput) String ¶
func (s ResourceCountForGetMultiAccountResourceCountsOutput) String() string
String returns the string representation
type ResourceCountForGetResourceCountsOutput ¶
type ResourceCountForGetResourceCountsOutput struct {
Count *int32 `type:"int32" json:",omitempty"`
GroupName *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ResourceCountForGetResourceCountsOutput) GoString ¶
func (s ResourceCountForGetResourceCountsOutput) GoString() string
GoString returns the string representation
func (*ResourceCountForGetResourceCountsOutput) SetCount ¶
func (s *ResourceCountForGetResourceCountsOutput) SetCount(v int32) *ResourceCountForGetResourceCountsOutput
SetCount sets the Count field's value.
func (*ResourceCountForGetResourceCountsOutput) SetGroupName ¶
func (s *ResourceCountForGetResourceCountsOutput) SetGroupName(v string) *ResourceCountForGetResourceCountsOutput
SetGroupName sets the GroupName field's value.
func (ResourceCountForGetResourceCountsOutput) String ¶
func (s ResourceCountForGetResourceCountsOutput) String() string
String returns the string representation
type ResourceForSearchMultiAccountResourcesOutput ¶
type ResourceForSearchMultiAccountResourcesOutput struct {
AccountID *int64 `type:"int64" json:",omitempty"`
CreateTime *string `type:"string" json:",omitempty"`
Identifier *string `type:"string" json:",omitempty"`
PrivateIpAddress []*string `type:"list" json:",omitempty"`
ProjectName *string `type:"string" json:",omitempty"`
PublicIpAddress []*string `type:"list" json:",omitempty"`
Region *string `type:"string" json:",omitempty"`
ResourceID *string `type:"string" json:",omitempty"`
ResourceName *string `type:"string" json:",omitempty"`
ResourceType *string `type:"string" json:",omitempty"`
Service *string `type:"string" json:",omitempty"`
Tags []*TagForSearchMultiAccountResourcesOutput `type:"list" json:",omitempty"`
TypeName *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ResourceForSearchMultiAccountResourcesOutput) GoString ¶
func (s ResourceForSearchMultiAccountResourcesOutput) GoString() string
GoString returns the string representation
func (*ResourceForSearchMultiAccountResourcesOutput) SetAccountID ¶
func (s *ResourceForSearchMultiAccountResourcesOutput) SetAccountID(v int64) *ResourceForSearchMultiAccountResourcesOutput
SetAccountID sets the AccountID field's value.
func (*ResourceForSearchMultiAccountResourcesOutput) SetCreateTime ¶
func (s *ResourceForSearchMultiAccountResourcesOutput) SetCreateTime(v string) *ResourceForSearchMultiAccountResourcesOutput
SetCreateTime sets the CreateTime field's value.
func (*ResourceForSearchMultiAccountResourcesOutput) SetIdentifier ¶
func (s *ResourceForSearchMultiAccountResourcesOutput) SetIdentifier(v string) *ResourceForSearchMultiAccountResourcesOutput
SetIdentifier sets the Identifier field's value.
func (*ResourceForSearchMultiAccountResourcesOutput) SetPrivateIpAddress ¶
func (s *ResourceForSearchMultiAccountResourcesOutput) SetPrivateIpAddress(v []*string) *ResourceForSearchMultiAccountResourcesOutput
SetPrivateIpAddress sets the PrivateIpAddress field's value.
func (*ResourceForSearchMultiAccountResourcesOutput) SetProjectName ¶
func (s *ResourceForSearchMultiAccountResourcesOutput) SetProjectName(v string) *ResourceForSearchMultiAccountResourcesOutput
SetProjectName sets the ProjectName field's value.
func (*ResourceForSearchMultiAccountResourcesOutput) SetPublicIpAddress ¶
func (s *ResourceForSearchMultiAccountResourcesOutput) SetPublicIpAddress(v []*string) *ResourceForSearchMultiAccountResourcesOutput
SetPublicIpAddress sets the PublicIpAddress field's value.
func (*ResourceForSearchMultiAccountResourcesOutput) SetRegion ¶
func (s *ResourceForSearchMultiAccountResourcesOutput) SetRegion(v string) *ResourceForSearchMultiAccountResourcesOutput
SetRegion sets the Region field's value.
func (*ResourceForSearchMultiAccountResourcesOutput) SetResourceID ¶
func (s *ResourceForSearchMultiAccountResourcesOutput) SetResourceID(v string) *ResourceForSearchMultiAccountResourcesOutput
SetResourceID sets the ResourceID field's value.
func (*ResourceForSearchMultiAccountResourcesOutput) SetResourceName ¶
func (s *ResourceForSearchMultiAccountResourcesOutput) SetResourceName(v string) *ResourceForSearchMultiAccountResourcesOutput
SetResourceName sets the ResourceName field's value.
func (*ResourceForSearchMultiAccountResourcesOutput) SetResourceType ¶
func (s *ResourceForSearchMultiAccountResourcesOutput) SetResourceType(v string) *ResourceForSearchMultiAccountResourcesOutput
SetResourceType sets the ResourceType field's value.
func (*ResourceForSearchMultiAccountResourcesOutput) SetService ¶
func (s *ResourceForSearchMultiAccountResourcesOutput) SetService(v string) *ResourceForSearchMultiAccountResourcesOutput
SetService sets the Service field's value.
func (*ResourceForSearchMultiAccountResourcesOutput) SetTags ¶
func (s *ResourceForSearchMultiAccountResourcesOutput) SetTags(v []*TagForSearchMultiAccountResourcesOutput) *ResourceForSearchMultiAccountResourcesOutput
SetTags sets the Tags field's value.
func (*ResourceForSearchMultiAccountResourcesOutput) SetTypeName ¶
func (s *ResourceForSearchMultiAccountResourcesOutput) SetTypeName(v string) *ResourceForSearchMultiAccountResourcesOutput
SetTypeName sets the TypeName field's value.
func (ResourceForSearchMultiAccountResourcesOutput) String ¶
func (s ResourceForSearchMultiAccountResourcesOutput) String() string
String returns the string representation
type ResourceForSearchResourcesOutput ¶
type ResourceForSearchResourcesOutput struct {
AccountID *int64 `type:"int64" json:",omitempty"`
CreateTime *string `type:"string" json:",omitempty"`
Identifier *string `type:"string" json:",omitempty"`
PrivateIpAddress []*string `type:"list" json:",omitempty"`
ProjectName *string `type:"string" json:",omitempty"`
PublicIpAddress []*string `type:"list" json:",omitempty"`
Region *string `type:"string" json:",omitempty"`
ResourceID *string `type:"string" json:",omitempty"`
ResourceName *string `type:"string" json:",omitempty"`
ResourceType *string `type:"string" json:",omitempty"`
Service *string `type:"string" json:",omitempty"`
Tags []*TagForSearchResourcesOutput `type:"list" json:",omitempty"`
TypeName *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ResourceForSearchResourcesOutput) GoString ¶
func (s ResourceForSearchResourcesOutput) GoString() string
GoString returns the string representation
func (*ResourceForSearchResourcesOutput) SetAccountID ¶
func (s *ResourceForSearchResourcesOutput) SetAccountID(v int64) *ResourceForSearchResourcesOutput
SetAccountID sets the AccountID field's value.
func (*ResourceForSearchResourcesOutput) SetCreateTime ¶
func (s *ResourceForSearchResourcesOutput) SetCreateTime(v string) *ResourceForSearchResourcesOutput
SetCreateTime sets the CreateTime field's value.
func (*ResourceForSearchResourcesOutput) SetIdentifier ¶
func (s *ResourceForSearchResourcesOutput) SetIdentifier(v string) *ResourceForSearchResourcesOutput
SetIdentifier sets the Identifier field's value.
func (*ResourceForSearchResourcesOutput) SetPrivateIpAddress ¶
func (s *ResourceForSearchResourcesOutput) SetPrivateIpAddress(v []*string) *ResourceForSearchResourcesOutput
SetPrivateIpAddress sets the PrivateIpAddress field's value.
func (*ResourceForSearchResourcesOutput) SetProjectName ¶
func (s *ResourceForSearchResourcesOutput) SetProjectName(v string) *ResourceForSearchResourcesOutput
SetProjectName sets the ProjectName field's value.
func (*ResourceForSearchResourcesOutput) SetPublicIpAddress ¶
func (s *ResourceForSearchResourcesOutput) SetPublicIpAddress(v []*string) *ResourceForSearchResourcesOutput
SetPublicIpAddress sets the PublicIpAddress field's value.
func (*ResourceForSearchResourcesOutput) SetRegion ¶
func (s *ResourceForSearchResourcesOutput) SetRegion(v string) *ResourceForSearchResourcesOutput
SetRegion sets the Region field's value.
func (*ResourceForSearchResourcesOutput) SetResourceID ¶
func (s *ResourceForSearchResourcesOutput) SetResourceID(v string) *ResourceForSearchResourcesOutput
SetResourceID sets the ResourceID field's value.
func (*ResourceForSearchResourcesOutput) SetResourceName ¶
func (s *ResourceForSearchResourcesOutput) SetResourceName(v string) *ResourceForSearchResourcesOutput
SetResourceName sets the ResourceName field's value.
func (*ResourceForSearchResourcesOutput) SetResourceType ¶
func (s *ResourceForSearchResourcesOutput) SetResourceType(v string) *ResourceForSearchResourcesOutput
SetResourceType sets the ResourceType field's value.
func (*ResourceForSearchResourcesOutput) SetService ¶
func (s *ResourceForSearchResourcesOutput) SetService(v string) *ResourceForSearchResourcesOutput
SetService sets the Service field's value.
func (*ResourceForSearchResourcesOutput) SetTags ¶
func (s *ResourceForSearchResourcesOutput) SetTags(v []*TagForSearchResourcesOutput) *ResourceForSearchResourcesOutput
SetTags sets the Tags field's value.
func (*ResourceForSearchResourcesOutput) SetTypeName ¶
func (s *ResourceForSearchResourcesOutput) SetTypeName(v string) *ResourceForSearchResourcesOutput
SetTypeName sets the TypeName field's value.
func (ResourceForSearchResourcesOutput) String ¶
func (s ResourceForSearchResourcesOutput) String() string
String returns the string representation
type ResourceTypeForListResourceTypesOutput ¶
type ResourceTypeForListResourceTypesOutput struct {
ResourceType *string `type:"string" json:",omitempty"`
ResourceTypeName *string `type:"string" json:",omitempty"`
Service *string `type:"string" json:",omitempty"`
ServiceName *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ResourceTypeForListResourceTypesOutput) GoString ¶
func (s ResourceTypeForListResourceTypesOutput) GoString() string
GoString returns the string representation
func (*ResourceTypeForListResourceTypesOutput) SetResourceType ¶
func (s *ResourceTypeForListResourceTypesOutput) SetResourceType(v string) *ResourceTypeForListResourceTypesOutput
SetResourceType sets the ResourceType field's value.
func (*ResourceTypeForListResourceTypesOutput) SetResourceTypeName ¶
func (s *ResourceTypeForListResourceTypesOutput) SetResourceTypeName(v string) *ResourceTypeForListResourceTypesOutput
SetResourceTypeName sets the ResourceTypeName field's value.
func (*ResourceTypeForListResourceTypesOutput) SetService ¶
func (s *ResourceTypeForListResourceTypesOutput) SetService(v string) *ResourceTypeForListResourceTypesOutput
SetService sets the Service field's value.
func (*ResourceTypeForListResourceTypesOutput) SetServiceName ¶
func (s *ResourceTypeForListResourceTypesOutput) SetServiceName(v string) *ResourceTypeForListResourceTypesOutput
SetServiceName sets the ServiceName field's value.
func (ResourceTypeForListResourceTypesOutput) String ¶
func (s ResourceTypeForListResourceTypesOutput) String() string
String returns the string representation
type ScopeForGetMultiAccountResourceCountsInput ¶
type ScopeForGetMultiAccountResourceCountsInput struct {
Accounts []*int64 `type:"list" json:",omitempty"`
OrganizationID *string `type:"string" json:",omitempty"`
OrganizationUnits []*string `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (ScopeForGetMultiAccountResourceCountsInput) GoString ¶
func (s ScopeForGetMultiAccountResourceCountsInput) GoString() string
GoString returns the string representation
func (*ScopeForGetMultiAccountResourceCountsInput) SetAccounts ¶
func (s *ScopeForGetMultiAccountResourceCountsInput) SetAccounts(v []*int64) *ScopeForGetMultiAccountResourceCountsInput
SetAccounts sets the Accounts field's value.
func (*ScopeForGetMultiAccountResourceCountsInput) SetOrganizationID ¶
func (s *ScopeForGetMultiAccountResourceCountsInput) SetOrganizationID(v string) *ScopeForGetMultiAccountResourceCountsInput
SetOrganizationID sets the OrganizationID field's value.
func (*ScopeForGetMultiAccountResourceCountsInput) SetOrganizationUnits ¶
func (s *ScopeForGetMultiAccountResourceCountsInput) SetOrganizationUnits(v []*string) *ScopeForGetMultiAccountResourceCountsInput
SetOrganizationUnits sets the OrganizationUnits field's value.
func (ScopeForGetMultiAccountResourceCountsInput) String ¶
func (s ScopeForGetMultiAccountResourceCountsInput) String() string
String returns the string representation
type ScopeForSearchMultiAccountResourcesInput ¶
type ScopeForSearchMultiAccountResourcesInput struct {
Accounts []*int64 `type:"list" json:",omitempty"`
OrganizationID *string `type:"string" json:",omitempty"`
OrganizationUnits []*string `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (ScopeForSearchMultiAccountResourcesInput) GoString ¶
func (s ScopeForSearchMultiAccountResourcesInput) GoString() string
GoString returns the string representation
func (*ScopeForSearchMultiAccountResourcesInput) SetAccounts ¶
func (s *ScopeForSearchMultiAccountResourcesInput) SetAccounts(v []*int64) *ScopeForSearchMultiAccountResourcesInput
SetAccounts sets the Accounts field's value.
func (*ScopeForSearchMultiAccountResourcesInput) SetOrganizationID ¶
func (s *ScopeForSearchMultiAccountResourcesInput) SetOrganizationID(v string) *ScopeForSearchMultiAccountResourcesInput
SetOrganizationID sets the OrganizationID field's value.
func (*ScopeForSearchMultiAccountResourcesInput) SetOrganizationUnits ¶
func (s *ScopeForSearchMultiAccountResourcesInput) SetOrganizationUnits(v []*string) *ScopeForSearchMultiAccountResourcesInput
SetOrganizationUnits sets the OrganizationUnits field's value.
func (ScopeForSearchMultiAccountResourcesInput) String ¶
func (s ScopeForSearchMultiAccountResourcesInput) String() string
String returns the string representation
type SearchMultiAccountResourcesInput ¶
type SearchMultiAccountResourcesInput struct {
Filter []*FilterForSearchMultiAccountResourcesInput `type:"list" json:",omitempty"`
MaxResults *int32 `type:"int32" json:",omitempty"`
NextToken *string `type:"string" json:",omitempty"`
Scope *ScopeForSearchMultiAccountResourcesInput `type:"structure" json:",omitempty"`
SortBy *string `type:"string" json:",omitempty"`
SortOrder *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (SearchMultiAccountResourcesInput) GoString ¶
func (s SearchMultiAccountResourcesInput) GoString() string
GoString returns the string representation
func (*SearchMultiAccountResourcesInput) SetFilter ¶
func (s *SearchMultiAccountResourcesInput) SetFilter(v []*FilterForSearchMultiAccountResourcesInput) *SearchMultiAccountResourcesInput
SetFilter sets the Filter field's value.
func (*SearchMultiAccountResourcesInput) SetMaxResults ¶
func (s *SearchMultiAccountResourcesInput) SetMaxResults(v int32) *SearchMultiAccountResourcesInput
SetMaxResults sets the MaxResults field's value.
func (*SearchMultiAccountResourcesInput) SetNextToken ¶
func (s *SearchMultiAccountResourcesInput) SetNextToken(v string) *SearchMultiAccountResourcesInput
SetNextToken sets the NextToken field's value.
func (*SearchMultiAccountResourcesInput) SetScope ¶
func (s *SearchMultiAccountResourcesInput) SetScope(v *ScopeForSearchMultiAccountResourcesInput) *SearchMultiAccountResourcesInput
SetScope sets the Scope field's value.
func (*SearchMultiAccountResourcesInput) SetSortBy ¶
func (s *SearchMultiAccountResourcesInput) SetSortBy(v string) *SearchMultiAccountResourcesInput
SetSortBy sets the SortBy field's value.
func (*SearchMultiAccountResourcesInput) SetSortOrder ¶
func (s *SearchMultiAccountResourcesInput) SetSortOrder(v string) *SearchMultiAccountResourcesInput
SetSortOrder sets the SortOrder field's value.
func (SearchMultiAccountResourcesInput) String ¶
func (s SearchMultiAccountResourcesInput) String() string
String returns the string representation
type SearchMultiAccountResourcesOutput ¶
type SearchMultiAccountResourcesOutput struct {
Metadata *response.ResponseMetadata
NextToken *string `type:"string" json:",omitempty"`
Resources []*ResourceForSearchMultiAccountResourcesOutput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (SearchMultiAccountResourcesOutput) GoString ¶
func (s SearchMultiAccountResourcesOutput) GoString() string
GoString returns the string representation
func (*SearchMultiAccountResourcesOutput) SetNextToken ¶
func (s *SearchMultiAccountResourcesOutput) SetNextToken(v string) *SearchMultiAccountResourcesOutput
SetNextToken sets the NextToken field's value.
func (*SearchMultiAccountResourcesOutput) SetResources ¶
func (s *SearchMultiAccountResourcesOutput) SetResources(v []*ResourceForSearchMultiAccountResourcesOutput) *SearchMultiAccountResourcesOutput
SetResources sets the Resources field's value.
func (SearchMultiAccountResourcesOutput) String ¶
func (s SearchMultiAccountResourcesOutput) String() string
String returns the string representation
type SearchResourcesInput ¶
type SearchResourcesInput struct {
Filter []*FilterForSearchResourcesInput `type:"list" json:",omitempty"`
MaxResults *int32 `type:"int32" json:",omitempty"`
NextToken *string `type:"string" json:",omitempty"`
SortBy *string `type:"string" json:",omitempty" enum:"EnumOfSortByForSearchResourcesInput"`
SortOrder *string `type:"string" json:",omitempty" enum:"EnumOfSortOrderForSearchResourcesInput"`
// contains filtered or unexported fields
}
func (SearchResourcesInput) GoString ¶
func (s SearchResourcesInput) GoString() string
GoString returns the string representation
func (*SearchResourcesInput) SetFilter ¶
func (s *SearchResourcesInput) SetFilter(v []*FilterForSearchResourcesInput) *SearchResourcesInput
SetFilter sets the Filter field's value.
func (*SearchResourcesInput) SetMaxResults ¶
func (s *SearchResourcesInput) SetMaxResults(v int32) *SearchResourcesInput
SetMaxResults sets the MaxResults field's value.
func (*SearchResourcesInput) SetNextToken ¶
func (s *SearchResourcesInput) SetNextToken(v string) *SearchResourcesInput
SetNextToken sets the NextToken field's value.
func (*SearchResourcesInput) SetSortBy ¶
func (s *SearchResourcesInput) SetSortBy(v string) *SearchResourcesInput
SetSortBy sets the SortBy field's value.
func (*SearchResourcesInput) SetSortOrder ¶
func (s *SearchResourcesInput) SetSortOrder(v string) *SearchResourcesInput
SetSortOrder sets the SortOrder field's value.
func (SearchResourcesInput) String ¶
func (s SearchResourcesInput) String() string
String returns the string representation
type SearchResourcesOutput ¶
type SearchResourcesOutput struct {
Metadata *response.ResponseMetadata
NextToken *string `type:"string" json:",omitempty"`
Resources []*ResourceForSearchResourcesOutput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (SearchResourcesOutput) GoString ¶
func (s SearchResourcesOutput) GoString() string
GoString returns the string representation
func (*SearchResourcesOutput) SetNextToken ¶
func (s *SearchResourcesOutput) SetNextToken(v string) *SearchResourcesOutput
SetNextToken sets the NextToken field's value.
func (*SearchResourcesOutput) SetResources ¶
func (s *SearchResourcesOutput) SetResources(v []*ResourceForSearchResourcesOutput) *SearchResourcesOutput
SetResources sets the Resources field's value.
func (SearchResourcesOutput) String ¶
func (s SearchResourcesOutput) String() string
String returns the string representation
type TagForSearchMultiAccountResourcesOutput ¶
type TagForSearchMultiAccountResourcesOutput struct {
Key *string `type:"string" json:",omitempty"`
Value *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (TagForSearchMultiAccountResourcesOutput) GoString ¶
func (s TagForSearchMultiAccountResourcesOutput) GoString() string
GoString returns the string representation
func (*TagForSearchMultiAccountResourcesOutput) SetKey ¶
func (s *TagForSearchMultiAccountResourcesOutput) SetKey(v string) *TagForSearchMultiAccountResourcesOutput
SetKey sets the Key field's value.
func (*TagForSearchMultiAccountResourcesOutput) SetValue ¶
func (s *TagForSearchMultiAccountResourcesOutput) SetValue(v string) *TagForSearchMultiAccountResourcesOutput
SetValue sets the Value field's value.
func (TagForSearchMultiAccountResourcesOutput) String ¶
func (s TagForSearchMultiAccountResourcesOutput) String() string
String returns the string representation
type TagForSearchResourcesOutput ¶
type TagForSearchResourcesOutput struct {
Key *string `type:"string" json:",omitempty"`
Value *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (TagForSearchResourcesOutput) GoString ¶
func (s TagForSearchResourcesOutput) GoString() string
GoString returns the string representation
func (*TagForSearchResourcesOutput) SetKey ¶
func (s *TagForSearchResourcesOutput) SetKey(v string) *TagForSearchResourcesOutput
SetKey sets the Key field's value.
func (*TagForSearchResourcesOutput) SetValue ¶
func (s *TagForSearchResourcesOutput) SetValue(v string) *TagForSearchResourcesOutput
SetValue sets the Value field's value.
func (TagForSearchResourcesOutput) String ¶
func (s TagForSearchResourcesOutput) String() string
String returns the string representation
type UpdateQueryInput ¶
type UpdateQueryInput struct {
Description *string `type:"string" json:",omitempty"`
Expression *string `type:"string" json:",omitempty"`
// QueryID is a required field
QueryID *int64 `type:"int64" json:",omitempty" required:"true"`
QueryName *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (UpdateQueryInput) GoString ¶
func (s UpdateQueryInput) GoString() string
GoString returns the string representation
func (*UpdateQueryInput) SetDescription ¶
func (s *UpdateQueryInput) SetDescription(v string) *UpdateQueryInput
SetDescription sets the Description field's value.
func (*UpdateQueryInput) SetExpression ¶
func (s *UpdateQueryInput) SetExpression(v string) *UpdateQueryInput
SetExpression sets the Expression field's value.
func (*UpdateQueryInput) SetQueryID ¶
func (s *UpdateQueryInput) SetQueryID(v int64) *UpdateQueryInput
SetQueryID sets the QueryID field's value.
func (*UpdateQueryInput) SetQueryName ¶
func (s *UpdateQueryInput) SetQueryName(v string) *UpdateQueryInput
SetQueryName sets the QueryName field's value.
func (UpdateQueryInput) String ¶
func (s UpdateQueryInput) String() string
String returns the string representation
func (*UpdateQueryInput) Validate ¶
func (s *UpdateQueryInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateQueryOutput ¶
type UpdateQueryOutput struct {
Metadata *response.ResponseMetadata
CreatedTime *string `type:"string" json:",omitempty"`
Description *string `type:"string" json:",omitempty"`
Expression *string `type:"string" json:",omitempty"`
QueryID *int64 `type:"int64" json:",omitempty"`
QueryName *string `type:"string" json:",omitempty"`
UpdatedTime *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (UpdateQueryOutput) GoString ¶
func (s UpdateQueryOutput) GoString() string
GoString returns the string representation
func (*UpdateQueryOutput) SetCreatedTime ¶
func (s *UpdateQueryOutput) SetCreatedTime(v string) *UpdateQueryOutput
SetCreatedTime sets the CreatedTime field's value.
func (*UpdateQueryOutput) SetDescription ¶
func (s *UpdateQueryOutput) SetDescription(v string) *UpdateQueryOutput
SetDescription sets the Description field's value.
func (*UpdateQueryOutput) SetExpression ¶
func (s *UpdateQueryOutput) SetExpression(v string) *UpdateQueryOutput
SetExpression sets the Expression field's value.
func (*UpdateQueryOutput) SetQueryID ¶
func (s *UpdateQueryOutput) SetQueryID(v int64) *UpdateQueryOutput
SetQueryID sets the QueryID field's value.
func (*UpdateQueryOutput) SetQueryName ¶
func (s *UpdateQueryOutput) SetQueryName(v string) *UpdateQueryOutput
SetQueryName sets the QueryName field's value.
func (*UpdateQueryOutput) SetUpdatedTime ¶
func (s *UpdateQueryOutput) SetUpdatedTime(v string) *UpdateQueryOutput
SetUpdatedTime sets the UpdatedTime field's value.
func (UpdateQueryOutput) String ¶
func (s UpdateQueryOutput) String() string
String returns the string representation
Source Files
¶
- api_create_query.go
- api_delete_query.go
- api_disable_multi_account_resource_center.go
- api_disable_resource_center.go
- api_enable_multi_account_resource_center.go
- api_enable_resource_center.go
- api_execute_sql_query.go
- api_get_example_query.go
- api_get_multi_account_resource_center_status.go
- api_get_multi_account_resource_counts.go
- api_get_query.go
- api_get_resource_center_status.go
- api_get_resource_counts.go
- api_list_example_queries.go
- api_list_queries.go
- api_list_resource_types.go
- api_search_multi_account_resources.go
- api_search_resources.go
- api_update_query.go
- interface_resourcecenter.go
- service_resourcecenter.go