Documentation
¶
Overview ¶
This file is auto-generated, don't edit it. Thanks. *
*
Index ¶
- type CheckServiceLinkedRoleForDeletingRequest
- func (s CheckServiceLinkedRoleForDeletingRequest) GoString() string
- func (s *CheckServiceLinkedRoleForDeletingRequest) SetDeletionTaskId(v string) *CheckServiceLinkedRoleForDeletingRequest
- func (s *CheckServiceLinkedRoleForDeletingRequest) SetRoleArn(v string) *CheckServiceLinkedRoleForDeletingRequest
- func (s *CheckServiceLinkedRoleForDeletingRequest) SetSPIRegionId(v string) *CheckServiceLinkedRoleForDeletingRequest
- func (s *CheckServiceLinkedRoleForDeletingRequest) SetServiceName(v string) *CheckServiceLinkedRoleForDeletingRequest
- func (s CheckServiceLinkedRoleForDeletingRequest) String() string
- type CheckServiceLinkedRoleForDeletingResponse
- func (s CheckServiceLinkedRoleForDeletingResponse) GoString() string
- func (s *CheckServiceLinkedRoleForDeletingResponse) SetBody(v *CheckServiceLinkedRoleForDeletingResponseBody) *CheckServiceLinkedRoleForDeletingResponse
- func (s *CheckServiceLinkedRoleForDeletingResponse) SetHeaders(v map[string]*string) *CheckServiceLinkedRoleForDeletingResponse
- func (s *CheckServiceLinkedRoleForDeletingResponse) SetStatusCode(v int32) *CheckServiceLinkedRoleForDeletingResponse
- func (s CheckServiceLinkedRoleForDeletingResponse) String() string
- type CheckServiceLinkedRoleForDeletingResponseBody
- func (s CheckServiceLinkedRoleForDeletingResponseBody) GoString() string
- func (s *CheckServiceLinkedRoleForDeletingResponseBody) SetDeleTable(v bool) *CheckServiceLinkedRoleForDeletingResponseBody
- func (s *CheckServiceLinkedRoleForDeletingResponseBody) SetRequestId(v string) *CheckServiceLinkedRoleForDeletingResponseBody
- func (s *CheckServiceLinkedRoleForDeletingResponseBody) SetRoleUsages(v []*CheckServiceLinkedRoleForDeletingResponseBodyRoleUsages) *CheckServiceLinkedRoleForDeletingResponseBody
- func (s CheckServiceLinkedRoleForDeletingResponseBody) String() string
- type CheckServiceLinkedRoleForDeletingResponseBodyRoleUsages
- func (s CheckServiceLinkedRoleForDeletingResponseBodyRoleUsages) GoString() string
- func (s *CheckServiceLinkedRoleForDeletingResponseBodyRoleUsages) SetRegion(v string) *CheckServiceLinkedRoleForDeletingResponseBodyRoleUsages
- func (s *CheckServiceLinkedRoleForDeletingResponseBodyRoleUsages) SetResources(v []*string) *CheckServiceLinkedRoleForDeletingResponseBodyRoleUsages
- func (s CheckServiceLinkedRoleForDeletingResponseBodyRoleUsages) String() string
- type Client
- func (client *Client) CheckServiceLinkedRoleForDeleting(request *CheckServiceLinkedRoleForDeletingRequest) (_result *CheckServiceLinkedRoleForDeletingResponse, _err error)
- func (client *Client) CheckServiceLinkedRoleForDeletingWithOptions(request *CheckServiceLinkedRoleForDeletingRequest, ...) (_result *CheckServiceLinkedRoleForDeletingResponse, _err error)
- func (client *Client) GetEndpoint(productId *string, regionId *string, endpointRule *string, network *string, ...) (_result *string, _err error)
- func (client *Client) Init(config *openapi.Config) (_err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckServiceLinkedRoleForDeletingRequest ¶
type CheckServiceLinkedRoleForDeletingRequest struct { DeletionTaskId *string `json:"DeletionTaskId,omitempty" xml:"DeletionTaskId,omitempty"` RoleArn *string `json:"RoleArn,omitempty" xml:"RoleArn,omitempty"` SPIRegionId *string `json:"SPIRegionId,omitempty" xml:"SPIRegionId,omitempty"` ServiceName *string `json:"ServiceName,omitempty" xml:"ServiceName,omitempty"` }
func (CheckServiceLinkedRoleForDeletingRequest) GoString ¶
func (s CheckServiceLinkedRoleForDeletingRequest) GoString() string
func (*CheckServiceLinkedRoleForDeletingRequest) SetDeletionTaskId ¶
func (s *CheckServiceLinkedRoleForDeletingRequest) SetDeletionTaskId(v string) *CheckServiceLinkedRoleForDeletingRequest
func (*CheckServiceLinkedRoleForDeletingRequest) SetRoleArn ¶
func (s *CheckServiceLinkedRoleForDeletingRequest) SetRoleArn(v string) *CheckServiceLinkedRoleForDeletingRequest
func (*CheckServiceLinkedRoleForDeletingRequest) SetSPIRegionId ¶
func (s *CheckServiceLinkedRoleForDeletingRequest) SetSPIRegionId(v string) *CheckServiceLinkedRoleForDeletingRequest
func (*CheckServiceLinkedRoleForDeletingRequest) SetServiceName ¶
func (s *CheckServiceLinkedRoleForDeletingRequest) SetServiceName(v string) *CheckServiceLinkedRoleForDeletingRequest
func (CheckServiceLinkedRoleForDeletingRequest) String ¶
func (s CheckServiceLinkedRoleForDeletingRequest) String() string
type CheckServiceLinkedRoleForDeletingResponse ¶
type CheckServiceLinkedRoleForDeletingResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *CheckServiceLinkedRoleForDeletingResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (CheckServiceLinkedRoleForDeletingResponse) GoString ¶
func (s CheckServiceLinkedRoleForDeletingResponse) GoString() string
func (*CheckServiceLinkedRoleForDeletingResponse) SetHeaders ¶
func (s *CheckServiceLinkedRoleForDeletingResponse) SetHeaders(v map[string]*string) *CheckServiceLinkedRoleForDeletingResponse
func (*CheckServiceLinkedRoleForDeletingResponse) SetStatusCode ¶
func (s *CheckServiceLinkedRoleForDeletingResponse) SetStatusCode(v int32) *CheckServiceLinkedRoleForDeletingResponse
func (CheckServiceLinkedRoleForDeletingResponse) String ¶
func (s CheckServiceLinkedRoleForDeletingResponse) String() string
type CheckServiceLinkedRoleForDeletingResponseBody ¶
type CheckServiceLinkedRoleForDeletingResponseBody struct { DeleTable *bool `json:"DeleTable,omitempty" xml:"DeleTable,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` RoleUsages []*CheckServiceLinkedRoleForDeletingResponseBodyRoleUsages `json:"RoleUsages,omitempty" xml:"RoleUsages,omitempty" type:"Repeated"` }
func (CheckServiceLinkedRoleForDeletingResponseBody) GoString ¶
func (s CheckServiceLinkedRoleForDeletingResponseBody) GoString() string
func (*CheckServiceLinkedRoleForDeletingResponseBody) SetDeleTable ¶
func (s *CheckServiceLinkedRoleForDeletingResponseBody) SetDeleTable(v bool) *CheckServiceLinkedRoleForDeletingResponseBody
func (*CheckServiceLinkedRoleForDeletingResponseBody) SetRequestId ¶
func (s *CheckServiceLinkedRoleForDeletingResponseBody) SetRequestId(v string) *CheckServiceLinkedRoleForDeletingResponseBody
func (*CheckServiceLinkedRoleForDeletingResponseBody) SetRoleUsages ¶
func (CheckServiceLinkedRoleForDeletingResponseBody) String ¶
func (s CheckServiceLinkedRoleForDeletingResponseBody) String() string
type CheckServiceLinkedRoleForDeletingResponseBodyRoleUsages ¶
type CheckServiceLinkedRoleForDeletingResponseBodyRoleUsages struct { Region *string `json:"Region,omitempty" xml:"Region,omitempty"` Resources []*string `json:"Resources,omitempty" xml:"Resources,omitempty" type:"Repeated"` }
func (CheckServiceLinkedRoleForDeletingResponseBodyRoleUsages) GoString ¶
func (s CheckServiceLinkedRoleForDeletingResponseBodyRoleUsages) GoString() string
func (*CheckServiceLinkedRoleForDeletingResponseBodyRoleUsages) SetResources ¶
func (s *CheckServiceLinkedRoleForDeletingResponseBodyRoleUsages) SetResources(v []*string) *CheckServiceLinkedRoleForDeletingResponseBodyRoleUsages
func (CheckServiceLinkedRoleForDeletingResponseBodyRoleUsages) String ¶
func (s CheckServiceLinkedRoleForDeletingResponseBodyRoleUsages) String() string
type Client ¶
func (*Client) CheckServiceLinkedRoleForDeleting ¶
func (client *Client) CheckServiceLinkedRoleForDeleting(request *CheckServiceLinkedRoleForDeletingRequest) (_result *CheckServiceLinkedRoleForDeletingResponse, _err error)
func (*Client) CheckServiceLinkedRoleForDeletingWithOptions ¶
func (client *Client) CheckServiceLinkedRoleForDeletingWithOptions(request *CheckServiceLinkedRoleForDeletingRequest, runtime *util.RuntimeOptions) (_result *CheckServiceLinkedRoleForDeletingResponse, _err error)
func (*Client) GetEndpoint ¶
Click to show internal directories.
Click to hide internal directories.