client

package
v1.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 29, 2022 License: Apache-2.0 Imports: 5 Imported by: 1

Documentation

Overview

This file is auto-generated, don't edit it. Thanks. *

*

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddUserToGroupRequest

type AddUserToGroupRequest struct {
	GroupName *string `json:"GroupName,omitempty" xml:"GroupName,omitempty"`
	UserName  *string `json:"UserName,omitempty" xml:"UserName,omitempty"`
}

func (AddUserToGroupRequest) GoString

func (s AddUserToGroupRequest) GoString() string

func (*AddUserToGroupRequest) SetGroupName

func (*AddUserToGroupRequest) SetUserName

func (AddUserToGroupRequest) String

func (s AddUserToGroupRequest) String() string

type AddUserToGroupResponse

type AddUserToGroupResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *AddUserToGroupResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (AddUserToGroupResponse) GoString

func (s AddUserToGroupResponse) GoString() string

func (*AddUserToGroupResponse) SetBody

func (*AddUserToGroupResponse) SetHeaders

func (*AddUserToGroupResponse) SetStatusCode

func (AddUserToGroupResponse) String

func (s AddUserToGroupResponse) String() string

type AddUserToGroupResponseBody

type AddUserToGroupResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (AddUserToGroupResponseBody) GoString

func (s AddUserToGroupResponseBody) GoString() string

func (*AddUserToGroupResponseBody) SetRequestId

func (AddUserToGroupResponseBody) String

type AttachPolicyToGroupRequest

type AttachPolicyToGroupRequest struct {
	GroupName  *string `json:"GroupName,omitempty" xml:"GroupName,omitempty"`
	PolicyName *string `json:"PolicyName,omitempty" xml:"PolicyName,omitempty"`
	PolicyType *string `json:"PolicyType,omitempty" xml:"PolicyType,omitempty"`
}

func (AttachPolicyToGroupRequest) GoString

func (s AttachPolicyToGroupRequest) GoString() string

func (*AttachPolicyToGroupRequest) SetGroupName

func (*AttachPolicyToGroupRequest) SetPolicyName

func (*AttachPolicyToGroupRequest) SetPolicyType

func (AttachPolicyToGroupRequest) String

type AttachPolicyToGroupResponse

type AttachPolicyToGroupResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *AttachPolicyToGroupResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (AttachPolicyToGroupResponse) GoString

func (s AttachPolicyToGroupResponse) GoString() string

func (*AttachPolicyToGroupResponse) SetBody

func (*AttachPolicyToGroupResponse) SetHeaders

func (*AttachPolicyToGroupResponse) SetStatusCode

func (AttachPolicyToGroupResponse) String

type AttachPolicyToGroupResponseBody

type AttachPolicyToGroupResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (AttachPolicyToGroupResponseBody) GoString

func (*AttachPolicyToGroupResponseBody) SetRequestId

func (AttachPolicyToGroupResponseBody) String

type AttachPolicyToRoleRequest

type AttachPolicyToRoleRequest struct {
	PolicyName *string `json:"PolicyName,omitempty" xml:"PolicyName,omitempty"`
	PolicyType *string `json:"PolicyType,omitempty" xml:"PolicyType,omitempty"`
	RoleName   *string `json:"RoleName,omitempty" xml:"RoleName,omitempty"`
}

func (AttachPolicyToRoleRequest) GoString

func (s AttachPolicyToRoleRequest) GoString() string

func (*AttachPolicyToRoleRequest) SetPolicyName

func (*AttachPolicyToRoleRequest) SetPolicyType

func (*AttachPolicyToRoleRequest) SetRoleName

func (AttachPolicyToRoleRequest) String

func (s AttachPolicyToRoleRequest) String() string

type AttachPolicyToRoleResponse

type AttachPolicyToRoleResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *AttachPolicyToRoleResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (AttachPolicyToRoleResponse) GoString

func (s AttachPolicyToRoleResponse) GoString() string

func (*AttachPolicyToRoleResponse) SetBody

func (*AttachPolicyToRoleResponse) SetHeaders

func (*AttachPolicyToRoleResponse) SetStatusCode

func (AttachPolicyToRoleResponse) String

type AttachPolicyToRoleResponseBody

type AttachPolicyToRoleResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (AttachPolicyToRoleResponseBody) GoString

func (*AttachPolicyToRoleResponseBody) SetRequestId

func (AttachPolicyToRoleResponseBody) String

type AttachPolicyToUserRequest

type AttachPolicyToUserRequest struct {
	PolicyName *string `json:"PolicyName,omitempty" xml:"PolicyName,omitempty"`
	PolicyType *string `json:"PolicyType,omitempty" xml:"PolicyType,omitempty"`
	UserName   *string `json:"UserName,omitempty" xml:"UserName,omitempty"`
}

func (AttachPolicyToUserRequest) GoString

func (s AttachPolicyToUserRequest) GoString() string

func (*AttachPolicyToUserRequest) SetPolicyName

func (*AttachPolicyToUserRequest) SetPolicyType

func (*AttachPolicyToUserRequest) SetUserName

func (AttachPolicyToUserRequest) String

func (s AttachPolicyToUserRequest) String() string

type AttachPolicyToUserResponse

type AttachPolicyToUserResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *AttachPolicyToUserResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (AttachPolicyToUserResponse) GoString

func (s AttachPolicyToUserResponse) GoString() string

func (*AttachPolicyToUserResponse) SetBody

func (*AttachPolicyToUserResponse) SetHeaders

func (*AttachPolicyToUserResponse) SetStatusCode

func (AttachPolicyToUserResponse) String

type AttachPolicyToUserResponseBody

type AttachPolicyToUserResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (AttachPolicyToUserResponseBody) GoString

func (*AttachPolicyToUserResponseBody) SetRequestId

func (AttachPolicyToUserResponseBody) String

type BindMFADeviceRequest

type BindMFADeviceRequest struct {
	AuthenticationCode1 *string `json:"AuthenticationCode1,omitempty" xml:"AuthenticationCode1,omitempty"`
	AuthenticationCode2 *string `json:"AuthenticationCode2,omitempty" xml:"AuthenticationCode2,omitempty"`
	SerialNumber        *string `json:"SerialNumber,omitempty" xml:"SerialNumber,omitempty"`
	UserName            *string `json:"UserName,omitempty" xml:"UserName,omitempty"`
}

func (BindMFADeviceRequest) GoString

func (s BindMFADeviceRequest) GoString() string

func (*BindMFADeviceRequest) SetAuthenticationCode1

func (s *BindMFADeviceRequest) SetAuthenticationCode1(v string) *BindMFADeviceRequest

func (*BindMFADeviceRequest) SetAuthenticationCode2

func (s *BindMFADeviceRequest) SetAuthenticationCode2(v string) *BindMFADeviceRequest

func (*BindMFADeviceRequest) SetSerialNumber

func (s *BindMFADeviceRequest) SetSerialNumber(v string) *BindMFADeviceRequest

func (*BindMFADeviceRequest) SetUserName

func (BindMFADeviceRequest) String

func (s BindMFADeviceRequest) String() string

type BindMFADeviceResponse

type BindMFADeviceResponse struct {
	Headers    map[string]*string         `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                     `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *BindMFADeviceResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (BindMFADeviceResponse) GoString

func (s BindMFADeviceResponse) GoString() string

func (*BindMFADeviceResponse) SetBody

func (*BindMFADeviceResponse) SetHeaders

func (*BindMFADeviceResponse) SetStatusCode

func (s *BindMFADeviceResponse) SetStatusCode(v int32) *BindMFADeviceResponse

func (BindMFADeviceResponse) String

func (s BindMFADeviceResponse) String() string

type BindMFADeviceResponseBody

type BindMFADeviceResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (BindMFADeviceResponseBody) GoString

func (s BindMFADeviceResponseBody) GoString() string

func (*BindMFADeviceResponseBody) SetRequestId

func (BindMFADeviceResponseBody) String

func (s BindMFADeviceResponseBody) String() string

type ChangePasswordRequest

type ChangePasswordRequest struct {
	NewPassword *string `json:"NewPassword,omitempty" xml:"NewPassword,omitempty"`
	OldPassword *string `json:"OldPassword,omitempty" xml:"OldPassword,omitempty"`
}

func (ChangePasswordRequest) GoString

func (s ChangePasswordRequest) GoString() string

func (*ChangePasswordRequest) SetNewPassword

func (s *ChangePasswordRequest) SetNewPassword(v string) *ChangePasswordRequest

func (*ChangePasswordRequest) SetOldPassword

func (s *ChangePasswordRequest) SetOldPassword(v string) *ChangePasswordRequest

func (ChangePasswordRequest) String

func (s ChangePasswordRequest) String() string

type ChangePasswordResponse

type ChangePasswordResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ChangePasswordResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ChangePasswordResponse) GoString

func (s ChangePasswordResponse) GoString() string

func (*ChangePasswordResponse) SetBody

func (*ChangePasswordResponse) SetHeaders

func (*ChangePasswordResponse) SetStatusCode

func (ChangePasswordResponse) String

func (s ChangePasswordResponse) String() string

type ChangePasswordResponseBody

type ChangePasswordResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ChangePasswordResponseBody) GoString

func (s ChangePasswordResponseBody) GoString() string

func (*ChangePasswordResponseBody) SetRequestId

func (ChangePasswordResponseBody) String

type ClearAccountAliasResponse

type ClearAccountAliasResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ClearAccountAliasResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ClearAccountAliasResponse) GoString

func (s ClearAccountAliasResponse) GoString() string

func (*ClearAccountAliasResponse) SetBody

func (*ClearAccountAliasResponse) SetHeaders

func (*ClearAccountAliasResponse) SetStatusCode

func (ClearAccountAliasResponse) String

func (s ClearAccountAliasResponse) String() string

type ClearAccountAliasResponseBody

type ClearAccountAliasResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ClearAccountAliasResponseBody) GoString

func (*ClearAccountAliasResponseBody) SetRequestId

func (ClearAccountAliasResponseBody) String

type Client

type Client struct {
	openapi.Client
}

func NewClient

func NewClient(config *openapi.Config) (*Client, error)

func (*Client) AddUserToGroup

func (client *Client) AddUserToGroup(request *AddUserToGroupRequest) (_result *AddUserToGroupResponse, _err error)

func (*Client) AddUserToGroupWithOptions

func (client *Client) AddUserToGroupWithOptions(request *AddUserToGroupRequest, runtime *util.RuntimeOptions) (_result *AddUserToGroupResponse, _err error)

func (*Client) AttachPolicyToGroup

func (client *Client) AttachPolicyToGroup(request *AttachPolicyToGroupRequest) (_result *AttachPolicyToGroupResponse, _err error)

func (*Client) AttachPolicyToGroupWithOptions

func (client *Client) AttachPolicyToGroupWithOptions(request *AttachPolicyToGroupRequest, runtime *util.RuntimeOptions) (_result *AttachPolicyToGroupResponse, _err error)

func (*Client) AttachPolicyToRole

func (client *Client) AttachPolicyToRole(request *AttachPolicyToRoleRequest) (_result *AttachPolicyToRoleResponse, _err error)

func (*Client) AttachPolicyToRoleWithOptions

func (client *Client) AttachPolicyToRoleWithOptions(request *AttachPolicyToRoleRequest, runtime *util.RuntimeOptions) (_result *AttachPolicyToRoleResponse, _err error)

func (*Client) AttachPolicyToUser

func (client *Client) AttachPolicyToUser(request *AttachPolicyToUserRequest) (_result *AttachPolicyToUserResponse, _err error)

func (*Client) AttachPolicyToUserWithOptions

func (client *Client) AttachPolicyToUserWithOptions(request *AttachPolicyToUserRequest, runtime *util.RuntimeOptions) (_result *AttachPolicyToUserResponse, _err error)

func (*Client) BindMFADevice

func (client *Client) BindMFADevice(request *BindMFADeviceRequest) (_result *BindMFADeviceResponse, _err error)

func (*Client) BindMFADeviceWithOptions

func (client *Client) BindMFADeviceWithOptions(request *BindMFADeviceRequest, runtime *util.RuntimeOptions) (_result *BindMFADeviceResponse, _err error)

func (*Client) ChangePassword

func (client *Client) ChangePassword(request *ChangePasswordRequest) (_result *ChangePasswordResponse, _err error)

func (*Client) ChangePasswordWithOptions

func (client *Client) ChangePasswordWithOptions(request *ChangePasswordRequest, runtime *util.RuntimeOptions) (_result *ChangePasswordResponse, _err error)

func (*Client) ClearAccountAlias

func (client *Client) ClearAccountAlias() (_result *ClearAccountAliasResponse, _err error)

func (*Client) ClearAccountAliasWithOptions

func (client *Client) ClearAccountAliasWithOptions(runtime *util.RuntimeOptions) (_result *ClearAccountAliasResponse, _err error)

func (*Client) CreateAccessKey

func (client *Client) CreateAccessKey(request *CreateAccessKeyRequest) (_result *CreateAccessKeyResponse, _err error)

func (*Client) CreateAccessKeyWithOptions

func (client *Client) CreateAccessKeyWithOptions(request *CreateAccessKeyRequest, runtime *util.RuntimeOptions) (_result *CreateAccessKeyResponse, _err error)

func (*Client) CreateGroup

func (client *Client) CreateGroup(request *CreateGroupRequest) (_result *CreateGroupResponse, _err error)

func (*Client) CreateGroupWithOptions

func (client *Client) CreateGroupWithOptions(request *CreateGroupRequest, runtime *util.RuntimeOptions) (_result *CreateGroupResponse, _err error)

func (*Client) CreateLoginProfile

func (client *Client) CreateLoginProfile(request *CreateLoginProfileRequest) (_result *CreateLoginProfileResponse, _err error)

func (*Client) CreateLoginProfileWithOptions

func (client *Client) CreateLoginProfileWithOptions(request *CreateLoginProfileRequest, runtime *util.RuntimeOptions) (_result *CreateLoginProfileResponse, _err error)

func (*Client) CreatePolicy

func (client *Client) CreatePolicy(request *CreatePolicyRequest) (_result *CreatePolicyResponse, _err error)

func (*Client) CreatePolicyVersion

func (client *Client) CreatePolicyVersion(request *CreatePolicyVersionRequest) (_result *CreatePolicyVersionResponse, _err error)

func (*Client) CreatePolicyVersionWithOptions

func (client *Client) CreatePolicyVersionWithOptions(request *CreatePolicyVersionRequest, runtime *util.RuntimeOptions) (_result *CreatePolicyVersionResponse, _err error)

func (*Client) CreatePolicyWithOptions

func (client *Client) CreatePolicyWithOptions(request *CreatePolicyRequest, runtime *util.RuntimeOptions) (_result *CreatePolicyResponse, _err error)

func (*Client) CreateRole

func (client *Client) CreateRole(request *CreateRoleRequest) (_result *CreateRoleResponse, _err error)

func (*Client) CreateRoleWithOptions

func (client *Client) CreateRoleWithOptions(request *CreateRoleRequest, runtime *util.RuntimeOptions) (_result *CreateRoleResponse, _err error)

func (*Client) CreateUser

func (client *Client) CreateUser(request *CreateUserRequest) (_result *CreateUserResponse, _err error)

func (*Client) CreateUserWithOptions

func (client *Client) CreateUserWithOptions(request *CreateUserRequest, runtime *util.RuntimeOptions) (_result *CreateUserResponse, _err error)

func (*Client) CreateVirtualMFADevice

func (client *Client) CreateVirtualMFADevice(request *CreateVirtualMFADeviceRequest) (_result *CreateVirtualMFADeviceResponse, _err error)

func (*Client) CreateVirtualMFADeviceWithOptions

func (client *Client) CreateVirtualMFADeviceWithOptions(request *CreateVirtualMFADeviceRequest, runtime *util.RuntimeOptions) (_result *CreateVirtualMFADeviceResponse, _err error)

func (*Client) DeleteAccessKey

func (client *Client) DeleteAccessKey(request *DeleteAccessKeyRequest) (_result *DeleteAccessKeyResponse, _err error)

func (*Client) DeleteAccessKeyWithOptions

func (client *Client) DeleteAccessKeyWithOptions(request *DeleteAccessKeyRequest, runtime *util.RuntimeOptions) (_result *DeleteAccessKeyResponse, _err error)

func (*Client) DeleteGroup

func (client *Client) DeleteGroup(request *DeleteGroupRequest) (_result *DeleteGroupResponse, _err error)

func (*Client) DeleteGroupWithOptions

func (client *Client) DeleteGroupWithOptions(request *DeleteGroupRequest, runtime *util.RuntimeOptions) (_result *DeleteGroupResponse, _err error)

func (*Client) DeleteLoginProfile

func (client *Client) DeleteLoginProfile(request *DeleteLoginProfileRequest) (_result *DeleteLoginProfileResponse, _err error)

func (*Client) DeleteLoginProfileWithOptions

func (client *Client) DeleteLoginProfileWithOptions(request *DeleteLoginProfileRequest, runtime *util.RuntimeOptions) (_result *DeleteLoginProfileResponse, _err error)

func (*Client) DeletePolicy

func (client *Client) DeletePolicy(request *DeletePolicyRequest) (_result *DeletePolicyResponse, _err error)

func (*Client) DeletePolicyVersion

func (client *Client) DeletePolicyVersion(request *DeletePolicyVersionRequest) (_result *DeletePolicyVersionResponse, _err error)

func (*Client) DeletePolicyVersionWithOptions

func (client *Client) DeletePolicyVersionWithOptions(request *DeletePolicyVersionRequest, runtime *util.RuntimeOptions) (_result *DeletePolicyVersionResponse, _err error)

func (*Client) DeletePolicyWithOptions

func (client *Client) DeletePolicyWithOptions(request *DeletePolicyRequest, runtime *util.RuntimeOptions) (_result *DeletePolicyResponse, _err error)

func (*Client) DeleteRole

func (client *Client) DeleteRole(request *DeleteRoleRequest) (_result *DeleteRoleResponse, _err error)

func (*Client) DeleteRoleWithOptions

func (client *Client) DeleteRoleWithOptions(request *DeleteRoleRequest, runtime *util.RuntimeOptions) (_result *DeleteRoleResponse, _err error)

func (*Client) DeleteUser

func (client *Client) DeleteUser(request *DeleteUserRequest) (_result *DeleteUserResponse, _err error)

func (*Client) DeleteUserWithOptions

func (client *Client) DeleteUserWithOptions(request *DeleteUserRequest, runtime *util.RuntimeOptions) (_result *DeleteUserResponse, _err error)

func (*Client) DeleteVirtualMFADevice

func (client *Client) DeleteVirtualMFADevice(request *DeleteVirtualMFADeviceRequest) (_result *DeleteVirtualMFADeviceResponse, _err error)

func (*Client) DeleteVirtualMFADeviceWithOptions

func (client *Client) DeleteVirtualMFADeviceWithOptions(request *DeleteVirtualMFADeviceRequest, runtime *util.RuntimeOptions) (_result *DeleteVirtualMFADeviceResponse, _err error)

func (*Client) DetachPolicyFromGroup

func (client *Client) DetachPolicyFromGroup(request *DetachPolicyFromGroupRequest) (_result *DetachPolicyFromGroupResponse, _err error)

func (*Client) DetachPolicyFromGroupWithOptions

func (client *Client) DetachPolicyFromGroupWithOptions(request *DetachPolicyFromGroupRequest, runtime *util.RuntimeOptions) (_result *DetachPolicyFromGroupResponse, _err error)

func (*Client) DetachPolicyFromRole

func (client *Client) DetachPolicyFromRole(request *DetachPolicyFromRoleRequest) (_result *DetachPolicyFromRoleResponse, _err error)

func (*Client) DetachPolicyFromRoleWithOptions

func (client *Client) DetachPolicyFromRoleWithOptions(request *DetachPolicyFromRoleRequest, runtime *util.RuntimeOptions) (_result *DetachPolicyFromRoleResponse, _err error)

func (*Client) DetachPolicyFromUser

func (client *Client) DetachPolicyFromUser(request *DetachPolicyFromUserRequest) (_result *DetachPolicyFromUserResponse, _err error)

func (*Client) DetachPolicyFromUserWithOptions

func (client *Client) DetachPolicyFromUserWithOptions(request *DetachPolicyFromUserRequest, runtime *util.RuntimeOptions) (_result *DetachPolicyFromUserResponse, _err error)

func (*Client) GetAccessKeyLastUsed

func (client *Client) GetAccessKeyLastUsed(request *GetAccessKeyLastUsedRequest) (_result *GetAccessKeyLastUsedResponse, _err error)

func (*Client) GetAccessKeyLastUsedWithOptions

func (client *Client) GetAccessKeyLastUsedWithOptions(request *GetAccessKeyLastUsedRequest, runtime *util.RuntimeOptions) (_result *GetAccessKeyLastUsedResponse, _err error)

func (*Client) GetAccountAlias

func (client *Client) GetAccountAlias() (_result *GetAccountAliasResponse, _err error)

func (*Client) GetAccountAliasWithOptions

func (client *Client) GetAccountAliasWithOptions(runtime *util.RuntimeOptions) (_result *GetAccountAliasResponse, _err error)

func (*Client) GetEndpoint

func (client *Client) GetEndpoint(productId *string, regionId *string, endpointRule *string, network *string, suffix *string, endpointMap map[string]*string, endpoint *string) (_result *string, _err error)

func (*Client) GetGroup

func (client *Client) GetGroup(request *GetGroupRequest) (_result *GetGroupResponse, _err error)

func (*Client) GetGroupWithOptions

func (client *Client) GetGroupWithOptions(request *GetGroupRequest, runtime *util.RuntimeOptions) (_result *GetGroupResponse, _err error)

func (*Client) GetLoginProfile

func (client *Client) GetLoginProfile(request *GetLoginProfileRequest) (_result *GetLoginProfileResponse, _err error)

func (*Client) GetLoginProfileWithOptions

func (client *Client) GetLoginProfileWithOptions(request *GetLoginProfileRequest, runtime *util.RuntimeOptions) (_result *GetLoginProfileResponse, _err error)

func (*Client) GetPasswordPolicy

func (client *Client) GetPasswordPolicy() (_result *GetPasswordPolicyResponse, _err error)

func (*Client) GetPasswordPolicyWithOptions

func (client *Client) GetPasswordPolicyWithOptions(runtime *util.RuntimeOptions) (_result *GetPasswordPolicyResponse, _err error)

func (*Client) GetPolicy

func (client *Client) GetPolicy(request *GetPolicyRequest) (_result *GetPolicyResponse, _err error)

func (*Client) GetPolicyVersion

func (client *Client) GetPolicyVersion(request *GetPolicyVersionRequest) (_result *GetPolicyVersionResponse, _err error)

func (*Client) GetPolicyVersionWithOptions

func (client *Client) GetPolicyVersionWithOptions(request *GetPolicyVersionRequest, runtime *util.RuntimeOptions) (_result *GetPolicyVersionResponse, _err error)

func (*Client) GetPolicyWithOptions

func (client *Client) GetPolicyWithOptions(request *GetPolicyRequest, runtime *util.RuntimeOptions) (_result *GetPolicyResponse, _err error)

func (*Client) GetRole

func (client *Client) GetRole(request *GetRoleRequest) (_result *GetRoleResponse, _err error)

func (*Client) GetRoleWithOptions

func (client *Client) GetRoleWithOptions(request *GetRoleRequest, runtime *util.RuntimeOptions) (_result *GetRoleResponse, _err error)

func (*Client) GetSecurityPreference

func (client *Client) GetSecurityPreference() (_result *GetSecurityPreferenceResponse, _err error)

func (*Client) GetSecurityPreferenceWithOptions

func (client *Client) GetSecurityPreferenceWithOptions(runtime *util.RuntimeOptions) (_result *GetSecurityPreferenceResponse, _err error)

