Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { //RAM CreatePolicy(*ram.CreatePolicyRequest) (*ram.CreatePolicyResponse, error) GetPolicy(*ram.GetPolicyRequest) (*ram.GetPolicyResponse, error) CreatePolicyVersion(*ram.CreatePolicyVersionRequest) (*ram.CreatePolicyVersionResponse, error) AttachPolicyToUser(*ram.AttachPolicyToUserRequest) (*ram.AttachPolicyToUserResponse, error) CreateUser(*ram.CreateUserRequest) (*ram.CreateUserResponse, error) GetUser(*ram.GetUserRequest) (*ram.GetUserResponse, error) ListUsers(*ram.ListUsersRequest) (*ram.ListUsersResponse, error) DeleteUser(*ram.DeleteUserRequest) (*ram.DeleteUserResponse, error) CreateAccessKey(*ram.CreateAccessKeyRequest) (*ram.CreateAccessKeyResponse, error) ListAccessKeys(*ram.ListAccessKeysRequest) (*ram.ListAccessKeysResponse, error) DeleteAccessKey(*ram.DeleteAccessKeyRequest) (*ram.DeleteAccessKeyResponse, error) DeletePolicy(request *ram.DeletePolicyRequest) (response *ram.DeletePolicyResponse, err error) DetachPolicyFromUser(request *ram.DetachPolicyFromUserRequest) (response *ram.DetachPolicyFromUserResponse, err error) ListPoliciesForUser(request *ram.ListPoliciesForUserRequest) (response *ram.ListPoliciesForUserResponse, err error) DeletePolicyVersion(request *ram.DeletePolicyVersionRequest) (response *ram.DeletePolicyVersionResponse, err error) ListPolicyVersions(request *ram.ListPolicyVersionsRequest) (response *ram.ListPolicyVersionsResponse, err error) }
Client is a wrapper object for actual Alibaba Cloud SDK clients to allow for easier testing.
Click to show internal directories.
Click to hide internal directories.