func (*Client) GetUser

func (client *Client) GetUser(request *GetUserRequest) (_result *GetUserResponse, _err error)

func (*Client) GetUserMFAInfo

func (client *Client) GetUserMFAInfo(request *GetUserMFAInfoRequest) (_result *GetUserMFAInfoResponse, _err error)

func (*Client) GetUserMFAInfoWithOptions

func (client *Client) GetUserMFAInfoWithOptions(request *GetUserMFAInfoRequest, runtime *util.RuntimeOptions) (_result *GetUserMFAInfoResponse, _err error)

func (*Client) GetUserWithOptions

func (client *Client) GetUserWithOptions(request *GetUserRequest, runtime *util.RuntimeOptions) (_result *GetUserResponse, _err error)

func (*Client) Init

func (client *Client) Init(config *openapi.Config) (_err error)

func (*Client) ListAccessKeys

func (client *Client) ListAccessKeys(request *ListAccessKeysRequest) (_result *ListAccessKeysResponse, _err error)

func (*Client) ListAccessKeysWithOptions

func (client *Client) ListAccessKeysWithOptions(request *ListAccessKeysRequest, runtime *util.RuntimeOptions) (_result *ListAccessKeysResponse, _err error)

func (*Client) ListEntitiesForPolicy

func (client *Client) ListEntitiesForPolicy(request *ListEntitiesForPolicyRequest) (_result *ListEntitiesForPolicyResponse, _err error)

func (*Client) ListEntitiesForPolicyWithOptions

func (client *Client) ListEntitiesForPolicyWithOptions(request *ListEntitiesForPolicyRequest, runtime *util.RuntimeOptions) (_result *ListEntitiesForPolicyResponse, _err error)

func (*Client) ListGroups

func (client *Client) ListGroups(request *ListGroupsRequest) (_result *ListGroupsResponse, _err error)

func (*Client) ListGroupsForUser

func (client *Client) ListGroupsForUser(request *ListGroupsForUserRequest) (_result *ListGroupsForUserResponse, _err error)

func (*Client) ListGroupsForUserWithOptions

func (client *Client) ListGroupsForUserWithOptions(request *ListGroupsForUserRequest, runtime *util.RuntimeOptions) (_result *ListGroupsForUserResponse, _err error)

func (*Client) ListGroupsWithOptions

func (client *Client) ListGroupsWithOptions(request *ListGroupsRequest, runtime *util.RuntimeOptions) (_result *ListGroupsResponse, _err error)

func (*Client) ListPolicies

func (client *Client) ListPolicies(request *ListPoliciesRequest) (_result *ListPoliciesResponse, _err error)

func (*Client) ListPoliciesForGroup

func (client *Client) ListPoliciesForGroup(request *ListPoliciesForGroupRequest) (_result *ListPoliciesForGroupResponse, _err error)

func (*Client) ListPoliciesForGroupWithOptions

func (client *Client) ListPoliciesForGroupWithOptions(request *ListPoliciesForGroupRequest, runtime *util.RuntimeOptions) (_result *ListPoliciesForGroupResponse, _err error)

func (*Client) ListPoliciesForRole

func (client *Client) ListPoliciesForRole(request *ListPoliciesForRoleRequest) (_result *ListPoliciesForRoleResponse, _err error)

func (*Client) ListPoliciesForRoleWithOptions

func (client *Client) ListPoliciesForRoleWithOptions(request *ListPoliciesForRoleRequest, runtime *util.RuntimeOptions) (_result *ListPoliciesForRoleResponse, _err error)

func (*Client) ListPoliciesForUser

func (client *Client) ListPoliciesForUser(request *ListPoliciesForUserRequest) (_result *ListPoliciesForUserResponse, _err error)

func (*Client) ListPoliciesForUserWithOptions

func (client *Client) ListPoliciesForUserWithOptions(request *ListPoliciesForUserRequest, runtime *util.RuntimeOptions) (_result *ListPoliciesForUserResponse, _err error)

func (*Client) ListPoliciesWithOptions

func (client *Client) ListPoliciesWithOptions(request *ListPoliciesRequest, runtime *util.RuntimeOptions) (_result *ListPoliciesResponse, _err error)

func (*Client) ListPolicyVersions

func (client *Client) ListPolicyVersions(request *ListPolicyVersionsRequest) (_result *ListPolicyVersionsResponse, _err error)

func (*Client) ListPolicyVersionsWithOptions

func (client *Client) ListPolicyVersionsWithOptions(request *ListPolicyVersionsRequest, runtime *util.RuntimeOptions) (_result *ListPolicyVersionsResponse, _err error)

func (*Client) ListRoles

func (client *Client) ListRoles(request *ListRolesRequest) (_result *ListRolesResponse, _err error)

func (*Client) ListRolesWithOptions

func (client *Client) ListRolesWithOptions(request *ListRolesRequest, runtime *util.RuntimeOptions) (_result *ListRolesResponse, _err error)

func (*Client) ListUsers

func (client *Client) ListUsers(request *ListUsersRequest) (_result *ListUsersResponse, _err error)

func (*Client) ListUsersForGroup

func (client *Client) ListUsersForGroup(request *ListUsersForGroupRequest) (_result *ListUsersForGroupResponse, _err error)

func (*Client) ListUsersForGroupWithOptions

func (client *Client) ListUsersForGroupWithOptions(request *ListUsersForGroupRequest, runtime *util.RuntimeOptions) (_result *ListUsersForGroupResponse, _err error)

func (*Client) ListUsersWithOptions

func (client *Client) ListUsersWithOptions(request *ListUsersRequest, runtime *util.RuntimeOptions) (_result *ListUsersResponse, _err error)

func (*Client) ListVirtualMFADevices

func (client *Client) ListVirtualMFADevices() (_result *ListVirtualMFADevicesResponse, _err error)

func (*Client) ListVirtualMFADevicesWithOptions

func (client *Client) ListVirtualMFADevicesWithOptions(runtime *util.RuntimeOptions) (_result *ListVirtualMFADevicesResponse, _err error)

func (*Client) RemoveUserFromGroup

func (client *Client) RemoveUserFromGroup(request *RemoveUserFromGroupRequest) (_result *RemoveUserFromGroupResponse, _err error)

func (*Client) RemoveUserFromGroupWithOptions

func (client *Client) RemoveUserFromGroupWithOptions(request *RemoveUserFromGroupRequest, runtime *util.RuntimeOptions) (_result *RemoveUserFromGroupResponse, _err error)

func (*Client) SetAccountAlias

func (client *Client) SetAccountAlias(request *SetAccountAliasRequest) (_result *SetAccountAliasResponse, _err error)

func (*Client) SetAccountAliasWithOptions

func (client *Client) SetAccountAliasWithOptions(request *SetAccountAliasRequest, runtime *util.RuntimeOptions) (_result *SetAccountAliasResponse, _err error)

func (*Client) SetDefaultPolicyVersion

func (client *Client) SetDefaultPolicyVersion(request *SetDefaultPolicyVersionRequest) (_result *SetDefaultPolicyVersionResponse, _err error)

func (*Client) SetDefaultPolicyVersionWithOptions

func (client *Client) SetDefaultPolicyVersionWithOptions(request *SetDefaultPolicyVersionRequest, runtime *util.RuntimeOptions) (_result *SetDefaultPolicyVersionResponse, _err error)

func (*Client) SetPasswordPolicy

func (client *Client) SetPasswordPolicy(request *SetPasswordPolicyRequest) (_result *SetPasswordPolicyResponse, _err error)

func (*Client) SetPasswordPolicyWithOptions

func (client *Client) SetPasswordPolicyWithOptions(request *SetPasswordPolicyRequest, runtime *util.RuntimeOptions) (_result *SetPasswordPolicyResponse, _err error)

func (*Client) SetSecurityPreference

func (client *Client) SetSecurityPreference(request *SetSecurityPreferenceRequest) (_result *SetSecurityPreferenceResponse, _err error)

func (*Client) SetSecurityPreferenceWithOptions

func (client *Client) SetSecurityPreferenceWithOptions(request *SetSecurityPreferenceRequest, runtime *util.RuntimeOptions) (_result *SetSecurityPreferenceResponse, _err error)

func (*Client) UnbindMFADevice

func (client *Client) UnbindMFADevice(request *UnbindMFADeviceRequest) (_result *UnbindMFADeviceResponse, _err error)

func (*Client) UnbindMFADeviceWithOptions

func (client *Client) UnbindMFADeviceWithOptions(request *UnbindMFADeviceRequest, runtime *util.RuntimeOptions) (_result *UnbindMFADeviceResponse, _err error)

func (*Client) UpdateAccessKey

func (client *Client) UpdateAccessKey(request *UpdateAccessKeyRequest) (_result *UpdateAccessKeyResponse, _err error)

func (*Client) UpdateAccessKeyWithOptions

func (client *Client) UpdateAccessKeyWithOptions(request *UpdateAccessKeyRequest, runtime *util.RuntimeOptions) (_result *UpdateAccessKeyResponse, _err error)

func (*Client) UpdateGroup

func (client *Client) UpdateGroup(request *UpdateGroupRequest) (_result *UpdateGroupResponse, _err error)

func (*Client) UpdateGroupWithOptions

func (client *Client) UpdateGroupWithOptions(request *UpdateGroupRequest, runtime *util.RuntimeOptions) (_result *UpdateGroupResponse, _err error)

func (*Client) UpdateLoginProfile

func (client *Client) UpdateLoginProfile(request *UpdateLoginProfileRequest) (_result *UpdateLoginProfileResponse, _err error)

func (*Client) UpdateLoginProfileWithOptions

func (client *Client) UpdateLoginProfileWithOptions(request *UpdateLoginProfileRequest, runtime *util.RuntimeOptions) (_result *UpdateLoginProfileResponse, _err error)

func (*Client) UpdatePolicyDescription

func (client *Client) UpdatePolicyDescription(request *UpdatePolicyDescriptionRequest) (_result *UpdatePolicyDescriptionResponse, _err error)

func (*Client) UpdatePolicyDescriptionWithOptions

func (client *Client) UpdatePolicyDescriptionWithOptions(request *UpdatePolicyDescriptionRequest, runtime *util.RuntimeOptions) (_result *UpdatePolicyDescriptionResponse, _err error)

func (*Client) UpdateRole

func (client *Client) UpdateRole(request *UpdateRoleRequest) (_result *UpdateRoleResponse, _err error)

func (*Client) UpdateRoleWithOptions

func (client *Client) UpdateRoleWithOptions(request *UpdateRoleRequest, runtime *util.RuntimeOptions) (_result *UpdateRoleResponse, _err error)

func (*Client) UpdateUser

func (client *Client) UpdateUser(request *UpdateUserRequest) (_result *UpdateUserResponse, _err error)

func (*Client) UpdateUserWithOptions

func (client *Client) UpdateUserWithOptions(request *UpdateUserRequest, runtime *util.RuntimeOptions) (_result *UpdateUserResponse, _err error)

type CreateAccessKeyRequest

type CreateAccessKeyRequest struct {
	UserName *string `json:"UserName,omitempty" xml:"UserName,omitempty"`
}

func (CreateAccessKeyRequest) GoString

func (s CreateAccessKeyRequest) GoString() string

func (*CreateAccessKeyRequest) SetUserName

func (CreateAccessKeyRequest) String

func (s CreateAccessKeyRequest) String() string

type CreateAccessKeyResponse

type CreateAccessKeyResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateAccessKeyResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateAccessKeyResponse) GoString

func (s CreateAccessKeyResponse) GoString() string

func (*CreateAccessKeyResponse) SetBody

func (*CreateAccessKeyResponse) SetHeaders

func (*CreateAccessKeyResponse) SetStatusCode

func (CreateAccessKeyResponse) String

func (s CreateAccessKeyResponse) String() string

type CreateAccessKeyResponseBody

type CreateAccessKeyResponseBody struct {
	AccessKey *CreateAccessKeyResponseBodyAccessKey `json:"AccessKey,omitempty" xml:"AccessKey,omitempty" type:"Struct"`
	RequestId *string                               `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (CreateAccessKeyResponseBody) GoString

func (s CreateAccessKeyResponseBody) GoString() string

func (*CreateAccessKeyResponseBody) SetAccessKey

func (*CreateAccessKeyResponseBody) SetRequestId

func (CreateAccessKeyResponseBody) String

type CreateAccessKeyResponseBodyAccessKey

type CreateAccessKeyResponseBodyAccessKey struct {
	AccessKeyId     *string `json:"AccessKeyId,omitempty" xml:"AccessKeyId,omitempty"`
	AccessKeySecret *string `json:"AccessKeySecret,omitempty" xml:"AccessKeySecret,omitempty"`
	CreateDate      *string `json:"CreateDate,omitempty" xml:"CreateDate,omitempty"`
	Status          *string `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (CreateAccessKeyResponseBodyAccessKey) GoString

func (*CreateAccessKeyResponseBodyAccessKey) SetAccessKeyId

func (*CreateAccessKeyResponseBodyAccessKey) SetAccessKeySecret

func (*CreateAccessKeyResponseBodyAccessKey) SetCreateDate

func (*CreateAccessKeyResponseBodyAccessKey) SetStatus

func (CreateAccessKeyResponseBodyAccessKey) String

type CreateGroupRequest

type CreateGroupRequest struct {
	Comments  *string `json:"Comments,omitempty" xml:"Comments,omitempty"`
	GroupName *string `json:"GroupName,omitempty" xml:"GroupName,omitempty"`
}

func (CreateGroupRequest) GoString

func (s CreateGroupRequest) GoString() string

func (*CreateGroupRequest) SetComments

func (s *CreateGroupRequest) SetComments(v string) *CreateGroupRequest

func (*CreateGroupRequest) SetGroupName

func (s *CreateGroupRequest) SetGroupName(v string) *CreateGroupRequest

func (CreateGroupRequest) String

func (s CreateGroupRequest) String() string

type CreateGroupResponse

type CreateGroupResponse struct {
	Headers    map[string]*string       `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                   `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateGroupResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateGroupResponse) GoString

func (s CreateGroupResponse) GoString() string

func (*CreateGroupResponse) SetBody

func (*CreateGroupResponse) SetHeaders

func (s *CreateGroupResponse) SetHeaders(v map[string]*string) *CreateGroupResponse

func (*CreateGroupResponse) SetStatusCode

func (s *CreateGroupResponse) SetStatusCode(v int32) *CreateGroupResponse

func (CreateGroupResponse) String

func (s CreateGroupResponse) String() string

type CreateGroupResponseBody

type CreateGroupResponseBody struct {
	Group     *CreateGroupResponseBodyGroup `json:"Group,omitempty" xml:"Group,omitempty" type:"Struct"`
	RequestId *string                       `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (CreateGroupResponseBody) GoString

func (s CreateGroupResponseBody) GoString() string

func (*CreateGroupResponseBody) SetGroup

func (*CreateGroupResponseBody) SetRequestId

func (CreateGroupResponseBody) String

func (s CreateGroupResponseBody) String() string

type CreateGroupResponseBodyGroup

type CreateGroupResponseBodyGroup struct {
	Comments   *string `json:"Comments,omitempty" xml:"Comments,omitempty"`
	CreateDate *string `json:"CreateDate,omitempty" xml:"CreateDate,omitempty"`
	GroupId    *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"`
	GroupName  *string `json:"GroupName,omitempty" xml:"GroupName,omitempty"`
}

func (CreateGroupResponseBodyGroup) GoString

func (s CreateGroupResponseBodyGroup) GoString() string

func (*CreateGroupResponseBodyGroup) SetComments

func (*CreateGroupResponseBodyGroup) SetCreateDate

func (*CreateGroupResponseBodyGroup) SetGroupId

func (*CreateGroupResponseBodyGroup) SetGroupName

func (CreateGroupResponseBodyGroup) String

type CreateLoginProfileRequest

type CreateLoginProfileRequest struct {
	MFABindRequired       *bool   `json:"MFABindRequired,omitempty" xml:"MFABindRequired,omitempty"`
	Password              *string `json:"Password,omitempty" xml:"Password,omitempty"`
	PasswordResetRequired *bool   `json:"PasswordResetRequired,omitempty" xml:"PasswordResetRequired,omitempty"`
	UserName              *string `json:"UserName,omitempty" xml:"UserName,omitempty"`
}

func (CreateLoginProfileRequest) GoString

func (s CreateLoginProfileRequest) GoString() string

func (*CreateLoginProfileRequest) SetMFABindRequired

func (s *CreateLoginProfileRequest) SetMFABindRequired(v bool) *CreateLoginProfileRequest

func (*CreateLoginProfileRequest) SetPassword

func (*CreateLoginProfileRequest) SetPasswordResetRequired

func (s *CreateLoginProfileRequest) SetPasswordResetRequired(v bool) *CreateLoginProfileRequest

func (*CreateLoginProfileRequest) SetUserName

func (CreateLoginProfileRequest) String

func (s CreateLoginProfileRequest) String() string

type CreateLoginProfileResponse

type CreateLoginProfileResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateLoginProfileResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateLoginProfileResponse) GoString

func (s CreateLoginProfileResponse) GoString() string

func (*CreateLoginProfileResponse) SetBody

func (*CreateLoginProfileResponse) SetHeaders

func (*CreateLoginProfileResponse) SetStatusCode

func (CreateLoginProfileResponse) String

type CreateLoginProfileResponseBody

type CreateLoginProfileResponseBody struct {
	LoginProfile *CreateLoginProfileResponseBodyLoginProfile `json:"LoginProfile,omitempty" xml:"LoginProfile,omitempty" type:"Struct"`
	RequestId    *string                                     `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (CreateLoginProfileResponseBody) GoString

func (*CreateLoginProfileResponseBody) SetRequestId

func (CreateLoginProfileResponseBody) String

type CreateLoginProfileResponseBodyLoginProfile

type CreateLoginProfileResponseBodyLoginProfile struct {
	CreateDate            *string `json:"CreateDate,omitempty" xml:"CreateDate,omitempty"`
	MFABindRequired       *bool   `json:"MFABindRequired,omitempty" xml:"MFABindRequired,omitempty"`
	PasswordResetRequired *bool   `json:"PasswordResetRequired,omitempty" xml:"PasswordResetRequired,omitempty"`
	UserName              *string `json:"UserName,omitempty" xml:"UserName,omitempty"`
}

func (CreateLoginProfileResponseBodyLoginProfile) GoString

func (*CreateLoginProfileResponseBodyLoginProfile) SetCreateDate

func (*CreateLoginProfileResponseBodyLoginProfile) SetMFABindRequired

func (*CreateLoginProfileResponseBodyLoginProfile) SetPasswordResetRequired

func (*CreateLoginProfileResponseBodyLoginProfile) SetUserName

func (CreateLoginProfileResponseBodyLoginProfile) String

type CreatePolicyRequest

type CreatePolicyRequest struct {
	Description    *string `json:"Description,omitempty" xml:"Description,omitempty"`
	PolicyDocument *string `json:"PolicyDocument,omitempty" xml:"PolicyDocument,omitempty"`
	PolicyName     *string `json:"PolicyName,omitempty" xml:"PolicyName,omitempty"`
}

func (CreatePolicyRequest) GoString

func (s CreatePolicyRequest) GoString() string

func (*CreatePolicyRequest) SetDescription

func (s *CreatePolicyRequest) SetDescription(v string) *CreatePolicyRequest

func (*CreatePolicyRequest) SetPolicyDocument

func (s *CreatePolicyRequest) SetPolicyDocument(v string) *CreatePolicyRequest

func (*CreatePolicyRequest) SetPolicyName

func (s *CreatePolicyRequest) SetPolicyName(v string) *CreatePolicyRequest

func (CreatePolicyRequest) String

func (s CreatePolicyRequest) String() string

type CreatePolicyResponse

type CreatePolicyResponse struct {
	Headers    map[string]*string        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                    `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreatePolicyResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreatePolicyResponse) GoString

func (s CreatePolicyResponse) GoString() string

func (*CreatePolicyResponse) SetBody

func (*CreatePolicyResponse) SetHeaders

func (s *CreatePolicyResponse) SetHeaders(v map[string]*string) *CreatePolicyResponse

func (*CreatePolicyResponse) SetStatusCode

func (s *CreatePolicyResponse) SetStatusCode(v int32) *CreatePolicyResponse

func (CreatePolicyResponse) String

func (s CreatePolicyResponse) String() string

type CreatePolicyResponseBody

type CreatePolicyResponseBody struct {
	Policy    *CreatePolicyResponseBodyPolicy `json:"Policy,omitempty" xml:"Policy,omitempty" type:"Struct"`
	RequestId *string                         `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (CreatePolicyResponseBody) GoString

func (s CreatePolicyResponseBody) GoString() string

func (*CreatePolicyResponseBody) SetPolicy

func (*CreatePolicyResponseBody) SetRequestId

func (CreatePolicyResponseBody) String

func (s CreatePolicyResponseBody) String() string

type CreatePolicyResponseBodyPolicy

type CreatePolicyResponseBodyPolicy struct {
	CreateDate     *string `json:"CreateDate,omitempty" xml:"CreateDate,omitempty"`
	DefaultVersion *string `json:"DefaultVersion,omitempty" xml:"DefaultVersion,omitempty"`
	Description    *string `json:"Description,omitempty" xml:"Description,omitempty"`
	PolicyName     *string `json:"PolicyName,omitempty" xml:"PolicyName,omitempty"`
	PolicyType     *string `json:"PolicyType,omitempty" xml:"PolicyType,omitempty"`
}

func (CreatePolicyResponseBodyPolicy) GoString

func (*CreatePolicyResponseBodyPolicy) SetCreateDate

func (*CreatePolicyResponseBodyPolicy) SetDefaultVersion

func (*CreatePolicyResponseBodyPolicy) SetDescription

func (*CreatePolicyResponseBodyPolicy) SetPolicyName

func (*CreatePolicyResponseBodyPolicy) SetPolicyType

func (CreatePolicyResponseBodyPolicy) String

type CreatePolicyVersionRequest

type CreatePolicyVersionRequest struct {
	PolicyDocument *string `json:"PolicyDocument,omitempty" xml:"PolicyDocument,omitempty"`
	PolicyName     *string `json:"PolicyName,omitempty" xml:"PolicyName,omitempty"`
	RotateStrategy *string `json:"RotateStrategy,omitempty" xml:"RotateStrategy,omitempty"`
	SetAsDefault   *bool   `json:"SetAsDefault,omitempty" xml:"SetAsDefault,omitempty"`
}

func (CreatePolicyVersionRequest) GoString

func (s CreatePolicyVersionRequest) GoString() string

func (*CreatePolicyVersionRequest) SetPolicyDocument

func (*CreatePolicyVersionRequest) SetPolicyName

func (*CreatePolicyVersionRequest) SetRotateStrategy

func (*CreatePolicyVersionRequest) SetSetAsDefault

func (CreatePolicyVersionRequest) String

type CreatePolicyVersionResponse

type CreatePolicyVersionResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreatePolicyVersionResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreatePolicyVersionResponse) GoString

func (s CreatePolicyVersionResponse) GoString() string

func (*CreatePolicyVersionResponse) SetBody

func (*CreatePolicyVersionResponse) SetHeaders

func (*CreatePolicyVersionResponse) SetStatusCode

func (CreatePolicyVersionResponse) String

type CreatePolicyVersionResponseBody

type CreatePolicyVersionResponseBody struct {
	PolicyVersion *CreatePolicyVersionResponseBodyPolicyVersion `json:"PolicyVersion,omitempty" xml:"PolicyVersion,omitempty" type:"Struct"`
	RequestId     *string                                       `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (CreatePolicyVersionResponseBody) GoString

func (*CreatePolicyVersionResponseBody) SetRequestId

func (CreatePolicyVersionResponseBody) String

type CreatePolicyVersionResponseBodyPolicyVersion

type CreatePolicyVersionResponseBodyPolicyVersion struct {
	CreateDate       *string `json:"CreateDate,omitempty" xml:"CreateDate,omitempty"`
	IsDefaultVersion *bool   `json:"IsDefaultVersion,omitempty" xml:"IsDefaultVersion,omitempty"`
	PolicyDocument   *string `json:"PolicyDocument,omitempty" xml:"PolicyDocument,omitempty"`
	VersionId        *string `json:"VersionId,omitempty" xml:"VersionId,omitempty"`
}

func (CreatePolicyVersionResponseBodyPolicyVersion) GoString

func (*CreatePolicyVersionResponseBodyPolicyVersion) SetCreateDate

func (*CreatePolicyVersionResponseBodyPolicyVersion) SetIsDefaultVersion

func (*CreatePolicyVersionResponseBodyPolicyVersion) SetPolicyDocument

func (*CreatePolicyVersionResponseBodyPolicyVersion) SetVersionId

func (CreatePolicyVersionResponseBodyPolicyVersion) String

type CreateRoleRequest

type CreateRoleRequest struct {
	AssumeRolePolicyDocument *string `json:"AssumeRolePolicyDocument,omitempty" xml:"AssumeRolePolicyDocument,omitempty"`
	Description              *string `json:"Description,omitempty" xml:"Description,omitempty"`
	MaxSessionDuration       *int64  `json:"MaxSessionDuration,omitempty" xml:"MaxSessionDuration,omitempty"`
	RoleName                 *string `json:"RoleName,omitempty" xml:"RoleName,omitempty"`
}

func (CreateRoleRequest) GoString

func (s CreateRoleRequest) GoString() string

func (*CreateRoleRequest) SetAssumeRolePolicyDocument

func (s *CreateRoleRequest) SetAssumeRolePolicyDocument(v string) *CreateRoleRequest

func (*CreateRoleRequest) SetDescription

func (s *CreateRoleRequest) SetDescription(v string) *CreateRoleRequest

func (*CreateRoleRequest) SetMaxSessionDuration

func (s *CreateRoleRequest) SetMaxSessionDuration(v int64) *CreateRoleRequest

func (*CreateRoleRequest) SetRoleName

func (s *CreateRoleRequest) SetRoleName(v string) *CreateRoleRequest

func (CreateRoleRequest) String

func (s CreateRoleRequest) String() string

type CreateRoleResponse

type CreateRoleResponse struct {
	Headers    map[string]*string      `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                  `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateRoleResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateRoleResponse) GoString

func (s CreateRoleResponse) GoString() string

func (*CreateRoleResponse) SetBody

func (*CreateRoleResponse) SetHeaders

func (s *CreateRoleResponse) SetHeaders(v map[string]*string) *CreateRoleResponse

func (*CreateRoleResponse) SetStatusCode

func (s *CreateRoleResponse) SetStatusCode(v int32) *CreateRoleResponse

func (CreateRoleResponse) String

func (s CreateRoleResponse) String() string

type CreateRoleResponseBody

type CreateRoleResponseBody struct {
	RequestId *string                     `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Role      *CreateRoleResponseBodyRole `json:"Role,omitempty" xml:"Role,omitempty" type:"Struct"`
}

func (CreateRoleResponseBody) GoString

func (s CreateRoleResponseBody) GoString() string

func (*CreateRoleResponseBody) SetRequestId

func (*CreateRoleResponseBody) SetRole

func (CreateRoleResponseBody) String

func (s CreateRoleResponseBody) String() string

type CreateRoleResponseBodyRole

type CreateRoleResponseBodyRole struct {
	Arn                      *string `json:"Arn,omitempty" xml:"Arn,omitempty"`
	AssumeRolePolicyDocument *string `json:"AssumeRolePolicyDocument,omitempty" xml:"AssumeRolePolicyDocument,omitempty"`
	CreateDate               *string `json:"CreateDate,omitempty" xml:"CreateDate,omitempty"`
	Description              *string `json:"Description,omitempty" xml:"Description,omitempty"`
	MaxSessionDuration       *int64  `json:"MaxSessionDuration,omitempty" xml:"MaxSessionDuration,omitempty"`
	RoleId                   *string `json:"RoleId,omitempty" xml:"RoleId,omitempty"`
	RoleName                 *string `json:"RoleName,omitempty" xml:"RoleName,omitempty"`
}

func (CreateRoleResponseBodyRole) GoString

func (s CreateRoleResponseBodyRole) GoString() string

func (*CreateRoleResponseBodyRole) SetArn

func (*CreateRoleResponseBodyRole) SetAssumeRolePolicyDocument

func (s *CreateRoleResponseBodyRole) SetAssumeRolePolicyDocument(v string) *CreateRoleResponseBodyRole

func (*CreateRoleResponseBodyRole) SetCreateDate

func (*CreateRoleResponseBodyRole) SetDescription

func (*CreateRoleResponseBodyRole) SetMaxSessionDuration

func (s *CreateRoleResponseBodyRole) SetMaxSessionDuration(v int64) *CreateRoleResponseBodyRole

func (*CreateRoleResponseBodyRole) SetRoleId

func (*CreateRoleResponseBodyRole) SetRoleName

func (CreateRoleResponseBodyRole) String

type CreateUserRequest

type CreateUserRequest struct {
	Comments    *string `json:"Comments,omitempty" xml:"Comments,omitempty"`
	DisplayName *string `json:"DisplayName,omitempty" xml:"DisplayName,omitempty"`
	Email       *string `json:"Email,omitempty" xml:"Email,omitempty"`
	MobilePhone *string `json:"MobilePhone,omitempty" xml:"MobilePhone,omitempty"`
	UserName    *string `json:"UserName,omitempty" xml:"UserName,omitempty"`
}

func (CreateUserRequest) GoString

func (s CreateUserRequest) GoString() string

func (*CreateUserRequest) SetComments

func (s *CreateUserRequest) SetComments(v string) *CreateUserRequest

func (*CreateUserRequest) SetDisplayName

func (s *CreateUserRequest) SetDisplayName(v string) *CreateUserRequest

func (*CreateUserRequest) SetEmail

func (s *CreateUserRequest) SetEmail(v string) *CreateUserRequest

func (*CreateUserRequest) SetMobilePhone

func (s *CreateUserRequest) SetMobilePhone(v string) *CreateUserRequest

func (*CreateUserRequest) SetUserName

func (s *CreateUserRequest) SetUserName(v string) *CreateUserRequest

func (CreateUserRequest) String

func (s CreateUserRequest) String() string

type CreateUserResponse

type CreateUserResponse struct {
	Headers    map[string]*string      `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                  `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateUserResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateUserResponse) GoString

func (s CreateUserResponse) GoString() string

func (*CreateUserResponse) SetBody

func (*CreateUserResponse) SetHeaders

func (s *CreateUserResponse) SetHeaders(v map[string]*string) *CreateUserResponse

func (*CreateUserResponse) SetStatusCode

func (s *CreateUserResponse) SetStatusCode(v int32) *CreateUserResponse

func (CreateUserResponse) String

func (s CreateUserResponse) String() string

type CreateUserResponseBody

type CreateUserResponseBody struct {
	RequestId *string                     `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	User      *CreateUserResponseBodyUser `json:"User,omitempty" xml:"User,omitempty" type:"Struct"`
}

func (CreateUserResponseBody) GoString

func (s CreateUserResponseBody) GoString() string

func (*CreateUserResponseBody) SetRequestId

func (*CreateUserResponseBody) SetUser

func (CreateUserResponseBody) String

func (s CreateUserResponseBody) String() string

type CreateUserResponseBodyUser

type CreateUserResponseBodyUser struct {
	Comments    *string `json:"Comments,omitempty" xml:"Comments,omitempty"`
	CreateDate  *string `json:"CreateDate,omitempty" xml:"CreateDate,omitempty"`
	DisplayName *string `json:"DisplayName,omitempty" xml:"DisplayName,omitempty"`
	Email       *string `json:"Email,omitempty" xml:"Email,omitempty"`
	MobilePhone *string `json:"MobilePhone,omitempty" xml:"MobilePhone,omitempty"`
	UserId      *string `json:"UserId,omitempty" xml:"UserId,omitempty"`
	UserName    *string `json:"UserName,omitempty" xml:"UserName,omitempty"`
}

func (CreateUserResponseBodyUser) GoString

func (s CreateUserResponseBodyUser) GoString() string

func (*CreateUserResponseBodyUser) SetComments

func (*CreateUserResponseBodyUser) SetCreateDate

func (*CreateUserResponseBodyUser) SetDisplayName

func (*CreateUserResponseBodyUser) SetEmail

func (*CreateUserResponseBodyUser) SetMobilePhone

func (*CreateUserResponseBodyUser) SetUserId

func (*CreateUserResponseBodyUser) SetUserName

func (CreateUserResponseBodyUser) String

type CreateVirtualMFADeviceRequest

type CreateVirtualMFADeviceRequest struct {
	VirtualMFADeviceName *string `json:"VirtualMFADeviceName,omitempty" xml:"VirtualMFADeviceName,omitempty"`
}

func (CreateVirtualMFADeviceRequest) GoString

func (*CreateVirtualMFADeviceRequest) SetVirtualMFADeviceName

func (CreateVirtualMFADeviceRequest) String

type CreateVirtualMFADeviceResponse

type CreateVirtualMFADeviceResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateVirtualMFADeviceResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateVirtualMFADeviceResponse) GoString

func (*CreateVirtualMFADeviceResponse) SetHeaders

func (*CreateVirtualMFADeviceResponse) SetStatusCode

func (CreateVirtualMFADeviceResponse) String

type CreateVirtualMFADeviceResponseBody

type CreateVirtualMFADeviceResponseBody struct {
	RequestId        *string                                             `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	VirtualMFADevice *CreateVirtualMFADeviceResponseBodyVirtualMFADevice `json:"VirtualMFADevice,omitempty" xml:"VirtualMFADevice,omitempty" type:"Struct"`
}

func (CreateVirtualMFADeviceResponseBody) GoString

func (*CreateVirtualMFADeviceResponseBody) SetRequestId

func (CreateVirtualMFADeviceResponseBody) String

type CreateVirtualMFADeviceResponseBodyVirtualMFADevice

type CreateVirtualMFADeviceResponseBodyVirtualMFADevice struct {
	Base32StringSeed *string `json:"Base32StringSeed,omitempty" xml:"Base32StringSeed,omitempty"`
	QRCodePNG        *string `json:"QRCodePNG,omitempty" xml:"QRCodePNG,omitempty"`
	SerialNumber     *string `json:"SerialNumber,omitempty" xml:"SerialNumber,omitempty"`
}

func (CreateVirtualMFADeviceResponseBodyVirtualMFADevice) GoString

func (*CreateVirtualMFADeviceResponseBodyVirtualMFADevice) SetBase32StringSeed

func (*CreateVirtualMFADeviceResponseBodyVirtualMFADevice) SetQRCodePNG

func (*CreateVirtualMFADeviceResponseBodyVirtualMFADevice) SetSerialNumber

func (CreateVirtualMFADeviceResponseBodyVirtualMFADevice) String

type DeleteAccessKeyRequest

type DeleteAccessKeyRequest struct {
	UserAccessKeyId *string `json:"UserAccessKeyId,omitempty" xml:"UserAccessKeyId,omitempty"`
	UserName        *string `json:"UserName,omitempty" xml:"UserName,omitempty"`
}

func (DeleteAccessKeyRequest) GoString

func (s DeleteAccessKeyRequest) GoString() string

func (*DeleteAccessKeyRequest) SetUserAccessKeyId

func (s *DeleteAccessKeyRequest) SetUserAccessKeyId(v string) *DeleteAccessKeyRequest

func (*DeleteAccessKeyRequest) SetUserName

func (DeleteAccessKeyRequest) String

func (s DeleteAccessKeyRequest) String() string

type DeleteAccessKeyResponse

type DeleteAccessKeyResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DeleteAccessKeyResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteAccessKeyResponse) GoString

func (s DeleteAccessKeyResponse) GoString() string

func (*DeleteAccessKeyResponse) SetBody

func (*DeleteAccessKeyResponse) SetHeaders

func (*DeleteAccessKeyResponse) SetStatusCode

func (DeleteAccessKeyResponse) String

func (s DeleteAccessKeyResponse) String() string

type DeleteAccessKeyResponseBody

type DeleteAccessKeyResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DeleteAccessKeyResponseBody) GoString

func (s DeleteAccessKeyResponseBody) GoString() string

func (*DeleteAccessKeyResponseBody) SetRequestId

func (DeleteAccessKeyResponseBody) String

type DeleteGroupRequest

type DeleteGroupRequest struct {
	GroupName *string `json:"GroupName,omitempty" xml:"GroupName,omitempty"`
}

func (DeleteGroupRequest) GoString

func (s DeleteGroupRequest) GoString() string

func (*DeleteGroupRequest) SetGroupName

func (s *DeleteGroupRequest) SetGroupName(v string) *DeleteGroupRequest

func (DeleteGroupRequest) String

func (s DeleteGroupRequest) String() string

type DeleteGroupResponse

type DeleteGroupResponse struct {
	Headers    map[string]*string       `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                   `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DeleteGroupResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteGroupResponse) GoString

func (s DeleteGroupResponse) GoString() string

func (*DeleteGroupResponse) SetBody

func (*DeleteGroupResponse) SetHeaders

func (s *DeleteGroupResponse) SetHeaders(v map[string]*string) *DeleteGroupResponse

func (*DeleteGroupResponse) SetStatusCode

func (s *DeleteGroupResponse) SetStatusCode(v int32) *DeleteGroupResponse

func (DeleteGroupResponse) String

func (s DeleteGroupResponse) String() string

type DeleteGroupResponseBody

type DeleteGroupResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DeleteGroupResponseBody) GoString

func (s DeleteGroupResponseBody) GoString() string

func (*DeleteGroupResponseBody) SetRequestId

func (DeleteGroupResponseBody) String

func (s DeleteGroupResponseBody) String() string

type DeleteLoginProfileRequest

type DeleteLoginProfileRequest struct {
	UserName *string `json:"UserName,omitempty" xml:"UserName,omitempty"`
}

func (DeleteLoginProfileRequest) GoString

func (s DeleteLoginProfileRequest) GoString() string

func (*DeleteLoginProfileRequest) SetUserName

func (DeleteLoginProfileRequest) String

func (s DeleteLoginProfileRequest) String() string

type DeleteLoginProfileResponse

type DeleteLoginProfileResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DeleteLoginProfileResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteLoginProfileResponse) GoString

func (s DeleteLoginProfileResponse) GoString() string

func (*DeleteLoginProfileResponse) SetBody

func (*DeleteLoginProfileResponse) SetHeaders

func (*DeleteLoginProfileResponse) SetStatusCode

func (DeleteLoginProfileResponse) String

type DeleteLoginProfileResponseBody

type DeleteLoginProfileResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DeleteLoginProfileResponseBody) GoString

func (*DeleteLoginProfileResponseBody) SetRequestId

func (DeleteLoginProfileResponseBody) String

type DeletePolicyRequest

type DeletePolicyRequest struct {
	PolicyName *string `json:"PolicyName,omitempty" xml:"PolicyName,omitempty"`
}

func (DeletePolicyRequest) GoString

func (s DeletePolicyRequest) GoString() string

func (*DeletePolicyRequest) SetPolicyName

func (s *DeletePolicyRequest) SetPolicyName(v string) *DeletePolicyRequest

func (DeletePolicyRequest) String

func (s DeletePolicyRequest) String() string

type DeletePolicyResponse

type DeletePolicyResponse struct {
	Headers    map[string]*string        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                    `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DeletePolicyResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeletePolicyResponse) GoString

func (s DeletePolicyResponse) GoString() string

func (*DeletePolicyResponse) SetBody

func (*DeletePolicyResponse) SetHeaders

func (s *DeletePolicyResponse) SetHeaders(v map[string]*string) *DeletePolicyResponse

func (*DeletePolicyResponse) SetStatusCode

func (s *DeletePolicyResponse) SetStatusCode(v int32) *DeletePolicyResponse

func (DeletePolicyResponse) String

func (s DeletePolicyResponse) String() string

type DeletePolicyResponseBody

type DeletePolicyResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DeletePolicyResponseBody) GoString

func (s DeletePolicyResponseBody) GoString() string

func (*DeletePolicyResponseBody) SetRequestId

func (DeletePolicyResponseBody) String

func (s DeletePolicyResponseBody) String() string

type DeletePolicyVersionRequest

type DeletePolicyVersionRequest struct {
	PolicyName *string `json:"PolicyName,omitempty" xml:"PolicyName,omitempty"`
	VersionId  *string `json:"VersionId,omitempty" xml:"VersionId,omitempty"`
}

func (DeletePolicyVersionRequest) GoString

func (s DeletePolicyVersionRequest) GoString() string

func (*DeletePolicyVersionRequest) SetPolicyName

func (*DeletePolicyVersionRequest) SetVersionId

func (DeletePolicyVersionRequest) String

type DeletePolicyVersionResponse

type DeletePolicyVersionResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DeletePolicyVersionResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeletePolicyVersionResponse) GoString

func (s DeletePolicyVersionResponse) GoString() string

func (*DeletePolicyVersionResponse) SetBody

func (*DeletePolicyVersionResponse) SetHeaders

func (*DeletePolicyVersionResponse) SetStatusCode

func (DeletePolicyVersionResponse) String

type DeletePolicyVersionResponseBody

type DeletePolicyVersionResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DeletePolicyVersionResponseBody) GoString

func (*DeletePolicyVersionResponseBody) SetRequestId

func (DeletePolicyVersionResponseBody) String

type DeleteRoleRequest

type DeleteRoleRequest struct {
	RoleName *string `json:"RoleName,omitempty" xml:"RoleName,omitempty"`
}

func (DeleteRoleRequest) GoString

func (s DeleteRoleRequest) GoString() string

func (*DeleteRoleRequest) SetRoleName

func (s *DeleteRoleRequest) SetRoleName(v string) *DeleteRoleRequest

func (DeleteRoleRequest) String

func (s DeleteRoleRequest) String() string

type DeleteRoleResponse

type DeleteRoleResponse struct {
	Headers    map[string]*string      `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                  `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DeleteRoleResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteRoleResponse) GoString

func (s DeleteRoleResponse) GoString() string

func (*DeleteRoleResponse) SetBody

func (*DeleteRoleResponse) SetHeaders

func (s *DeleteRoleResponse) SetHeaders(v map[string]*string) *DeleteRoleResponse

func (*DeleteRoleResponse) SetStatusCode

func (s *DeleteRoleResponse) SetStatusCode(v int32) *DeleteRoleResponse

func (DeleteRoleResponse) String

func (s DeleteRoleResponse) String() string

type DeleteRoleResponseBody

type DeleteRoleResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DeleteRoleResponseBody) GoString

func (s DeleteRoleResponseBody) GoString() string

func (*DeleteRoleResponseBody) SetRequestId

func (DeleteRoleResponseBody) String

func (s DeleteRoleResponseBody) String() string

type DeleteUserRequest

type DeleteUserRequest struct {
	UserName *string `json:"UserName,omitempty" xml:"UserName,omitempty"`
}

func (DeleteUserRequest) GoString

func (s DeleteUserRequest) GoString() string

func (*DeleteUserRequest) SetUserName

func (s *DeleteUserRequest) SetUserName(v string) *DeleteUserRequest

func (DeleteUserRequest) String

func (s DeleteUserRequest) String() string

type DeleteUserResponse

type DeleteUserResponse struct {
	Headers    map[string]*string      `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                  `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DeleteUserResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteUserResponse) GoString

func (s DeleteUserResponse) GoString() string

func (*DeleteUserResponse) SetBody

func (*DeleteUserResponse) SetHeaders

func (s *DeleteUserResponse) SetHeaders(v map[string]*string) *DeleteUserResponse

func (*DeleteUserResponse) SetStatusCode

func (s *DeleteUserResponse) SetStatusCode(v int32) *DeleteUserResponse

func (DeleteUserResponse) String

func (s DeleteUserResponse) String() string

type DeleteUserResponseBody

type DeleteUserResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DeleteUserResponseBody) GoString

func (s DeleteUserResponseBody) GoString() string

func (*DeleteUserResponseBody) SetRequestId

func (DeleteUserResponseBody) String

func (s DeleteUserResponseBody) String() string

type DeleteVirtualMFADeviceRequest

type DeleteVirtualMFADeviceRequest struct {
	SerialNumber *string `json:"SerialNumber,omitempty" xml:"SerialNumber,omitempty"`
}

func (DeleteVirtualMFADeviceRequest) GoString

func (*DeleteVirtualMFADeviceRequest) SetSerialNumber

func (DeleteVirtualMFADeviceRequest) String

type DeleteVirtualMFADeviceResponse

type DeleteVirtualMFADeviceResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DeleteVirtualMFADeviceResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteVirtualMFADeviceResponse) GoString

func (*DeleteVirtualMFADeviceResponse) SetHeaders

func (*DeleteVirtualMFADeviceResponse) SetStatusCode

func (DeleteVirtualMFADeviceResponse) String

type DeleteVirtualMFADeviceResponseBody

type DeleteVirtualMFADeviceResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DeleteVirtualMFADeviceResponseBody) GoString

func (*DeleteVirtualMFADeviceResponseBody) SetRequestId

func (DeleteVirtualMFADeviceResponseBody) String

type DetachPolicyFromGroupRequest

type DetachPolicyFromGroupRequest struct {
	GroupName  *string `json:"GroupName,omitempty" xml:"GroupName,omitempty"`
	PolicyName *string `json:"PolicyName,omitempty" xml:"PolicyName,omitempty"`
	PolicyType *string `json:"PolicyType,omitempty" xml:"PolicyType,omitempty"`
}

func (DetachPolicyFromGroupRequest) GoString

func (s DetachPolicyFromGroupRequest) GoString() string

func (*DetachPolicyFromGroupRequest) SetGroupName

func (*DetachPolicyFromGroupRequest) SetPolicyName

func (*DetachPolicyFromGroupRequest) SetPolicyType

func (DetachPolicyFromGroupRequest) String

type DetachPolicyFromGroupResponse

type DetachPolicyFromGroupResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DetachPolicyFromGroupResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DetachPolicyFromGroupResponse) GoString

func (*DetachPolicyFromGroupResponse) SetBody

func (*DetachPolicyFromGroupResponse) SetHeaders

func (*DetachPolicyFromGroupResponse) SetStatusCode

func (DetachPolicyFromGroupResponse) String

type DetachPolicyFromGroupResponseBody

type DetachPolicyFromGroupResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DetachPolicyFromGroupResponseBody) GoString

func (*DetachPolicyFromGroupResponseBody) SetRequestId

func (DetachPolicyFromGroupResponseBody) String

type DetachPolicyFromRoleRequest

type DetachPolicyFromRoleRequest struct {
	PolicyName *string `json:"PolicyName,omitempty" xml:"PolicyName,omitempty"`
	PolicyType *string `json:"PolicyType,omitempty" xml:"PolicyType,omitempty"`
	RoleName   *string `json:"RoleName,omitempty" xml:"RoleName,omitempty"`
}

func (DetachPolicyFromRoleRequest) GoString

func (s DetachPolicyFromRoleRequest) GoString() string

func (*DetachPolicyFromRoleRequest) SetPolicyName

func (*DetachPolicyFromRoleRequest) SetPolicyType

func (*DetachPolicyFromRoleRequest) SetRoleName

func (DetachPolicyFromRoleRequest) String

type DetachPolicyFromRoleResponse

type DetachPolicyFromRoleResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DetachPolicyFromRoleResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DetachPolicyFromRoleResponse) GoString

func (s DetachPolicyFromRoleResponse) GoString() string

func (*DetachPolicyFromRoleResponse) SetBody

func (*DetachPolicyFromRoleResponse) SetHeaders

func (*DetachPolicyFromRoleResponse) SetStatusCode

func (DetachPolicyFromRoleResponse) String

type DetachPolicyFromRoleResponseBody

type DetachPolicyFromRoleResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DetachPolicyFromRoleResponseBody) GoString

func (*DetachPolicyFromRoleResponseBody) SetRequestId

func (DetachPolicyFromRoleResponseBody) String

type DetachPolicyFromUserRequest

type DetachPolicyFromUserRequest struct {
	PolicyName *string `json:"PolicyName,omitempty" xml:"PolicyName,omitempty"`
	PolicyType *string `json:"PolicyType,omitempty" xml:"PolicyType,omitempty"`
	UserName   *string `json:"UserName,omitempty" xml:"UserName,omitempty"`
}

func (DetachPolicyFromUserRequest) GoString

func (s DetachPolicyFromUserRequest) GoString() string

func (*DetachPolicyFromUserRequest) SetPolicyName

func (*DetachPolicyFromUserRequest) SetPolicyType

func (*DetachPolicyFromUserRequest) SetUserName

func (DetachPolicyFromUserRequest) String

type DetachPolicyFromUserResponse

type DetachPolicyFromUserResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DetachPolicyFromUserResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DetachPolicyFromUserResponse) GoString

func (s DetachPolicyFromUserResponse) GoString() string

func (*DetachPolicyFromUserResponse) SetBody

func (*DetachPolicyFromUserResponse) SetHeaders

func (*DetachPolicyFromUserResponse) SetStatusCode

func (DetachPolicyFromUserResponse) String

type DetachPolicyFromUserResponseBody

type DetachPolicyFromUserResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DetachPolicyFromUserResponseBody) GoString

func (*DetachPolicyFromUserResponseBody) SetRequestId

func (DetachPolicyFromUserResponseBody) String

type GetAccessKeyLastUsedRequest

type GetAccessKeyLastUsedRequest struct {
	UserAccessKeyId *string `json:"UserAccessKeyId,omitempty" xml:"UserAccessKeyId,omitempty"`
	UserName        *string `json:"UserName,omitempty" xml:"UserName,omitempty"`
}

func (GetAccessKeyLastUsedRequest) GoString

func (s GetAccessKeyLastUsedRequest) GoString() string

func (*GetAccessKeyLastUsedRequest) SetUserAccessKeyId

func (*GetAccessKeyLastUsedRequest) SetUserName

func (GetAccessKeyLastUsedRequest) String

type GetAccessKeyLastUsedResponse

type GetAccessKeyLastUsedResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetAccessKeyLastUsedResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetAccessKeyLastUsedResponse) GoString

func (s GetAccessKeyLastUsedResponse) GoString() string

func (*GetAccessKeyLastUsedResponse) SetBody

func (*GetAccessKeyLastUsedResponse) SetHeaders

func (*GetAccessKeyLastUsedResponse) SetStatusCode

func (GetAccessKeyLastUsedResponse) String

type GetAccessKeyLastUsedResponseBody

type GetAccessKeyLastUsedResponseBody struct {
	AccessKeyLastUsed *GetAccessKeyLastUsedResponseBodyAccessKeyLastUsed `json:"AccessKeyLastUsed,omitempty" xml:"AccessKeyLastUsed,omitempty" type:"Struct"`
	RequestId         *string                                            `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (GetAccessKeyLastUsedResponseBody) GoString

func (*GetAccessKeyLastUsedResponseBody) SetRequestId

func (GetAccessKeyLastUsedResponseBody) String

type GetAccessKeyLastUsedResponseBodyAccessKeyLastUsed

type GetAccessKeyLastUsedResponseBodyAccessKeyLastUsed struct {
	LastUsedDate *string `json:"LastUsedDate,omitempty" xml:"LastUsedDate,omitempty"`
}

func (GetAccessKeyLastUsedResponseBodyAccessKeyLastUsed) GoString

func (*GetAccessKeyLastUsedResponseBodyAccessKeyLastUsed) SetLastUsedDate

func (GetAccessKeyLastUsedResponseBodyAccessKeyLastUsed) String

type GetAccountAliasResponse

type GetAccountAliasResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetAccountAliasResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetAccountAliasResponse) GoString

func (s GetAccountAliasResponse) GoString() string

func (*GetAccountAliasResponse) SetBody

func (*GetAccountAliasResponse) SetHeaders

func (*GetAccountAliasResponse) SetStatusCode

func (GetAccountAliasResponse) String

func (s GetAccountAliasResponse) String() string

type GetAccountAliasResponseBody

type GetAccountAliasResponseBody struct {
	AccountAlias *string `json:"AccountAlias,omitempty" xml:"AccountAlias,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (GetAccountAliasResponseBody) GoString

func (s GetAccountAliasResponseBody) GoString() string

func (*GetAccountAliasResponseBody) SetAccountAlias

func (*GetAccountAliasResponseBody) SetRequestId

func (GetAccountAliasResponseBody) String

type GetGroupRequest

type GetGroupRequest struct {
	GroupName *string `json:"GroupName,omitempty" xml:"GroupName,omitempty"`
}

func (GetGroupRequest) GoString

func (s GetGroupRequest) GoString() string

func (*GetGroupRequest) SetGroupName

func (s *GetGroupRequest) SetGroupName(v string) *GetGroupRequest

func (GetGroupRequest) String

func (s GetGroupRequest) String() string

type GetGroupResponse

type GetGroupResponse struct {
	Headers    map[string]*string    `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetGroupResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetGroupResponse) GoString

func (s GetGroupResponse) GoString() string

func (*GetGroupResponse) SetBody

func (*GetGroupResponse) SetHeaders

func (s *GetGroupResponse) SetHeaders(v map[string]*string) *GetGroupResponse

func (*GetGroupResponse) SetStatusCode

func (s *GetGroupResponse) SetStatusCode(v int32) *GetGroupResponse

func (GetGroupResponse) String

func (s GetGroupResponse) String() string

type GetGroupResponseBody

type GetGroupResponseBody struct {
	Group     *GetGroupResponseBodyGroup `json:"Group,omitempty" xml:"Group,omitempty" type:"Struct"`
	RequestId *string                    `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (GetGroupResponseBody) GoString

func (s GetGroupResponseBody) GoString() string

func (*GetGroupResponseBody) SetGroup

func (*GetGroupResponseBody) SetRequestId

func (s *GetGroupResponseBody) SetRequestId(v string) *GetGroupResponseBody

func (GetGroupResponseBody) String

func (s GetGroupResponseBody) String() string

type GetGroupResponseBodyGroup

type GetGroupResponseBodyGroup struct {
	Comments   *string `json:"Comments,omitempty" xml:"Comments,omitempty"`
	CreateDate *string `json:"CreateDate,omitempty" xml:"CreateDate,omitempty"`
	GroupId    *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"`
	GroupName  *string `json:"GroupName,omitempty" xml:"GroupName,omitempty"`
	UpdateDate *string `json:"UpdateDate,omitempty" xml:"UpdateDate,omitempty"`
}

func (GetGroupResponseBodyGroup) GoString

func (s GetGroupResponseBodyGroup) GoString() string

func (*GetGroupResponseBodyGroup) SetComments

func (*GetGroupResponseBodyGroup) SetCreateDate

func (*GetGroupResponseBodyGroup) SetGroupId

func (*GetGroupResponseBodyGroup) SetGroupName

func (*GetGroupResponseBodyGroup) SetUpdateDate

func (GetGroupResponseBodyGroup) String

func (s GetGroupResponseBodyGroup) String() string

type GetLoginProfileRequest

type GetLoginProfileRequest struct {
	UserName *string `json:"UserName,omitempty" xml:"UserName,omitempty"`
}

func (GetLoginProfileRequest) GoString

func (s GetLoginProfileRequest) GoString() string

func (*GetLoginProfileRequest) SetUserName

func (GetLoginProfileRequest) String

func (s GetLoginProfileRequest) String() string

type GetLoginProfileResponse

type GetLoginProfileResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetLoginProfileResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetLoginProfileResponse) GoString

func (s GetLoginProfileResponse) GoString() string

func (*GetLoginProfileResponse) SetBody

func (*GetLoginProfileResponse) SetHeaders

func (*GetLoginProfileResponse) SetStatusCode

func (GetLoginProfileResponse) String

func (s GetLoginProfileResponse) String() string

type GetLoginProfileResponseBody

type GetLoginProfileResponseBody struct {
	LoginProfile *GetLoginProfileResponseBodyLoginProfile `json:"LoginProfile,omitempty" xml:"LoginProfile,omitempty" type:"Struct"`
	RequestId    *string                                  `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (GetLoginProfileResponseBody) GoString

func (s GetLoginProfileResponseBody) GoString() string

func (*GetLoginProfileResponseBody) SetRequestId

func (GetLoginProfileResponseBody) String

type GetLoginProfileResponseBodyLoginProfile

type GetLoginProfileResponseBodyLoginProfile struct {
	CreateDate            *string `json:"CreateDate,omitempty" xml:"CreateDate,omitempty"`
	MFABindRequired       *bool   `json:"MFABindRequired,omitempty" xml:"MFABindRequired,omitempty"`
	PasswordResetRequired *bool   `json:"PasswordResetRequired,omitempty" xml:"PasswordResetRequired,omitempty"`
	UserName              *string `json:"UserName,omitempty" xml:"UserName,omitempty"`
}

func (GetLoginProfileResponseBodyLoginProfile) GoString

func (*GetLoginProfileResponseBodyLoginProfile) SetCreateDate

func (*GetLoginProfileResponseBodyLoginProfile) SetMFABindRequired

func (*GetLoginProfileResponseBodyLoginProfile) SetPasswordResetRequired

func (*GetLoginProfileResponseBodyLoginProfile) SetUserName

func (GetLoginProfileResponseBodyLoginProfile) String

type GetPasswordPolicyResponse

type GetPasswordPolicyResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetPasswordPolicyResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetPasswordPolicyResponse) GoString

func (s GetPasswordPolicyResponse) GoString() string

func (*GetPasswordPolicyResponse) SetBody

func (*GetPasswordPolicyResponse) SetHeaders

func (*GetPasswordPolicyResponse) SetStatusCode

func (GetPasswordPolicyResponse) String

func (s GetPasswordPolicyResponse) String() string

type GetPasswordPolicyResponseBody

type GetPasswordPolicyResponseBody struct {
	PasswordPolicy *GetPasswordPolicyResponseBodyPasswordPolicy `json:"PasswordPolicy,omitempty" xml:"PasswordPolicy,omitempty" type:"Struct"`
	RequestId      *string                                      `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (GetPasswordPolicyResponseBody) GoString

func (*GetPasswordPolicyResponseBody) SetRequestId

func (GetPasswordPolicyResponseBody) String

type GetPasswordPolicyResponseBodyPasswordPolicy

type GetPasswordPolicyResponseBodyPasswordPolicy struct {
	HardExpiry                 *bool  `json:"HardExpiry,omitempty" xml:"HardExpiry,omitempty"`
	MaxLoginAttemps            *int32 `json:"MaxLoginAttemps,omitempty" xml:"MaxLoginAttemps,omitempty"`
	MaxPasswordAge             *int32 `json:"MaxPasswordAge,omitempty" xml:"MaxPasswordAge,omitempty"`
	MinimumPasswordLength      *int32 `json:"MinimumPasswordLength,omitempty" xml:"MinimumPasswordLength,omitempty"`
	PasswordReusePrevention    *int32 `json:"PasswordReusePrevention,omitempty" xml:"PasswordReusePrevention,omitempty"`
	RequireLowercaseCharacters *bool  `json:"RequireLowercaseCharacters,omitempty" xml:"RequireLowercaseCharacters,omitempty"`
	RequireNumbers             *bool  `json:"RequireNumbers,omitempty" xml:"RequireNumbers,omitempty"`
	RequireSymbols             *bool  `json:"RequireSymbols,omitempty" xml:"RequireSymbols,omitempty"`
	RequireUppercaseCharacters *bool  `json:"RequireUppercaseCharacters,omitempty" xml:"RequireUppercaseCharacters,omitempty"`
}

func (GetPasswordPolicyResponseBodyPasswordPolicy) GoString

func (*GetPasswordPolicyResponseBodyPasswordPolicy) SetHardExpiry

func (*GetPasswordPolicyResponseBodyPasswordPolicy) SetMaxLoginAttemps

func (*GetPasswordPolicyResponseBodyPasswordPolicy) SetMaxPasswordAge

func (*GetPasswordPolicyResponseBodyPasswordPolicy) SetMinimumPasswordLength

func (*GetPasswordPolicyResponseBodyPasswordPolicy) SetPasswordReusePrevention

func (*GetPasswordPolicyResponseBodyPasswordPolicy) SetRequireLowercaseCharacters

func (*GetPasswordPolicyResponseBodyPasswordPolicy) SetRequireNumbers

func (*GetPasswordPolicyResponseBodyPasswordPolicy) SetRequireSymbols

func (*GetPasswordPolicyResponseBodyPasswordPolicy) SetRequireUppercaseCharacters

func (GetPasswordPolicyResponseBodyPasswordPolicy) String

type GetPolicyRequest

type GetPolicyRequest struct {
	PolicyName *string `json:"PolicyName,omitempty" xml:"PolicyName,omitempty"`
	PolicyType *string `json:"PolicyType,omitempty" xml:"PolicyType,omitempty"`
}

func (GetPolicyRequest) GoString

func (s GetPolicyRequest) GoString() string

func (*GetPolicyRequest) SetPolicyName

func (s *GetPolicyRequest) SetPolicyName(v string) *GetPolicyRequest

func (*GetPolicyRequest) SetPolicyType

func (s *GetPolicyRequest) SetPolicyType(v string) *GetPolicyRequest

func (GetPolicyRequest) String

func (s GetPolicyRequest) String() string

type GetPolicyResponse

type GetPolicyResponse struct {
	Headers    map[string]*string     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetPolicyResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetPolicyResponse) GoString

func (s GetPolicyResponse) GoString() string

func (*GetPolicyResponse) SetBody

func (*GetPolicyResponse) SetHeaders

func (s *GetPolicyResponse) SetHeaders(v map[string]*string) *GetPolicyResponse

func (*GetPolicyResponse) SetStatusCode

func (s *GetPolicyResponse) SetStatusCode(v int32) *GetPolicyResponse

func (GetPolicyResponse) String

func (s GetPolicyResponse) String() string

type GetPolicyResponseBody

type GetPolicyResponseBody struct {
	DefaultPolicyVersion *GetPolicyResponseBodyDefaultPolicyVersion `json:"DefaultPolicyVersion,omitempty" xml:"DefaultPolicyVersion,omitempty" type:"Struct"`
	Policy               *GetPolicyResponseBodyPolicy               `json:"Policy,omitempty" xml:"Policy,omitempty" type:"Struct"`
	RequestId            *string                                    `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (GetPolicyResponseBody) GoString

func (s GetPolicyResponseBody) GoString() string

func (*GetPolicyResponseBody) SetDefaultPolicyVersion

func (*GetPolicyResponseBody) SetPolicy

func (*GetPolicyResponseBody) SetRequestId

func (GetPolicyResponseBody) String

func (s GetPolicyResponseBody) String() string

type GetPolicyResponseBodyDefaultPolicyVersion

type GetPolicyResponseBodyDefaultPolicyVersion struct {
	CreateDate       *string `json:"CreateDate,omitempty" xml:"CreateDate,omitempty"`
	IsDefaultVersion *bool   `json:"IsDefaultVersion,omitempty" xml:"IsDefaultVersion,omitempty"`
	PolicyDocument   *string `json:"PolicyDocument,omitempty" xml:"PolicyDocument,omitempty"`
	VersionId        *string `json:"VersionId,omitempty" xml:"VersionId,omitempty"`
}

func (GetPolicyResponseBodyDefaultPolicyVersion) GoString

func (*GetPolicyResponseBodyDefaultPolicyVersion) SetCreateDate

func (*GetPolicyResponseBodyDefaultPolicyVersion) SetIsDefaultVersion

func (*GetPolicyResponseBodyDefaultPolicyVersion) SetPolicyDocument

func (*GetPolicyResponseBodyDefaultPolicyVersion) SetVersionId

func (GetPolicyResponseBodyDefaultPolicyVersion) String

type GetPolicyResponseBodyPolicy

type GetPolicyResponseBodyPolicy struct {
	AttachmentCount *int32  `json:"AttachmentCount,omitempty" xml:"AttachmentCount,omitempty"`
	CreateDate      *string `json:"CreateDate,omitempty" xml:"CreateDate,omitempty"`
	DefaultVersion  *string `json:"DefaultVersion,omitempty" xml:"DefaultVersion,omitempty"`
	Description     *string `json:"Description,omitempty" xml:"Description,omitempty"`
	PolicyDocument  *string `json:"PolicyDocument,omitempty" xml:"PolicyDocument,omitempty"`
	PolicyName      *string `json:"PolicyName,omitempty" xml:"PolicyName,omitempty"`
	PolicyType      *string `json:"PolicyType,omitempty" xml:"PolicyType,omitempty"`
	UpdateDate      *string `json:"UpdateDate,omitempty" xml:"UpdateDate,omitempty"`
}

func (GetPolicyResponseBodyPolicy) GoString

func (s GetPolicyResponseBodyPolicy) GoString() string

func (*GetPolicyResponseBodyPolicy) SetAttachmentCount

func (*GetPolicyResponseBodyPolicy) SetCreateDate

func (*GetPolicyResponseBodyPolicy) SetDefaultVersion

func (*GetPolicyResponseBodyPolicy) SetDescription

func (*GetPolicyResponseBodyPolicy) SetPolicyDocument

func (*GetPolicyResponseBodyPolicy) SetPolicyName

func (*GetPolicyResponseBodyPolicy) SetPolicyType

func (*GetPolicyResponseBodyPolicy) SetUpdateDate

func (GetPolicyResponseBodyPolicy) String

type GetPolicyVersionRequest

type GetPolicyVersionRequest struct {
	PolicyName *string `json:"PolicyName,omitempty" xml:"PolicyName,omitempty"`
	PolicyType *string `json:"PolicyType,omitempty" xml:"PolicyType,omitempty"`
	VersionId  *string `json:"VersionId,omitempty" xml:"VersionId,omitempty"`
}

func (GetPolicyVersionRequest) GoString

func (s GetPolicyVersionRequest) GoString() string

func (*GetPolicyVersionRequest) SetPolicyName

func (*GetPolicyVersionRequest) SetPolicyType

func (*GetPolicyVersionRequest) SetVersionId

func (GetPolicyVersionRequest) String

func (s GetPolicyVersionRequest) String() string

type GetPolicyVersionResponse

type GetPolicyVersionResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetPolicyVersionResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetPolicyVersionResponse) GoString

func (s GetPolicyVersionResponse) GoString() string

func (*GetPolicyVersionResponse) SetBody

func (*GetPolicyVersionResponse) SetHeaders

func (*GetPolicyVersionResponse) SetStatusCode

func (GetPolicyVersionResponse) String

func (s GetPolicyVersionResponse) String() string

type GetPolicyVersionResponseBody

type GetPolicyVersionResponseBody struct {
	PolicyVersion *GetPolicyVersionResponseBodyPolicyVersion `json:"PolicyVersion,omitempty" xml:"PolicyVersion,omitempty" type:"Struct"`
	RequestId     *string                                    `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (GetPolicyVersionResponseBody) GoString

func (s GetPolicyVersionResponseBody) GoString() string

func (*GetPolicyVersionResponseBody) SetRequestId

func (GetPolicyVersionResponseBody) String

type GetPolicyVersionResponseBodyPolicyVersion

type GetPolicyVersionResponseBodyPolicyVersion struct {
	CreateDate       *string `json:"CreateDate,omitempty" xml:"CreateDate,omitempty"`
	IsDefaultVersion *bool   `json:"IsDefaultVersion,omitempty" xml:"IsDefaultVersion,omitempty"`
	PolicyDocument   *string `json:"PolicyDocument,omitempty" xml:"PolicyDocument,omitempty"`
	VersionId        *string `json:"VersionId,omitempty" xml:"VersionId,omitempty"`
}

func (GetPolicyVersionResponseBodyPolicyVersion) GoString

func (*GetPolicyVersionResponseBodyPolicyVersion) SetCreateDate

func (*GetPolicyVersionResponseBodyPolicyVersion) SetIsDefaultVersion

func (*GetPolicyVersionResponseBodyPolicyVersion) SetPolicyDocument

func (*GetPolicyVersionResponseBodyPolicyVersion) SetVersionId

func (GetPolicyVersionResponseBodyPolicyVersion) String

type GetRoleRequest

type GetRoleRequest struct {
	RoleName *string `json:"RoleName,omitempty" xml:"RoleName,omitempty"`
}

func (GetRoleRequest) GoString

func (s GetRoleRequest) GoString() string

func (*GetRoleRequest) SetRoleName

func (s *GetRoleRequest) SetRoleName(v string) *GetRoleRequest

func (GetRoleRequest) String

func (s GetRoleRequest) String() string

type GetRoleResponse

type GetRoleResponse struct {
	Headers    map[string]*string   `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32               `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetRoleResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetRoleResponse) GoString

func (s GetRoleResponse) GoString() string

func (*GetRoleResponse) SetBody

func (*GetRoleResponse) SetHeaders

func (s *GetRoleResponse) SetHeaders(v map[string]*string) *GetRoleResponse

func (*GetRoleResponse) SetStatusCode

func (s *GetRoleResponse) SetStatusCode(v int32) *GetRoleResponse

func (GetRoleResponse) String

func (s GetRoleResponse) String() string

type GetRoleResponseBody

type GetRoleResponseBody struct {
	RequestId *string                  `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Role      *GetRoleResponseBodyRole `json:"Role,omitempty" xml:"Role,omitempty" type:"Struct"`
}

func (GetRoleResponseBody) GoString

func (s GetRoleResponseBody) GoString() string

func (*GetRoleResponseBody) SetRequestId

func (s *GetRoleResponseBody) SetRequestId(v string) *GetRoleResponseBody

func (*GetRoleResponseBody) SetRole

func (GetRoleResponseBody) String

func (s GetRoleResponseBody) String() string

type GetRoleResponseBodyRole

type GetRoleResponseBodyRole struct {
	Arn                      *string `json:"Arn,omitempty" xml:"Arn,omitempty"`
	AssumeRolePolicyDocument *string `json:"AssumeRolePolicyDocument,omitempty" xml:"AssumeRolePolicyDocument,omitempty"`
	CreateDate               *string `json:"CreateDate,omitempty" xml:"CreateDate,omitempty"`
	Description              *string `json:"Description,omitempty" xml:"Description,omitempty"`
	MaxSessionDuration       *int64  `json:"MaxSessionDuration,omitempty" xml:"MaxSessionDuration,omitempty"`
	RoleId                   *string `json:"RoleId,omitempty" xml:"RoleId,omitempty"`
	RoleName                 *string `json:"RoleName,omitempty" xml:"RoleName,omitempty"`
	UpdateDate               *string `json:"UpdateDate,omitempty" xml:"UpdateDate,omitempty"`
}

func (GetRoleResponseBodyRole) GoString

func (s GetRoleResponseBodyRole) GoString() string

func (*GetRoleResponseBodyRole) SetArn

func (*GetRoleResponseBodyRole) SetAssumeRolePolicyDocument

func (s *GetRoleResponseBodyRole) SetAssumeRolePolicyDocument(v string) *GetRoleResponseBodyRole

func (*GetRoleResponseBodyRole) SetCreateDate

func (*GetRoleResponseBodyRole) SetDescription

func (*GetRoleResponseBodyRole) SetMaxSessionDuration

func (s *GetRoleResponseBodyRole) SetMaxSessionDuration(v int64) *GetRoleResponseBodyRole

func (*GetRoleResponseBodyRole) SetRoleId

func (*GetRoleResponseBodyRole) SetRoleName

func (*GetRoleResponseBodyRole) SetUpdateDate

func (GetRoleResponseBodyRole) String

func (s GetRoleResponseBodyRole) String() string

type GetSecurityPreferenceResponse

type GetSecurityPreferenceResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetSecurityPreferenceResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetSecurityPreferenceResponse) GoString

func (*GetSecurityPreferenceResponse) SetBody

func (*GetSecurityPreferenceResponse) SetHeaders

func (*GetSecurityPreferenceResponse) SetStatusCode

func (GetSecurityPreferenceResponse) String

type GetSecurityPreferenceResponseBody

type GetSecurityPreferenceResponseBody struct {
	RequestId          *string                                              `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	SecurityPreference *GetSecurityPreferenceResponseBodySecurityPreference `json:"SecurityPreference,omitempty" xml:"SecurityPreference,omitempty" type:"Struct"`
}

func (GetSecurityPreferenceResponseBody) GoString

func (*GetSecurityPreferenceResponseBody) SetRequestId

func (GetSecurityPreferenceResponseBody) String

type GetSecurityPreferenceResponseBodySecurityPreference

type GetSecurityPreferenceResponseBodySecurityPreference struct {
	AccessKeyPreference    *GetSecurityPreferenceResponseBodySecurityPreferenceAccessKeyPreference    `json:"AccessKeyPreference,omitempty" xml:"AccessKeyPreference,omitempty" type:"Struct"`
	LoginProfilePreference *GetSecurityPreferenceResponseBodySecurityPreferenceLoginProfilePreference `json:"LoginProfilePreference,omitempty" xml:"LoginProfilePreference,omitempty" type:"Struct"`
	MFAPreference          *GetSecurityPreferenceResponseBodySecurityPreferenceMFAPreference          `json:"MFAPreference,omitempty" xml:"MFAPreference,omitempty" type:"Struct"`
	PublicKeyPreference    *GetSecurityPreferenceResponseBodySecurityPreferencePublicKeyPreference    `json:"PublicKeyPreference,omitempty" xml:"PublicKeyPreference,omitempty" type:"Struct"`
}

func (GetSecurityPreferenceResponseBodySecurityPreference) GoString

func (GetSecurityPreferenceResponseBodySecurityPreference) String

type GetSecurityPreferenceResponseBodySecurityPreferenceAccessKeyPreference

type GetSecurityPreferenceResponseBodySecurityPreferenceAccessKeyPreference struct {
	AllowUserToManageAccessKeys *bool `json:"AllowUserToManageAccessKeys,omitempty" xml:"AllowUserToManageAccessKeys,omitempty"`
}

func (GetSecurityPreferenceResponseBodySecurityPreferenceAccessKeyPreference) GoString

func (*GetSecurityPreferenceResponseBodySecurityPreferenceAccessKeyPreference) SetAllowUserToManageAccessKeys

func (GetSecurityPreferenceResponseBodySecurityPreferenceAccessKeyPreference) String

type GetSecurityPreferenceResponseBodySecurityPreferenceLoginProfilePreference

type GetSecurityPreferenceResponseBodySecurityPreferenceLoginProfilePreference struct {
	AllowUserToChangePassword *bool   `json:"AllowUserToChangePassword,omitempty" xml:"AllowUserToChangePassword,omitempty"`
	EnableSaveMFATicket       *bool   `json:"EnableSaveMFATicket,omitempty" xml:"EnableSaveMFATicket,omitempty"`
	LoginNetworkMasks         *string `json:"LoginNetworkMasks,omitempty" xml:"LoginNetworkMasks,omitempty"`
	LoginSessionDuration      *int32  `json:"LoginSessionDuration,omitempty" xml:"LoginSessionDuration,omitempty"`
}

func (GetSecurityPreferenceResponseBodySecurityPreferenceLoginProfilePreference) GoString

func (*GetSecurityPreferenceResponseBodySecurityPreferenceLoginProfilePreference) SetAllowUserToChangePassword

func (*GetSecurityPreferenceResponseBodySecurityPreferenceLoginProfilePreference) SetEnableSaveMFATicket

func (*GetSecurityPreferenceResponseBodySecurityPreferenceLoginProfilePreference) SetLoginNetworkMasks

func (*GetSecurityPreferenceResponseBodySecurityPreferenceLoginProfilePreference) SetLoginSessionDuration

func (GetSecurityPreferenceResponseBodySecurityPreferenceLoginProfilePreference) String

type GetSecurityPreferenceResponseBodySecurityPreferenceMFAPreference

type GetSecurityPreferenceResponseBodySecurityPreferenceMFAPreference struct {
	AllowUserToManageMFADevices *bool `json:"AllowUserToManageMFADevices,omitempty" xml:"AllowUserToManageMFADevices,omitempty"`
}

func (GetSecurityPreferenceResponseBodySecurityPreferenceMFAPreference) GoString

func (*GetSecurityPreferenceResponseBodySecurityPreferenceMFAPreference) SetAllowUserToManageMFADevices

func (GetSecurityPreferenceResponseBodySecurityPreferenceMFAPreference) String

type GetSecurityPreferenceResponseBodySecurityPreferencePublicKeyPreference

type GetSecurityPreferenceResponseBodySecurityPreferencePublicKeyPreference struct {
	AllowUserToManagePublicKeys *bool `json:"AllowUserToManagePublicKeys,omitempty" xml:"AllowUserToManagePublicKeys,omitempty"`
}

func (GetSecurityPreferenceResponseBodySecurityPreferencePublicKeyPreference) GoString

func (*GetSecurityPreferenceResponseBodySecurityPreferencePublicKeyPreference) SetAllowUserToManagePublicKeys

func (GetSecurityPreferenceResponseBodySecurityPreferencePublicKeyPreference) String

type GetUserMFAInfoRequest

type GetUserMFAInfoRequest struct {
	UserName *string `json:"UserName,omitempty" xml:"UserName,omitempty"`
}

func (GetUserMFAInfoRequest) GoString

func (s GetUserMFAInfoRequest) GoString() string

func (*GetUserMFAInfoRequest) SetUserName

func (GetUserMFAInfoRequest) String

func (s GetUserMFAInfoRequest) String() string

type GetUserMFAInfoResponse

type GetUserMFAInfoResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetUserMFAInfoResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetUserMFAInfoResponse) GoString

func (s GetUserMFAInfoResponse) GoString() string

func (*GetUserMFAInfoResponse) SetBody

func (*GetUserMFAInfoResponse) SetHeaders

func (*GetUserMFAInfoResponse) SetStatusCode

func (GetUserMFAInfoResponse) String

func (s GetUserMFAInfoResponse) String() string

type GetUserMFAInfoResponseBody

type GetUserMFAInfoResponseBody struct {
	MFADevice *GetUserMFAInfoResponseBodyMFADevice `json:"MFADevice,omitempty" xml:"MFADevice,omitempty" type:"Struct"`
	RequestId *string                              `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (GetUserMFAInfoResponseBody) GoString

func (s GetUserMFAInfoResponseBody) GoString() string

func (*GetUserMFAInfoResponseBody) SetMFADevice

func (*GetUserMFAInfoResponseBody) SetRequestId

func (GetUserMFAInfoResponseBody) String

type GetUserMFAInfoResponseBodyMFADevice

type GetUserMFAInfoResponseBodyMFADevice struct {
	SerialNumber *string `json:"SerialNumber,omitempty" xml:"SerialNumber,omitempty"`
	Type         *string `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (GetUserMFAInfoResponseBodyMFADevice) GoString

func (*GetUserMFAInfoResponseBodyMFADevice) SetSerialNumber

func (*GetUserMFAInfoResponseBodyMFADevice) SetType

func (GetUserMFAInfoResponseBodyMFADevice) String

type GetUserRequest

type GetUserRequest struct {
	UserName *string `json:"UserName,omitempty" xml:"UserName,omitempty"`
}

func (GetUserRequest) GoString

func (s GetUserRequest) GoString() string

func (*GetUserRequest) SetUserName

func (s *GetUserRequest) SetUserName(v string) *GetUserRequest

func (GetUserRequest) String

func (s GetUserRequest) String() string

type GetUserResponse

type GetUserResponse struct {
	Headers    map[string]*string   `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32               `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetUserResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetUserResponse) GoString

func (s GetUserResponse) GoString() string

func (*GetUserResponse) SetBody

func (*GetUserResponse) SetHeaders

func (s *GetUserResponse) SetHeaders(v map[string]*string) *GetUserResponse

func (*GetUserResponse) SetStatusCode

func (s *GetUserResponse) SetStatusCode(v int32) *GetUserResponse

func (GetUserResponse) String

func (s GetUserResponse) String() string

type GetUserResponseBody

type GetUserResponseBody struct {
	RequestId *string                  `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	User      *GetUserResponseBodyUser `json:"User,omitempty" xml:"User,omitempty" type:"Struct"`
}

func (GetUserResponseBody) GoString

func (s GetUserResponseBody) GoString() string

func (*GetUserResponseBody) SetRequestId

func (s *GetUserResponseBody) SetRequestId(v string) *GetUserResponseBody

func (*GetUserResponseBody) SetUser

func (GetUserResponseBody) String

func (s GetUserResponseBody) String() string

type GetUserResponseBodyUser

type GetUserResponseBodyUser struct {
	Comments      *string `json:"Comments,omitempty" xml:"Comments,omitempty"`
	CreateDate    *string `json:"CreateDate,omitempty" xml:"CreateDate,omitempty"`
	DisplayName   *string `json:"DisplayName,omitempty" xml:"DisplayName,omitempty"`
	Email         *string `json:"Email,omitempty" xml:"Email,omitempty"`
	LastLoginDate *string `json:"LastLoginDate,omitempty" xml:"LastLoginDate,omitempty"`
	MobilePhone   *string `json:"MobilePhone,omitempty" xml:"MobilePhone,omitempty"`
	UpdateDate    *string `json:"UpdateDate,omitempty" xml:"UpdateDate,omitempty"`
	UserId        *string `json:"UserId,omitempty" xml:"UserId,omitempty"`
	UserName      *string `json:"UserName,omitempty" xml:"UserName,omitempty"`
}

func (GetUserResponseBodyUser) GoString

func (s GetUserResponseBodyUser) GoString() string

func (*GetUserResponseBodyUser) SetComments

func (*GetUserResponseBodyUser) SetCreateDate

func (*GetUserResponseBodyUser) SetDisplayName

func (*GetUserResponseBodyUser) SetEmail

func (*GetUserResponseBodyUser) SetLastLoginDate

func (s *GetUserResponseBodyUser) SetLastLoginDate(v string) *GetUserResponseBodyUser

func (*GetUserResponseBodyUser) SetMobilePhone

func (*GetUserResponseBodyUser) SetUpdateDate

func (*GetUserResponseBodyUser) SetUserId

func (*GetUserResponseBodyUser) SetUserName

func (GetUserResponseBodyUser) String

func (s GetUserResponseBodyUser) String() string

type ListAccessKeysRequest

type ListAccessKeysRequest struct {
	UserName *string `json:"UserName,omitempty" xml:"UserName,omitempty"`
}

func (ListAccessKeysRequest) GoString

func (s ListAccessKeysRequest) GoString() string

func (*ListAccessKeysRequest) SetUserName

func (ListAccessKeysRequest) String

func (s ListAccessKeysRequest) String() string

type ListAccessKeysResponse

type ListAccessKeysResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListAccessKeysResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListAccessKeysResponse) GoString

func (s ListAccessKeysResponse) GoString() string

func (*ListAccessKeysResponse) SetBody

func (*ListAccessKeysResponse) SetHeaders

func (*ListAccessKeysResponse) SetStatusCode

func (ListAccessKeysResponse) String

func (s ListAccessKeysResponse) String() string

type ListAccessKeysResponseBody

type ListAccessKeysResponseBody struct {
	AccessKeys *ListAccessKeysResponseBodyAccessKeys `json:"AccessKeys,omitempty" xml:"AccessKeys,omitempty" type:"Struct"`
	RequestId  *string                               `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ListAccessKeysResponseBody) GoString

func (s ListAccessKeysResponseBody) GoString() string

func (*ListAccessKeysResponseBody) SetAccessKeys

func (*ListAccessKeysResponseBody) SetRequestId

func (ListAccessKeysResponseBody) String

type ListAccessKeysResponseBodyAccessKeys

type ListAccessKeysResponseBodyAccessKeys struct {
	AccessKey []*ListAccessKeysResponseBodyAccessKeysAccessKey `json:"AccessKey,omitempty" xml:"AccessKey,omitempty" type:"Repeated"`
}

func (ListAccessKeysResponseBodyAccessKeys) GoString

func (ListAccessKeysResponseBodyAccessKeys) String

type ListAccessKeysResponseBodyAccessKeysAccessKey

type ListAccessKeysResponseBodyAccessKeysAccessKey struct {
	AccessKeyId *string `json:"AccessKeyId,omitempty" xml:"AccessKeyId,omitempty"`
	CreateDate  *string `json:"CreateDate,omitempty" xml:"CreateDate,omitempty"`
	Status      *string `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (ListAccessKeysResponseBodyAccessKeysAccessKey) GoString

func (*ListAccessKeysResponseBodyAccessKeysAccessKey) SetAccessKeyId

func (*ListAccessKeysResponseBodyAccessKeysAccessKey) SetCreateDate

func (*ListAccessKeysResponseBodyAccessKeysAccessKey) SetStatus

func (ListAccessKeysResponseBodyAccessKeysAccessKey) String

type ListEntitiesForPolicyRequest

type ListEntitiesForPolicyRequest struct {
	PolicyName *string `json:"PolicyName,omitempty" xml:"PolicyName,omitempty"`
	PolicyType *string `json:"PolicyType,omitempty" xml:"PolicyType,omitempty"`
}

func (ListEntitiesForPolicyRequest) GoString

func (s ListEntitiesForPolicyRequest) GoString() string

func (*ListEntitiesForPolicyRequest) SetPolicyName

func (*ListEntitiesForPolicyRequest) SetPolicyType

func (ListEntitiesForPolicyRequest) String

type ListEntitiesForPolicyResponse

type ListEntitiesForPolicyResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListEntitiesForPolicyResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListEntitiesForPolicyResponse) GoString

func (*ListEntitiesForPolicyResponse) SetBody

func (*ListEntitiesForPolicyResponse) SetHeaders

func (*ListEntitiesForPolicyResponse) SetStatusCode

func (ListEntitiesForPolicyResponse) String

type ListEntitiesForPolicyResponseBody

type ListEntitiesForPolicyResponseBody struct {
	Groups    *ListEntitiesForPolicyResponseBodyGroups `json:"Groups,omitempty" xml:"Groups,omitempty" type:"Struct"`
	RequestId *string                                  `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Roles     *ListEntitiesForPolicyResponseBodyRoles  `json:"Roles,omitempty" xml:"Roles,omitempty" type:"Struct"`
	Users     *ListEntitiesForPolicyResponseBodyUsers  `json:"Users,omitempty" xml:"Users,omitempty" type:"Struct"`
}

func (ListEntitiesForPolicyResponseBody) GoString

func (*ListEntitiesForPolicyResponseBody) SetRequestId

func (ListEntitiesForPolicyResponseBody) String

type ListEntitiesForPolicyResponseBodyGroups

type ListEntitiesForPolicyResponseBodyGroups struct {
	Group []*ListEntitiesForPolicyResponseBodyGroupsGroup `json:"Group,omitempty" xml:"Group,omitempty" type:"Repeated"`
}

func (ListEntitiesForPolicyResponseBodyGroups) GoString

func (ListEntitiesForPolicyResponseBodyGroups) String

type ListEntitiesForPolicyResponseBodyGroupsGroup

type ListEntitiesForPolicyResponseBodyGroupsGroup struct {
	AttachDate *string `json:"AttachDate,omitempty" xml:"AttachDate,omitempty"`
	Comments   *string `json:"Comments,omitempty" xml:"Comments,omitempty"`
	GroupName  *string `json:"GroupName,omitempty" xml:"GroupName,omitempty"`
}

func (ListEntitiesForPolicyResponseBodyGroupsGroup) GoString

func (*ListEntitiesForPolicyResponseBodyGroupsGroup) SetAttachDate

func (*ListEntitiesForPolicyResponseBodyGroupsGroup) SetComments

func (*ListEntitiesForPolicyResponseBodyGroupsGroup) SetGroupName

func (ListEntitiesForPolicyResponseBodyGroupsGroup) String

type ListEntitiesForPolicyResponseBodyRoles

type ListEntitiesForPolicyResponseBodyRoles struct {
	Role []*ListEntitiesForPolicyResponseBodyRolesRole `json:"Role,omitempty" xml:"Role,omitempty" type:"Repeated"`
}

func (ListEntitiesForPolicyResponseBodyRoles) GoString

func (ListEntitiesForPolicyResponseBodyRoles) String

type ListEntitiesForPolicyResponseBodyRolesRole

type ListEntitiesForPolicyResponseBodyRolesRole struct {
	Arn         *string `json:"Arn,omitempty" xml:"Arn,omitempty"`
	AttachDate  *string `json:"AttachDate,omitempty" xml:"AttachDate,omitempty"`
	Description *string `json:"Description,omitempty" xml:"Description,omitempty"`
	RoleId      *string `json:"RoleId,omitempty" xml:"RoleId,omitempty"`
	RoleName    *string `json:"RoleName,omitempty" xml:"RoleName,omitempty"`
}

func (ListEntitiesForPolicyResponseBodyRolesRole) GoString

func (*ListEntitiesForPolicyResponseBodyRolesRole) SetArn

func (*ListEntitiesForPolicyResponseBodyRolesRole) SetAttachDate

func (*ListEntitiesForPolicyResponseBodyRolesRole) SetDescription

func (*ListEntitiesForPolicyResponseBodyRolesRole) SetRoleId

func (*ListEntitiesForPolicyResponseBodyRolesRole) SetRoleName

func (ListEntitiesForPolicyResponseBodyRolesRole) String

type ListEntitiesForPolicyResponseBodyUsers

type ListEntitiesForPolicyResponseBodyUsers struct {
	User []*ListEntitiesForPolicyResponseBodyUsersUser `json:"User,omitempty" xml:"User,omitempty" type:"Repeated"`
}

func (ListEntitiesForPolicyResponseBodyUsers) GoString

func (ListEntitiesForPolicyResponseBodyUsers) String

type ListEntitiesForPolicyResponseBodyUsersUser

type ListEntitiesForPolicyResponseBodyUsersUser struct {
	AttachDate  *string `json:"AttachDate,omitempty" xml:"AttachDate,omitempty"`
	DisplayName *string `json:"DisplayName,omitempty" xml:"DisplayName,omitempty"`
	UserId      *string `json:"UserId,omitempty" xml:"UserId,omitempty"`
	UserName    *string `json:"UserName,omitempty" xml:"UserName,omitempty"`
}

func (ListEntitiesForPolicyResponseBodyUsersUser) GoString

func (*ListEntitiesForPolicyResponseBodyUsersUser) SetAttachDate

func (*ListEntitiesForPolicyResponseBodyUsersUser) SetDisplayName

func (*ListEntitiesForPolicyResponseBodyUsersUser) SetUserId

func (*ListEntitiesForPolicyResponseBodyUsersUser) SetUserName

func (ListEntitiesForPolicyResponseBodyUsersUser) String

type ListGroupsForUserRequest

type ListGroupsForUserRequest struct {
	UserName *string `json:"UserName,omitempty" xml:"UserName,omitempty"`
}

func (ListGroupsForUserRequest) GoString

func (s ListGroupsForUserRequest) GoString() string

func (*ListGroupsForUserRequest) SetUserName

func (ListGroupsForUserRequest) String

func (s ListGroupsForUserRequest) String() string

type ListGroupsForUserResponse

type ListGroupsForUserResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListGroupsForUserResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListGroupsForUserResponse) GoString

func (s ListGroupsForUserResponse) GoString() string

func (*ListGroupsForUserResponse) SetBody

func (*ListGroupsForUserResponse) SetHeaders

func (*ListGroupsForUserResponse) SetStatusCode

func (ListGroupsForUserResponse) String

func (s ListGroupsForUserResponse) String() string

type ListGroupsForUserResponseBody

type ListGroupsForUserResponseBody struct {
	Groups    *ListGroupsForUserResponseBodyGroups `json:"Groups,omitempty" xml:"Groups,omitempty" type:"Struct"`
	RequestId *string                              `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ListGroupsForUserResponseBody) GoString

func (*ListGroupsForUserResponseBody) SetRequestId

func (ListGroupsForUserResponseBody) String

type ListGroupsForUserResponseBodyGroups

type ListGroupsForUserResponseBodyGroups struct {
	Group []*ListGroupsForUserResponseBodyGroupsGroup `json:"Group,omitempty" xml:"Group,omitempty" type:"Repeated"`
}

func (ListGroupsForUserResponseBodyGroups) GoString

func (ListGroupsForUserResponseBodyGroups) String

type ListGroupsForUserResponseBodyGroupsGroup

type ListGroupsForUserResponseBodyGroupsGroup struct {
	Comments  *string `json:"Comments,omitempty" xml:"Comments,omitempty"`
	GroupId   *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"`
	GroupName *string `json:"GroupName,omitempty" xml:"GroupName,omitempty"`
	JoinDate  *string `json:"JoinDate,omitempty" xml:"JoinDate,omitempty"`
}

func (ListGroupsForUserResponseBodyGroupsGroup) GoString

func (*ListGroupsForUserResponseBodyGroupsGroup) SetComments

func (*ListGroupsForUserResponseBodyGroupsGroup) SetGroupId

func (*ListGroupsForUserResponseBodyGroupsGroup) SetGroupName

func (*ListGroupsForUserResponseBodyGroupsGroup) SetJoinDate

func (ListGroupsForUserResponseBodyGroupsGroup) String

type ListGroupsRequest

type ListGroupsRequest struct {
	Marker   *string `json:"Marker,omitempty" xml:"Marker,omitempty"`
	MaxItems *int32  `json:"MaxItems,omitempty" xml:"MaxItems,omitempty"`
}

func (ListGroupsRequest) GoString

func (s ListGroupsRequest) GoString() string

func (*ListGroupsRequest) SetMarker

func (s *ListGroupsRequest) SetMarker(v string) *ListGroupsRequest

func (*ListGroupsRequest) SetMaxItems

func (s *ListGroupsRequest) SetMaxItems(v int32) *ListGroupsRequest

func (ListGroupsRequest) String

func (s ListGroupsRequest) String() string

type ListGroupsResponse

type ListGroupsResponse struct {
	Headers    map[string]*string      `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                  `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListGroupsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListGroupsResponse) GoString

func (s ListGroupsResponse) GoString() string

func (*ListGroupsResponse) SetBody

func (*ListGroupsResponse) SetHeaders

func (s *ListGroupsResponse) SetHeaders(v map[string]*string) *ListGroupsResponse

func (*ListGroupsResponse) SetStatusCode

func (s *ListGroupsResponse) SetStatusCode(v int32) *ListGroupsResponse

func (ListGroupsResponse) String

func (s ListGroupsResponse) String() string

type ListGroupsResponseBody

type ListGroupsResponseBody struct {
	Groups      *ListGroupsResponseBodyGroups `json:"Groups,omitempty" xml:"Groups,omitempty" type:"Struct"`
	IsTruncated *bool                         `json:"IsTruncated,omitempty" xml:"IsTruncated,omitempty"`
	Marker      *string                       `json:"Marker,omitempty" xml:"Marker,omitempty"`
	RequestId   *string                       `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ListGroupsResponseBody) GoString

func (s ListGroupsResponseBody) GoString() string

func (*ListGroupsResponseBody) SetGroups

func (*ListGroupsResponseBody) SetIsTruncated

func (s *ListGroupsResponseBody) SetIsTruncated(v bool) *ListGroupsResponseBody

func (*ListGroupsResponseBody) SetMarker

func (*ListGroupsResponseBody) SetRequestId

func (ListGroupsResponseBody) String

func (s ListGroupsResponseBody) String() string

type ListGroupsResponseBodyGroups

type ListGroupsResponseBodyGroups struct {
	Group []*ListGroupsResponseBodyGroupsGroup `json:"Group,omitempty" xml:"Group,omitempty" type:"Repeated"`
}

func (ListGroupsResponseBodyGroups) GoString

func (s ListGroupsResponseBodyGroups) GoString() string

func (*ListGroupsResponseBodyGroups) SetGroup

func (ListGroupsResponseBodyGroups) String

type ListGroupsResponseBodyGroupsGroup

type ListGroupsResponseBodyGroupsGroup struct {
	Comments   *string `json:"Comments,omitempty" xml:"Comments,omitempty"`
	CreateDate *string `json:"CreateDate,omitempty" xml:"CreateDate,omitempty"`
	GroupId    *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"`
	GroupName  *string `json:"GroupName,omitempty" xml:"GroupName,omitempty"`
	UpdateDate *string `json:"UpdateDate,omitempty" xml:"UpdateDate,omitempty"`
}

func (ListGroupsResponseBodyGroupsGroup) GoString

func (*ListGroupsResponseBodyGroupsGroup) SetComments

func (*ListGroupsResponseBodyGroupsGroup) SetCreateDate

func (*ListGroupsResponseBodyGroupsGroup) SetGroupId

func (*ListGroupsResponseBodyGroupsGroup) SetGroupName

func (*ListGroupsResponseBodyGroupsGroup) SetUpdateDate

func (ListGroupsResponseBodyGroupsGroup) String

type ListPoliciesForGroupRequest

type ListPoliciesForGroupRequest struct {
	GroupName *string `json:"GroupName,omitempty" xml:"GroupName,omitempty"`
}

func (ListPoliciesForGroupRequest) GoString

func (s ListPoliciesForGroupRequest) GoString() string

func (*ListPoliciesForGroupRequest) SetGroupName

func (ListPoliciesForGroupRequest) String

type ListPoliciesForGroupResponse

type ListPoliciesForGroupResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListPoliciesForGroupResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListPoliciesForGroupResponse) GoString

func (s ListPoliciesForGroupResponse) GoString() string

func (*ListPoliciesForGroupResponse) SetBody

func (*ListPoliciesForGroupResponse) SetHeaders

func (*ListPoliciesForGroupResponse) SetStatusCode

func (ListPoliciesForGroupResponse) String

type ListPoliciesForGroupResponseBody

type ListPoliciesForGroupResponseBody struct {
	Policies  *ListPoliciesForGroupResponseBodyPolicies `json:"Policies,omitempty" xml:"Policies,omitempty" type:"Struct"`
	RequestId *string                                   `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ListPoliciesForGroupResponseBody) GoString

func (*ListPoliciesForGroupResponseBody) SetRequestId

func (ListPoliciesForGroupResponseBody) String

type ListPoliciesForGroupResponseBodyPolicies

type ListPoliciesForGroupResponseBodyPolicies struct {
	Policy []*ListPoliciesForGroupResponseBodyPoliciesPolicy `json:"Policy,omitempty" xml:"Policy,omitempty" type:"Repeated"`
}

func (ListPoliciesForGroupResponseBodyPolicies) GoString

func (ListPoliciesForGroupResponseBodyPolicies) String

type ListPoliciesForGroupResponseBodyPoliciesPolicy

type ListPoliciesForGroupResponseBodyPoliciesPolicy struct {
	AttachDate     *string `json:"AttachDate,omitempty" xml:"AttachDate,omitempty"`
	DefaultVersion *string `json:"DefaultVersion,omitempty" xml:"DefaultVersion,omitempty"`
	Description    *string `json:"Description,omitempty" xml:"Description,omitempty"`
	PolicyName     *string `json:"PolicyName,omitempty" xml:"PolicyName,omitempty"`
	PolicyType     *string `json:"PolicyType,omitempty" xml:"PolicyType,omitempty"`
}

func (ListPoliciesForGroupResponseBodyPoliciesPolicy) GoString

func (*ListPoliciesForGroupResponseBodyPoliciesPolicy) SetAttachDate

func (*ListPoliciesForGroupResponseBodyPoliciesPolicy) SetDefaultVersion

func (*ListPoliciesForGroupResponseBodyPoliciesPolicy) SetDescription

func (*ListPoliciesForGroupResponseBodyPoliciesPolicy) SetPolicyName

func (*ListPoliciesForGroupResponseBodyPoliciesPolicy) SetPolicyType

func (ListPoliciesForGroupResponseBodyPoliciesPolicy) String

type ListPoliciesForRoleRequest

type ListPoliciesForRoleRequest struct {
	RoleName *string `json:"RoleName,omitempty" xml:"RoleName,omitempty"`
}

func (ListPoliciesForRoleRequest) GoString

func (s ListPoliciesForRoleRequest) GoString() string

func (*ListPoliciesForRoleRequest) SetRoleName

func (ListPoliciesForRoleRequest) String

type ListPoliciesForRoleResponse

type ListPoliciesForRoleResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListPoliciesForRoleResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListPoliciesForRoleResponse) GoString

func (s ListPoliciesForRoleResponse) GoString() string

func (*ListPoliciesForRoleResponse) SetBody

func (*ListPoliciesForRoleResponse) SetHeaders

func (*ListPoliciesForRoleResponse) SetStatusCode

func (ListPoliciesForRoleResponse) String

type ListPoliciesForRoleResponseBody

type ListPoliciesForRoleResponseBody struct {
	Policies  *ListPoliciesForRoleResponseBodyPolicies `json:"Policies,omitempty" xml:"Policies,omitempty" type:"Struct"`
	RequestId *string                                  `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ListPoliciesForRoleResponseBody) GoString

func (*ListPoliciesForRoleResponseBody) SetRequestId

func (ListPoliciesForRoleResponseBody) String

type ListPoliciesForRoleResponseBodyPolicies

type ListPoliciesForRoleResponseBodyPolicies struct {
	Policy []*ListPoliciesForRoleResponseBodyPoliciesPolicy `json:"Policy,omitempty" xml:"Policy,omitempty" type:"Repeated"`
}

func (ListPoliciesForRoleResponseBodyPolicies) GoString

func (ListPoliciesForRoleResponseBodyPolicies) String

type ListPoliciesForRoleResponseBodyPoliciesPolicy

type ListPoliciesForRoleResponseBodyPoliciesPolicy struct {
	AttachDate     *string `json:"AttachDate,omitempty" xml:"AttachDate,omitempty"`
	DefaultVersion *string `json:"DefaultVersion,omitempty" xml:"DefaultVersion,omitempty"`
	Description    *string `json:"Description,omitempty" xml:"Description,omitempty"`
	PolicyName     *string `json:"PolicyName,omitempty" xml:"PolicyName,omitempty"`
	PolicyType     *string `json:"PolicyType,omitempty" xml:"PolicyType,omitempty"`
}

func (ListPoliciesForRoleResponseBodyPoliciesPolicy) GoString

func (*ListPoliciesForRoleResponseBodyPoliciesPolicy) SetAttachDate

func (*ListPoliciesForRoleResponseBodyPoliciesPolicy) SetDefaultVersion

func (*ListPoliciesForRoleResponseBodyPoliciesPolicy) SetDescription

func (*ListPoliciesForRoleResponseBodyPoliciesPolicy) SetPolicyName

func (*ListPoliciesForRoleResponseBodyPoliciesPolicy) SetPolicyType

func (ListPoliciesForRoleResponseBodyPoliciesPolicy) String

type ListPoliciesForUserRequest

type ListPoliciesForUserRequest struct {
	UserName *string `json:"UserName,omitempty" xml:"UserName,omitempty"`
}

func (ListPoliciesForUserRequest) GoString

func (s ListPoliciesForUserRequest) GoString() string

func (*ListPoliciesForUserRequest) SetUserName

func (ListPoliciesForUserRequest) String

type ListPoliciesForUserResponse

type ListPoliciesForUserResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListPoliciesForUserResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListPoliciesForUserResponse) GoString

func (s ListPoliciesForUserResponse) GoString() string

func (*ListPoliciesForUserResponse) SetBody

func (*ListPoliciesForUserResponse) SetHeaders

func (*ListPoliciesForUserResponse) SetStatusCode

func (ListPoliciesForUserResponse) String

type ListPoliciesForUserResponseBody

type ListPoliciesForUserResponseBody struct {
	Policies  *ListPoliciesForUserResponseBodyPolicies `json:"Policies,omitempty" xml:"Policies,omitempty" type:"Struct"`
	RequestId *string                                  `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ListPoliciesForUserResponseBody) GoString

func (*ListPoliciesForUserResponseBody) SetRequestId

func (ListPoliciesForUserResponseBody) String

type ListPoliciesForUserResponseBodyPolicies

type ListPoliciesForUserResponseBodyPolicies struct {
	Policy []*ListPoliciesForUserResponseBodyPoliciesPolicy `json:"Policy,omitempty" xml:"Policy,omitempty" type:"Repeated"`
}

func (ListPoliciesForUserResponseBodyPolicies) GoString

func (ListPoliciesForUserResponseBodyPolicies) String

type ListPoliciesForUserResponseBodyPoliciesPolicy

type ListPoliciesForUserResponseBodyPoliciesPolicy struct {
	AttachDate     *string `json:"AttachDate,omitempty" xml:"AttachDate,omitempty"`
	DefaultVersion *string `json:"DefaultVersion,omitempty" xml:"DefaultVersion,omitempty"`
	Description    *string `json:"Description,omitempty" xml:"Description,omitempty"`
	PolicyName     *string `json:"PolicyName,omitempty" xml:"PolicyName,omitempty"`
	PolicyType     *string `json:"PolicyType,omitempty" xml:"PolicyType,omitempty"`
}

func (ListPoliciesForUserResponseBodyPoliciesPolicy) GoString

func (*ListPoliciesForUserResponseBodyPoliciesPolicy) SetAttachDate

func (*ListPoliciesForUserResponseBodyPoliciesPolicy) SetDefaultVersion

func (*ListPoliciesForUserResponseBodyPoliciesPolicy) SetDescription

func (*ListPoliciesForUserResponseBodyPoliciesPolicy) SetPolicyName

func (*ListPoliciesForUserResponseBodyPoliciesPolicy) SetPolicyType

func (ListPoliciesForUserResponseBodyPoliciesPolicy) String

type ListPoliciesRequest

type ListPoliciesRequest struct {
	Marker     *string `json:"Marker,omitempty" xml:"Marker,omitempty"`
	MaxItems   *int32  `json:"MaxItems,omitempty" xml:"MaxItems,omitempty"`
	PolicyType *string `json:"PolicyType,omitempty" xml:"PolicyType,omitempty"`
}

func (ListPoliciesRequest) GoString

func (s ListPoliciesRequest) GoString() string

func (*ListPoliciesRequest) SetMarker

func (*ListPoliciesRequest) SetMaxItems

func (s *ListPoliciesRequest) SetMaxItems(v int32) *ListPoliciesRequest

func (*ListPoliciesRequest) SetPolicyType

func (s *ListPoliciesRequest) SetPolicyType(v string) *ListPoliciesRequest

func (ListPoliciesRequest) String

func (s ListPoliciesRequest) String() string

type ListPoliciesResponse

type ListPoliciesResponse struct {
	Headers    map[string]*string        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                    `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListPoliciesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListPoliciesResponse) GoString

func (s ListPoliciesResponse) GoString() string

func (*ListPoliciesResponse) SetBody

func (*ListPoliciesResponse) SetHeaders

func (s *ListPoliciesResponse) SetHeaders(v map[string]*string) *ListPoliciesResponse

func (*ListPoliciesResponse) SetStatusCode

func (s *ListPoliciesResponse) SetStatusCode(v int32) *ListPoliciesResponse

func (ListPoliciesResponse) String

func (s ListPoliciesResponse) String() string

type ListPoliciesResponseBody

type ListPoliciesResponseBody struct {
	IsTruncated *bool                             `json:"IsTruncated,omitempty" xml:"IsTruncated,omitempty"`
	Marker      *string                           `json:"Marker,omitempty" xml:"Marker,omitempty"`
	Policies    *ListPoliciesResponseBodyPolicies `json:"Policies,omitempty" xml:"Policies,omitempty" type:"Struct"`
	RequestId   *string                           `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ListPoliciesResponseBody) GoString

func (s ListPoliciesResponseBody) GoString() string

func (*ListPoliciesResponseBody) SetIsTruncated

func (*ListPoliciesResponseBody) SetMarker

func (*ListPoliciesResponseBody) SetPolicies

func (*ListPoliciesResponseBody) SetRequestId

func (ListPoliciesResponseBody) String

func (s ListPoliciesResponseBody) String() string

type ListPoliciesResponseBodyPolicies

type ListPoliciesResponseBodyPolicies struct {
	Policy []*ListPoliciesResponseBodyPoliciesPolicy `json:"Policy,omitempty" xml:"Policy,omitempty" type:"Repeated"`
}

func (ListPoliciesResponseBodyPolicies) GoString

func (ListPoliciesResponseBodyPolicies) String

type ListPoliciesResponseBodyPoliciesPolicy

type ListPoliciesResponseBodyPoliciesPolicy struct {
	AttachmentCount *int32  `json:"AttachmentCount,omitempty" xml:"AttachmentCount,omitempty"`
	CreateDate      *string `json:"CreateDate,omitempty" xml:"CreateDate,omitempty"`
	DefaultVersion  *string `json:"DefaultVersion,omitempty" xml:"DefaultVersion,omitempty"`
	Description     *string `json:"Description,omitempty" xml:"Description,omitempty"`
	PolicyName      *string `json:"PolicyName,omitempty" xml:"PolicyName,omitempty"`
	PolicyType      *string `json:"PolicyType,omitempty" xml:"PolicyType,omitempty"`
	UpdateDate      *string `json:"UpdateDate,omitempty" xml:"UpdateDate,omitempty"`
}

func (ListPoliciesResponseBodyPoliciesPolicy) GoString

func (*ListPoliciesResponseBodyPoliciesPolicy) SetAttachmentCount

func (*ListPoliciesResponseBodyPoliciesPolicy) SetCreateDate

func (*ListPoliciesResponseBodyPoliciesPolicy) SetDefaultVersion

func (*ListPoliciesResponseBodyPoliciesPolicy) SetDescription

func (*ListPoliciesResponseBodyPoliciesPolicy) SetPolicyName

func (*ListPoliciesResponseBodyPoliciesPolicy) SetPolicyType

func (*ListPoliciesResponseBodyPoliciesPolicy) SetUpdateDate

func (ListPoliciesResponseBodyPoliciesPolicy) String

type ListPolicyVersionsRequest

type ListPolicyVersionsRequest struct {
	PolicyName *string `json:"PolicyName,omitempty" xml:"PolicyName,omitempty"`
	PolicyType *string `json:"PolicyType,omitempty" xml:"PolicyType,omitempty"`
}

func (ListPolicyVersionsRequest) GoString

func (s ListPolicyVersionsRequest) GoString() string

func (*ListPolicyVersionsRequest) SetPolicyName

func (*ListPolicyVersionsRequest) SetPolicyType

func (ListPolicyVersionsRequest) String

func (s ListPolicyVersionsRequest) String() string

type ListPolicyVersionsResponse

type ListPolicyVersionsResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListPolicyVersionsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListPolicyVersionsResponse) GoString

func (s ListPolicyVersionsResponse) GoString() string

func (*ListPolicyVersionsResponse) SetBody

func (*ListPolicyVersionsResponse) SetHeaders

func (*ListPolicyVersionsResponse) SetStatusCode

func (ListPolicyVersionsResponse) String

type ListPolicyVersionsResponseBody

type ListPolicyVersionsResponseBody struct {
	PolicyVersions *ListPolicyVersionsResponseBodyPolicyVersions `json:"PolicyVersions,omitempty" xml:"PolicyVersions,omitempty" type:"Struct"`
	RequestId      *string                                       `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ListPolicyVersionsResponseBody) GoString

func (*ListPolicyVersionsResponseBody) SetRequestId

func (ListPolicyVersionsResponseBody) String

type ListPolicyVersionsResponseBodyPolicyVersions

type ListPolicyVersionsResponseBodyPolicyVersions struct {
	PolicyVersion []*ListPolicyVersionsResponseBodyPolicyVersionsPolicyVersion `json:"PolicyVersion,omitempty" xml:"PolicyVersion,omitempty" type:"Repeated"`
}

func (ListPolicyVersionsResponseBodyPolicyVersions) GoString

func (ListPolicyVersionsResponseBodyPolicyVersions) String

type ListPolicyVersionsResponseBodyPolicyVersionsPolicyVersion

type ListPolicyVersionsResponseBodyPolicyVersionsPolicyVersion struct {
	CreateDate       *string `json:"CreateDate,omitempty" xml:"CreateDate,omitempty"`
	IsDefaultVersion *bool   `json:"IsDefaultVersion,omitempty" xml:"IsDefaultVersion,omitempty"`
	PolicyDocument   *string `json:"PolicyDocument,omitempty" xml:"PolicyDocument,omitempty"`
	VersionId        *string `json:"VersionId,omitempty" xml:"VersionId,omitempty"`
}

func (ListPolicyVersionsResponseBodyPolicyVersionsPolicyVersion) GoString

func (*ListPolicyVersionsResponseBodyPolicyVersionsPolicyVersion) SetCreateDate

func (*ListPolicyVersionsResponseBodyPolicyVersionsPolicyVersion) SetIsDefaultVersion

func (*ListPolicyVersionsResponseBodyPolicyVersionsPolicyVersion) SetPolicyDocument

func (*ListPolicyVersionsResponseBodyPolicyVersionsPolicyVersion) SetVersionId

func (ListPolicyVersionsResponseBodyPolicyVersionsPolicyVersion) String

type ListRolesRequest

type ListRolesRequest struct {
	Marker   *string `json:"Marker,omitempty" xml:"Marker,omitempty"`
	MaxItems *int32  `json:"MaxItems,omitempty" xml:"MaxItems,omitempty"`
}

func (ListRolesRequest) GoString

func (s ListRolesRequest) GoString() string

func (*ListRolesRequest) SetMarker

func (s *ListRolesRequest) SetMarker(v string) *ListRolesRequest

func (*ListRolesRequest) SetMaxItems

func (s *ListRolesRequest) SetMaxItems(v int32) *ListRolesRequest

func (ListRolesRequest) String

func (s ListRolesRequest) String() string

type ListRolesResponse

type ListRolesResponse struct {
	Headers    map[string]*string     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListRolesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListRolesResponse) GoString

func (s ListRolesResponse) GoString() string

func (*ListRolesResponse) SetBody

func (*ListRolesResponse) SetHeaders

func (s *ListRolesResponse) SetHeaders(v map[string]*string) *ListRolesResponse

func (*ListRolesResponse) SetStatusCode

func (s *ListRolesResponse) SetStatusCode(v int32) *ListRolesResponse

func (ListRolesResponse) String

func (s ListRolesResponse) String() string

type ListRolesResponseBody

type ListRolesResponseBody struct {
	IsTruncated *bool                       `json:"IsTruncated,omitempty" xml:"IsTruncated,omitempty"`
	Marker      *string                     `json:"Marker,omitempty" xml:"Marker,omitempty"`
	RequestId   *string                     `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Roles       *ListRolesResponseBodyRoles `json:"Roles,omitempty" xml:"Roles,omitempty" type:"Struct"`
}

func (ListRolesResponseBody) GoString

func (s ListRolesResponseBody) GoString() string

func (*ListRolesResponseBody) SetIsTruncated

func (s *ListRolesResponseBody) SetIsTruncated(v bool) *ListRolesResponseBody

func (*ListRolesResponseBody) SetMarker

func (*ListRolesResponseBody) SetRequestId

func (*ListRolesResponseBody) SetRoles

func (ListRolesResponseBody) String

func (s ListRolesResponseBody) String() string

type ListRolesResponseBodyRoles

type ListRolesResponseBodyRoles struct {
	Role []*ListRolesResponseBodyRolesRole `json:"Role,omitempty" xml:"Role,omitempty" type:"Repeated"`
}

func (ListRolesResponseBodyRoles) GoString

func (s ListRolesResponseBodyRoles) GoString() string

func (*ListRolesResponseBodyRoles) SetRole

func (ListRolesResponseBodyRoles) String

type ListRolesResponseBodyRolesRole

type ListRolesResponseBodyRolesRole struct {
	Arn                *string `json:"Arn,omitempty" xml:"Arn,omitempty"`
	CreateDate         *string `json:"CreateDate,omitempty" xml:"CreateDate,omitempty"`
	Description        *string `json:"Description,omitempty" xml:"Description,omitempty"`
	MaxSessionDuration *int64  `json:"MaxSessionDuration,omitempty" xml:"MaxSessionDuration,omitempty"`
	RoleId             *string `json:"RoleId,omitempty" xml:"RoleId,omitempty"`
	RoleName           *string `json:"RoleName,omitempty" xml:"RoleName,omitempty"`
	UpdateDate         *string `json:"UpdateDate,omitempty" xml:"UpdateDate,omitempty"`
}

func (ListRolesResponseBodyRolesRole) GoString

func (*ListRolesResponseBodyRolesRole) SetArn

func (*ListRolesResponseBodyRolesRole) SetCreateDate

func (*ListRolesResponseBodyRolesRole) SetDescription

func (*ListRolesResponseBodyRolesRole) SetMaxSessionDuration

func (*ListRolesResponseBodyRolesRole) SetRoleId

func (*ListRolesResponseBodyRolesRole) SetRoleName

func (*ListRolesResponseBodyRolesRole) SetUpdateDate

func (ListRolesResponseBodyRolesRole) String

type ListUsersForGroupRequest

type ListUsersForGroupRequest struct {
	GroupName *string `json:"GroupName,omitempty" xml:"GroupName,omitempty"`
	Marker    *string `json:"Marker,omitempty" xml:"Marker,omitempty"`
	MaxItems  *int32  `json:"MaxItems,omitempty" xml:"MaxItems,omitempty"`
}

func (ListUsersForGroupRequest) GoString

func (s ListUsersForGroupRequest) GoString() string

func (*ListUsersForGroupRequest) SetGroupName

func (*ListUsersForGroupRequest) SetMarker

func (*ListUsersForGroupRequest) SetMaxItems

func (ListUsersForGroupRequest) String

func (s ListUsersForGroupRequest) String() string

type ListUsersForGroupResponse

type ListUsersForGroupResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListUsersForGroupResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListUsersForGroupResponse) GoString

func (s ListUsersForGroupResponse) GoString() string

func (*ListUsersForGroupResponse) SetBody

func (*ListUsersForGroupResponse) SetHeaders

func (*ListUsersForGroupResponse) SetStatusCode

func (ListUsersForGroupResponse) String

func (s ListUsersForGroupResponse) String() string

type ListUsersForGroupResponseBody

type ListUsersForGroupResponseBody struct {
	IsTruncated *bool                               `json:"IsTruncated,omitempty" xml:"IsTruncated,omitempty"`
	Marker      *string                             `json:"Marker,omitempty" xml:"Marker,omitempty"`
	RequestId   *string                             `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Users       *ListUsersForGroupResponseBodyUsers `json:"Users,omitempty" xml:"Users,omitempty" type:"Struct"`
}

func (ListUsersForGroupResponseBody) GoString

func (*ListUsersForGroupResponseBody) SetIsTruncated

func (*ListUsersForGroupResponseBody) SetMarker

func (*ListUsersForGroupResponseBody) SetRequestId

func (*ListUsersForGroupResponseBody) SetUsers

func (ListUsersForGroupResponseBody) String

type ListUsersForGroupResponseBodyUsers

type ListUsersForGroupResponseBodyUsers struct {
	User []*ListUsersForGroupResponseBodyUsersUser `json:"User,omitempty" xml:"User,omitempty" type:"Repeated"`
}

func (ListUsersForGroupResponseBodyUsers) GoString

func (ListUsersForGroupResponseBodyUsers) String

type ListUsersForGroupResponseBodyUsersUser

type ListUsersForGroupResponseBodyUsersUser struct {
	DisplayName *string `json:"DisplayName,omitempty" xml:"DisplayName,omitempty"`
	JoinDate    *string `json:"JoinDate,omitempty" xml:"JoinDate,omitempty"`
	UserName    *string `json:"UserName,omitempty" xml:"UserName,omitempty"`
}

func (ListUsersForGroupResponseBodyUsersUser) GoString

func (*ListUsersForGroupResponseBodyUsersUser) SetDisplayName

func (*ListUsersForGroupResponseBodyUsersUser) SetJoinDate

func (*ListUsersForGroupResponseBodyUsersUser) SetUserName

func (ListUsersForGroupResponseBodyUsersUser) String

type ListUsersRequest

type ListUsersRequest struct {
	Marker   *string `json:"Marker,omitempty" xml:"Marker,omitempty"`
	MaxItems *int32  `json:"MaxItems,omitempty" xml:"MaxItems,omitempty"`
}

func (ListUsersRequest) GoString

func (s ListUsersRequest) GoString() string

func (*ListUsersRequest) SetMarker

func (s *ListUsersRequest) SetMarker(v string) *ListUsersRequest

func (*ListUsersRequest) SetMaxItems

func (s *ListUsersRequest) SetMaxItems(v int32) *ListUsersRequest

func (ListUsersRequest) String

func (s ListUsersRequest) String() string

type ListUsersResponse

type ListUsersResponse struct {
	Headers    map[string]*string     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListUsersResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListUsersResponse) GoString

func (s ListUsersResponse) GoString() string

func (*ListUsersResponse) SetBody

func (*ListUsersResponse) SetHeaders

func (s *ListUsersResponse) SetHeaders(v map[string]*string) *ListUsersResponse

func (*ListUsersResponse) SetStatusCode

func (s *ListUsersResponse) SetStatusCode(v int32) *ListUsersResponse

func (ListUsersResponse) String

func (s ListUsersResponse) String() string

type ListUsersResponseBody

type ListUsersResponseBody struct {
	IsTruncated *bool                       `json:"IsTruncated,omitempty" xml:"IsTruncated,omitempty"`
	Marker      *string                     `json:"Marker,omitempty" xml:"Marker,omitempty"`
	RequestId   *string                     `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Users       *ListUsersResponseBodyUsers `json:"Users,omitempty" xml:"Users,omitempty" type:"Struct"`
}

func (ListUsersResponseBody) GoString

func (s ListUsersResponseBody) GoString() string

func (*ListUsersResponseBody) SetIsTruncated

func (s *ListUsersResponseBody) SetIsTruncated(v bool) *ListUsersResponseBody

func (*ListUsersResponseBody) SetMarker

func (*ListUsersResponseBody) SetRequestId

func (*ListUsersResponseBody) SetUsers

func (ListUsersResponseBody) String

func (s ListUsersResponseBody) String() string

type ListUsersResponseBodyUsers

type ListUsersResponseBodyUsers struct {
	User []*ListUsersResponseBodyUsersUser `json:"User,omitempty" xml:"User,omitempty" type:"Repeated"`
}

func (ListUsersResponseBodyUsers) GoString

func (s ListUsersResponseBodyUsers) GoString() string

func (*ListUsersResponseBodyUsers) SetUser

func (ListUsersResponseBodyUsers) String

type ListUsersResponseBodyUsersUser

type ListUsersResponseBodyUsersUser struct {
	Comments    *string `json:"Comments,omitempty" xml:"Comments,omitempty"`
	CreateDate  *string `json:"CreateDate,omitempty" xml:"CreateDate,omitempty"`
	DisplayName *string `json:"DisplayName,omitempty" xml:"DisplayName,omitempty"`
	Email       *string `json:"Email,omitempty" xml:"Email,omitempty"`
	MobilePhone *string `json:"MobilePhone,omitempty" xml:"MobilePhone,omitempty"`
	UpdateDate  *string `json:"UpdateDate,omitempty" xml:"UpdateDate,omitempty"`
	UserId      *string `json:"UserId,omitempty" xml:"UserId,omitempty"`
	UserName    *string `json:"UserName,omitempty" xml:"UserName,omitempty"`
}

func (ListUsersResponseBodyUsersUser) GoString

func (*ListUsersResponseBodyUsersUser) SetComments

func (*ListUsersResponseBodyUsersUser) SetCreateDate

func (*ListUsersResponseBodyUsersUser) SetDisplayName

func (*ListUsersResponseBodyUsersUser) SetEmail

func (*ListUsersResponseBodyUsersUser) SetMobilePhone

func (*ListUsersResponseBodyUsersUser) SetUpdateDate

func (*ListUsersResponseBodyUsersUser) SetUserId

func (*ListUsersResponseBodyUsersUser) SetUserName

func (ListUsersResponseBodyUsersUser) String

type ListVirtualMFADevicesResponse

type ListVirtualMFADevicesResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListVirtualMFADevicesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListVirtualMFADevicesResponse) GoString

func (*ListVirtualMFADevicesResponse) SetBody

func (*ListVirtualMFADevicesResponse) SetHeaders

func (*ListVirtualMFADevicesResponse) SetStatusCode

func (ListVirtualMFADevicesResponse) String

type ListVirtualMFADevicesResponseBody

type ListVirtualMFADevicesResponseBody struct {
	RequestId         *string                                             `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	VirtualMFADevices *ListVirtualMFADevicesResponseBodyVirtualMFADevices `json:"VirtualMFADevices,omitempty" xml:"VirtualMFADevices,omitempty" type:"Struct"`
}

func (ListVirtualMFADevicesResponseBody) GoString

func (*ListVirtualMFADevicesResponseBody) SetRequestId

func (ListVirtualMFADevicesResponseBody) String

type ListVirtualMFADevicesResponseBodyVirtualMFADevices

type ListVirtualMFADevicesResponseBodyVirtualMFADevices struct {
	VirtualMFADevice []*ListVirtualMFADevicesResponseBodyVirtualMFADevicesVirtualMFADevice `json:"VirtualMFADevice,omitempty" xml:"VirtualMFADevice,omitempty" type:"Repeated"`
}

func (ListVirtualMFADevicesResponseBodyVirtualMFADevices) GoString

func (ListVirtualMFADevicesResponseBodyVirtualMFADevices) String

type ListVirtualMFADevicesResponseBodyVirtualMFADevicesVirtualMFADevice

type ListVirtualMFADevicesResponseBodyVirtualMFADevicesVirtualMFADevice struct {
	ActivateDate *string                                                                 `json:"ActivateDate,omitempty" xml:"ActivateDate,omitempty"`
	SerialNumber *string                                                                 `json:"SerialNumber,omitempty" xml:"SerialNumber,omitempty"`
	User         *ListVirtualMFADevicesResponseBodyVirtualMFADevicesVirtualMFADeviceUser `json:"User,omitempty" xml:"User,omitempty" type:"Struct"`
}

func (ListVirtualMFADevicesResponseBodyVirtualMFADevicesVirtualMFADevice) GoString

func (*ListVirtualMFADevicesResponseBodyVirtualMFADevicesVirtualMFADevice) SetActivateDate

func (*ListVirtualMFADevicesResponseBodyVirtualMFADevicesVirtualMFADevice) SetSerialNumber

func (ListVirtualMFADevicesResponseBodyVirtualMFADevicesVirtualMFADevice) String

type ListVirtualMFADevicesResponseBodyVirtualMFADevicesVirtualMFADeviceUser

type ListVirtualMFADevicesResponseBodyVirtualMFADevicesVirtualMFADeviceUser struct {
	DisplayName *string `json:"DisplayName,omitempty" xml:"DisplayName,omitempty"`
	UserId      *string `json:"UserId,omitempty" xml:"UserId,omitempty"`
	UserName    *string `json:"UserName,omitempty" xml:"UserName,omitempty"`
}

func (ListVirtualMFADevicesResponseBodyVirtualMFADevicesVirtualMFADeviceUser) GoString

func (*ListVirtualMFADevicesResponseBodyVirtualMFADevicesVirtualMFADeviceUser) SetDisplayName

func (*ListVirtualMFADevicesResponseBodyVirtualMFADevicesVirtualMFADeviceUser) SetUserId

func (*ListVirtualMFADevicesResponseBodyVirtualMFADevicesVirtualMFADeviceUser) SetUserName

func (ListVirtualMFADevicesResponseBodyVirtualMFADevicesVirtualMFADeviceUser) String

type RemoveUserFromGroupRequest

type RemoveUserFromGroupRequest struct {
	GroupName *string `json:"GroupName,omitempty" xml:"GroupName,omitempty"`
	UserName  *string `json:"UserName,omitempty" xml:"UserName,omitempty"`
}

func (RemoveUserFromGroupRequest) GoString

func (s RemoveUserFromGroupRequest) GoString() string

func (*RemoveUserFromGroupRequest) SetGroupName

func (*RemoveUserFromGroupRequest) SetUserName

func (RemoveUserFromGroupRequest) String

type RemoveUserFromGroupResponse

type RemoveUserFromGroupResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *RemoveUserFromGroupResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (RemoveUserFromGroupResponse) GoString

func (s RemoveUserFromGroupResponse) GoString() string

func (*RemoveUserFromGroupResponse) SetBody

func (*RemoveUserFromGroupResponse) SetHeaders

func (*RemoveUserFromGroupResponse) SetStatusCode

func (RemoveUserFromGroupResponse) String

type RemoveUserFromGroupResponseBody

type RemoveUserFromGroupResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (RemoveUserFromGroupResponseBody) GoString

func (*RemoveUserFromGroupResponseBody) SetRequestId

func (RemoveUserFromGroupResponseBody) String

type SetAccountAliasRequest

type SetAccountAliasRequest struct {
	AccountAlias *string `json:"AccountAlias,omitempty" xml:"AccountAlias,omitempty"`
}

func (SetAccountAliasRequest) GoString

func (s SetAccountAliasRequest) GoString() string

func (*SetAccountAliasRequest) SetAccountAlias

func (s *SetAccountAliasRequest) SetAccountAlias(v string) *SetAccountAliasRequest

func (SetAccountAliasRequest) String

func (s SetAccountAliasRequest) String() string

type SetAccountAliasResponse

type SetAccountAliasResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *SetAccountAliasResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (SetAccountAliasResponse) GoString

func (s SetAccountAliasResponse) GoString() string

func (*SetAccountAliasResponse) SetBody

func (*SetAccountAliasResponse) SetHeaders

func (*SetAccountAliasResponse) SetStatusCode

func (SetAccountAliasResponse) String

func (s SetAccountAliasResponse) String() string

type SetAccountAliasResponseBody

type SetAccountAliasResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (SetAccountAliasResponseBody) GoString

func (s SetAccountAliasResponseBody) GoString() string

func (*SetAccountAliasResponseBody) SetRequestId

func (SetAccountAliasResponseBody) String

type SetDefaultPolicyVersionRequest

type SetDefaultPolicyVersionRequest struct {
	PolicyName *string `json:"PolicyName,omitempty" xml:"PolicyName,omitempty"`
	VersionId  *string `json:"VersionId,omitempty" xml:"VersionId,omitempty"`
}

func (SetDefaultPolicyVersionRequest) GoString

func (*SetDefaultPolicyVersionRequest) SetPolicyName

func (*SetDefaultPolicyVersionRequest) SetVersionId

func (SetDefaultPolicyVersionRequest) String

type SetDefaultPolicyVersionResponse

type SetDefaultPolicyVersionResponse struct {
	Headers    map[string]*string                   `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                               `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *SetDefaultPolicyVersionResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (SetDefaultPolicyVersionResponse) GoString

func (*SetDefaultPolicyVersionResponse) SetHeaders

func (*SetDefaultPolicyVersionResponse) SetStatusCode

func (SetDefaultPolicyVersionResponse) String

type SetDefaultPolicyVersionResponseBody

type SetDefaultPolicyVersionResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (SetDefaultPolicyVersionResponseBody) GoString

func (*SetDefaultPolicyVersionResponseBody) SetRequestId

func (SetDefaultPolicyVersionResponseBody) String

type SetPasswordPolicyRequest

type SetPasswordPolicyRequest struct {
	HardExpiry                 *bool  `json:"HardExpiry,omitempty" xml:"HardExpiry,omitempty"`
	MaxLoginAttemps            *int32 `json:"MaxLoginAttemps,omitempty" xml:"MaxLoginAttemps,omitempty"`
	MaxPasswordAge             *int32 `json:"MaxPasswordAge,omitempty" xml:"MaxPasswordAge,omitempty"`
	MinimumPasswordLength      *int32 `json:"MinimumPasswordLength,omitempty" xml:"MinimumPasswordLength,omitempty"`
	PasswordReusePrevention    *int32 `json:"PasswordReusePrevention,omitempty" xml:"PasswordReusePrevention,omitempty"`
	RequireLowercaseCharacters *bool  `json:"RequireLowercaseCharacters,omitempty" xml:"RequireLowercaseCharacters,omitempty"`
	RequireNumbers             *bool  `json:"RequireNumbers,omitempty" xml:"RequireNumbers,omitempty"`
	RequireSymbols             *bool  `json:"RequireSymbols,omitempty" xml:"RequireSymbols,omitempty"`
	RequireUppercaseCharacters *bool  `json:"RequireUppercaseCharacters,omitempty" xml:"RequireUppercaseCharacters,omitempty"`
}

func (SetPasswordPolicyRequest) GoString

func (s SetPasswordPolicyRequest) GoString() string

func (*SetPasswordPolicyRequest) SetHardExpiry

func (*SetPasswordPolicyRequest) SetMaxLoginAttemps

func (s *SetPasswordPolicyRequest) SetMaxLoginAttemps(v int32) *SetPasswordPolicyRequest

func (*SetPasswordPolicyRequest) SetMaxPasswordAge

func (s *SetPasswordPolicyRequest) SetMaxPasswordAge(v int32) *SetPasswordPolicyRequest

func (*SetPasswordPolicyRequest) SetMinimumPasswordLength

func (s *SetPasswordPolicyRequest) SetMinimumPasswordLength(v int32) *SetPasswordPolicyRequest

func (*SetPasswordPolicyRequest) SetPasswordReusePrevention

func (s *SetPasswordPolicyRequest) SetPasswordReusePrevention(v int32) *SetPasswordPolicyRequest

func (*SetPasswordPolicyRequest) SetRequireLowercaseCharacters

func (s *SetPasswordPolicyRequest) SetRequireLowercaseCharacters(v bool) *SetPasswordPolicyRequest

func (*SetPasswordPolicyRequest) SetRequireNumbers

func (s *SetPasswordPolicyRequest) SetRequireNumbers(v bool) *SetPasswordPolicyRequest

func (*SetPasswordPolicyRequest) SetRequireSymbols

func (s *SetPasswordPolicyRequest) SetRequireSymbols(v bool) *SetPasswordPolicyRequest

func (*SetPasswordPolicyRequest) SetRequireUppercaseCharacters

func (s *SetPasswordPolicyRequest) SetRequireUppercaseCharacters(v bool) *SetPasswordPolicyRequest

func (SetPasswordPolicyRequest) String

func (s SetPasswordPolicyRequest) String() string

type SetPasswordPolicyResponse

type SetPasswordPolicyResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *SetPasswordPolicyResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (SetPasswordPolicyResponse) GoString

func (s SetPasswordPolicyResponse) GoString() string

func (*SetPasswordPolicyResponse) SetBody

func (*SetPasswordPolicyResponse) SetHeaders

func (*SetPasswordPolicyResponse) SetStatusCode

func (SetPasswordPolicyResponse) String

func (s SetPasswordPolicyResponse) String() string

type SetPasswordPolicyResponseBody

type SetPasswordPolicyResponseBody struct {
	PasswordPolicy *SetPasswordPolicyResponseBodyPasswordPolicy `json:"PasswordPolicy,omitempty" xml:"PasswordPolicy,omitempty" type:"Struct"`
	RequestId      *string                                      `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (SetPasswordPolicyResponseBody) GoString

func (*SetPasswordPolicyResponseBody) SetRequestId

func (SetPasswordPolicyResponseBody) String

type SetPasswordPolicyResponseBodyPasswordPolicy

type SetPasswordPolicyResponseBodyPasswordPolicy struct {
	HardExpiry                 *bool  `json:"HardExpiry,omitempty" xml:"HardExpiry,omitempty"`
	MaxLoginAttemps            *int32 `json:"MaxLoginAttemps,omitempty" xml:"MaxLoginAttemps,omitempty"`
	MaxPasswordAge             *int32 `json:"MaxPasswordAge,omitempty" xml:"MaxPasswordAge,omitempty"`
	MinimumPasswordLength      *int32 `json:"MinimumPasswordLength,omitempty" xml:"MinimumPasswordLength,omitempty"`
	PasswordReusePrevention    *int32 `json:"PasswordReusePrevention,omitempty" xml:"PasswordReusePrevention,omitempty"`
	RequireLowercaseCharacters *bool  `json:"RequireLowercaseCharacters,omitempty" xml:"RequireLowercaseCharacters,omitempty"`
	RequireNumbers             *bool  `json:"RequireNumbers,omitempty" xml:"RequireNumbers,omitempty"`
	RequireSymbols             *bool  `json:"RequireSymbols,omitempty" xml:"RequireSymbols,omitempty"`
	RequireUppercaseCharacters *bool  `json:"RequireUppercaseCharacters,omitempty" xml:"RequireUppercaseCharacters,omitempty"`
}

func (SetPasswordPolicyResponseBodyPasswordPolicy) GoString

func (*SetPasswordPolicyResponseBodyPasswordPolicy) SetHardExpiry

func (*SetPasswordPolicyResponseBodyPasswordPolicy) SetMaxLoginAttemps

func (*SetPasswordPolicyResponseBodyPasswordPolicy) SetMaxPasswordAge

func (*SetPasswordPolicyResponseBodyPasswordPolicy) SetMinimumPasswordLength

func (*SetPasswordPolicyResponseBodyPasswordPolicy) SetPasswordReusePrevention

func (*SetPasswordPolicyResponseBodyPasswordPolicy) SetRequireLowercaseCharacters

func (*SetPasswordPolicyResponseBodyPasswordPolicy) SetRequireNumbers

func (*SetPasswordPolicyResponseBodyPasswordPolicy) SetRequireSymbols

func (*SetPasswordPolicyResponseBodyPasswordPolicy) SetRequireUppercaseCharacters

func (SetPasswordPolicyResponseBodyPasswordPolicy) String

type SetSecurityPreferenceRequest

type SetSecurityPreferenceRequest struct {
	AllowUserToChangePassword   *bool   `json:"AllowUserToChangePassword,omitempty" xml:"AllowUserToChangePassword,omitempty"`
	AllowUserToManageAccessKeys *bool   `json:"AllowUserToManageAccessKeys,omitempty" xml:"AllowUserToManageAccessKeys,omitempty"`
	AllowUserToManageMFADevices *bool   `json:"AllowUserToManageMFADevices,omitempty" xml:"AllowUserToManageMFADevices,omitempty"`
	AllowUserToManagePublicKeys *bool   `json:"AllowUserToManagePublicKeys,omitempty" xml:"AllowUserToManagePublicKeys,omitempty"`
	EnableSaveMFATicket         *bool   `json:"EnableSaveMFATicket,omitempty" xml:"EnableSaveMFATicket,omitempty"`
	LoginNetworkMasks           *string `json:"LoginNetworkMasks,omitempty" xml:"LoginNetworkMasks,omitempty"`
	LoginSessionDuration        *int32  `json:"LoginSessionDuration,omitempty" xml:"LoginSessionDuration,omitempty"`
}

func (SetSecurityPreferenceRequest) GoString

func (s SetSecurityPreferenceRequest) GoString() string

func (*SetSecurityPreferenceRequest) SetAllowUserToChangePassword

func (s *SetSecurityPreferenceRequest) SetAllowUserToChangePassword(v bool) *SetSecurityPreferenceRequest

func (*SetSecurityPreferenceRequest) SetAllowUserToManageAccessKeys

func (s *SetSecurityPreferenceRequest) SetAllowUserToManageAccessKeys(v bool) *SetSecurityPreferenceRequest

func (*SetSecurityPreferenceRequest) SetAllowUserToManageMFADevices

func (s *SetSecurityPreferenceRequest) SetAllowUserToManageMFADevices(v bool) *SetSecurityPreferenceRequest

func (*SetSecurityPreferenceRequest) SetAllowUserToManagePublicKeys

func (s *SetSecurityPreferenceRequest) SetAllowUserToManagePublicKeys(v bool) *SetSecurityPreferenceRequest

func (*SetSecurityPreferenceRequest) SetEnableSaveMFATicket

func (s *SetSecurityPreferenceRequest) SetEnableSaveMFATicket(v bool) *SetSecurityPreferenceRequest

func (*SetSecurityPreferenceRequest) SetLoginNetworkMasks

func (*SetSecurityPreferenceRequest) SetLoginSessionDuration

func (s *SetSecurityPreferenceRequest) SetLoginSessionDuration(v int32) *SetSecurityPreferenceRequest

func (SetSecurityPreferenceRequest) String

type SetSecurityPreferenceResponse

type SetSecurityPreferenceResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *SetSecurityPreferenceResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (SetSecurityPreferenceResponse) GoString

func (*SetSecurityPreferenceResponse) SetBody

func (*SetSecurityPreferenceResponse) SetHeaders

func (*SetSecurityPreferenceResponse) SetStatusCode

func (SetSecurityPreferenceResponse) String

type SetSecurityPreferenceResponseBody

type SetSecurityPreferenceResponseBody struct {
	RequestId          *string                                              `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	SecurityPreference *SetSecurityPreferenceResponseBodySecurityPreference `json:"SecurityPreference,omitempty" xml:"SecurityPreference,omitempty" type:"Struct"`
}

func (SetSecurityPreferenceResponseBody) GoString

func (*SetSecurityPreferenceResponseBody) SetRequestId

func (SetSecurityPreferenceResponseBody) String

type SetSecurityPreferenceResponseBodySecurityPreference

type SetSecurityPreferenceResponseBodySecurityPreference struct {
	AccessKeyPreference    *SetSecurityPreferenceResponseBodySecurityPreferenceAccessKeyPreference    `json:"AccessKeyPreference,omitempty" xml:"AccessKeyPreference,omitempty" type:"Struct"`
	LoginProfilePreference *SetSecurityPreferenceResponseBodySecurityPreferenceLoginProfilePreference `json:"LoginProfilePreference,omitempty" xml:"LoginProfilePreference,omitempty" type:"Struct"`
	MFAPreference          *SetSecurityPreferenceResponseBodySecurityPreferenceMFAPreference          `json:"MFAPreference,omitempty" xml:"MFAPreference,omitempty" type:"Struct"`
	PublicKeyPreference    *SetSecurityPreferenceResponseBodySecurityPreferencePublicKeyPreference    `json:"PublicKeyPreference,omitempty" xml:"PublicKeyPreference,omitempty" type:"Struct"`
}

func (SetSecurityPreferenceResponseBodySecurityPreference) GoString

func (SetSecurityPreferenceResponseBodySecurityPreference) String

type SetSecurityPreferenceResponseBodySecurityPreferenceAccessKeyPreference

type SetSecurityPreferenceResponseBodySecurityPreferenceAccessKeyPreference struct {
	AllowUserToManageAccessKeys *bool `json:"AllowUserToManageAccessKeys,omitempty" xml:"AllowUserToManageAccessKeys,omitempty"`
}

func (SetSecurityPreferenceResponseBodySecurityPreferenceAccessKeyPreference) GoString

func (*SetSecurityPreferenceResponseBodySecurityPreferenceAccessKeyPreference) SetAllowUserToManageAccessKeys

func (SetSecurityPreferenceResponseBodySecurityPreferenceAccessKeyPreference) String

type SetSecurityPreferenceResponseBodySecurityPreferenceLoginProfilePreference

type SetSecurityPreferenceResponseBodySecurityPreferenceLoginProfilePreference struct {
	AllowUserToChangePassword *bool   `json:"AllowUserToChangePassword,omitempty" xml:"AllowUserToChangePassword,omitempty"`
	EnableSaveMFATicket       *bool   `json:"EnableSaveMFATicket,omitempty" xml:"EnableSaveMFATicket,omitempty"`
	LoginNetworkMasks         *string `json:"LoginNetworkMasks,omitempty" xml:"LoginNetworkMasks,omitempty"`
	LoginSessionDuration      *int32  `json:"LoginSessionDuration,omitempty" xml:"LoginSessionDuration,omitempty"`
}

func (SetSecurityPreferenceResponseBodySecurityPreferenceLoginProfilePreference) GoString

func (*SetSecurityPreferenceResponseBodySecurityPreferenceLoginProfilePreference) SetAllowUserToChangePassword

func (*SetSecurityPreferenceResponseBodySecurityPreferenceLoginProfilePreference) SetEnableSaveMFATicket

func (*SetSecurityPreferenceResponseBodySecurityPreferenceLoginProfilePreference) SetLoginNetworkMasks

func (*SetSecurityPreferenceResponseBodySecurityPreferenceLoginProfilePreference) SetLoginSessionDuration

func (SetSecurityPreferenceResponseBodySecurityPreferenceLoginProfilePreference) String

type SetSecurityPreferenceResponseBodySecurityPreferenceMFAPreference

type SetSecurityPreferenceResponseBodySecurityPreferenceMFAPreference struct {
	AllowUserToManageMFADevices *bool `json:"AllowUserToManageMFADevices,omitempty" xml:"AllowUserToManageMFADevices,omitempty"`
}

func (SetSecurityPreferenceResponseBodySecurityPreferenceMFAPreference) GoString

func (*SetSecurityPreferenceResponseBodySecurityPreferenceMFAPreference) SetAllowUserToManageMFADevices

func (SetSecurityPreferenceResponseBodySecurityPreferenceMFAPreference) String

type SetSecurityPreferenceResponseBodySecurityPreferencePublicKeyPreference

type SetSecurityPreferenceResponseBodySecurityPreferencePublicKeyPreference struct {
	AllowUserToManagePublicKeys *bool `json:"AllowUserToManagePublicKeys,omitempty" xml:"AllowUserToManagePublicKeys,omitempty"`
}

func (SetSecurityPreferenceResponseBodySecurityPreferencePublicKeyPreference) GoString

func (*SetSecurityPreferenceResponseBodySecurityPreferencePublicKeyPreference) SetAllowUserToManagePublicKeys

func (SetSecurityPreferenceResponseBodySecurityPreferencePublicKeyPreference) String

type UnbindMFADeviceRequest

type UnbindMFADeviceRequest struct {
	UserName *string `json:"UserName,omitempty" xml:"UserName,omitempty"`
}

func (UnbindMFADeviceRequest) GoString

func (s UnbindMFADeviceRequest) GoString() string

func (*UnbindMFADeviceRequest) SetUserName

func (UnbindMFADeviceRequest) String

func (s UnbindMFADeviceRequest) String() string

type UnbindMFADeviceResponse

type UnbindMFADeviceResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UnbindMFADeviceResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UnbindMFADeviceResponse) GoString

func (s UnbindMFADeviceResponse) GoString() string

func (*UnbindMFADeviceResponse) SetBody

func (*UnbindMFADeviceResponse) SetHeaders

func (*UnbindMFADeviceResponse) SetStatusCode

func (UnbindMFADeviceResponse) String

func (s UnbindMFADeviceResponse) String() string

type UnbindMFADeviceResponseBody

type UnbindMFADeviceResponseBody struct {
	MFADevice *UnbindMFADeviceResponseBodyMFADevice `json:"MFADevice,omitempty" xml:"MFADevice,omitempty" type:"Struct"`
	RequestId *string                               `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (UnbindMFADeviceResponseBody) GoString

func (s UnbindMFADeviceResponseBody) GoString() string

func (*UnbindMFADeviceResponseBody) SetMFADevice

func (*UnbindMFADeviceResponseBody) SetRequestId

func (UnbindMFADeviceResponseBody) String

type UnbindMFADeviceResponseBodyMFADevice

type UnbindMFADeviceResponseBodyMFADevice struct {
	SerialNumber *string `json:"SerialNumber,omitempty" xml:"SerialNumber,omitempty"`
}

func (UnbindMFADeviceResponseBodyMFADevice) GoString

func (*UnbindMFADeviceResponseBodyMFADevice) SetSerialNumber

func (UnbindMFADeviceResponseBodyMFADevice) String

type UpdateAccessKeyRequest

type UpdateAccessKeyRequest struct {
	Status          *string `json:"Status,omitempty" xml:"Status,omitempty"`
	UserAccessKeyId *string `json:"UserAccessKeyId,omitempty" xml:"UserAccessKeyId,omitempty"`
	UserName        *string `json:"UserName,omitempty" xml:"UserName,omitempty"`
}

func (UpdateAccessKeyRequest) GoString

func (s UpdateAccessKeyRequest) GoString() string

func (*UpdateAccessKeyRequest) SetStatus

func (*UpdateAccessKeyRequest) SetUserAccessKeyId

func (s *UpdateAccessKeyRequest) SetUserAccessKeyId(v string) *UpdateAccessKeyRequest

func (*UpdateAccessKeyRequest) SetUserName

func (UpdateAccessKeyRequest) String

func (s UpdateAccessKeyRequest) String() string

type UpdateAccessKeyResponse

type UpdateAccessKeyResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateAccessKeyResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateAccessKeyResponse) GoString

func (s UpdateAccessKeyResponse) GoString() string

func (*UpdateAccessKeyResponse) SetBody

func (*UpdateAccessKeyResponse) SetHeaders

func (*UpdateAccessKeyResponse) SetStatusCode

func (UpdateAccessKeyResponse) String

func (s UpdateAccessKeyResponse) String() string

type UpdateAccessKeyResponseBody

type UpdateAccessKeyResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (UpdateAccessKeyResponseBody) GoString

func (s UpdateAccessKeyResponseBody) GoString() string

func (*UpdateAccessKeyResponseBody) SetRequestId

func (UpdateAccessKeyResponseBody) String

type UpdateGroupRequest

type UpdateGroupRequest struct {
	GroupName    *string `json:"GroupName,omitempty" xml:"GroupName,omitempty"`
	NewComments  *string `json:"NewComments,omitempty" xml:"NewComments,omitempty"`
	NewGroupName *string `json:"NewGroupName,omitempty" xml:"NewGroupName,omitempty"`
}

func (UpdateGroupRequest) GoString

func (s UpdateGroupRequest) GoString() string

func (*UpdateGroupRequest) SetGroupName

func (s *UpdateGroupRequest) SetGroupName(v string) *UpdateGroupRequest

func (*UpdateGroupRequest) SetNewComments

func (s *UpdateGroupRequest) SetNewComments(v string) *UpdateGroupRequest

func (*UpdateGroupRequest) SetNewGroupName

func (s *UpdateGroupRequest) SetNewGroupName(v string) *UpdateGroupRequest

func (UpdateGroupRequest) String

func (s UpdateGroupRequest) String() string

type UpdateGroupResponse

type UpdateGroupResponse struct {
	Headers    map[string]*string       `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                   `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateGroupResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateGroupResponse) GoString

func (s UpdateGroupResponse) GoString() string

func (*UpdateGroupResponse) SetBody

func (*UpdateGroupResponse) SetHeaders

func (s *UpdateGroupResponse) SetHeaders(v map[string]*string) *UpdateGroupResponse

func (*UpdateGroupResponse) SetStatusCode

func (s *UpdateGroupResponse) SetStatusCode(v int32) *UpdateGroupResponse

func (UpdateGroupResponse) String

func (s UpdateGroupResponse) String() string

type UpdateGroupResponseBody

type UpdateGroupResponseBody struct {
	Group     *UpdateGroupResponseBodyGroup `json:"Group,omitempty" xml:"Group,omitempty" type:"Struct"`
	RequestId *string                       `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (UpdateGroupResponseBody) GoString

func (s UpdateGroupResponseBody) GoString() string

func (*UpdateGroupResponseBody) SetGroup

func (*UpdateGroupResponseBody) SetRequestId

func (UpdateGroupResponseBody) String

func (s UpdateGroupResponseBody) String() string

type UpdateGroupResponseBodyGroup

type UpdateGroupResponseBodyGroup struct {
	Comments   *string `json:"Comments,omitempty" xml:"Comments,omitempty"`
	CreateDate *string `json:"CreateDate,omitempty" xml:"CreateDate,omitempty"`
	GroupId    *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"`
	GroupName  *string `json:"GroupName,omitempty" xml:"GroupName,omitempty"`
	UpdateDate *string `json:"UpdateDate,omitempty" xml:"UpdateDate,omitempty"`
}

func (UpdateGroupResponseBodyGroup) GoString

func (s UpdateGroupResponseBodyGroup) GoString() string

func (*UpdateGroupResponseBodyGroup) SetComments

func (*UpdateGroupResponseBodyGroup) SetCreateDate

func (*UpdateGroupResponseBodyGroup) SetGroupId

func (*UpdateGroupResponseBodyGroup) SetGroupName

func (*UpdateGroupResponseBodyGroup) SetUpdateDate

func (UpdateGroupResponseBodyGroup) String

type UpdateLoginProfileRequest

type UpdateLoginProfileRequest struct {
	MFABindRequired       *bool   `json:"MFABindRequired,omitempty" xml:"MFABindRequired,omitempty"`
	Password              *string `json:"Password,omitempty" xml:"Password,omitempty"`
	PasswordResetRequired *bool   `json:"PasswordResetRequired,omitempty" xml:"PasswordResetRequired,omitempty"`
	UserName              *string `json:"UserName,omitempty" xml:"UserName,omitempty"`
}

func (UpdateLoginProfileRequest) GoString

func (s UpdateLoginProfileRequest) GoString() string

func (*UpdateLoginProfileRequest) SetMFABindRequired

func (s *UpdateLoginProfileRequest) SetMFABindRequired(v bool) *UpdateLoginProfileRequest

func (*UpdateLoginProfileRequest) SetPassword

func (*UpdateLoginProfileRequest) SetPasswordResetRequired

func (s *UpdateLoginProfileRequest) SetPasswordResetRequired(v bool) *UpdateLoginProfileRequest

func (*UpdateLoginProfileRequest) SetUserName

func (UpdateLoginProfileRequest) String

func (s UpdateLoginProfileRequest) String() string

type UpdateLoginProfileResponse

type UpdateLoginProfileResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateLoginProfileResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateLoginProfileResponse) GoString

func (s UpdateLoginProfileResponse) GoString() string

func (*UpdateLoginProfileResponse) SetBody

func (*UpdateLoginProfileResponse) SetHeaders

func (*UpdateLoginProfileResponse) SetStatusCode

func (UpdateLoginProfileResponse) String

type UpdateLoginProfileResponseBody

type UpdateLoginProfileResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (UpdateLoginProfileResponseBody) GoString

func (*UpdateLoginProfileResponseBody) SetRequestId

func (UpdateLoginProfileResponseBody) String

type UpdatePolicyDescriptionRequest

type UpdatePolicyDescriptionRequest struct {
	NewDescription *string `json:"NewDescription,omitempty" xml:"NewDescription,omitempty"`
	PolicyName     *string `json:"PolicyName,omitempty" xml:"PolicyName,omitempty"`
}

func (UpdatePolicyDescriptionRequest) GoString

func (*UpdatePolicyDescriptionRequest) SetNewDescription

func (*UpdatePolicyDescriptionRequest) SetPolicyName

func (UpdatePolicyDescriptionRequest) String

type UpdatePolicyDescriptionResponse

type UpdatePolicyDescriptionResponse struct {
	Headers    map[string]*string                   `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                               `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdatePolicyDescriptionResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdatePolicyDescriptionResponse) GoString

func (*UpdatePolicyDescriptionResponse) SetHeaders

func (*UpdatePolicyDescriptionResponse) SetStatusCode

func (UpdatePolicyDescriptionResponse) String

type UpdatePolicyDescriptionResponseBody

type UpdatePolicyDescriptionResponseBody struct {
	Policy    *UpdatePolicyDescriptionResponseBodyPolicy `json:"Policy,omitempty" xml:"Policy,omitempty" type:"Struct"`
	RequestId *string                                    `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (UpdatePolicyDescriptionResponseBody) GoString

func (*UpdatePolicyDescriptionResponseBody) SetRequestId

func (UpdatePolicyDescriptionResponseBody) String

type UpdatePolicyDescriptionResponseBodyPolicy

type UpdatePolicyDescriptionResponseBodyPolicy struct {
	CreateDate     *string `json:"CreateDate,omitempty" xml:"CreateDate,omitempty"`
	DefaultVersion *string `json:"DefaultVersion,omitempty" xml:"DefaultVersion,omitempty"`
	Description    *string `json:"Description,omitempty" xml:"Description,omitempty"`
	PolicyName     *string `json:"PolicyName,omitempty" xml:"PolicyName,omitempty"`
	PolicyType     *string `json:"PolicyType,omitempty" xml:"PolicyType,omitempty"`
	UpdateDate     *string `json:"UpdateDate,omitempty" xml:"UpdateDate,omitempty"`
}

func (UpdatePolicyDescriptionResponseBodyPolicy) GoString

func (*UpdatePolicyDescriptionResponseBodyPolicy) SetCreateDate

func (*UpdatePolicyDescriptionResponseBodyPolicy) SetDefaultVersion

func (*UpdatePolicyDescriptionResponseBodyPolicy) SetDescription

func (*UpdatePolicyDescriptionResponseBodyPolicy) SetPolicyName

func (*UpdatePolicyDescriptionResponseBodyPolicy) SetPolicyType

func (*UpdatePolicyDescriptionResponseBodyPolicy) SetUpdateDate

func (UpdatePolicyDescriptionResponseBodyPolicy) String

type UpdateRoleRequest

type UpdateRoleRequest struct {
	NewAssumeRolePolicyDocument *string `json:"NewAssumeRolePolicyDocument,omitempty" xml:"NewAssumeRolePolicyDocument,omitempty"`
	NewDescription              *string `json:"NewDescription,omitempty" xml:"NewDescription,omitempty"`
	NewMaxSessionDuration       *int64  `json:"NewMaxSessionDuration,omitempty" xml:"NewMaxSessionDuration,omitempty"`
	RoleName                    *string `json:"RoleName,omitempty" xml:"RoleName,omitempty"`
}

func (UpdateRoleRequest) GoString

func (s UpdateRoleRequest) GoString() string

func (*UpdateRoleRequest) SetNewAssumeRolePolicyDocument

func (s *UpdateRoleRequest) SetNewAssumeRolePolicyDocument(v string) *UpdateRoleRequest

func (*UpdateRoleRequest) SetNewDescription

func (s *UpdateRoleRequest) SetNewDescription(v string) *UpdateRoleRequest

func (*UpdateRoleRequest) SetNewMaxSessionDuration

func (s *UpdateRoleRequest) SetNewMaxSessionDuration(v int64) *UpdateRoleRequest

func (*UpdateRoleRequest) SetRoleName

func (s *UpdateRoleRequest) SetRoleName(v string) *UpdateRoleRequest

func (UpdateRoleRequest) String

func (s UpdateRoleRequest) String() string

type UpdateRoleResponse

type UpdateRoleResponse struct {
	Headers    map[string]*string      `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                  `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateRoleResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateRoleResponse) GoString

func (s UpdateRoleResponse) GoString() string

func (*UpdateRoleResponse) SetBody

func (*UpdateRoleResponse) SetHeaders

func (s *UpdateRoleResponse) SetHeaders(v map[string]*string) *UpdateRoleResponse

func (*UpdateRoleResponse) SetStatusCode

func (s *UpdateRoleResponse) SetStatusCode(v int32) *UpdateRoleResponse

func (UpdateRoleResponse) String

func (s UpdateRoleResponse) String() string

type UpdateRoleResponseBody

type UpdateRoleResponseBody struct {
	RequestId *string                     `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Role      *UpdateRoleResponseBodyRole `json:"Role,omitempty" xml:"Role,omitempty" type:"Struct"`
}

func (UpdateRoleResponseBody) GoString

func (s UpdateRoleResponseBody) GoString() string

func (*UpdateRoleResponseBody) SetRequestId

func (*UpdateRoleResponseBody) SetRole

func (UpdateRoleResponseBody) String

func (s UpdateRoleResponseBody) String() string

type UpdateRoleResponseBodyRole

type UpdateRoleResponseBodyRole struct {
	Arn                      *string `json:"Arn,omitempty" xml:"Arn,omitempty"`
	AssumeRolePolicyDocument *string `json:"AssumeRolePolicyDocument,omitempty" xml:"AssumeRolePolicyDocument,omitempty"`
	CreateDate               *string `json:"CreateDate,omitempty" xml:"CreateDate,omitempty"`
	Description              *string `json:"Description,omitempty" xml:"Description,omitempty"`
	MaxSessionDuration       *int64  `json:"MaxSessionDuration,omitempty" xml:"MaxSessionDuration,omitempty"`
	RoleId                   *string `json:"RoleId,omitempty" xml:"RoleId,omitempty"`
	RoleName                 *string `json:"RoleName,omitempty" xml:"RoleName,omitempty"`
	UpdateDate               *string `json:"UpdateDate,omitempty" xml:"UpdateDate,omitempty"`
}

func (UpdateRoleResponseBodyRole) GoString

func (s UpdateRoleResponseBodyRole) GoString() string

func (*UpdateRoleResponseBodyRole) SetArn

func (*UpdateRoleResponseBodyRole) SetAssumeRolePolicyDocument

func (s *UpdateRoleResponseBodyRole) SetAssumeRolePolicyDocument(v string) *UpdateRoleResponseBodyRole

func (*UpdateRoleResponseBodyRole) SetCreateDate

func (*UpdateRoleResponseBodyRole) SetDescription

func (*UpdateRoleResponseBodyRole) SetMaxSessionDuration

func (s *UpdateRoleResponseBodyRole) SetMaxSessionDuration(v int64) *UpdateRoleResponseBodyRole

func (*UpdateRoleResponseBodyRole) SetRoleId

func (*UpdateRoleResponseBodyRole) SetRoleName

func (*UpdateRoleResponseBodyRole) SetUpdateDate

func (UpdateRoleResponseBodyRole) String

type UpdateUserRequest

type UpdateUserRequest struct {
	NewComments    *string `json:"NewComments,omitempty" xml:"NewComments,omitempty"`
	NewDisplayName *string `json:"NewDisplayName,omitempty" xml:"NewDisplayName,omitempty"`
	NewEmail       *string `json:"NewEmail,omitempty" xml:"NewEmail,omitempty"`
	NewMobilePhone *string `json:"NewMobilePhone,omitempty" xml:"NewMobilePhone,omitempty"`
	NewUserName    *string `json:"NewUserName,omitempty" xml:"NewUserName,omitempty"`
	UserName       *string `json:"UserName,omitempty" xml:"UserName,omitempty"`
}

func (UpdateUserRequest) GoString

func (s UpdateUserRequest) GoString() string

func (*UpdateUserRequest) SetNewComments

func (s *UpdateUserRequest) SetNewComments(v string) *UpdateUserRequest

func (*UpdateUserRequest) SetNewDisplayName

func (s *UpdateUserRequest) SetNewDisplayName(v string) *UpdateUserRequest

func (*UpdateUserRequest) SetNewEmail

func (s *UpdateUserRequest) SetNewEmail(v string) *UpdateUserRequest

func (*UpdateUserRequest) SetNewMobilePhone

func (s *UpdateUserRequest) SetNewMobilePhone(v string) *UpdateUserRequest

func (*UpdateUserRequest) SetNewUserName

func (s *UpdateUserRequest) SetNewUserName(v string) *UpdateUserRequest

func (*UpdateUserRequest) SetUserName

func (s *UpdateUserRequest) SetUserName(v string) *UpdateUserRequest

func (UpdateUserRequest) String

func (s UpdateUserRequest) String() string

type UpdateUserResponse

type UpdateUserResponse struct {
	Headers    map[string]*string      `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                  `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateUserResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateUserResponse) GoString

func (s UpdateUserResponse) GoString() string

func (*UpdateUserResponse) SetBody

func (*UpdateUserResponse) SetHeaders

func (s *UpdateUserResponse) SetHeaders(v map[string]*string) *UpdateUserResponse

func (*UpdateUserResponse) SetStatusCode

func (s *UpdateUserResponse) SetStatusCode(v int32) *UpdateUserResponse

func (UpdateUserResponse) String

func (s UpdateUserResponse) String() string

type UpdateUserResponseBody

type UpdateUserResponseBody struct {
	RequestId *string                     `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	User      *UpdateUserResponseBodyUser `json:"User,omitempty" xml:"User,omitempty" type:"Struct"`
}

func (UpdateUserResponseBody) GoString

func (s UpdateUserResponseBody) GoString() string

func (*UpdateUserResponseBody) SetRequestId

func (*UpdateUserResponseBody) SetUser

func (UpdateUserResponseBody) String

func (s UpdateUserResponseBody) String() string

type UpdateUserResponseBodyUser

type UpdateUserResponseBodyUser struct {
	Comments    *string `json:"Comments,omitempty" xml:"Comments,omitempty"`
	CreateDate  *string `json:"CreateDate,omitempty" xml:"CreateDate,omitempty"`
	DisplayName *string `json:"DisplayName,omitempty" xml:"DisplayName,omitempty"`
	Email       *string `json:"Email,omitempty" xml:"Email,omitempty"`
	MobilePhone *string `json:"MobilePhone,omitempty" xml:"MobilePhone,omitempty"`
	UpdateDate  *string `json:"UpdateDate,omitempty" xml:"UpdateDate,omitempty"`
	UserId      *string `json:"UserId,omitempty" xml:"UserId,omitempty"`
	UserName    *string `json:"UserName,omitempty" xml:"UserName,omitempty"`
}

func (UpdateUserResponseBodyUser) GoString

func (s UpdateUserResponseBodyUser) GoString() string

func (*UpdateUserResponseBodyUser) SetComments

func (*UpdateUserResponseBodyUser) SetCreateDate

func (*UpdateUserResponseBodyUser) SetDisplayName

func (*UpdateUserResponseBodyUser) SetEmail

func (*UpdateUserResponseBodyUser) SetMobilePhone

func (*UpdateUserResponseBodyUser) SetUpdateDate

func (*UpdateUserResponseBodyUser) SetUserId

func (*UpdateUserResponseBodyUser) SetUserName

func (UpdateUserResponseBodyUser) String

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL