Documentation ¶
Overview ¶
Package iam provides the client and types for making API requests to AWS Identity and Access Management.
AWS Identity and Access Management (IAM) is a web service that you can use to manage users and user permissions under your AWS account. This guide provides descriptions of IAM actions that you can call programmatically. For general information about IAM, see AWS Identity and Access Management (IAM) (http://aws.amazon.com/iam/). For the user guide for IAM, see Using IAM (http://docs.aws.amazon.com/IAM/latest/UserGuide/).
AWS provides SDKs that consist of libraries and sample code for various programming languages and platforms (Java, Ruby, .NET, iOS, Android, etc.). The SDKs provide a convenient way to create programmatic access to IAM and AWS. For example, the SDKs take care of tasks such as cryptographically signing requests (see below), managing errors, and retrying requests automatically. For information about the AWS SDKs, including how to download and install them, see the Tools for Amazon Web Services (http://aws.amazon.com/tools/) page.
We recommend that you use the AWS SDKs to make programmatic API calls to IAM. However, you can also use the IAM Query API to make direct calls to the IAM web service. To learn more about the IAM Query API, see Making Query Requests (http://docs.aws.amazon.com/IAM/latest/UserGuide/IAM_UsingQueryAPI.html) in the Using IAM guide. IAM supports GET and POST requests for all actions. That is, the API does not require you to use GET for some actions and POST for others. However, GET requests are subject to the limitation size of a URL. Therefore, for operations that require larger sizes, use a POST request.
Signing Requests ¶
Requests must be signed using an access key ID and a secret access key. We strongly recommend that you do not use your AWS account access key ID and secret access key for everyday work with IAM. You can use the access key ID and secret access key for an IAM user or you can use the AWS Security Token Service to generate temporary security credentials and use those to sign requests.
To sign requests, we recommend that you use Signature Version 4 (http://docs.aws.amazon.com/general/latest/gr/signature-version-4.html). If you have an existing application that uses Signature Version 2, you do not have to update it to use Signature Version 4. However, some operations now require Signature Version 4. The documentation for operations that require version 4 indicate this requirement.
Additional Resources ¶
For more information, see the following:
AWS Security Credentials (http://docs.aws.amazon.com/general/latest/gr/aws-security-credentials.html). This topic provides general information about the types of credentials used for accessing AWS.
IAM Best Practices (http://docs.aws.amazon.com/IAM/latest/UserGuide/IAMBestPractices.html). This topic presents a list of suggestions for using the IAM service to help secure your AWS resources.
Signing AWS API Requests (http://docs.aws.amazon.com/general/latest/gr/signing_aws_api_requests.html). This set of topics walk you through the process of signing a request using an access key ID and secret access key.
See https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08 for more information on this service.
See iam package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/iam/
Using the Client ¶
To AWS Identity and Access Management with the SDK use the New function to create a new service client. With that client you can make API requests to the service. These clients are safe to use concurrently.
See the SDK's documentation for more information on how to use the SDK. https://docs.aws.amazon.com/sdk-for-go/api/
See aws.Config documentation for more information on configuring SDK clients. https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
See the AWS Identity and Access Management client IAM for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/iam/#New
Index ¶
- Constants
- type AccessKey
- type AccessKeyLastUsed
- type AccessKeyMetadata
- type AddClientIDToOpenIDConnectProviderInput
- type AddClientIDToOpenIDConnectProviderOutput
- type AddClientIDToOpenIDConnectProviderRequest
- type AddRoleToInstanceProfileInput
- type AddRoleToInstanceProfileOutput
- type AddRoleToInstanceProfileRequest
- type AddUserToGroupInput
- type AddUserToGroupOutput
- type AddUserToGroupRequest
- type AssignmentStatusType
- type AttachGroupPolicyInput
- type AttachGroupPolicyOutput
- type AttachGroupPolicyRequest
- type AttachRolePolicyInput
- type AttachRolePolicyOutput
- type AttachRolePolicyRequest
- type AttachUserPolicyInput
- type AttachUserPolicyOutput
- type AttachUserPolicyRequest
- type AttachedPolicy
- type ChangePasswordInput
- type ChangePasswordOutput
- type ChangePasswordRequest
- type ContextEntry
- type ContextKeyTypeEnum
- type CreateAccessKeyInput
- type CreateAccessKeyOutput
- type CreateAccessKeyRequest
- type CreateAccountAliasInput
- type CreateAccountAliasOutput
- type CreateAccountAliasRequest
- type CreateGroupInput
- type CreateGroupOutput
- type CreateGroupRequest
- type CreateInstanceProfileInput
- type CreateInstanceProfileOutput
- type CreateInstanceProfileRequest
- type CreateLoginProfileInput
- type CreateLoginProfileOutput
- type CreateLoginProfileRequest
- type CreateOpenIDConnectProviderInput
- type CreateOpenIDConnectProviderOutput
- type CreateOpenIDConnectProviderRequest
- type CreatePolicyInput
- type CreatePolicyOutput
- type CreatePolicyRequest
- type CreatePolicyVersionInput
- type CreatePolicyVersionOutput
- type CreatePolicyVersionRequest
- type CreateRoleInput
- type CreateRoleOutput
- type CreateRoleRequest
- type CreateSAMLProviderInput
- type CreateSAMLProviderOutput
- type CreateSAMLProviderRequest
- type CreateServiceLinkedRoleInput
- type CreateServiceLinkedRoleOutput
- type CreateServiceLinkedRoleRequest
- type CreateServiceSpecificCredentialInput
- type CreateServiceSpecificCredentialOutput
- type CreateServiceSpecificCredentialRequest
- type CreateUserInput
- type CreateUserOutput
- type CreateUserRequest
- type CreateVirtualMFADeviceInput
- type CreateVirtualMFADeviceOutput
- type CreateVirtualMFADeviceRequest
- type DeactivateMFADeviceInput
- type DeactivateMFADeviceOutput
- type DeactivateMFADeviceRequest
- type DeleteAccessKeyInput
- type DeleteAccessKeyOutput
- type DeleteAccessKeyRequest
- type DeleteAccountAliasInput
- type DeleteAccountAliasOutput
- type DeleteAccountAliasRequest
- type DeleteAccountPasswordPolicyInput
- type DeleteAccountPasswordPolicyOutput
- type DeleteAccountPasswordPolicyRequest
- type DeleteGroupInput
- type DeleteGroupOutput
- type DeleteGroupPolicyInput
- type DeleteGroupPolicyOutput
- type DeleteGroupPolicyRequest
- type DeleteGroupRequest
- type DeleteInstanceProfileInput
- type DeleteInstanceProfileOutput
- type DeleteInstanceProfileRequest
- type DeleteLoginProfileInput
- type DeleteLoginProfileOutput
- type DeleteLoginProfileRequest
- type DeleteOpenIDConnectProviderInput
- type DeleteOpenIDConnectProviderOutput
- type DeleteOpenIDConnectProviderRequest
- type DeletePolicyInput
- type DeletePolicyOutput
- type DeletePolicyRequest
- type DeletePolicyVersionInput
- type DeletePolicyVersionOutput
- type DeletePolicyVersionRequest
- type DeleteRoleInput
- type DeleteRoleOutput
- type DeleteRolePolicyInput
- type DeleteRolePolicyOutput
- type DeleteRolePolicyRequest
- type DeleteRoleRequest
- type DeleteSAMLProviderInput
- type DeleteSAMLProviderOutput
- type DeleteSAMLProviderRequest
- type DeleteSSHPublicKeyInput
- type DeleteSSHPublicKeyOutput
- type DeleteSSHPublicKeyRequest
- type DeleteServerCertificateInput
- type DeleteServerCertificateOutput
- type DeleteServerCertificateRequest
- type DeleteServiceLinkedRoleInput
- type DeleteServiceLinkedRoleOutput
- type DeleteServiceLinkedRoleRequest
- type DeleteServiceSpecificCredentialInput
- type DeleteServiceSpecificCredentialOutput
- type DeleteServiceSpecificCredentialRequest
- type DeleteSigningCertificateInput
- type DeleteSigningCertificateOutput
- type DeleteSigningCertificateRequest
- type DeleteUserInput
- type DeleteUserOutput
- type DeleteUserPolicyInput
- type DeleteUserPolicyOutput
- type DeleteUserPolicyRequest
- type DeleteUserRequest
- type DeleteVirtualMFADeviceInput
- type DeleteVirtualMFADeviceOutput
- type DeleteVirtualMFADeviceRequest
- type DeletionTaskFailureReasonType
- type DeletionTaskStatusType
- type DetachGroupPolicyInput
- type DetachGroupPolicyOutput
- type DetachGroupPolicyRequest
- type DetachRolePolicyInput
- type DetachRolePolicyOutput
- type DetachRolePolicyRequest
- type DetachUserPolicyInput
- type DetachUserPolicyOutput
- type DetachUserPolicyRequest
- type EnableMFADeviceInput
- type EnableMFADeviceOutput
- type EnableMFADeviceRequest
- type EncodingType
- type EntityType
- type EvaluationResult
- type GenerateCredentialReportInput
- type GenerateCredentialReportOutput
- type GenerateCredentialReportRequest
- type GetAccessKeyLastUsedInput
- type GetAccessKeyLastUsedOutput
- type GetAccessKeyLastUsedRequest
- type GetAccountAuthorizationDetailsInput
- type GetAccountAuthorizationDetailsOutput
- type GetAccountAuthorizationDetailsPager
- type GetAccountAuthorizationDetailsRequest
- type GetAccountPasswordPolicyInput
- type GetAccountPasswordPolicyOutput
- type GetAccountPasswordPolicyRequest
- type GetAccountSummaryInput
- type GetAccountSummaryOutput
- type GetAccountSummaryRequest
- type GetContextKeysForCustomPolicyInput
- type GetContextKeysForCustomPolicyRequest
- type GetContextKeysForPrincipalPolicyInput
- type GetContextKeysForPrincipalPolicyOutput
- type GetContextKeysForPrincipalPolicyRequest
- type GetCredentialReportInput
- type GetCredentialReportOutput
- type GetCredentialReportRequest
- type GetGroupInput
- type GetGroupOutput
- type GetGroupPager
- type GetGroupPolicyInput
- type GetGroupPolicyOutput
- type GetGroupPolicyRequest
- type GetGroupRequest
- type GetInstanceProfileInput
- type GetInstanceProfileOutput
- type GetInstanceProfileRequest
- type GetLoginProfileInput
- type GetLoginProfileOutput
- type GetLoginProfileRequest
- type GetOpenIDConnectProviderInput
- type GetOpenIDConnectProviderOutput
- type GetOpenIDConnectProviderRequest
- type GetPolicyInput
- type GetPolicyOutput
- type GetPolicyRequest
- type GetPolicyVersionInput
- type GetPolicyVersionOutput
- type GetPolicyVersionRequest
- type GetRoleInput
- type GetRoleOutput
- type GetRolePolicyInput
- type GetRolePolicyOutput
- type GetRolePolicyRequest
- type GetRoleRequest
- type GetSAMLProviderInput
- type GetSAMLProviderOutput
- type GetSAMLProviderRequest
- type GetSSHPublicKeyInput
- type GetSSHPublicKeyOutput
- type GetSSHPublicKeyRequest
- type GetServerCertificateInput
- type GetServerCertificateOutput
- type GetServerCertificateRequest
- type GetServiceLinkedRoleDeletionStatusInput
- type GetServiceLinkedRoleDeletionStatusOutput
- type GetServiceLinkedRoleDeletionStatusRequest
- type GetUserInput
- type GetUserOutput
- type GetUserPolicyInput
- type GetUserPolicyOutput
- type GetUserPolicyRequest
- type GetUserRequest
- type Group
- type GroupDetail
- type IAM
- func (c *IAM) AddClientIDToOpenIDConnectProviderRequest(input *AddClientIDToOpenIDConnectProviderInput) AddClientIDToOpenIDConnectProviderRequest
- func (c *IAM) AddRoleToInstanceProfileRequest(input *AddRoleToInstanceProfileInput) AddRoleToInstanceProfileRequest
- func (c *IAM) AddUserToGroupRequest(input *AddUserToGroupInput) AddUserToGroupRequest
- func (c *IAM) AttachGroupPolicyRequest(input *AttachGroupPolicyInput) AttachGroupPolicyRequest
- func (c *IAM) AttachRolePolicyRequest(input *AttachRolePolicyInput) AttachRolePolicyRequest
- func (c *IAM) AttachUserPolicyRequest(input *AttachUserPolicyInput) AttachUserPolicyRequest
- func (c *IAM) ChangePasswordRequest(input *ChangePasswordInput) ChangePasswordRequest
- func (c *IAM) CreateAccessKeyRequest(input *CreateAccessKeyInput) CreateAccessKeyRequest
- func (c *IAM) CreateAccountAliasRequest(input *CreateAccountAliasInput) CreateAccountAliasRequest
- func (c *IAM) CreateGroupRequest(input *CreateGroupInput) CreateGroupRequest
- func (c *IAM) CreateInstanceProfileRequest(input *CreateInstanceProfileInput) CreateInstanceProfileRequest
- func (c *IAM) CreateLoginProfileRequest(input *CreateLoginProfileInput) CreateLoginProfileRequest
- func (c *IAM) CreateOpenIDConnectProviderRequest(input *CreateOpenIDConnectProviderInput) CreateOpenIDConnectProviderRequest
- func (c *IAM) CreatePolicyRequest(input *CreatePolicyInput) CreatePolicyRequest
- func (c *IAM) CreatePolicyVersionRequest(input *CreatePolicyVersionInput) CreatePolicyVersionRequest
- func (c *IAM) CreateRoleRequest(input *CreateRoleInput) CreateRoleRequest
- func (c *IAM) CreateSAMLProviderRequest(input *CreateSAMLProviderInput) CreateSAMLProviderRequest
- func (c *IAM) CreateServiceLinkedRoleRequest(input *CreateServiceLinkedRoleInput) CreateServiceLinkedRoleRequest
- func (c *IAM) CreateServiceSpecificCredentialRequest(input *CreateServiceSpecificCredentialInput) CreateServiceSpecificCredentialRequest
- func (c *IAM) CreateUserRequest(input *CreateUserInput) CreateUserRequest
- func (c *IAM) CreateVirtualMFADeviceRequest(input *CreateVirtualMFADeviceInput) CreateVirtualMFADeviceRequest
- func (c *IAM) DeactivateMFADeviceRequest(input *DeactivateMFADeviceInput) DeactivateMFADeviceRequest
- func (c *IAM) DeleteAccessKeyRequest(input *DeleteAccessKeyInput) DeleteAccessKeyRequest
- func (c *IAM) DeleteAccountAliasRequest(input *DeleteAccountAliasInput) DeleteAccountAliasRequest
- func (c *IAM) DeleteAccountPasswordPolicyRequest(input *DeleteAccountPasswordPolicyInput) DeleteAccountPasswordPolicyRequest
- func (c *IAM) DeleteGroupPolicyRequest(input *DeleteGroupPolicyInput) DeleteGroupPolicyRequest
- func (c *IAM) DeleteGroupRequest(input *DeleteGroupInput) DeleteGroupRequest
- func (c *IAM) DeleteInstanceProfileRequest(input *DeleteInstanceProfileInput) DeleteInstanceProfileRequest
- func (c *IAM) DeleteLoginProfileRequest(input *DeleteLoginProfileInput) DeleteLoginProfileRequest
- func (c *IAM) DeleteOpenIDConnectProviderRequest(input *DeleteOpenIDConnectProviderInput) DeleteOpenIDConnectProviderRequest
- func (c *IAM) DeletePolicyRequest(input *DeletePolicyInput) DeletePolicyRequest
- func (c *IAM) DeletePolicyVersionRequest(input *DeletePolicyVersionInput) DeletePolicyVersionRequest
- func (c *IAM) DeleteRolePolicyRequest(input *DeleteRolePolicyInput) DeleteRolePolicyRequest
- func (c *IAM) DeleteRoleRequest(input *DeleteRoleInput) DeleteRoleRequest
- func (c *IAM) DeleteSAMLProviderRequest(input *DeleteSAMLProviderInput) DeleteSAMLProviderRequest
- func (c *IAM) DeleteSSHPublicKeyRequest(input *DeleteSSHPublicKeyInput) DeleteSSHPublicKeyRequest
- func (c *IAM) DeleteServerCertificateRequest(input *DeleteServerCertificateInput) DeleteServerCertificateRequest
- func (c *IAM) DeleteServiceLinkedRoleRequest(input *DeleteServiceLinkedRoleInput) DeleteServiceLinkedRoleRequest
- func (c *IAM) DeleteServiceSpecificCredentialRequest(input *DeleteServiceSpecificCredentialInput) DeleteServiceSpecificCredentialRequest
- func (c *IAM) DeleteSigningCertificateRequest(input *DeleteSigningCertificateInput) DeleteSigningCertificateRequest
- func (c *IAM) DeleteUserPolicyRequest(input *DeleteUserPolicyInput) DeleteUserPolicyRequest
- func (c *IAM) DeleteUserRequest(input *DeleteUserInput) DeleteUserRequest
- func (c *IAM) DeleteVirtualMFADeviceRequest(input *DeleteVirtualMFADeviceInput) DeleteVirtualMFADeviceRequest
- func (c *IAM) DetachGroupPolicyRequest(input *DetachGroupPolicyInput) DetachGroupPolicyRequest
- func (c *IAM) DetachRolePolicyRequest(input *DetachRolePolicyInput) DetachRolePolicyRequest
- func (c *IAM) DetachUserPolicyRequest(input *DetachUserPolicyInput) DetachUserPolicyRequest
- func (c *IAM) EnableMFADeviceRequest(input *EnableMFADeviceInput) EnableMFADeviceRequest
- func (c *IAM) GenerateCredentialReportRequest(input *GenerateCredentialReportInput) GenerateCredentialReportRequest
- func (c *IAM) GetAccessKeyLastUsedRequest(input *GetAccessKeyLastUsedInput) GetAccessKeyLastUsedRequest
- func (c *IAM) GetAccountAuthorizationDetailsRequest(input *GetAccountAuthorizationDetailsInput) GetAccountAuthorizationDetailsRequest
- func (c *IAM) GetAccountPasswordPolicyRequest(input *GetAccountPasswordPolicyInput) GetAccountPasswordPolicyRequest
- func (c *IAM) GetAccountSummaryRequest(input *GetAccountSummaryInput) GetAccountSummaryRequest
- func (c *IAM) GetContextKeysForCustomPolicyRequest(input *GetContextKeysForCustomPolicyInput) GetContextKeysForCustomPolicyRequest
- func (c *IAM) GetContextKeysForPrincipalPolicyRequest(input *GetContextKeysForPrincipalPolicyInput) GetContextKeysForPrincipalPolicyRequest
- func (c *IAM) GetCredentialReportRequest(input *GetCredentialReportInput) GetCredentialReportRequest
- func (c *IAM) GetGroupPolicyRequest(input *GetGroupPolicyInput) GetGroupPolicyRequest
- func (c *IAM) GetGroupRequest(input *GetGroupInput) GetGroupRequest
- func (c *IAM) GetInstanceProfileRequest(input *GetInstanceProfileInput) GetInstanceProfileRequest
- func (c *IAM) GetLoginProfileRequest(input *GetLoginProfileInput) GetLoginProfileRequest
- func (c *IAM) GetOpenIDConnectProviderRequest(input *GetOpenIDConnectProviderInput) GetOpenIDConnectProviderRequest
- func (c *IAM) GetPolicyRequest(input *GetPolicyInput) GetPolicyRequest
- func (c *IAM) GetPolicyVersionRequest(input *GetPolicyVersionInput) GetPolicyVersionRequest
- func (c *IAM) GetRolePolicyRequest(input *GetRolePolicyInput) GetRolePolicyRequest
- func (c *IAM) GetRoleRequest(input *GetRoleInput) GetRoleRequest
- func (c *IAM) GetSAMLProviderRequest(input *GetSAMLProviderInput) GetSAMLProviderRequest
- func (c *IAM) GetSSHPublicKeyRequest(input *GetSSHPublicKeyInput) GetSSHPublicKeyRequest
- func (c *IAM) GetServerCertificateRequest(input *GetServerCertificateInput) GetServerCertificateRequest
- func (c *IAM) GetServiceLinkedRoleDeletionStatusRequest(input *GetServiceLinkedRoleDeletionStatusInput) GetServiceLinkedRoleDeletionStatusRequest
- func (c *IAM) GetUserPolicyRequest(input *GetUserPolicyInput) GetUserPolicyRequest
- func (c *IAM) GetUserRequest(input *GetUserInput) GetUserRequest
- func (c *IAM) ListAccessKeysRequest(input *ListAccessKeysInput) ListAccessKeysRequest
- func (c *IAM) ListAccountAliasesRequest(input *ListAccountAliasesInput) ListAccountAliasesRequest
- func (c *IAM) ListAttachedGroupPoliciesRequest(input *ListAttachedGroupPoliciesInput) ListAttachedGroupPoliciesRequest
- func (c *IAM) ListAttachedRolePoliciesRequest(input *ListAttachedRolePoliciesInput) ListAttachedRolePoliciesRequest
- func (c *IAM) ListAttachedUserPoliciesRequest(input *ListAttachedUserPoliciesInput) ListAttachedUserPoliciesRequest
- func (c *IAM) ListEntitiesForPolicyRequest(input *ListEntitiesForPolicyInput) ListEntitiesForPolicyRequest
- func (c *IAM) ListGroupPoliciesRequest(input *ListGroupPoliciesInput) ListGroupPoliciesRequest
- func (c *IAM) ListGroupsForUserRequest(input *ListGroupsForUserInput) ListGroupsForUserRequest
- func (c *IAM) ListGroupsRequest(input *ListGroupsInput) ListGroupsRequest
- func (c *IAM) ListInstanceProfilesForRoleRequest(input *ListInstanceProfilesForRoleInput) ListInstanceProfilesForRoleRequest
- func (c *IAM) ListInstanceProfilesRequest(input *ListInstanceProfilesInput) ListInstanceProfilesRequest
- func (c *IAM) ListMFADevicesRequest(input *ListMFADevicesInput) ListMFADevicesRequest
- func (c *IAM) ListOpenIDConnectProvidersRequest(input *ListOpenIDConnectProvidersInput) ListOpenIDConnectProvidersRequest
- func (c *IAM) ListPoliciesRequest(input *ListPoliciesInput) ListPoliciesRequest
- func (c *IAM) ListPolicyVersionsRequest(input *ListPolicyVersionsInput) ListPolicyVersionsRequest
- func (c *IAM) ListRolePoliciesRequest(input *ListRolePoliciesInput) ListRolePoliciesRequest
- func (c *IAM) ListRolesRequest(input *ListRolesInput) ListRolesRequest
- func (c *IAM) ListSAMLProvidersRequest(input *ListSAMLProvidersInput) ListSAMLProvidersRequest
- func (c *IAM) ListSSHPublicKeysRequest(input *ListSSHPublicKeysInput) ListSSHPublicKeysRequest
- func (c *IAM) ListServerCertificatesRequest(input *ListServerCertificatesInput) ListServerCertificatesRequest
- func (c *IAM) ListServiceSpecificCredentialsRequest(input *ListServiceSpecificCredentialsInput) ListServiceSpecificCredentialsRequest
- func (c *IAM) ListSigningCertificatesRequest(input *ListSigningCertificatesInput) ListSigningCertificatesRequest
- func (c *IAM) ListUserPoliciesRequest(input *ListUserPoliciesInput) ListUserPoliciesRequest
- func (c *IAM) ListUsersRequest(input *ListUsersInput) ListUsersRequest
- func (c *IAM) ListVirtualMFADevicesRequest(input *ListVirtualMFADevicesInput) ListVirtualMFADevicesRequest
- func (c *IAM) PutGroupPolicyRequest(input *PutGroupPolicyInput) PutGroupPolicyRequest
- func (c *IAM) PutRolePolicyRequest(input *PutRolePolicyInput) PutRolePolicyRequest
- func (c *IAM) PutUserPolicyRequest(input *PutUserPolicyInput) PutUserPolicyRequest
- func (c *IAM) RemoveClientIDFromOpenIDConnectProviderRequest(input *RemoveClientIDFromOpenIDConnectProviderInput) RemoveClientIDFromOpenIDConnectProviderRequest
- func (c *IAM) RemoveRoleFromInstanceProfileRequest(input *RemoveRoleFromInstanceProfileInput) RemoveRoleFromInstanceProfileRequest
- func (c *IAM) RemoveUserFromGroupRequest(input *RemoveUserFromGroupInput) RemoveUserFromGroupRequest
- func (c *IAM) ResetServiceSpecificCredentialRequest(input *ResetServiceSpecificCredentialInput) ResetServiceSpecificCredentialRequest
- func (c *IAM) ResyncMFADeviceRequest(input *ResyncMFADeviceInput) ResyncMFADeviceRequest
- func (c *IAM) SetDefaultPolicyVersionRequest(input *SetDefaultPolicyVersionInput) SetDefaultPolicyVersionRequest
- func (c *IAM) SimulateCustomPolicyRequest(input *SimulateCustomPolicyInput) SimulateCustomPolicyRequest
- func (c *IAM) SimulatePrincipalPolicyRequest(input *SimulatePrincipalPolicyInput) SimulatePrincipalPolicyRequest
- func (c *IAM) UpdateAccessKeyRequest(input *UpdateAccessKeyInput) UpdateAccessKeyRequest
- func (c *IAM) UpdateAccountPasswordPolicyRequest(input *UpdateAccountPasswordPolicyInput) UpdateAccountPasswordPolicyRequest
- func (c *IAM) UpdateAssumeRolePolicyRequest(input *UpdateAssumeRolePolicyInput) UpdateAssumeRolePolicyRequest
- func (c *IAM) UpdateGroupRequest(input *UpdateGroupInput) UpdateGroupRequest
- func (c *IAM) UpdateLoginProfileRequest(input *UpdateLoginProfileInput) UpdateLoginProfileRequest
- func (c *IAM) UpdateOpenIDConnectProviderThumbprintRequest(input *UpdateOpenIDConnectProviderThumbprintInput) UpdateOpenIDConnectProviderThumbprintRequest
- func (c *IAM) UpdateRoleDescriptionRequest(input *UpdateRoleDescriptionInput) UpdateRoleDescriptionRequest
- func (c *IAM) UpdateSAMLProviderRequest(input *UpdateSAMLProviderInput) UpdateSAMLProviderRequest
- func (c *IAM) UpdateSSHPublicKeyRequest(input *UpdateSSHPublicKeyInput) UpdateSSHPublicKeyRequest
- func (c *IAM) UpdateServerCertificateRequest(input *UpdateServerCertificateInput) UpdateServerCertificateRequest
- func (c *IAM) UpdateServiceSpecificCredentialRequest(input *UpdateServiceSpecificCredentialInput) UpdateServiceSpecificCredentialRequest
- func (c *IAM) UpdateSigningCertificateRequest(input *UpdateSigningCertificateInput) UpdateSigningCertificateRequest
- func (c *IAM) UpdateUserRequest(input *UpdateUserInput) UpdateUserRequest
- func (c *IAM) UploadSSHPublicKeyRequest(input *UploadSSHPublicKeyInput) UploadSSHPublicKeyRequest
- func (c *IAM) UploadServerCertificateRequest(input *UploadServerCertificateInput) UploadServerCertificateRequest
- func (c *IAM) UploadSigningCertificateRequest(input *UploadSigningCertificateInput) UploadSigningCertificateRequest
- func (c *IAM) WaitUntilInstanceProfileExists(input *GetInstanceProfileInput) error
- func (c *IAM) WaitUntilInstanceProfileExistsWithContext(ctx aws.Context, input *GetInstanceProfileInput, opts ...aws.WaiterOption) error
- func (c *IAM) WaitUntilUserExists(input *GetUserInput) error
- func (c *IAM) WaitUntilUserExistsWithContext(ctx aws.Context, input *GetUserInput, opts ...aws.WaiterOption) error
- type InstanceProfile
- type ListAccessKeysInput
- type ListAccessKeysOutput
- type ListAccessKeysPager
- type ListAccessKeysRequest
- type ListAccountAliasesInput
- type ListAccountAliasesOutput
- type ListAccountAliasesPager
- type ListAccountAliasesRequest
- type ListAttachedGroupPoliciesInput
- type ListAttachedGroupPoliciesOutput
- type ListAttachedGroupPoliciesPager
- type ListAttachedGroupPoliciesRequest
- type ListAttachedRolePoliciesInput
- type ListAttachedRolePoliciesOutput
- type ListAttachedRolePoliciesPager
- type ListAttachedRolePoliciesRequest
- type ListAttachedUserPoliciesInput
- type ListAttachedUserPoliciesOutput
- type ListAttachedUserPoliciesPager
- type ListAttachedUserPoliciesRequest
- type ListEntitiesForPolicyInput
- type ListEntitiesForPolicyOutput
- type ListEntitiesForPolicyPager
- type ListEntitiesForPolicyRequest
- type ListGroupPoliciesInput
- type ListGroupPoliciesOutput
- type ListGroupPoliciesPager
- type ListGroupPoliciesRequest
- type ListGroupsForUserInput
- type ListGroupsForUserOutput
- type ListGroupsForUserPager
- type ListGroupsForUserRequest
- type ListGroupsInput
- type ListGroupsOutput
- type ListGroupsPager
- type ListGroupsRequest
- type ListInstanceProfilesForRoleInput
- type ListInstanceProfilesForRoleOutput
- type ListInstanceProfilesForRolePager
- type ListInstanceProfilesForRoleRequest
- type ListInstanceProfilesInput
- type ListInstanceProfilesOutput
- type ListInstanceProfilesPager
- type ListInstanceProfilesRequest
- type ListMFADevicesInput
- type ListMFADevicesOutput
- type ListMFADevicesPager
- type ListMFADevicesRequest
- type ListOpenIDConnectProvidersInput
- type ListOpenIDConnectProvidersOutput
- type ListOpenIDConnectProvidersRequest
- type ListPoliciesInput
- type ListPoliciesOutput
- type ListPoliciesPager
- type ListPoliciesRequest
- type ListPolicyVersionsInput
- type ListPolicyVersionsOutput
- type ListPolicyVersionsPager
- type ListPolicyVersionsRequest
- type ListRolePoliciesInput
- type ListRolePoliciesOutput
- type ListRolePoliciesPager
- type ListRolePoliciesRequest
- type ListRolesInput
- type ListRolesOutput
- type ListRolesPager
- type ListRolesRequest
- type ListSAMLProvidersInput
- type ListSAMLProvidersOutput
- type ListSAMLProvidersRequest
- type ListSSHPublicKeysInput
- type ListSSHPublicKeysOutput
- type ListSSHPublicKeysPager
- type ListSSHPublicKeysRequest
- type ListServerCertificatesInput
- type ListServerCertificatesOutput
- type ListServerCertificatesPager
- type ListServerCertificatesRequest
- type ListServiceSpecificCredentialsInput
- type ListServiceSpecificCredentialsOutput
- type ListServiceSpecificCredentialsRequest
- type ListSigningCertificatesInput
- type ListSigningCertificatesOutput
- type ListSigningCertificatesPager
- type ListSigningCertificatesRequest
- type ListUserPoliciesInput
- type ListUserPoliciesOutput
- type ListUserPoliciesPager
- type ListUserPoliciesRequest
- type ListUsersInput
- type ListUsersOutput
- type ListUsersPager
- type ListUsersRequest
- type ListVirtualMFADevicesInput
- type ListVirtualMFADevicesOutput
- type ListVirtualMFADevicesPager
- type ListVirtualMFADevicesRequest
- type LoginProfile
- type MFADevice
- type ManagedPolicyDetail
- type OpenIDConnectProviderListEntry
- type OrganizationsDecisionDetail
- type PasswordPolicy
- type Policy
- type PolicyDetail
- type PolicyEvaluationDecisionType
- type PolicyGroup
- type PolicyRole
- type PolicyScopeType
- type PolicySourceType
- type PolicyUser
- type PolicyVersion
- type Position
- type PutGroupPolicyInput
- type PutGroupPolicyOutput
- type PutGroupPolicyRequest
- type PutRolePolicyInput
- type PutRolePolicyOutput
- type PutRolePolicyRequest
- type PutUserPolicyInput
- type PutUserPolicyOutput
- type PutUserPolicyRequest
- type RemoveClientIDFromOpenIDConnectProviderInput
- type RemoveClientIDFromOpenIDConnectProviderOutput
- type RemoveClientIDFromOpenIDConnectProviderRequest
- type RemoveRoleFromInstanceProfileInput
- type RemoveRoleFromInstanceProfileOutput
- type RemoveRoleFromInstanceProfileRequest
- type RemoveUserFromGroupInput
- type RemoveUserFromGroupOutput
- type RemoveUserFromGroupRequest
- type ReportFormatType
- type ReportStateType
- type ResetServiceSpecificCredentialInput
- type ResetServiceSpecificCredentialOutput
- type ResetServiceSpecificCredentialRequest
- type ResourceSpecificResult
- type ResyncMFADeviceInput
- type ResyncMFADeviceOutput
- type ResyncMFADeviceRequest
- type Role
- type RoleDetail
- type RoleUsageType
- type SAMLProviderListEntry
- type SSHPublicKey
- type SSHPublicKeyMetadata
- type ServerCertificate
- type ServerCertificateMetadata
- type ServiceSpecificCredential
- type ServiceSpecificCredentialMetadata
- type SetDefaultPolicyVersionInput
- type SetDefaultPolicyVersionOutput
- type SetDefaultPolicyVersionRequest
- type SigningCertificate
- type SimulateCustomPolicyInput
- type SimulateCustomPolicyPager
- type SimulateCustomPolicyRequest
- type SimulatePrincipalPolicyInput
- type SimulatePrincipalPolicyOutput
- type SimulatePrincipalPolicyPager
- type SimulatePrincipalPolicyRequest
- type Statement
- type StatusType
- type SummaryKeyType
- type UpdateAccessKeyInput
- type UpdateAccessKeyOutput
- type UpdateAccessKeyRequest
- type UpdateAccountPasswordPolicyInput
- type UpdateAccountPasswordPolicyOutput
- type UpdateAccountPasswordPolicyRequest
- type UpdateAssumeRolePolicyInput
- type UpdateAssumeRolePolicyOutput
- type UpdateAssumeRolePolicyRequest
- type UpdateGroupInput
- type UpdateGroupOutput
- type UpdateGroupRequest
- type UpdateLoginProfileInput
- type UpdateLoginProfileOutput
- type UpdateLoginProfileRequest
- type UpdateOpenIDConnectProviderThumbprintInput
- type UpdateOpenIDConnectProviderThumbprintOutput
- type UpdateOpenIDConnectProviderThumbprintRequest
- type UpdateRoleDescriptionInput
- type UpdateRoleDescriptionOutput
- type UpdateRoleDescriptionRequest
- type UpdateSAMLProviderInput
- type UpdateSAMLProviderOutput
- type UpdateSAMLProviderRequest
- type UpdateSSHPublicKeyInput
- type UpdateSSHPublicKeyOutput
- type UpdateSSHPublicKeyRequest
- type UpdateServerCertificateInput
- type UpdateServerCertificateOutput
- type UpdateServerCertificateRequest
- type UpdateServiceSpecificCredentialInput
- type UpdateServiceSpecificCredentialOutput
- type UpdateServiceSpecificCredentialRequest
- type UpdateSigningCertificateInput
- type UpdateSigningCertificateOutput
- type UpdateSigningCertificateRequest
- type UpdateUserInput
- type UpdateUserOutput
- type UpdateUserRequest
- type UploadSSHPublicKeyInput
- type UploadSSHPublicKeyOutput
- type UploadSSHPublicKeyRequest
- type UploadServerCertificateInput
- type UploadServerCertificateOutput
- type UploadServerCertificateRequest
- type UploadSigningCertificateInput
- type UploadSigningCertificateOutput
- type UploadSigningCertificateRequest
- type User
- type UserDetail
- type VirtualMFADevice
Examples ¶
- IAM.AddClientIDToOpenIDConnectProviderRequest (Shared00)
- IAM.AddRoleToInstanceProfileRequest (Shared00)
- IAM.AddUserToGroupRequest (Shared00)
- IAM.AttachGroupPolicyRequest (Shared00)
- IAM.AttachRolePolicyRequest (Shared00)
- IAM.AttachUserPolicyRequest (Shared00)
- IAM.ChangePasswordRequest (Shared00)
- IAM.CreateAccessKeyRequest (Shared00)
- IAM.CreateAccountAliasRequest (Shared00)
- IAM.CreateGroupRequest (Shared00)
- IAM.CreateInstanceProfileRequest (Shared00)
- IAM.CreateLoginProfileRequest (Shared00)
- IAM.CreateOpenIDConnectProviderRequest (Shared00)
- IAM.CreateRoleRequest (Shared00)
- IAM.CreateUserRequest (Shared00)
- IAM.DeleteAccessKeyRequest (Shared00)
- IAM.DeleteAccountAliasRequest (Shared00)
- IAM.DeleteAccountPasswordPolicyRequest (Shared00)
- IAM.DeleteGroupPolicyRequest (Shared00)
- IAM.DeleteInstanceProfileRequest (Shared00)
- IAM.DeleteLoginProfileRequest (Shared00)
- IAM.DeleteRolePolicyRequest (Shared00)
- IAM.DeleteRoleRequest (Shared00)
- IAM.DeleteSigningCertificateRequest (Shared00)
- IAM.DeleteUserPolicyRequest (Shared00)
- IAM.DeleteUserRequest (Shared00)
- IAM.DeleteVirtualMFADeviceRequest (Shared00)
- IAM.GetAccountPasswordPolicyRequest (Shared00)
- IAM.GetAccountSummaryRequest (Shared00)
- IAM.GetInstanceProfileRequest (Shared00)
- IAM.GetLoginProfileRequest (Shared00)
- IAM.GetRoleRequest (Shared00)
- IAM.GetUserRequest (Shared00)
- IAM.ListAccessKeysRequest (Shared00)
- IAM.ListAccountAliasesRequest (Shared00)
- IAM.ListGroupPoliciesRequest (Shared00)
- IAM.ListGroupsForUserRequest (Shared00)
- IAM.ListGroupsRequest (Shared00)
- IAM.ListSigningCertificatesRequest (Shared00)
- IAM.ListUsersRequest (Shared00)
- IAM.ListVirtualMFADevicesRequest (Shared00)
- IAM.PutGroupPolicyRequest (Shared00)
- IAM.PutRolePolicyRequest (Shared00)
- IAM.PutUserPolicyRequest (Shared00)
- IAM.RemoveRoleFromInstanceProfileRequest (Shared00)
- IAM.RemoveUserFromGroupRequest (Shared00)
- IAM.UpdateAccessKeyRequest (Shared00)
- IAM.UpdateAccountPasswordPolicyRequest (Shared00)
- IAM.UpdateAssumeRolePolicyRequest (Shared00)
- IAM.UpdateGroupRequest (Shared00)
- IAM.UpdateLoginProfileRequest (Shared00)
- IAM.UpdateSigningCertificateRequest (Shared00)
- IAM.UpdateUserRequest (Shared00)
- IAM.UploadServerCertificateRequest (Shared00)
- IAM.UploadSigningCertificateRequest (Shared00)
Constants ¶
const ( // ErrCodeCredentialReportExpiredException for service response error code // "ReportExpired". // // The request was rejected because the most recent credential report has expired. // To generate a new credential report, use GenerateCredentialReport. For more // information about credential report expiration, see Getting Credential Reports // (http://docs.aws.amazon.com/IAM/latest/UserGuide/credential-reports.html) // in the IAM User Guide. ErrCodeCredentialReportExpiredException = "ReportExpired" // ErrCodeCredentialReportNotPresentException for service response error code // "ReportNotPresent". // // The request was rejected because the credential report does not exist. To // generate a credential report, use GenerateCredentialReport. ErrCodeCredentialReportNotPresentException = "ReportNotPresent" // ErrCodeCredentialReportNotReadyException for service response error code // "ReportInProgress". // // The request was rejected because the credential report is still being generated. ErrCodeCredentialReportNotReadyException = "ReportInProgress" // ErrCodeDeleteConflictException for service response error code // "DeleteConflict". // // The request was rejected because it attempted to delete a resource that has // attached subordinate entities. The error message describes these entities. ErrCodeDeleteConflictException = "DeleteConflict" // ErrCodeDuplicateCertificateException for service response error code // "DuplicateCertificate". // // The request was rejected because the same certificate is associated with // an IAM user in the account. ErrCodeDuplicateCertificateException = "DuplicateCertificate" // ErrCodeDuplicateSSHPublicKeyException for service response error code // "DuplicateSSHPublicKey". // // The request was rejected because the SSH public key is already associated // with the specified IAM user. ErrCodeDuplicateSSHPublicKeyException = "DuplicateSSHPublicKey" // ErrCodeEntityAlreadyExistsException for service response error code // "EntityAlreadyExists". // // The request was rejected because it attempted to create a resource that already // exists. ErrCodeEntityAlreadyExistsException = "EntityAlreadyExists" // ErrCodeEntityTemporarilyUnmodifiableException for service response error code // "EntityTemporarilyUnmodifiable". // // The request was rejected because it referenced an entity that is temporarily // unmodifiable, such as a user name that was deleted and then recreated. The // error indicates that the request is likely to succeed if you try again after // waiting several minutes. The error message describes the entity. ErrCodeEntityTemporarilyUnmodifiableException = "EntityTemporarilyUnmodifiable" // ErrCodeInvalidAuthenticationCodeException for service response error code // "InvalidAuthenticationCode". // // The request was rejected because the authentication code was not recognized. // The error message describes the specific error. ErrCodeInvalidAuthenticationCodeException = "InvalidAuthenticationCode" // ErrCodeInvalidCertificateException for service response error code // "InvalidCertificate". // // The request was rejected because the certificate is invalid. ErrCodeInvalidCertificateException = "InvalidCertificate" // ErrCodeInvalidInputException for service response error code // "InvalidInput". // // The request was rejected because an invalid or out-of-range value was supplied // for an input parameter. ErrCodeInvalidInputException = "InvalidInput" // ErrCodeInvalidPublicKeyException for service response error code // "InvalidPublicKey". // // The request was rejected because the public key is malformed or otherwise // invalid. ErrCodeInvalidPublicKeyException = "InvalidPublicKey" // ErrCodeInvalidUserTypeException for service response error code // "InvalidUserType". // // The request was rejected because the type of user for the transaction was // incorrect. ErrCodeInvalidUserTypeException = "InvalidUserType" // ErrCodeKeyPairMismatchException for service response error code // "KeyPairMismatch". // // The request was rejected because the public key certificate and the private // key do not match. ErrCodeKeyPairMismatchException = "KeyPairMismatch" // ErrCodeLimitExceededException for service response error code // "LimitExceeded". // // The request was rejected because it attempted to create resources beyond // the current AWS account limits. The error message describes the limit exceeded. ErrCodeLimitExceededException = "LimitExceeded" // ErrCodeMalformedCertificateException for service response error code // "MalformedCertificate". // // The request was rejected because the certificate was malformed or expired. // The error message describes the specific error. ErrCodeMalformedCertificateException = "MalformedCertificate" // ErrCodeMalformedPolicyDocumentException for service response error code // "MalformedPolicyDocument". // // The request was rejected because the policy document was malformed. The error // message describes the specific error. ErrCodeMalformedPolicyDocumentException = "MalformedPolicyDocument" // ErrCodeNoSuchEntityException for service response error code // "NoSuchEntity". // // The request was rejected because it referenced an entity that does not exist. // The error message describes the entity. ErrCodeNoSuchEntityException = "NoSuchEntity" // ErrCodePasswordPolicyViolationException for service response error code // "PasswordPolicyViolation". // // The request was rejected because the provided password did not meet the requirements // imposed by the account password policy. ErrCodePasswordPolicyViolationException = "PasswordPolicyViolation" // ErrCodePolicyEvaluationException for service response error code // "PolicyEvaluation". // // The request failed because a provided policy could not be successfully evaluated. // An additional detailed message indicates the source of the failure. ErrCodePolicyEvaluationException = "PolicyEvaluation" // ErrCodePolicyNotAttachableException for service response error code // "PolicyNotAttachable". // // The request failed because AWS service role policies can only be attached // to the service-linked role for that service. ErrCodePolicyNotAttachableException = "PolicyNotAttachable" // ErrCodeServiceFailureException for service response error code // "ServiceFailure". // // The request processing has failed because of an unknown error, exception // or failure. ErrCodeServiceFailureException = "ServiceFailure" // ErrCodeServiceNotSupportedException for service response error code // "NotSupportedService". // // The specified service does not support service-specific credentials. ErrCodeServiceNotSupportedException = "NotSupportedService" // ErrCodeUnmodifiableEntityException for service response error code // "UnmodifiableEntity". // // The request was rejected because only the service that depends on the service-linked // role can modify or delete the role on your behalf. The error message includes // the name of the service that depends on this service-linked role. You must // request the change through that service. ErrCodeUnmodifiableEntityException = "UnmodifiableEntity" // ErrCodeUnrecognizedPublicKeyEncodingException for service response error code // "UnrecognizedPublicKeyEncoding". // // The request was rejected because the public key encoding format is unsupported // or unrecognized. ErrCodeUnrecognizedPublicKeyEncodingException = "UnrecognizedPublicKeyEncoding" )
const ( ServiceName = "iam" // Service endpoint prefix API calls made to. EndpointsID = ServiceName // Service ID for Regions and Endpoints metadata. )
Service information constants
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccessKey ¶
type AccessKey struct { // The ID for this access key. // // AccessKeyId is a required field AccessKeyId *string `min:"16" type:"string" required:"true"` // The date when the access key was created. CreateDate *time.Time `type:"timestamp" timestampFormat:"iso8601"` // The secret key used to sign requests. // // SecretAccessKey is a required field SecretAccessKey *string `type:"string" required:"true"` // The status of the access key. Active means the key is valid for API calls, // while Inactive means it is not. // // Status is a required field Status StatusType `type:"string" required:"true" enum:"true"` // The name of the IAM user that the access key is associated with. // // UserName is a required field UserName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Contains information about an AWS access key.
This data type is used as a response element in the CreateAccessKey and ListAccessKeys actions.
The SecretAccessKey value is returned only in response to CreateAccessKey. You can get a secret access key only when you first create an access key; you cannot recover the secret access key later. If you lose a secret access key, you must create a new access key. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/AccessKey
type AccessKeyLastUsed ¶
type AccessKeyLastUsed struct { // The date and time, in ISO 8601 date-time format (http://www.iso.org/iso/iso8601), // when the access key was most recently used. This field is null when: // // * The user does not have an access key. // // * An access key exists but has never been used, at least not since IAM // started tracking this information on April 22nd, 2015. // // * There is no sign-in data associated with the user // // LastUsedDate is a required field LastUsedDate *time.Time `type:"timestamp" timestampFormat:"iso8601" required:"true"` // The AWS region where this access key was most recently used. This field is // displays "N/A" when: // // * The user does not have an access key. // // * An access key exists but has never been used, at least not since IAM // started tracking this information on April 22nd, 2015. // // * There is no sign-in data associated with the user // // For more information about AWS regions, see Regions and Endpoints (http://docs.aws.amazon.com/general/latest/gr/rande.html) // in the Amazon Web Services General Reference. // // Region is a required field Region *string `type:"string" required:"true"` // The name of the AWS service with which this access key was most recently // used. This field displays "N/A" when: // // * The user does not have an access key. // // * An access key exists but has never been used, at least not since IAM // started tracking this information on April 22nd, 2015. // // * There is no sign-in data associated with the user // // ServiceName is a required field ServiceName *string `type:"string" required:"true"` // contains filtered or unexported fields }
Contains information about the last time an AWS access key was used.
This data type is used as a response element in the GetAccessKeyLastUsed action. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/AccessKeyLastUsed
func (AccessKeyLastUsed) GoString ¶
func (s AccessKeyLastUsed) GoString() string
GoString returns the string representation
func (AccessKeyLastUsed) String ¶
func (s AccessKeyLastUsed) String() string
String returns the string representation
type AccessKeyMetadata ¶
type AccessKeyMetadata struct { // The ID for this access key. AccessKeyId *string `min:"16" type:"string"` // The date when the access key was created. CreateDate *time.Time `type:"timestamp" timestampFormat:"iso8601"` // The status of the access key. Active means the key is valid for API calls; // Inactive means it is not. Status StatusType `type:"string" enum:"true"` // The name of the IAM user that the key is associated with. UserName *string `min:"1" type:"string"` // contains filtered or unexported fields }
Contains information about an AWS access key, without its secret key.
This data type is used as a response element in the ListAccessKeys action. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/AccessKeyMetadata
func (AccessKeyMetadata) GoString ¶
func (s AccessKeyMetadata) GoString() string
GoString returns the string representation
func (AccessKeyMetadata) String ¶
func (s AccessKeyMetadata) String() string
String returns the string representation
type AddClientIDToOpenIDConnectProviderInput ¶
type AddClientIDToOpenIDConnectProviderInput struct { // The client ID (also known as audience) to add to the IAM OpenID Connect provider // resource. // // ClientID is a required field ClientID *string `min:"1" type:"string" required:"true"` // The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC) provider // resource to add the client ID to. You can get a list of OIDC provider ARNs // by using the ListOpenIDConnectProviders action. // // OpenIDConnectProviderArn is a required field OpenIDConnectProviderArn *string `min:"20" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/AddClientIDToOpenIDConnectProviderRequest
func (AddClientIDToOpenIDConnectProviderInput) GoString ¶
func (s AddClientIDToOpenIDConnectProviderInput) GoString() string
GoString returns the string representation
func (AddClientIDToOpenIDConnectProviderInput) String ¶
func (s AddClientIDToOpenIDConnectProviderInput) String() string
String returns the string representation
func (*AddClientIDToOpenIDConnectProviderInput) Validate ¶
func (s *AddClientIDToOpenIDConnectProviderInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AddClientIDToOpenIDConnectProviderOutput ¶
type AddClientIDToOpenIDConnectProviderOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/AddClientIDToOpenIDConnectProviderOutput
func (AddClientIDToOpenIDConnectProviderOutput) GoString ¶
func (s AddClientIDToOpenIDConnectProviderOutput) GoString() string
GoString returns the string representation
func (AddClientIDToOpenIDConnectProviderOutput) SDKResponseMetadata ¶
func (s AddClientIDToOpenIDConnectProviderOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (AddClientIDToOpenIDConnectProviderOutput) String ¶
func (s AddClientIDToOpenIDConnectProviderOutput) String() string
String returns the string representation
type AddClientIDToOpenIDConnectProviderRequest ¶
type AddClientIDToOpenIDConnectProviderRequest struct { *aws.Request Input *AddClientIDToOpenIDConnectProviderInput Copy func(*AddClientIDToOpenIDConnectProviderInput) AddClientIDToOpenIDConnectProviderRequest }
AddClientIDToOpenIDConnectProviderRequest is a API request type for the AddClientIDToOpenIDConnectProvider API operation.
func (AddClientIDToOpenIDConnectProviderRequest) Send ¶
func (r AddClientIDToOpenIDConnectProviderRequest) Send() (*AddClientIDToOpenIDConnectProviderOutput, error)
Send marshals and sends the AddClientIDToOpenIDConnectProvider API request.
type AddRoleToInstanceProfileInput ¶
type AddRoleToInstanceProfileInput struct { // The name of the instance profile to update. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@- // // InstanceProfileName is a required field InstanceProfileName *string `min:"1" type:"string" required:"true"` // The name of the role to add. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: _+=,.@- // // RoleName is a required field RoleName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/AddRoleToInstanceProfileRequest
func (AddRoleToInstanceProfileInput) GoString ¶
func (s AddRoleToInstanceProfileInput) GoString() string
GoString returns the string representation
func (AddRoleToInstanceProfileInput) String ¶
func (s AddRoleToInstanceProfileInput) String() string
String returns the string representation
func (*AddRoleToInstanceProfileInput) Validate ¶
func (s *AddRoleToInstanceProfileInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AddRoleToInstanceProfileOutput ¶
type AddRoleToInstanceProfileOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/AddRoleToInstanceProfileOutput
func (AddRoleToInstanceProfileOutput) GoString ¶
func (s AddRoleToInstanceProfileOutput) GoString() string
GoString returns the string representation
func (AddRoleToInstanceProfileOutput) SDKResponseMetadata ¶
func (s AddRoleToInstanceProfileOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (AddRoleToInstanceProfileOutput) String ¶
func (s AddRoleToInstanceProfileOutput) String() string
String returns the string representation
type AddRoleToInstanceProfileRequest ¶
type AddRoleToInstanceProfileRequest struct { *aws.Request Input *AddRoleToInstanceProfileInput Copy func(*AddRoleToInstanceProfileInput) AddRoleToInstanceProfileRequest }
AddRoleToInstanceProfileRequest is a API request type for the AddRoleToInstanceProfile API operation.
func (AddRoleToInstanceProfileRequest) Send ¶
func (r AddRoleToInstanceProfileRequest) Send() (*AddRoleToInstanceProfileOutput, error)
Send marshals and sends the AddRoleToInstanceProfile API request.
type AddUserToGroupInput ¶
type AddUserToGroupInput struct { // The name of the group to update. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@- // // GroupName is a required field GroupName *string `min:"1" type:"string" required:"true"` // The name of the user to add. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@- // // UserName is a required field UserName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/AddUserToGroupRequest
func (AddUserToGroupInput) GoString ¶
func (s AddUserToGroupInput) GoString() string
GoString returns the string representation
func (AddUserToGroupInput) String ¶
func (s AddUserToGroupInput) String() string
String returns the string representation
func (*AddUserToGroupInput) Validate ¶
func (s *AddUserToGroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AddUserToGroupOutput ¶
type AddUserToGroupOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/AddUserToGroupOutput
func (AddUserToGroupOutput) GoString ¶
func (s AddUserToGroupOutput) GoString() string
GoString returns the string representation
func (AddUserToGroupOutput) SDKResponseMetadata ¶
func (s AddUserToGroupOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (AddUserToGroupOutput) String ¶
func (s AddUserToGroupOutput) String() string
String returns the string representation
type AddUserToGroupRequest ¶
type AddUserToGroupRequest struct { *aws.Request Input *AddUserToGroupInput Copy func(*AddUserToGroupInput) AddUserToGroupRequest }
AddUserToGroupRequest is a API request type for the AddUserToGroup API operation.
func (AddUserToGroupRequest) Send ¶
func (r AddUserToGroupRequest) Send() (*AddUserToGroupOutput, error)
Send marshals and sends the AddUserToGroup API request.
type AssignmentStatusType ¶
type AssignmentStatusType string
const ( AssignmentStatusTypeAssigned AssignmentStatusType = "Assigned" AssignmentStatusTypeUnassigned AssignmentStatusType = "Unassigned" AssignmentStatusTypeAny AssignmentStatusType = "Any" )
Enum values for AssignmentStatusType
func (AssignmentStatusType) MarshalValue ¶ added in v0.3.0
func (enum AssignmentStatusType) MarshalValue() (string, error)
func (AssignmentStatusType) MarshalValueBuf ¶ added in v0.3.0
func (enum AssignmentStatusType) MarshalValueBuf(b []byte) ([]byte, error)
type AttachGroupPolicyInput ¶
type AttachGroupPolicyInput struct { // The name (friendly name, not ARN) of the group to attach the policy to. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@- // // GroupName is a required field GroupName *string `min:"1" type:"string" required:"true"` // The Amazon Resource Name (ARN) of the IAM policy you want to attach. // // For more information about ARNs, see Amazon Resource Names (ARNs) and AWS // Service Namespaces (http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html) // in the AWS General Reference. // // PolicyArn is a required field PolicyArn *string `min:"20" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/AttachGroupPolicyRequest
func (AttachGroupPolicyInput) GoString ¶
func (s AttachGroupPolicyInput) GoString() string
GoString returns the string representation
func (AttachGroupPolicyInput) String ¶
func (s AttachGroupPolicyInput) String() string
String returns the string representation
func (*AttachGroupPolicyInput) Validate ¶
func (s *AttachGroupPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AttachGroupPolicyOutput ¶
type AttachGroupPolicyOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/AttachGroupPolicyOutput
func (AttachGroupPolicyOutput) GoString ¶
func (s AttachGroupPolicyOutput) GoString() string
GoString returns the string representation
func (AttachGroupPolicyOutput) SDKResponseMetadata ¶
func (s AttachGroupPolicyOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (AttachGroupPolicyOutput) String ¶
func (s AttachGroupPolicyOutput) String() string
String returns the string representation
type AttachGroupPolicyRequest ¶
type AttachGroupPolicyRequest struct { *aws.Request Input *AttachGroupPolicyInput Copy func(*AttachGroupPolicyInput) AttachGroupPolicyRequest }
AttachGroupPolicyRequest is a API request type for the AttachGroupPolicy API operation.
func (AttachGroupPolicyRequest) Send ¶
func (r AttachGroupPolicyRequest) Send() (*AttachGroupPolicyOutput, error)
Send marshals and sends the AttachGroupPolicy API request.
type AttachRolePolicyInput ¶
type AttachRolePolicyInput struct { // The Amazon Resource Name (ARN) of the IAM policy you want to attach. // // For more information about ARNs, see Amazon Resource Names (ARNs) and AWS // Service Namespaces (http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html) // in the AWS General Reference. // // PolicyArn is a required field PolicyArn *string `min:"20" type:"string" required:"true"` // The name (friendly name, not ARN) of the role to attach the policy to. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: _+=,.@- // // RoleName is a required field RoleName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/AttachRolePolicyRequest
func (AttachRolePolicyInput) GoString ¶
func (s AttachRolePolicyInput) GoString() string
GoString returns the string representation
func (AttachRolePolicyInput) String ¶
func (s AttachRolePolicyInput) String() string
String returns the string representation
func (*AttachRolePolicyInput) Validate ¶
func (s *AttachRolePolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AttachRolePolicyOutput ¶
type AttachRolePolicyOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/AttachRolePolicyOutput
func (AttachRolePolicyOutput) GoString ¶
func (s AttachRolePolicyOutput) GoString() string
GoString returns the string representation
func (AttachRolePolicyOutput) SDKResponseMetadata ¶
func (s AttachRolePolicyOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (AttachRolePolicyOutput) String ¶
func (s AttachRolePolicyOutput) String() string
String returns the string representation
type AttachRolePolicyRequest ¶
type AttachRolePolicyRequest struct { *aws.Request Input *AttachRolePolicyInput Copy func(*AttachRolePolicyInput) AttachRolePolicyRequest }
AttachRolePolicyRequest is a API request type for the AttachRolePolicy API operation.
func (AttachRolePolicyRequest) Send ¶
func (r AttachRolePolicyRequest) Send() (*AttachRolePolicyOutput, error)
Send marshals and sends the AttachRolePolicy API request.
type AttachUserPolicyInput ¶
type AttachUserPolicyInput struct { // The Amazon Resource Name (ARN) of the IAM policy you want to attach. // // For more information about ARNs, see Amazon Resource Names (ARNs) and AWS // Service Namespaces (http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html) // in the AWS General Reference. // // PolicyArn is a required field PolicyArn *string `min:"20" type:"string" required:"true"` // The name (friendly name, not ARN) of the IAM user to attach the policy to. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@- // // UserName is a required field UserName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/AttachUserPolicyRequest
func (AttachUserPolicyInput) GoString ¶
func (s AttachUserPolicyInput) GoString() string
GoString returns the string representation
func (AttachUserPolicyInput) String ¶
func (s AttachUserPolicyInput) String() string
String returns the string representation
func (*AttachUserPolicyInput) Validate ¶
func (s *AttachUserPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AttachUserPolicyOutput ¶
type AttachUserPolicyOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/AttachUserPolicyOutput
func (AttachUserPolicyOutput) GoString ¶
func (s AttachUserPolicyOutput) GoString() string
GoString returns the string representation
func (AttachUserPolicyOutput) SDKResponseMetadata ¶
func (s AttachUserPolicyOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (AttachUserPolicyOutput) String ¶
func (s AttachUserPolicyOutput) String() string
String returns the string representation
type AttachUserPolicyRequest ¶
type AttachUserPolicyRequest struct { *aws.Request Input *AttachUserPolicyInput Copy func(*AttachUserPolicyInput) AttachUserPolicyRequest }
AttachUserPolicyRequest is a API request type for the AttachUserPolicy API operation.
func (AttachUserPolicyRequest) Send ¶
func (r AttachUserPolicyRequest) Send() (*AttachUserPolicyOutput, error)
Send marshals and sends the AttachUserPolicy API request.
type AttachedPolicy ¶
type AttachedPolicy struct { // The Amazon Resource Name (ARN). ARNs are unique identifiers for AWS resources. // // For more information about ARNs, go to Amazon Resource Names (ARNs) and AWS // Service Namespaces (http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html) // in the AWS General Reference. PolicyArn *string `min:"20" type:"string"` // The friendly name of the attached policy. PolicyName *string `min:"1" type:"string"` // contains filtered or unexported fields }
Contains information about an attached policy.
An attached policy is a managed policy that has been attached to a user, group, or role. This data type is used as a response element in the ListAttachedGroupPolicies, ListAttachedRolePolicies, ListAttachedUserPolicies, and GetAccountAuthorizationDetails actions.
For more information about managed policies, refer to Managed Policies and Inline Policies (http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html) in the Using IAM guide. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/AttachedPolicy
func (AttachedPolicy) GoString ¶
func (s AttachedPolicy) GoString() string
GoString returns the string representation
func (AttachedPolicy) String ¶
func (s AttachedPolicy) String() string
String returns the string representation
type ChangePasswordInput ¶
type ChangePasswordInput struct { // The new password. The new password must conform to the AWS account's password // policy, if one exists. // // The regex pattern (http://wikipedia.org/wiki/regex) used to validate this // parameter is a string of characters consisting of almost any printable ASCII // character from the space (\u0020) through the end of the ASCII character // range (\u00FF). You can also include the tab (\u0009), line feed (\u000A), // and carriage return (\u000D) characters. Although any of these characters // are valid in a password, note that many tools, such as the AWS Management // Console, might restrict the ability to enter certain characters because they // have special meaning within that tool. // // NewPassword is a required field NewPassword *string `min:"1" type:"string" required:"true"` // The IAM user's current password. // // OldPassword is a required field OldPassword *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ChangePasswordRequest
func (ChangePasswordInput) GoString ¶
func (s ChangePasswordInput) GoString() string
GoString returns the string representation
func (ChangePasswordInput) String ¶
func (s ChangePasswordInput) String() string
String returns the string representation
func (*ChangePasswordInput) Validate ¶
func (s *ChangePasswordInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ChangePasswordOutput ¶
type ChangePasswordOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ChangePasswordOutput
func (ChangePasswordOutput) GoString ¶
func (s ChangePasswordOutput) GoString() string
GoString returns the string representation
func (ChangePasswordOutput) SDKResponseMetadata ¶
func (s ChangePasswordOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (ChangePasswordOutput) String ¶
func (s ChangePasswordOutput) String() string
String returns the string representation
type ChangePasswordRequest ¶
type ChangePasswordRequest struct { *aws.Request Input *ChangePasswordInput Copy func(*ChangePasswordInput) ChangePasswordRequest }
ChangePasswordRequest is a API request type for the ChangePassword API operation.
func (ChangePasswordRequest) Send ¶
func (r ChangePasswordRequest) Send() (*ChangePasswordOutput, error)
Send marshals and sends the ChangePassword API request.
type ContextEntry ¶
type ContextEntry struct { // The full name of a condition context key, including the service prefix. For // example, aws:SourceIp or s3:VersionId. ContextKeyName *string `min:"5" type:"string"` // The data type of the value (or values) specified in the ContextKeyValues // parameter. ContextKeyType ContextKeyTypeEnum `type:"string" enum:"true"` // The value (or values, if the condition context key supports multiple values) // to provide to the simulation for use when the key is referenced by a Condition // element in an input policy. ContextKeyValues []string `type:"list"` // contains filtered or unexported fields }
Contains information about a condition context key. It includes the name of the key and specifies the value (or values, if the context key supports multiple values) to use in the simulation. This information is used when evaluating the Condition elements of the input policies.
This data type is used as an input parameter to SimulateCustomPolicy and SimulateCustomPolicy. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ContextEntry
func (ContextEntry) GoString ¶
func (s ContextEntry) GoString() string
GoString returns the string representation
func (ContextEntry) String ¶
func (s ContextEntry) String() string
String returns the string representation
func (*ContextEntry) Validate ¶
func (s *ContextEntry) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ContextKeyTypeEnum ¶
type ContextKeyTypeEnum string
const ( ContextKeyTypeEnumString ContextKeyTypeEnum = "string" ContextKeyTypeEnumStringList ContextKeyTypeEnum = "stringList" ContextKeyTypeEnumNumeric ContextKeyTypeEnum = "numeric" ContextKeyTypeEnumNumericList ContextKeyTypeEnum = "numericList" ContextKeyTypeEnumBoolean ContextKeyTypeEnum = "boolean" ContextKeyTypeEnumBooleanList ContextKeyTypeEnum = "booleanList" ContextKeyTypeEnumIp ContextKeyTypeEnum = "ip" ContextKeyTypeEnumIpList ContextKeyTypeEnum = "ipList" ContextKeyTypeEnumBinary ContextKeyTypeEnum = "binary" ContextKeyTypeEnumBinaryList ContextKeyTypeEnum = "binaryList" ContextKeyTypeEnumDate ContextKeyTypeEnum = "date" ContextKeyTypeEnumDateList ContextKeyTypeEnum = "dateList" )
Enum values for ContextKeyTypeEnum
func (ContextKeyTypeEnum) MarshalValue ¶ added in v0.3.0
func (enum ContextKeyTypeEnum) MarshalValue() (string, error)
func (ContextKeyTypeEnum) MarshalValueBuf ¶ added in v0.3.0
func (enum ContextKeyTypeEnum) MarshalValueBuf(b []byte) ([]byte, error)
type CreateAccessKeyInput ¶
type CreateAccessKeyInput struct { // The name of the IAM user that the new key will belong to. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@- UserName *string `min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/CreateAccessKeyRequest
func (CreateAccessKeyInput) GoString ¶
func (s CreateAccessKeyInput) GoString() string
GoString returns the string representation
func (CreateAccessKeyInput) String ¶
func (s CreateAccessKeyInput) String() string
String returns the string representation
func (*CreateAccessKeyInput) Validate ¶
func (s *CreateAccessKeyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateAccessKeyOutput ¶
type CreateAccessKeyOutput struct { // A structure with details about the access key. // // AccessKey is a required field AccessKey *AccessKey `type:"structure" required:"true"` // contains filtered or unexported fields }
Contains the response to a successful CreateAccessKey request. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/CreateAccessKeyResponse
func (CreateAccessKeyOutput) GoString ¶
func (s CreateAccessKeyOutput) GoString() string
GoString returns the string representation
func (CreateAccessKeyOutput) SDKResponseMetadata ¶
func (s CreateAccessKeyOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (CreateAccessKeyOutput) String ¶
func (s CreateAccessKeyOutput) String() string
String returns the string representation
type CreateAccessKeyRequest ¶
type CreateAccessKeyRequest struct { *aws.Request Input *CreateAccessKeyInput Copy func(*CreateAccessKeyInput) CreateAccessKeyRequest }
CreateAccessKeyRequest is a API request type for the CreateAccessKey API operation.
func (CreateAccessKeyRequest) Send ¶
func (r CreateAccessKeyRequest) Send() (*CreateAccessKeyOutput, error)
Send marshals and sends the CreateAccessKey API request.
type CreateAccountAliasInput ¶
type CreateAccountAliasInput struct { // The account alias to create. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of lowercase letters, digits, and dashes. // You cannot start or finish with a dash, nor can you have two dashes in a // row. // // AccountAlias is a required field AccountAlias *string `min:"3" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/CreateAccountAliasRequest
func (CreateAccountAliasInput) GoString ¶
func (s CreateAccountAliasInput) GoString() string
GoString returns the string representation
func (CreateAccountAliasInput) String ¶
func (s CreateAccountAliasInput) String() string
String returns the string representation
func (*CreateAccountAliasInput) Validate ¶
func (s *CreateAccountAliasInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateAccountAliasOutput ¶
type CreateAccountAliasOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/CreateAccountAliasOutput
func (CreateAccountAliasOutput) GoString ¶
func (s CreateAccountAliasOutput) GoString() string
GoString returns the string representation
func (CreateAccountAliasOutput) SDKResponseMetadata ¶
func (s CreateAccountAliasOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (CreateAccountAliasOutput) String ¶
func (s CreateAccountAliasOutput) String() string
String returns the string representation
type CreateAccountAliasRequest ¶
type CreateAccountAliasRequest struct { *aws.Request Input *CreateAccountAliasInput Copy func(*CreateAccountAliasInput) CreateAccountAliasRequest }
CreateAccountAliasRequest is a API request type for the CreateAccountAlias API operation.
func (CreateAccountAliasRequest) Send ¶
func (r CreateAccountAliasRequest) Send() (*CreateAccountAliasOutput, error)
Send marshals and sends the CreateAccountAlias API request.
type CreateGroupInput ¶
type CreateGroupInput struct { // The name of the group to create. Do not include the path in this value. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@-. // The group name must be unique within the account. Group names are not distinguished // by case. For example, you cannot create groups named both "ADMINS" and "admins". // // GroupName is a required field GroupName *string `min:"1" type:"string" required:"true"` // The path to the group. For more information about paths, see IAM Identifiers // (http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html) // in the IAM User Guide. // // This parameter is optional. If it is not included, it defaults to a slash // (/). // // This paramater allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of either a forward slash (/) by itself // or a string that must begin and end with forward slashes, containing any // ASCII character from the ! (\u0021) thru the DEL character (\u007F), including // most punctuation characters, digits, and upper and lowercased letters. Path *string `min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/CreateGroupRequest
func (CreateGroupInput) GoString ¶
func (s CreateGroupInput) GoString() string
GoString returns the string representation
func (CreateGroupInput) String ¶
func (s CreateGroupInput) String() string
String returns the string representation
func (*CreateGroupInput) Validate ¶
func (s *CreateGroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateGroupOutput ¶
type CreateGroupOutput struct { // A structure containing details about the new group. // // Group is a required field Group *Group `type:"structure" required:"true"` // contains filtered or unexported fields }
Contains the response to a successful CreateGroup request. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/CreateGroupResponse
func (CreateGroupOutput) GoString ¶
func (s CreateGroupOutput) GoString() string
GoString returns the string representation
func (CreateGroupOutput) SDKResponseMetadata ¶
func (s CreateGroupOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (CreateGroupOutput) String ¶
func (s CreateGroupOutput) String() string
String returns the string representation
type CreateGroupRequest ¶
type CreateGroupRequest struct { *aws.Request Input *CreateGroupInput Copy func(*CreateGroupInput) CreateGroupRequest }
CreateGroupRequest is a API request type for the CreateGroup API operation.
func (CreateGroupRequest) Send ¶
func (r CreateGroupRequest) Send() (*CreateGroupOutput, error)
Send marshals and sends the CreateGroup API request.
type CreateInstanceProfileInput ¶
type CreateInstanceProfileInput struct { // The name of the instance profile to create. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@- // // InstanceProfileName is a required field InstanceProfileName *string `min:"1" type:"string" required:"true"` // The path to the instance profile. For more information about paths, see IAM // Identifiers (http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html) // in the IAM User Guide. // // This parameter is optional. If it is not included, it defaults to a slash // (/). // // This paramater allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of either a forward slash (/) by itself // or a string that must begin and end with forward slashes, containing any // ASCII character from the ! (\u0021) thru the DEL character (\u007F), including // most punctuation characters, digits, and upper and lowercased letters. Path *string `min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/CreateInstanceProfileRequest
func (CreateInstanceProfileInput) GoString ¶
func (s CreateInstanceProfileInput) GoString() string
GoString returns the string representation
func (CreateInstanceProfileInput) String ¶
func (s CreateInstanceProfileInput) String() string
String returns the string representation
func (*CreateInstanceProfileInput) Validate ¶
func (s *CreateInstanceProfileInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateInstanceProfileOutput ¶
type CreateInstanceProfileOutput struct { // A structure containing details about the new instance profile. // // InstanceProfile is a required field InstanceProfile *InstanceProfile `type:"structure" required:"true"` // contains filtered or unexported fields }
Contains the response to a successful CreateInstanceProfile request. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/CreateInstanceProfileResponse
func (CreateInstanceProfileOutput) GoString ¶
func (s CreateInstanceProfileOutput) GoString() string
GoString returns the string representation
func (CreateInstanceProfileOutput) SDKResponseMetadata ¶
func (s CreateInstanceProfileOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (CreateInstanceProfileOutput) String ¶
func (s CreateInstanceProfileOutput) String() string
String returns the string representation
type CreateInstanceProfileRequest ¶
type CreateInstanceProfileRequest struct { *aws.Request Input *CreateInstanceProfileInput Copy func(*CreateInstanceProfileInput) CreateInstanceProfileRequest }
CreateInstanceProfileRequest is a API request type for the CreateInstanceProfile API operation.
func (CreateInstanceProfileRequest) Send ¶
func (r CreateInstanceProfileRequest) Send() (*CreateInstanceProfileOutput, error)
Send marshals and sends the CreateInstanceProfile API request.
type CreateLoginProfileInput ¶
type CreateLoginProfileInput struct { // The new password for the user. // // The regex pattern (http://wikipedia.org/wiki/regex) used to validate this // parameter is a string of characters consisting of almost any printable ASCII // character from the space (\u0020) through the end of the ASCII character // range (\u00FF). You can also include the tab (\u0009), line feed (\u000A), // and carriage return (\u000D) characters. Although any of these characters // are valid in a password, note that many tools, such as the AWS Management // Console, might restrict the ability to enter certain characters because they // have special meaning within that tool. // // Password is a required field Password *string `min:"1" type:"string" required:"true"` // Specifies whether the user is required to set a new password on next sign-in. PasswordResetRequired *bool `type:"boolean"` // The name of the IAM user to create a password for. The user must already // exist. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@- // // UserName is a required field UserName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/CreateLoginProfileRequest
func (CreateLoginProfileInput) GoString ¶
func (s CreateLoginProfileInput) GoString() string
GoString returns the string representation
func (CreateLoginProfileInput) String ¶
func (s CreateLoginProfileInput) String() string
String returns the string representation
func (*CreateLoginProfileInput) Validate ¶
func (s *CreateLoginProfileInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateLoginProfileOutput ¶
type CreateLoginProfileOutput struct { // A structure containing the user name and password create date. // // LoginProfile is a required field LoginProfile *LoginProfile `type:"structure" required:"true"` // contains filtered or unexported fields }
Contains the response to a successful CreateLoginProfile request. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/CreateLoginProfileResponse
func (CreateLoginProfileOutput) GoString ¶
func (s CreateLoginProfileOutput) GoString() string
GoString returns the string representation
func (CreateLoginProfileOutput) SDKResponseMetadata ¶
func (s CreateLoginProfileOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (CreateLoginProfileOutput) String ¶
func (s CreateLoginProfileOutput) String() string
String returns the string representation
type CreateLoginProfileRequest ¶
type CreateLoginProfileRequest struct { *aws.Request Input *CreateLoginProfileInput Copy func(*CreateLoginProfileInput) CreateLoginProfileRequest }
CreateLoginProfileRequest is a API request type for the CreateLoginProfile API operation.
func (CreateLoginProfileRequest) Send ¶
func (r CreateLoginProfileRequest) Send() (*CreateLoginProfileOutput, error)
Send marshals and sends the CreateLoginProfile API request.
type CreateOpenIDConnectProviderInput ¶
type CreateOpenIDConnectProviderInput struct { // A list of client IDs (also known as audiences). When a mobile or web app // registers with an OpenID Connect provider, they establish a value that identifies // the application. (This is the value that's sent as the client_id parameter // on OAuth requests.) // // You can register multiple client IDs with the same provider. For example, // you might have multiple applications that use the same OIDC provider. You // cannot register more than 100 client IDs with a single IAM OIDC provider. // // There is no defined format for a client ID. The CreateOpenIDConnectProviderRequest // action accepts client IDs up to 255 characters long. ClientIDList []string `type:"list"` // A list of server certificate thumbprints for the OpenID Connect (OIDC) identity // provider's server certificate(s). Typically this list includes only one entry. // However, IAM lets you have up to five thumbprints for an OIDC provider. This // lets you maintain multiple thumbprints if the identity provider is rotating // certificates. // // The server certificate thumbprint is the hex-encoded SHA-1 hash value of // the X.509 certificate used by the domain where the OpenID Connect provider // makes its keys available. It is always a 40-character string. // // You must provide at least one thumbprint when creating an IAM OIDC provider. // For example, if the OIDC provider is server.example.com and the provider // stores its keys at "https://keys.server.example.com/openid-connect", the // thumbprint string would be the hex-encoded SHA-1 hash value of the certificate // used by https://keys.server.example.com. // // For more information about obtaining the OIDC provider's thumbprint, see // Obtaining the Thumbprint for an OpenID Connect Provider (http://docs.aws.amazon.com/IAM/latest/UserGuide/identity-providers-oidc-obtain-thumbprint.html) // in the IAM User Guide. // // ThumbprintList is a required field ThumbprintList []string `type:"list" required:"true"` // The URL of the identity provider. The URL must begin with "https://" and // should correspond to the iss claim in the provider's OpenID Connect ID tokens. // Per the OIDC standard, path components are allowed but query parameters are // not. Typically the URL consists of only a host name, like "https://server.example.org" // or "https://example.com". // // You cannot register the same provider multiple times in a single AWS account. // If you try to submit a URL that has already been used for an OpenID Connect // provider in the AWS account, you will get an error. // // Url is a required field Url *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/CreateOpenIDConnectProviderRequest
func (CreateOpenIDConnectProviderInput) GoString ¶
func (s CreateOpenIDConnectProviderInput) GoString() string
GoString returns the string representation
func (CreateOpenIDConnectProviderInput) String ¶
func (s CreateOpenIDConnectProviderInput) String() string
String returns the string representation
func (*CreateOpenIDConnectProviderInput) Validate ¶
func (s *CreateOpenIDConnectProviderInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateOpenIDConnectProviderOutput ¶
type CreateOpenIDConnectProviderOutput struct { // The Amazon Resource Name (ARN) of the new IAM OpenID Connect provider that // is created. For more information, see OpenIDConnectProviderListEntry. OpenIDConnectProviderArn *string `min:"20" type:"string"` // contains filtered or unexported fields }
Contains the response to a successful CreateOpenIDConnectProvider request. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/CreateOpenIDConnectProviderResponse
func (CreateOpenIDConnectProviderOutput) GoString ¶
func (s CreateOpenIDConnectProviderOutput) GoString() string
GoString returns the string representation
func (CreateOpenIDConnectProviderOutput) SDKResponseMetadata ¶
func (s CreateOpenIDConnectProviderOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (CreateOpenIDConnectProviderOutput) String ¶
func (s CreateOpenIDConnectProviderOutput) String() string
String returns the string representation
type CreateOpenIDConnectProviderRequest ¶
type CreateOpenIDConnectProviderRequest struct { *aws.Request Input *CreateOpenIDConnectProviderInput Copy func(*CreateOpenIDConnectProviderInput) CreateOpenIDConnectProviderRequest }
CreateOpenIDConnectProviderRequest is a API request type for the CreateOpenIDConnectProvider API operation.
func (CreateOpenIDConnectProviderRequest) Send ¶
func (r CreateOpenIDConnectProviderRequest) Send() (*CreateOpenIDConnectProviderOutput, error)
Send marshals and sends the CreateOpenIDConnectProvider API request.
type CreatePolicyInput ¶
type CreatePolicyInput struct { // A friendly description of the policy. // // Typically used to store information about the permissions defined in the // policy. For example, "Grants access to production DynamoDB tables." // // The policy description is immutable. After a value is assigned, it cannot // be changed. Description *string `type:"string"` // The path for the policy. // // For more information about paths, see IAM Identifiers (http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html) // in the IAM User Guide. // // This parameter is optional. If it is not included, it defaults to a slash // (/). // // This paramater allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of either a forward slash (/) by itself // or a string that must begin and end with forward slashes, containing any // ASCII character from the ! (\u0021) thru the DEL character (\u007F), including // most punctuation characters, digits, and upper and lowercased letters. Path *string `type:"string"` // The JSON policy document that you want to use as the content for the new // policy. // // The regex pattern (http://wikipedia.org/wiki/regex) used to validate this // parameter is a string of characters consisting of any printable ASCII character // ranging from the space character (\u0020) through end of the ASCII character // range as well as the printable characters in the Basic Latin and Latin-1 // Supplement character set (through \u00FF). It also includes the special characters // tab (\u0009), line feed (\u000A), and carriage return (\u000D). // // PolicyDocument is a required field PolicyDocument *string `min:"1" type:"string" required:"true"` // The friendly name of the policy. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@-+ // // PolicyName is a required field PolicyName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/CreatePolicyRequest
func (CreatePolicyInput) GoString ¶
func (s CreatePolicyInput) GoString() string
GoString returns the string representation
func (CreatePolicyInput) String ¶
func (s CreatePolicyInput) String() string
String returns the string representation
func (*CreatePolicyInput) Validate ¶
func (s *CreatePolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreatePolicyOutput ¶
type CreatePolicyOutput struct { // A structure containing details about the new policy. Policy *Policy `type:"structure"` // contains filtered or unexported fields }
Contains the response to a successful CreatePolicy request. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/CreatePolicyResponse
func (CreatePolicyOutput) GoString ¶
func (s CreatePolicyOutput) GoString() string
GoString returns the string representation
func (CreatePolicyOutput) SDKResponseMetadata ¶
func (s CreatePolicyOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (CreatePolicyOutput) String ¶
func (s CreatePolicyOutput) String() string
String returns the string representation
type CreatePolicyRequest ¶
type CreatePolicyRequest struct { *aws.Request Input *CreatePolicyInput Copy func(*CreatePolicyInput) CreatePolicyRequest }
CreatePolicyRequest is a API request type for the CreatePolicy API operation.
func (CreatePolicyRequest) Send ¶
func (r CreatePolicyRequest) Send() (*CreatePolicyOutput, error)
Send marshals and sends the CreatePolicy API request.
type CreatePolicyVersionInput ¶
type CreatePolicyVersionInput struct { // The Amazon Resource Name (ARN) of the IAM policy to which you want to add // a new version. // // For more information about ARNs, see Amazon Resource Names (ARNs) and AWS // Service Namespaces (http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html) // in the AWS General Reference. // // PolicyArn is a required field PolicyArn *string `min:"20" type:"string" required:"true"` // The JSON policy document that you want to use as the content for this new // version of the policy. // // The regex pattern (http://wikipedia.org/wiki/regex) used to validate this // parameter is a string of characters consisting of any printable ASCII character // ranging from the space character (\u0020) through end of the ASCII character // range as well as the printable characters in the Basic Latin and Latin-1 // Supplement character set (through \u00FF). It also includes the special characters // tab (\u0009), line feed (\u000A), and carriage return (\u000D). // // PolicyDocument is a required field PolicyDocument *string `min:"1" type:"string" required:"true"` // Specifies whether to set this version as the policy's default version. // // When this parameter is true, the new policy version becomes the operative // version; that is, the version that is in effect for the IAM users, groups, // and roles that the policy is attached to. // // For more information about managed policy versions, see Versioning for Managed // Policies (http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-versions.html) // in the IAM User Guide. SetAsDefault *bool `type:"boolean"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/CreatePolicyVersionRequest
func (CreatePolicyVersionInput) GoString ¶
func (s CreatePolicyVersionInput) GoString() string
GoString returns the string representation
func (CreatePolicyVersionInput) String ¶
func (s CreatePolicyVersionInput) String() string
String returns the string representation
func (*CreatePolicyVersionInput) Validate ¶
func (s *CreatePolicyVersionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreatePolicyVersionOutput ¶
type CreatePolicyVersionOutput struct { // A structure containing details about the new policy version. PolicyVersion *PolicyVersion `type:"structure"` // contains filtered or unexported fields }
Contains the response to a successful CreatePolicyVersion request. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/CreatePolicyVersionResponse
func (CreatePolicyVersionOutput) GoString ¶
func (s CreatePolicyVersionOutput) GoString() string
GoString returns the string representation
func (CreatePolicyVersionOutput) SDKResponseMetadata ¶
func (s CreatePolicyVersionOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (CreatePolicyVersionOutput) String ¶
func (s CreatePolicyVersionOutput) String() string
String returns the string representation
type CreatePolicyVersionRequest ¶
type CreatePolicyVersionRequest struct { *aws.Request Input *CreatePolicyVersionInput Copy func(*CreatePolicyVersionInput) CreatePolicyVersionRequest }
CreatePolicyVersionRequest is a API request type for the CreatePolicyVersion API operation.
func (CreatePolicyVersionRequest) Send ¶
func (r CreatePolicyVersionRequest) Send() (*CreatePolicyVersionOutput, error)
Send marshals and sends the CreatePolicyVersion API request.
type CreateRoleInput ¶
type CreateRoleInput struct { // The trust relationship policy document that grants an entity permission to // assume the role. // // The regex pattern (http://wikipedia.org/wiki/regex) used to validate this // parameter is a string of characters consisting of any printable ASCII character // ranging from the space character (\u0020) through end of the ASCII character // range as well as the printable characters in the Basic Latin and Latin-1 // Supplement character set (through \u00FF). It also includes the special characters // tab (\u0009), line feed (\u000A), and carriage return (\u000D). // // AssumeRolePolicyDocument is a required field AssumeRolePolicyDocument *string `min:"1" type:"string" required:"true"` // A customer-provided description of the role. Description *string `type:"string"` // The path to the role. For more information about paths, see IAM Identifiers // (http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html) // in the IAM User Guide. // // This parameter is optional. If it is not included, it defaults to a slash // (/). // // This paramater allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of either a forward slash (/) by itself // or a string that must begin and end with forward slashes, containing any // ASCII character from the ! (\u0021) thru the DEL character (\u007F), including // most punctuation characters, digits, and upper and lowercased letters. Path *string `min:"1" type:"string"` // The name of the role to create. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: _+=,.@- // // Role names are not distinguished by case. For example, you cannot create // roles named both "PRODROLE" and "prodrole". // // RoleName is a required field RoleName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/CreateRoleRequest
func (CreateRoleInput) GoString ¶
func (s CreateRoleInput) GoString() string
GoString returns the string representation
func (CreateRoleInput) String ¶
func (s CreateRoleInput) String() string
String returns the string representation
func (*CreateRoleInput) Validate ¶
func (s *CreateRoleInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateRoleOutput ¶
type CreateRoleOutput struct { // A structure containing details about the new role. // // Role is a required field Role *Role `type:"structure" required:"true"` // contains filtered or unexported fields }
Contains the response to a successful CreateRole request. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/CreateRoleResponse
func (CreateRoleOutput) GoString ¶
func (s CreateRoleOutput) GoString() string
GoString returns the string representation
func (CreateRoleOutput) SDKResponseMetadata ¶
func (s CreateRoleOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (CreateRoleOutput) String ¶
func (s CreateRoleOutput) String() string
String returns the string representation
type CreateRoleRequest ¶
type CreateRoleRequest struct { *aws.Request Input *CreateRoleInput Copy func(*CreateRoleInput) CreateRoleRequest }
CreateRoleRequest is a API request type for the CreateRole API operation.
func (CreateRoleRequest) Send ¶
func (r CreateRoleRequest) Send() (*CreateRoleOutput, error)
Send marshals and sends the CreateRole API request.
type CreateSAMLProviderInput ¶
type CreateSAMLProviderInput struct { // The name of the provider to create. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@- // // Name is a required field Name *string `min:"1" type:"string" required:"true"` // An XML document generated by an identity provider (IdP) that supports SAML // 2.0. The document includes the issuer's name, expiration information, and // keys that can be used to validate the SAML authentication response (assertions) // that are received from the IdP. You must generate the metadata document using // the identity management software that is used as your organization's IdP. // // For more information, see About SAML 2.0-based Federation (http://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_saml.html) // in the IAM User Guide // // SAMLMetadataDocument is a required field SAMLMetadataDocument *string `min:"1000" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/CreateSAMLProviderRequest
func (CreateSAMLProviderInput) GoString ¶
func (s CreateSAMLProviderInput) GoString() string
GoString returns the string representation
func (CreateSAMLProviderInput) String ¶
func (s CreateSAMLProviderInput) String() string
String returns the string representation
func (*CreateSAMLProviderInput) Validate ¶
func (s *CreateSAMLProviderInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateSAMLProviderOutput ¶
type CreateSAMLProviderOutput struct { // The Amazon Resource Name (ARN) of the new SAML provider resource in IAM. SAMLProviderArn *string `min:"20" type:"string"` // contains filtered or unexported fields }
Contains the response to a successful CreateSAMLProvider request. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/CreateSAMLProviderResponse
func (CreateSAMLProviderOutput) GoString ¶
func (s CreateSAMLProviderOutput) GoString() string
GoString returns the string representation
func (CreateSAMLProviderOutput) SDKResponseMetadata ¶
func (s CreateSAMLProviderOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (CreateSAMLProviderOutput) String ¶
func (s CreateSAMLProviderOutput) String() string
String returns the string representation
type CreateSAMLProviderRequest ¶
type CreateSAMLProviderRequest struct { *aws.Request Input *CreateSAMLProviderInput Copy func(*CreateSAMLProviderInput) CreateSAMLProviderRequest }
CreateSAMLProviderRequest is a API request type for the CreateSAMLProvider API operation.
func (CreateSAMLProviderRequest) Send ¶
func (r CreateSAMLProviderRequest) Send() (*CreateSAMLProviderOutput, error)
Send marshals and sends the CreateSAMLProvider API request.
type CreateServiceLinkedRoleInput ¶
type CreateServiceLinkedRoleInput struct { // The AWS service to which this role is attached. You use a string similar // to a URL but without the http:// in front. For example: elasticbeanstalk.amazonaws.com // // AWSServiceName is a required field AWSServiceName *string `min:"1" type:"string" required:"true"` // A string that you provide, which is combined with the service name to form // the complete role name. If you make multiple requests for the same service, // then you must supply a different CustomSuffix for each request. Otherwise // the request fails with a duplicate role name error. For example, you could // add -1 or -debug to the suffix. CustomSuffix *string `min:"1" type:"string"` // The description of the role. Description *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/CreateServiceLinkedRoleRequest
func (CreateServiceLinkedRoleInput) GoString ¶
func (s CreateServiceLinkedRoleInput) GoString() string
GoString returns the string representation
func (CreateServiceLinkedRoleInput) String ¶
func (s CreateServiceLinkedRoleInput) String() string
String returns the string representation
func (*CreateServiceLinkedRoleInput) Validate ¶
func (s *CreateServiceLinkedRoleInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateServiceLinkedRoleOutput ¶
type CreateServiceLinkedRoleOutput struct { // A Role object that contains details about the newly created role. Role *Role `type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/CreateServiceLinkedRoleResponse
func (CreateServiceLinkedRoleOutput) GoString ¶
func (s CreateServiceLinkedRoleOutput) GoString() string
GoString returns the string representation
func (CreateServiceLinkedRoleOutput) SDKResponseMetadata ¶
func (s CreateServiceLinkedRoleOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (CreateServiceLinkedRoleOutput) String ¶
func (s CreateServiceLinkedRoleOutput) String() string
String returns the string representation
type CreateServiceLinkedRoleRequest ¶
type CreateServiceLinkedRoleRequest struct { *aws.Request Input *CreateServiceLinkedRoleInput Copy func(*CreateServiceLinkedRoleInput) CreateServiceLinkedRoleRequest }
CreateServiceLinkedRoleRequest is a API request type for the CreateServiceLinkedRole API operation.
func (CreateServiceLinkedRoleRequest) Send ¶
func (r CreateServiceLinkedRoleRequest) Send() (*CreateServiceLinkedRoleOutput, error)
Send marshals and sends the CreateServiceLinkedRole API request.
type CreateServiceSpecificCredentialInput ¶
type CreateServiceSpecificCredentialInput struct { // The name of the AWS service that is to be associated with the credentials. // The service you specify here is the only service that can be accessed using // these credentials. // // ServiceName is a required field ServiceName *string `type:"string" required:"true"` // The name of the IAM user that is to be associated with the credentials. The // new service-specific credentials have the same permissions as the associated // user except that they can be used only to access the specified service. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@- // // UserName is a required field UserName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/CreateServiceSpecificCredentialRequest
func (CreateServiceSpecificCredentialInput) GoString ¶
func (s CreateServiceSpecificCredentialInput) GoString() string
GoString returns the string representation
func (CreateServiceSpecificCredentialInput) String ¶
func (s CreateServiceSpecificCredentialInput) String() string
String returns the string representation
func (*CreateServiceSpecificCredentialInput) Validate ¶
func (s *CreateServiceSpecificCredentialInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateServiceSpecificCredentialOutput ¶
type CreateServiceSpecificCredentialOutput struct { // A structure that contains information about the newly created service-specific // credential. // // This is the only time that the password for this credential set is available. // It cannot be recovered later. Instead, you will have to reset the password // with ResetServiceSpecificCredential. ServiceSpecificCredential *ServiceSpecificCredential `type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/CreateServiceSpecificCredentialResponse
func (CreateServiceSpecificCredentialOutput) GoString ¶
func (s CreateServiceSpecificCredentialOutput) GoString() string
GoString returns the string representation
func (CreateServiceSpecificCredentialOutput) SDKResponseMetadata ¶
func (s CreateServiceSpecificCredentialOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (CreateServiceSpecificCredentialOutput) String ¶
func (s CreateServiceSpecificCredentialOutput) String() string
String returns the string representation
type CreateServiceSpecificCredentialRequest ¶
type CreateServiceSpecificCredentialRequest struct { *aws.Request Input *CreateServiceSpecificCredentialInput Copy func(*CreateServiceSpecificCredentialInput) CreateServiceSpecificCredentialRequest }
CreateServiceSpecificCredentialRequest is a API request type for the CreateServiceSpecificCredential API operation.
func (CreateServiceSpecificCredentialRequest) Send ¶
func (r CreateServiceSpecificCredentialRequest) Send() (*CreateServiceSpecificCredentialOutput, error)
Send marshals and sends the CreateServiceSpecificCredential API request.
type CreateUserInput ¶
type CreateUserInput struct { // The path for the user name. For more information about paths, see IAM Identifiers // (http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html) // in the IAM User Guide. // // This parameter is optional. If it is not included, it defaults to a slash // (/). // // This paramater allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of either a forward slash (/) by itself // or a string that must begin and end with forward slashes, containing any // ASCII character from the ! (\u0021) thru the DEL character (\u007F), including // most punctuation characters, digits, and upper and lowercased letters. Path *string `min:"1" type:"string"` // The name of the user to create. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@-. // User names are not distinguished by case. For example, you cannot create // users named both "TESTUSER" and "testuser". // // UserName is a required field UserName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/CreateUserRequest
func (CreateUserInput) GoString ¶
func (s CreateUserInput) GoString() string
GoString returns the string representation
func (CreateUserInput) String ¶
func (s CreateUserInput) String() string
String returns the string representation
func (*CreateUserInput) Validate ¶
func (s *CreateUserInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateUserOutput ¶
type CreateUserOutput struct { // A structure with details about the new IAM user. User *User `type:"structure"` // contains filtered or unexported fields }
Contains the response to a successful CreateUser request. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/CreateUserResponse
func (CreateUserOutput) GoString ¶
func (s CreateUserOutput) GoString() string
GoString returns the string representation
func (CreateUserOutput) SDKResponseMetadata ¶
func (s CreateUserOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (CreateUserOutput) String ¶
func (s CreateUserOutput) String() string
String returns the string representation
type CreateUserRequest ¶
type CreateUserRequest struct { *aws.Request Input *CreateUserInput Copy func(*CreateUserInput) CreateUserRequest }
CreateUserRequest is a API request type for the CreateUser API operation.
func (CreateUserRequest) Send ¶
func (r CreateUserRequest) Send() (*CreateUserOutput, error)
Send marshals and sends the CreateUser API request.
type CreateVirtualMFADeviceInput ¶
type CreateVirtualMFADeviceInput struct { // The path for the virtual MFA device. For more information about paths, see // IAM Identifiers (http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html) // in the IAM User Guide. // // This parameter is optional. If it is not included, it defaults to a slash // (/). // // This paramater allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of either a forward slash (/) by itself // or a string that must begin and end with forward slashes, containing any // ASCII character from the ! (\u0021) thru the DEL character (\u007F), including // most punctuation characters, digits, and upper and lowercased letters. Path *string `min:"1" type:"string"` // The name of the virtual MFA device. Use with path to uniquely identify a // virtual MFA device. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@- // // VirtualMFADeviceName is a required field VirtualMFADeviceName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/CreateVirtualMFADeviceRequest
func (CreateVirtualMFADeviceInput) GoString ¶
func (s CreateVirtualMFADeviceInput) GoString() string
GoString returns the string representation
func (CreateVirtualMFADeviceInput) String ¶
func (s CreateVirtualMFADeviceInput) String() string
String returns the string representation
func (*CreateVirtualMFADeviceInput) Validate ¶
func (s *CreateVirtualMFADeviceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateVirtualMFADeviceOutput ¶
type CreateVirtualMFADeviceOutput struct { // A structure containing details about the new virtual MFA device. // // VirtualMFADevice is a required field VirtualMFADevice *VirtualMFADevice `type:"structure" required:"true"` // contains filtered or unexported fields }
Contains the response to a successful CreateVirtualMFADevice request. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/CreateVirtualMFADeviceResponse
func (CreateVirtualMFADeviceOutput) GoString ¶
func (s CreateVirtualMFADeviceOutput) GoString() string
GoString returns the string representation
func (CreateVirtualMFADeviceOutput) SDKResponseMetadata ¶
func (s CreateVirtualMFADeviceOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (CreateVirtualMFADeviceOutput) String ¶
func (s CreateVirtualMFADeviceOutput) String() string
String returns the string representation
type CreateVirtualMFADeviceRequest ¶
type CreateVirtualMFADeviceRequest struct { *aws.Request Input *CreateVirtualMFADeviceInput Copy func(*CreateVirtualMFADeviceInput) CreateVirtualMFADeviceRequest }
CreateVirtualMFADeviceRequest is a API request type for the CreateVirtualMFADevice API operation.
func (CreateVirtualMFADeviceRequest) Send ¶
func (r CreateVirtualMFADeviceRequest) Send() (*CreateVirtualMFADeviceOutput, error)
Send marshals and sends the CreateVirtualMFADevice API request.
type DeactivateMFADeviceInput ¶
type DeactivateMFADeviceInput struct { // The serial number that uniquely identifies the MFA device. For virtual MFA // devices, the serial number is the device ARN. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@:/- // // SerialNumber is a required field SerialNumber *string `min:"9" type:"string" required:"true"` // The name of the user whose MFA device you want to deactivate. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@- // // UserName is a required field UserName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeactivateMFADeviceRequest
func (DeactivateMFADeviceInput) GoString ¶
func (s DeactivateMFADeviceInput) GoString() string
GoString returns the string representation
func (DeactivateMFADeviceInput) String ¶
func (s DeactivateMFADeviceInput) String() string
String returns the string representation
func (*DeactivateMFADeviceInput) Validate ¶
func (s *DeactivateMFADeviceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeactivateMFADeviceOutput ¶
type DeactivateMFADeviceOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeactivateMFADeviceOutput
func (DeactivateMFADeviceOutput) GoString ¶
func (s DeactivateMFADeviceOutput) GoString() string
GoString returns the string representation
func (DeactivateMFADeviceOutput) SDKResponseMetadata ¶
func (s DeactivateMFADeviceOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (DeactivateMFADeviceOutput) String ¶
func (s DeactivateMFADeviceOutput) String() string
String returns the string representation
type DeactivateMFADeviceRequest ¶
type DeactivateMFADeviceRequest struct { *aws.Request Input *DeactivateMFADeviceInput Copy func(*DeactivateMFADeviceInput) DeactivateMFADeviceRequest }
DeactivateMFADeviceRequest is a API request type for the DeactivateMFADevice API operation.
func (DeactivateMFADeviceRequest) Send ¶
func (r DeactivateMFADeviceRequest) Send() (*DeactivateMFADeviceOutput, error)
Send marshals and sends the DeactivateMFADevice API request.
type DeleteAccessKeyInput ¶
type DeleteAccessKeyInput struct { // The access key ID for the access key ID and secret access key you want to // delete. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters that can consist of any upper or lowercased letter // or digit. // // AccessKeyId is a required field AccessKeyId *string `min:"16" type:"string" required:"true"` // The name of the user whose access key pair you want to delete. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@- UserName *string `min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteAccessKeyRequest
func (DeleteAccessKeyInput) GoString ¶
func (s DeleteAccessKeyInput) GoString() string
GoString returns the string representation
func (DeleteAccessKeyInput) String ¶
func (s DeleteAccessKeyInput) String() string
String returns the string representation
func (*DeleteAccessKeyInput) Validate ¶
func (s *DeleteAccessKeyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteAccessKeyOutput ¶
type DeleteAccessKeyOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteAccessKeyOutput
func (DeleteAccessKeyOutput) GoString ¶
func (s DeleteAccessKeyOutput) GoString() string
GoString returns the string representation
func (DeleteAccessKeyOutput) SDKResponseMetadata ¶
func (s DeleteAccessKeyOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (DeleteAccessKeyOutput) String ¶
func (s DeleteAccessKeyOutput) String() string
String returns the string representation
type DeleteAccessKeyRequest ¶
type DeleteAccessKeyRequest struct { *aws.Request Input *DeleteAccessKeyInput Copy func(*DeleteAccessKeyInput) DeleteAccessKeyRequest }
DeleteAccessKeyRequest is a API request type for the DeleteAccessKey API operation.
func (DeleteAccessKeyRequest) Send ¶
func (r DeleteAccessKeyRequest) Send() (*DeleteAccessKeyOutput, error)
Send marshals and sends the DeleteAccessKey API request.
type DeleteAccountAliasInput ¶
type DeleteAccountAliasInput struct { // The name of the account alias to delete. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of lowercase letters, digits, and dashes. // You cannot start or finish with a dash, nor can you have two dashes in a // row. // // AccountAlias is a required field AccountAlias *string `min:"3" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteAccountAliasRequest
func (DeleteAccountAliasInput) GoString ¶
func (s DeleteAccountAliasInput) GoString() string
GoString returns the string representation
func (DeleteAccountAliasInput) String ¶
func (s DeleteAccountAliasInput) String() string
String returns the string representation
func (*DeleteAccountAliasInput) Validate ¶
func (s *DeleteAccountAliasInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteAccountAliasOutput ¶
type DeleteAccountAliasOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteAccountAliasOutput
func (DeleteAccountAliasOutput) GoString ¶
func (s DeleteAccountAliasOutput) GoString() string
GoString returns the string representation
func (DeleteAccountAliasOutput) SDKResponseMetadata ¶
func (s DeleteAccountAliasOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (DeleteAccountAliasOutput) String ¶
func (s DeleteAccountAliasOutput) String() string
String returns the string representation
type DeleteAccountAliasRequest ¶
type DeleteAccountAliasRequest struct { *aws.Request Input *DeleteAccountAliasInput Copy func(*DeleteAccountAliasInput) DeleteAccountAliasRequest }
DeleteAccountAliasRequest is a API request type for the DeleteAccountAlias API operation.
func (DeleteAccountAliasRequest) Send ¶
func (r DeleteAccountAliasRequest) Send() (*DeleteAccountAliasOutput, error)
Send marshals and sends the DeleteAccountAlias API request.
type DeleteAccountPasswordPolicyInput ¶
type DeleteAccountPasswordPolicyInput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteAccountPasswordPolicyInput
func (DeleteAccountPasswordPolicyInput) GoString ¶
func (s DeleteAccountPasswordPolicyInput) GoString() string
GoString returns the string representation
func (DeleteAccountPasswordPolicyInput) String ¶
func (s DeleteAccountPasswordPolicyInput) String() string
String returns the string representation
type DeleteAccountPasswordPolicyOutput ¶
type DeleteAccountPasswordPolicyOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteAccountPasswordPolicyOutput
func (DeleteAccountPasswordPolicyOutput) GoString ¶
func (s DeleteAccountPasswordPolicyOutput) GoString() string
GoString returns the string representation
func (DeleteAccountPasswordPolicyOutput) SDKResponseMetadata ¶
func (s DeleteAccountPasswordPolicyOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (DeleteAccountPasswordPolicyOutput) String ¶
func (s DeleteAccountPasswordPolicyOutput) String() string
String returns the string representation
type DeleteAccountPasswordPolicyRequest ¶
type DeleteAccountPasswordPolicyRequest struct { *aws.Request Input *DeleteAccountPasswordPolicyInput Copy func(*DeleteAccountPasswordPolicyInput) DeleteAccountPasswordPolicyRequest }
DeleteAccountPasswordPolicyRequest is a API request type for the DeleteAccountPasswordPolicy API operation.
func (DeleteAccountPasswordPolicyRequest) Send ¶
func (r DeleteAccountPasswordPolicyRequest) Send() (*DeleteAccountPasswordPolicyOutput, error)
Send marshals and sends the DeleteAccountPasswordPolicy API request.
type DeleteGroupInput ¶
type DeleteGroupInput struct { // The name of the IAM group to delete. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@- // // GroupName is a required field GroupName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteGroupRequest
func (DeleteGroupInput) GoString ¶
func (s DeleteGroupInput) GoString() string
GoString returns the string representation
func (DeleteGroupInput) String ¶
func (s DeleteGroupInput) String() string
String returns the string representation
func (*DeleteGroupInput) Validate ¶
func (s *DeleteGroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteGroupOutput ¶
type DeleteGroupOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteGroupOutput
func (DeleteGroupOutput) GoString ¶
func (s DeleteGroupOutput) GoString() string
GoString returns the string representation
func (DeleteGroupOutput) SDKResponseMetadata ¶
func (s DeleteGroupOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (DeleteGroupOutput) String ¶
func (s DeleteGroupOutput) String() string
String returns the string representation
type DeleteGroupPolicyInput ¶
type DeleteGroupPolicyInput struct { // The name (friendly name, not ARN) identifying the group that the policy is // embedded in. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@- // // GroupName is a required field GroupName *string `min:"1" type:"string" required:"true"` // The name identifying the policy document to delete. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@-+ // // PolicyName is a required field PolicyName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteGroupPolicyRequest
func (DeleteGroupPolicyInput) GoString ¶
func (s DeleteGroupPolicyInput) GoString() string
GoString returns the string representation
func (DeleteGroupPolicyInput) String ¶
func (s DeleteGroupPolicyInput) String() string
String returns the string representation
func (*DeleteGroupPolicyInput) Validate ¶
func (s *DeleteGroupPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteGroupPolicyOutput ¶
type DeleteGroupPolicyOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteGroupPolicyOutput
func (DeleteGroupPolicyOutput) GoString ¶
func (s DeleteGroupPolicyOutput) GoString() string
GoString returns the string representation
func (DeleteGroupPolicyOutput) SDKResponseMetadata ¶
func (s DeleteGroupPolicyOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (DeleteGroupPolicyOutput) String ¶
func (s DeleteGroupPolicyOutput) String() string
String returns the string representation
type DeleteGroupPolicyRequest ¶
type DeleteGroupPolicyRequest struct { *aws.Request Input *DeleteGroupPolicyInput Copy func(*DeleteGroupPolicyInput) DeleteGroupPolicyRequest }
DeleteGroupPolicyRequest is a API request type for the DeleteGroupPolicy API operation.
func (DeleteGroupPolicyRequest) Send ¶
func (r DeleteGroupPolicyRequest) Send() (*DeleteGroupPolicyOutput, error)
Send marshals and sends the DeleteGroupPolicy API request.
type DeleteGroupRequest ¶
type DeleteGroupRequest struct { *aws.Request Input *DeleteGroupInput Copy func(*DeleteGroupInput) DeleteGroupRequest }
DeleteGroupRequest is a API request type for the DeleteGroup API operation.
func (DeleteGroupRequest) Send ¶
func (r DeleteGroupRequest) Send() (*DeleteGroupOutput, error)
Send marshals and sends the DeleteGroup API request.
type DeleteInstanceProfileInput ¶
type DeleteInstanceProfileInput struct { // The name of the instance profile to delete. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@- // // InstanceProfileName is a required field InstanceProfileName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteInstanceProfileRequest
func (DeleteInstanceProfileInput) GoString ¶
func (s DeleteInstanceProfileInput) GoString() string
GoString returns the string representation
func (DeleteInstanceProfileInput) String ¶
func (s DeleteInstanceProfileInput) String() string
String returns the string representation
func (*DeleteInstanceProfileInput) Validate ¶
func (s *DeleteInstanceProfileInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteInstanceProfileOutput ¶
type DeleteInstanceProfileOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteInstanceProfileOutput
func (DeleteInstanceProfileOutput) GoString ¶
func (s DeleteInstanceProfileOutput) GoString() string
GoString returns the string representation
func (DeleteInstanceProfileOutput) SDKResponseMetadata ¶
func (s DeleteInstanceProfileOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (DeleteInstanceProfileOutput) String ¶
func (s DeleteInstanceProfileOutput) String() string
String returns the string representation
type DeleteInstanceProfileRequest ¶
type DeleteInstanceProfileRequest struct { *aws.Request Input *DeleteInstanceProfileInput Copy func(*DeleteInstanceProfileInput) DeleteInstanceProfileRequest }
DeleteInstanceProfileRequest is a API request type for the DeleteInstanceProfile API operation.
func (DeleteInstanceProfileRequest) Send ¶
func (r DeleteInstanceProfileRequest) Send() (*DeleteInstanceProfileOutput, error)
Send marshals and sends the DeleteInstanceProfile API request.
type DeleteLoginProfileInput ¶
type DeleteLoginProfileInput struct { // The name of the user whose password you want to delete. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@- // // UserName is a required field UserName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteLoginProfileRequest
func (DeleteLoginProfileInput) GoString ¶
func (s DeleteLoginProfileInput) GoString() string
GoString returns the string representation
func (DeleteLoginProfileInput) String ¶
func (s DeleteLoginProfileInput) String() string
String returns the string representation
func (*DeleteLoginProfileInput) Validate ¶
func (s *DeleteLoginProfileInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteLoginProfileOutput ¶
type DeleteLoginProfileOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteLoginProfileOutput
func (DeleteLoginProfileOutput) GoString ¶
func (s DeleteLoginProfileOutput) GoString() string
GoString returns the string representation
func (DeleteLoginProfileOutput) SDKResponseMetadata ¶
func (s DeleteLoginProfileOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (DeleteLoginProfileOutput) String ¶
func (s DeleteLoginProfileOutput) String() string
String returns the string representation
type DeleteLoginProfileRequest ¶
type DeleteLoginProfileRequest struct { *aws.Request Input *DeleteLoginProfileInput Copy func(*DeleteLoginProfileInput) DeleteLoginProfileRequest }
DeleteLoginProfileRequest is a API request type for the DeleteLoginProfile API operation.
func (DeleteLoginProfileRequest) Send ¶
func (r DeleteLoginProfileRequest) Send() (*DeleteLoginProfileOutput, error)
Send marshals and sends the DeleteLoginProfile API request.
type DeleteOpenIDConnectProviderInput ¶
type DeleteOpenIDConnectProviderInput struct { // The Amazon Resource Name (ARN) of the IAM OpenID Connect provider resource // object to delete. You can get a list of OpenID Connect provider resource // ARNs by using the ListOpenIDConnectProviders action. // // OpenIDConnectProviderArn is a required field OpenIDConnectProviderArn *string `min:"20" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteOpenIDConnectProviderRequest
func (DeleteOpenIDConnectProviderInput) GoString ¶
func (s DeleteOpenIDConnectProviderInput) GoString() string
GoString returns the string representation
func (DeleteOpenIDConnectProviderInput) String ¶
func (s DeleteOpenIDConnectProviderInput) String() string
String returns the string representation
func (*DeleteOpenIDConnectProviderInput) Validate ¶
func (s *DeleteOpenIDConnectProviderInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteOpenIDConnectProviderOutput ¶
type DeleteOpenIDConnectProviderOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteOpenIDConnectProviderOutput
func (DeleteOpenIDConnectProviderOutput) GoString ¶
func (s DeleteOpenIDConnectProviderOutput) GoString() string
GoString returns the string representation
func (DeleteOpenIDConnectProviderOutput) SDKResponseMetadata ¶
func (s DeleteOpenIDConnectProviderOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (DeleteOpenIDConnectProviderOutput) String ¶
func (s DeleteOpenIDConnectProviderOutput) String() string
String returns the string representation
type DeleteOpenIDConnectProviderRequest ¶
type DeleteOpenIDConnectProviderRequest struct { *aws.Request Input *DeleteOpenIDConnectProviderInput Copy func(*DeleteOpenIDConnectProviderInput) DeleteOpenIDConnectProviderRequest }
DeleteOpenIDConnectProviderRequest is a API request type for the DeleteOpenIDConnectProvider API operation.
func (DeleteOpenIDConnectProviderRequest) Send ¶
func (r DeleteOpenIDConnectProviderRequest) Send() (*DeleteOpenIDConnectProviderOutput, error)
Send marshals and sends the DeleteOpenIDConnectProvider API request.
type DeletePolicyInput ¶
type DeletePolicyInput struct { // The Amazon Resource Name (ARN) of the IAM policy you want to delete. // // For more information about ARNs, see Amazon Resource Names (ARNs) and AWS // Service Namespaces (http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html) // in the AWS General Reference. // // PolicyArn is a required field PolicyArn *string `min:"20" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeletePolicyRequest
func (DeletePolicyInput) GoString ¶
func (s DeletePolicyInput) GoString() string
GoString returns the string representation
func (DeletePolicyInput) String ¶
func (s DeletePolicyInput) String() string
String returns the string representation
func (*DeletePolicyInput) Validate ¶
func (s *DeletePolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeletePolicyOutput ¶
type DeletePolicyOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeletePolicyOutput
func (DeletePolicyOutput) GoString ¶
func (s DeletePolicyOutput) GoString() string
GoString returns the string representation
func (DeletePolicyOutput) SDKResponseMetadata ¶
func (s DeletePolicyOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (DeletePolicyOutput) String ¶
func (s DeletePolicyOutput) String() string
String returns the string representation
type DeletePolicyRequest ¶
type DeletePolicyRequest struct { *aws.Request Input *DeletePolicyInput Copy func(*DeletePolicyInput) DeletePolicyRequest }
DeletePolicyRequest is a API request type for the DeletePolicy API operation.
func (DeletePolicyRequest) Send ¶
func (r DeletePolicyRequest) Send() (*DeletePolicyOutput, error)
Send marshals and sends the DeletePolicy API request.
type DeletePolicyVersionInput ¶
type DeletePolicyVersionInput struct { // The Amazon Resource Name (ARN) of the IAM policy from which you want to delete // a version. // // For more information about ARNs, see Amazon Resource Names (ARNs) and AWS // Service Namespaces (http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html) // in the AWS General Reference. // // PolicyArn is a required field PolicyArn *string `min:"20" type:"string" required:"true"` // The policy version to delete. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters that consists of the lowercase letter 'v' followed // by one or two digits, and optionally followed by a period '.' and a string // of letters and digits. // // For more information about managed policy versions, see Versioning for Managed // Policies (http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-versions.html) // in the IAM User Guide. // // VersionId is a required field VersionId *string `type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeletePolicyVersionRequest
func (DeletePolicyVersionInput) GoString ¶
func (s DeletePolicyVersionInput) GoString() string
GoString returns the string representation
func (DeletePolicyVersionInput) String ¶
func (s DeletePolicyVersionInput) String() string
String returns the string representation
func (*DeletePolicyVersionInput) Validate ¶
func (s *DeletePolicyVersionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeletePolicyVersionOutput ¶
type DeletePolicyVersionOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeletePolicyVersionOutput
func (DeletePolicyVersionOutput) GoString ¶
func (s DeletePolicyVersionOutput) GoString() string
GoString returns the string representation
func (DeletePolicyVersionOutput) SDKResponseMetadata ¶
func (s DeletePolicyVersionOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (DeletePolicyVersionOutput) String ¶
func (s DeletePolicyVersionOutput) String() string
String returns the string representation
type DeletePolicyVersionRequest ¶
type DeletePolicyVersionRequest struct { *aws.Request Input *DeletePolicyVersionInput Copy func(*DeletePolicyVersionInput) DeletePolicyVersionRequest }
DeletePolicyVersionRequest is a API request type for the DeletePolicyVersion API operation.
func (DeletePolicyVersionRequest) Send ¶
func (r DeletePolicyVersionRequest) Send() (*DeletePolicyVersionOutput, error)
Send marshals and sends the DeletePolicyVersion API request.
type DeleteRoleInput ¶
type DeleteRoleInput struct { // The name of the role to delete. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: _+=,.@- // // RoleName is a required field RoleName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteRoleRequest
func (DeleteRoleInput) GoString ¶
func (s DeleteRoleInput) GoString() string
GoString returns the string representation
func (DeleteRoleInput) String ¶
func (s DeleteRoleInput) String() string
String returns the string representation
func (*DeleteRoleInput) Validate ¶
func (s *DeleteRoleInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteRoleOutput ¶
type DeleteRoleOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteRoleOutput
func (DeleteRoleOutput) GoString ¶
func (s DeleteRoleOutput) GoString() string
GoString returns the string representation
func (DeleteRoleOutput) SDKResponseMetadata ¶
func (s DeleteRoleOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (DeleteRoleOutput) String ¶
func (s DeleteRoleOutput) String() string
String returns the string representation
type DeleteRolePolicyInput ¶
type DeleteRolePolicyInput struct { // The name of the inline policy to delete from the specified IAM role. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@-+ // // PolicyName is a required field PolicyName *string `min:"1" type:"string" required:"true"` // The name (friendly name, not ARN) identifying the role that the policy is // embedded in. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: _+=,.@- // // RoleName is a required field RoleName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteRolePolicyRequest
func (DeleteRolePolicyInput) GoString ¶
func (s DeleteRolePolicyInput) GoString() string
GoString returns the string representation
func (DeleteRolePolicyInput) String ¶
func (s DeleteRolePolicyInput) String() string
String returns the string representation
func (*DeleteRolePolicyInput) Validate ¶
func (s *DeleteRolePolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteRolePolicyOutput ¶
type DeleteRolePolicyOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteRolePolicyOutput
func (DeleteRolePolicyOutput) GoString ¶
func (s DeleteRolePolicyOutput) GoString() string
GoString returns the string representation
func (DeleteRolePolicyOutput) SDKResponseMetadata ¶
func (s DeleteRolePolicyOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (DeleteRolePolicyOutput) String ¶
func (s DeleteRolePolicyOutput) String() string
String returns the string representation
type DeleteRolePolicyRequest ¶
type DeleteRolePolicyRequest struct { *aws.Request Input *DeleteRolePolicyInput Copy func(*DeleteRolePolicyInput) DeleteRolePolicyRequest }
DeleteRolePolicyRequest is a API request type for the DeleteRolePolicy API operation.
func (DeleteRolePolicyRequest) Send ¶
func (r DeleteRolePolicyRequest) Send() (*DeleteRolePolicyOutput, error)
Send marshals and sends the DeleteRolePolicy API request.
type DeleteRoleRequest ¶
type DeleteRoleRequest struct { *aws.Request Input *DeleteRoleInput Copy func(*DeleteRoleInput) DeleteRoleRequest }
DeleteRoleRequest is a API request type for the DeleteRole API operation.
func (DeleteRoleRequest) Send ¶
func (r DeleteRoleRequest) Send() (*DeleteRoleOutput, error)
Send marshals and sends the DeleteRole API request.
type DeleteSAMLProviderInput ¶
type DeleteSAMLProviderInput struct { // The Amazon Resource Name (ARN) of the SAML provider to delete. // // SAMLProviderArn is a required field SAMLProviderArn *string `min:"20" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteSAMLProviderRequest
func (DeleteSAMLProviderInput) GoString ¶
func (s DeleteSAMLProviderInput) GoString() string
GoString returns the string representation
func (DeleteSAMLProviderInput) String ¶
func (s DeleteSAMLProviderInput) String() string
String returns the string representation
func (*DeleteSAMLProviderInput) Validate ¶
func (s *DeleteSAMLProviderInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteSAMLProviderOutput ¶
type DeleteSAMLProviderOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteSAMLProviderOutput
func (DeleteSAMLProviderOutput) GoString ¶
func (s DeleteSAMLProviderOutput) GoString() string
GoString returns the string representation
func (DeleteSAMLProviderOutput) SDKResponseMetadata ¶
func (s DeleteSAMLProviderOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (DeleteSAMLProviderOutput) String ¶
func (s DeleteSAMLProviderOutput) String() string
String returns the string representation
type DeleteSAMLProviderRequest ¶
type DeleteSAMLProviderRequest struct { *aws.Request Input *DeleteSAMLProviderInput Copy func(*DeleteSAMLProviderInput) DeleteSAMLProviderRequest }
DeleteSAMLProviderRequest is a API request type for the DeleteSAMLProvider API operation.
func (DeleteSAMLProviderRequest) Send ¶
func (r DeleteSAMLProviderRequest) Send() (*DeleteSAMLProviderOutput, error)
Send marshals and sends the DeleteSAMLProvider API request.
type DeleteSSHPublicKeyInput ¶
type DeleteSSHPublicKeyInput struct { // The unique identifier for the SSH public key. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters that can consist of any upper or lowercased letter // or digit. // // SSHPublicKeyId is a required field SSHPublicKeyId *string `min:"20" type:"string" required:"true"` // The name of the IAM user associated with the SSH public key. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@- // // UserName is a required field UserName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteSSHPublicKeyRequest
func (DeleteSSHPublicKeyInput) GoString ¶
func (s DeleteSSHPublicKeyInput) GoString() string
GoString returns the string representation
func (DeleteSSHPublicKeyInput) String ¶
func (s DeleteSSHPublicKeyInput) String() string
String returns the string representation
func (*DeleteSSHPublicKeyInput) Validate ¶
func (s *DeleteSSHPublicKeyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteSSHPublicKeyOutput ¶
type DeleteSSHPublicKeyOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteSSHPublicKeyOutput
func (DeleteSSHPublicKeyOutput) GoString ¶
func (s DeleteSSHPublicKeyOutput) GoString() string
GoString returns the string representation
func (DeleteSSHPublicKeyOutput) SDKResponseMetadata ¶
func (s DeleteSSHPublicKeyOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (DeleteSSHPublicKeyOutput) String ¶
func (s DeleteSSHPublicKeyOutput) String() string
String returns the string representation
type DeleteSSHPublicKeyRequest ¶
type DeleteSSHPublicKeyRequest struct { *aws.Request Input *DeleteSSHPublicKeyInput Copy func(*DeleteSSHPublicKeyInput) DeleteSSHPublicKeyRequest }
DeleteSSHPublicKeyRequest is a API request type for the DeleteSSHPublicKey API operation.
func (DeleteSSHPublicKeyRequest) Send ¶
func (r DeleteSSHPublicKeyRequest) Send() (*DeleteSSHPublicKeyOutput, error)
Send marshals and sends the DeleteSSHPublicKey API request.
type DeleteServerCertificateInput ¶
type DeleteServerCertificateInput struct { // The name of the server certificate you want to delete. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@- // // ServerCertificateName is a required field ServerCertificateName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteServerCertificateRequest
func (DeleteServerCertificateInput) GoString ¶
func (s DeleteServerCertificateInput) GoString() string
GoString returns the string representation
func (DeleteServerCertificateInput) String ¶
func (s DeleteServerCertificateInput) String() string
String returns the string representation
func (*DeleteServerCertificateInput) Validate ¶
func (s *DeleteServerCertificateInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteServerCertificateOutput ¶
type DeleteServerCertificateOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteServerCertificateOutput
func (DeleteServerCertificateOutput) GoString ¶
func (s DeleteServerCertificateOutput) GoString() string
GoString returns the string representation
func (DeleteServerCertificateOutput) SDKResponseMetadata ¶
func (s DeleteServerCertificateOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (DeleteServerCertificateOutput) String ¶
func (s DeleteServerCertificateOutput) String() string
String returns the string representation
type DeleteServerCertificateRequest ¶
type DeleteServerCertificateRequest struct { *aws.Request Input *DeleteServerCertificateInput Copy func(*DeleteServerCertificateInput) DeleteServerCertificateRequest }
DeleteServerCertificateRequest is a API request type for the DeleteServerCertificate API operation.
func (DeleteServerCertificateRequest) Send ¶
func (r DeleteServerCertificateRequest) Send() (*DeleteServerCertificateOutput, error)
Send marshals and sends the DeleteServerCertificate API request.
type DeleteServiceLinkedRoleInput ¶
type DeleteServiceLinkedRoleInput struct { // The name of the service-linked role to be deleted. // // RoleName is a required field RoleName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteServiceLinkedRoleRequest
func (DeleteServiceLinkedRoleInput) GoString ¶
func (s DeleteServiceLinkedRoleInput) GoString() string
GoString returns the string representation
func (DeleteServiceLinkedRoleInput) String ¶
func (s DeleteServiceLinkedRoleInput) String() string
String returns the string representation
func (*DeleteServiceLinkedRoleInput) Validate ¶
func (s *DeleteServiceLinkedRoleInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteServiceLinkedRoleOutput ¶
type DeleteServiceLinkedRoleOutput struct { // The deletion task identifier that you can use to check the status of the // deletion. This identifier is returned in the format task/aws-service-role/<service-principal-name>/<role-name>/<task-uuid>. // // DeletionTaskId is a required field DeletionTaskId *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteServiceLinkedRoleResponse
func (DeleteServiceLinkedRoleOutput) GoString ¶
func (s DeleteServiceLinkedRoleOutput) GoString() string
GoString returns the string representation
func (DeleteServiceLinkedRoleOutput) SDKResponseMetadata ¶
func (s DeleteServiceLinkedRoleOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (DeleteServiceLinkedRoleOutput) String ¶
func (s DeleteServiceLinkedRoleOutput) String() string
String returns the string representation
type DeleteServiceLinkedRoleRequest ¶
type DeleteServiceLinkedRoleRequest struct { *aws.Request Input *DeleteServiceLinkedRoleInput Copy func(*DeleteServiceLinkedRoleInput) DeleteServiceLinkedRoleRequest }
DeleteServiceLinkedRoleRequest is a API request type for the DeleteServiceLinkedRole API operation.
func (DeleteServiceLinkedRoleRequest) Send ¶
func (r DeleteServiceLinkedRoleRequest) Send() (*DeleteServiceLinkedRoleOutput, error)
Send marshals and sends the DeleteServiceLinkedRole API request.
type DeleteServiceSpecificCredentialInput ¶
type DeleteServiceSpecificCredentialInput struct { // The unique identifier of the service-specific credential. You can get this // value by calling ListServiceSpecificCredentials. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters that can consist of any upper or lowercased letter // or digit. // // ServiceSpecificCredentialId is a required field ServiceSpecificCredentialId *string `min:"20" type:"string" required:"true"` // The name of the IAM user associated with the service-specific credential. // If this value is not specified, then the operation assumes the user whose // credentials are used to call the operation. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@- UserName *string `min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteServiceSpecificCredentialRequest
func (DeleteServiceSpecificCredentialInput) GoString ¶
func (s DeleteServiceSpecificCredentialInput) GoString() string
GoString returns the string representation
func (DeleteServiceSpecificCredentialInput) String ¶
func (s DeleteServiceSpecificCredentialInput) String() string
String returns the string representation
func (*DeleteServiceSpecificCredentialInput) Validate ¶
func (s *DeleteServiceSpecificCredentialInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteServiceSpecificCredentialOutput ¶
type DeleteServiceSpecificCredentialOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteServiceSpecificCredentialOutput
func (DeleteServiceSpecificCredentialOutput) GoString ¶
func (s DeleteServiceSpecificCredentialOutput) GoString() string
GoString returns the string representation
func (DeleteServiceSpecificCredentialOutput) SDKResponseMetadata ¶
func (s DeleteServiceSpecificCredentialOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (DeleteServiceSpecificCredentialOutput) String ¶
func (s DeleteServiceSpecificCredentialOutput) String() string
String returns the string representation
type DeleteServiceSpecificCredentialRequest ¶
type DeleteServiceSpecificCredentialRequest struct { *aws.Request Input *DeleteServiceSpecificCredentialInput Copy func(*DeleteServiceSpecificCredentialInput) DeleteServiceSpecificCredentialRequest }
DeleteServiceSpecificCredentialRequest is a API request type for the DeleteServiceSpecificCredential API operation.
func (DeleteServiceSpecificCredentialRequest) Send ¶
func (r DeleteServiceSpecificCredentialRequest) Send() (*DeleteServiceSpecificCredentialOutput, error)
Send marshals and sends the DeleteServiceSpecificCredential API request.
type DeleteSigningCertificateInput ¶
type DeleteSigningCertificateInput struct { // The ID of the signing certificate to delete. // // The format of this parameter, as described by its regex (http://wikipedia.org/wiki/regex) // pattern, is a string of characters that can be upper- or lower-cased letters // or digits. // // CertificateId is a required field CertificateId *string `min:"24" type:"string" required:"true"` // The name of the user the signing certificate belongs to. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@- UserName *string `min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteSigningCertificateRequest
func (DeleteSigningCertificateInput) GoString ¶
func (s DeleteSigningCertificateInput) GoString() string
GoString returns the string representation
func (DeleteSigningCertificateInput) String ¶
func (s DeleteSigningCertificateInput) String() string
String returns the string representation
func (*DeleteSigningCertificateInput) Validate ¶
func (s *DeleteSigningCertificateInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteSigningCertificateOutput ¶
type DeleteSigningCertificateOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteSigningCertificateOutput
func (DeleteSigningCertificateOutput) GoString ¶
func (s DeleteSigningCertificateOutput) GoString() string
GoString returns the string representation
func (DeleteSigningCertificateOutput) SDKResponseMetadata ¶
func (s DeleteSigningCertificateOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (DeleteSigningCertificateOutput) String ¶
func (s DeleteSigningCertificateOutput) String() string
String returns the string representation
type DeleteSigningCertificateRequest ¶
type DeleteSigningCertificateRequest struct { *aws.Request Input *DeleteSigningCertificateInput Copy func(*DeleteSigningCertificateInput) DeleteSigningCertificateRequest }
DeleteSigningCertificateRequest is a API request type for the DeleteSigningCertificate API operation.
func (DeleteSigningCertificateRequest) Send ¶
func (r DeleteSigningCertificateRequest) Send() (*DeleteSigningCertificateOutput, error)
Send marshals and sends the DeleteSigningCertificate API request.
type DeleteUserInput ¶
type DeleteUserInput struct { // The name of the user to delete. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@- // // UserName is a required field UserName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteUserRequest
func (DeleteUserInput) GoString ¶
func (s DeleteUserInput) GoString() string
GoString returns the string representation
func (DeleteUserInput) String ¶
func (s DeleteUserInput) String() string
String returns the string representation
func (*DeleteUserInput) Validate ¶
func (s *DeleteUserInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteUserOutput ¶
type DeleteUserOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteUserOutput
func (DeleteUserOutput) GoString ¶
func (s DeleteUserOutput) GoString() string
GoString returns the string representation
func (DeleteUserOutput) SDKResponseMetadata ¶
func (s DeleteUserOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (DeleteUserOutput) String ¶
func (s DeleteUserOutput) String() string
String returns the string representation
type DeleteUserPolicyInput ¶
type DeleteUserPolicyInput struct { // The name identifying the policy document to delete. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@-+ // // PolicyName is a required field PolicyName *string `min:"1" type:"string" required:"true"` // The name (friendly name, not ARN) identifying the user that the policy is // embedded in. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@- // // UserName is a required field UserName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteUserPolicyRequest
func (DeleteUserPolicyInput) GoString ¶
func (s DeleteUserPolicyInput) GoString() string
GoString returns the string representation
func (DeleteUserPolicyInput) String ¶
func (s DeleteUserPolicyInput) String() string
String returns the string representation
func (*DeleteUserPolicyInput) Validate ¶
func (s *DeleteUserPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteUserPolicyOutput ¶
type DeleteUserPolicyOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteUserPolicyOutput
func (DeleteUserPolicyOutput) GoString ¶
func (s DeleteUserPolicyOutput) GoString() string
GoString returns the string representation
func (DeleteUserPolicyOutput) SDKResponseMetadata ¶
func (s DeleteUserPolicyOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (DeleteUserPolicyOutput) String ¶
func (s DeleteUserPolicyOutput) String() string
String returns the string representation
type DeleteUserPolicyRequest ¶
type DeleteUserPolicyRequest struct { *aws.Request Input *DeleteUserPolicyInput Copy func(*DeleteUserPolicyInput) DeleteUserPolicyRequest }
DeleteUserPolicyRequest is a API request type for the DeleteUserPolicy API operation.
func (DeleteUserPolicyRequest) Send ¶
func (r DeleteUserPolicyRequest) Send() (*DeleteUserPolicyOutput, error)
Send marshals and sends the DeleteUserPolicy API request.
type DeleteUserRequest ¶
type DeleteUserRequest struct { *aws.Request Input *DeleteUserInput Copy func(*DeleteUserInput) DeleteUserRequest }
DeleteUserRequest is a API request type for the DeleteUser API operation.
func (DeleteUserRequest) Send ¶
func (r DeleteUserRequest) Send() (*DeleteUserOutput, error)
Send marshals and sends the DeleteUser API request.
type DeleteVirtualMFADeviceInput ¶
type DeleteVirtualMFADeviceInput struct { // The serial number that uniquely identifies the MFA device. For virtual MFA // devices, the serial number is the same as the ARN. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@:/- // // SerialNumber is a required field SerialNumber *string `min:"9" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteVirtualMFADeviceRequest
func (DeleteVirtualMFADeviceInput) GoString ¶
func (s DeleteVirtualMFADeviceInput) GoString() string
GoString returns the string representation
func (DeleteVirtualMFADeviceInput) String ¶
func (s DeleteVirtualMFADeviceInput) String() string
String returns the string representation
func (*DeleteVirtualMFADeviceInput) Validate ¶
func (s *DeleteVirtualMFADeviceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteVirtualMFADeviceOutput ¶
type DeleteVirtualMFADeviceOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteVirtualMFADeviceOutput
func (DeleteVirtualMFADeviceOutput) GoString ¶
func (s DeleteVirtualMFADeviceOutput) GoString() string
GoString returns the string representation
func (DeleteVirtualMFADeviceOutput) SDKResponseMetadata ¶
func (s DeleteVirtualMFADeviceOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (DeleteVirtualMFADeviceOutput) String ¶
func (s DeleteVirtualMFADeviceOutput) String() string
String returns the string representation
type DeleteVirtualMFADeviceRequest ¶
type DeleteVirtualMFADeviceRequest struct { *aws.Request Input *DeleteVirtualMFADeviceInput Copy func(*DeleteVirtualMFADeviceInput) DeleteVirtualMFADeviceRequest }
DeleteVirtualMFADeviceRequest is a API request type for the DeleteVirtualMFADevice API operation.
func (DeleteVirtualMFADeviceRequest) Send ¶
func (r DeleteVirtualMFADeviceRequest) Send() (*DeleteVirtualMFADeviceOutput, error)
Send marshals and sends the DeleteVirtualMFADevice API request.
type DeletionTaskFailureReasonType ¶
type DeletionTaskFailureReasonType struct { // A short description of the reason that the service-linked role deletion failed. Reason *string `type:"string"` // A list of objects that contains details about the service-linked role deletion // failure. If the service-linked role has active sessions or if any resources // that were used by the role have not been deleted from the linked service, // the role can't be deleted. This parameter includes a list of the resources // that are associated with the role and the region in which the resources are // being used. RoleUsageList []RoleUsageType `type:"list"` // contains filtered or unexported fields }
The reason that the service-linked role deletion failed.
This data type is used as a response element in the GetServiceLinkedRoleDeletionStatus operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeletionTaskFailureReasonType
func (DeletionTaskFailureReasonType) GoString ¶
func (s DeletionTaskFailureReasonType) GoString() string
GoString returns the string representation
func (DeletionTaskFailureReasonType) String ¶
func (s DeletionTaskFailureReasonType) String() string
String returns the string representation
type DeletionTaskStatusType ¶
type DeletionTaskStatusType string
const ( DeletionTaskStatusTypeSucceeded DeletionTaskStatusType = "SUCCEEDED" DeletionTaskStatusTypeInProgress DeletionTaskStatusType = "IN_PROGRESS" DeletionTaskStatusTypeFailed DeletionTaskStatusType = "FAILED" DeletionTaskStatusTypeNotStarted DeletionTaskStatusType = "NOT_STARTED" )
Enum values for DeletionTaskStatusType
func (DeletionTaskStatusType) MarshalValue ¶ added in v0.3.0
func (enum DeletionTaskStatusType) MarshalValue() (string, error)
func (DeletionTaskStatusType) MarshalValueBuf ¶ added in v0.3.0
func (enum DeletionTaskStatusType) MarshalValueBuf(b []byte) ([]byte, error)
type DetachGroupPolicyInput ¶
type DetachGroupPolicyInput struct { // The name (friendly name, not ARN) of the IAM group to detach the policy from. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@- // // GroupName is a required field GroupName *string `min:"1" type:"string" required:"true"` // The Amazon Resource Name (ARN) of the IAM policy you want to detach. // // For more information about ARNs, see Amazon Resource Names (ARNs) and AWS // Service Namespaces (http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html) // in the AWS General Reference. // // PolicyArn is a required field PolicyArn *string `min:"20" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DetachGroupPolicyRequest
func (DetachGroupPolicyInput) GoString ¶
func (s DetachGroupPolicyInput) GoString() string
GoString returns the string representation
func (DetachGroupPolicyInput) String ¶
func (s DetachGroupPolicyInput) String() string
String returns the string representation
func (*DetachGroupPolicyInput) Validate ¶
func (s *DetachGroupPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DetachGroupPolicyOutput ¶
type DetachGroupPolicyOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DetachGroupPolicyOutput
func (DetachGroupPolicyOutput) GoString ¶
func (s DetachGroupPolicyOutput) GoString() string
GoString returns the string representation
func (DetachGroupPolicyOutput) SDKResponseMetadata ¶
func (s DetachGroupPolicyOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (DetachGroupPolicyOutput) String ¶
func (s DetachGroupPolicyOutput) String() string
String returns the string representation
type DetachGroupPolicyRequest ¶
type DetachGroupPolicyRequest struct { *aws.Request Input *DetachGroupPolicyInput Copy func(*DetachGroupPolicyInput) DetachGroupPolicyRequest }
DetachGroupPolicyRequest is a API request type for the DetachGroupPolicy API operation.
func (DetachGroupPolicyRequest) Send ¶
func (r DetachGroupPolicyRequest) Send() (*DetachGroupPolicyOutput, error)
Send marshals and sends the DetachGroupPolicy API request.
type DetachRolePolicyInput ¶
type DetachRolePolicyInput struct { // The Amazon Resource Name (ARN) of the IAM policy you want to detach. // // For more information about ARNs, see Amazon Resource Names (ARNs) and AWS // Service Namespaces (http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html) // in the AWS General Reference. // // PolicyArn is a required field PolicyArn *string `min:"20" type:"string" required:"true"` // The name (friendly name, not ARN) of the IAM role to detach the policy from. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: _+=,.@- // // RoleName is a required field RoleName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DetachRolePolicyRequest
func (DetachRolePolicyInput) GoString ¶
func (s DetachRolePolicyInput) GoString() string
GoString returns the string representation
func (DetachRolePolicyInput) String ¶
func (s DetachRolePolicyInput) String() string
String returns the string representation
func (*DetachRolePolicyInput) Validate ¶
func (s *DetachRolePolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DetachRolePolicyOutput ¶
type DetachRolePolicyOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DetachRolePolicyOutput
func (DetachRolePolicyOutput) GoString ¶
func (s DetachRolePolicyOutput) GoString() string
GoString returns the string representation
func (DetachRolePolicyOutput) SDKResponseMetadata ¶
func (s DetachRolePolicyOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (DetachRolePolicyOutput) String ¶
func (s DetachRolePolicyOutput) String() string
String returns the string representation
type DetachRolePolicyRequest ¶
type DetachRolePolicyRequest struct { *aws.Request Input *DetachRolePolicyInput Copy func(*DetachRolePolicyInput) DetachRolePolicyRequest }
DetachRolePolicyRequest is a API request type for the DetachRolePolicy API operation.
func (DetachRolePolicyRequest) Send ¶
func (r DetachRolePolicyRequest) Send() (*DetachRolePolicyOutput, error)
Send marshals and sends the DetachRolePolicy API request.
type DetachUserPolicyInput ¶
type DetachUserPolicyInput struct { // The Amazon Resource Name (ARN) of the IAM policy you want to detach. // // For more information about ARNs, see Amazon Resource Names (ARNs) and AWS // Service Namespaces (http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html) // in the AWS General Reference. // // PolicyArn is a required field PolicyArn *string `min:"20" type:"string" required:"true"` // The name (friendly name, not ARN) of the IAM user to detach the policy from. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@- // // UserName is a required field UserName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DetachUserPolicyRequest
func (DetachUserPolicyInput) GoString ¶
func (s DetachUserPolicyInput) GoString() string
GoString returns the string representation
func (DetachUserPolicyInput) String ¶
func (s DetachUserPolicyInput) String() string
String returns the string representation
func (*DetachUserPolicyInput) Validate ¶
func (s *DetachUserPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DetachUserPolicyOutput ¶
type DetachUserPolicyOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DetachUserPolicyOutput
func (DetachUserPolicyOutput) GoString ¶
func (s DetachUserPolicyOutput) GoString() string
GoString returns the string representation
func (DetachUserPolicyOutput) SDKResponseMetadata ¶
func (s DetachUserPolicyOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (DetachUserPolicyOutput) String ¶
func (s DetachUserPolicyOutput) String() string
String returns the string representation
type DetachUserPolicyRequest ¶
type DetachUserPolicyRequest struct { *aws.Request Input *DetachUserPolicyInput Copy func(*DetachUserPolicyInput) DetachUserPolicyRequest }
DetachUserPolicyRequest is a API request type for the DetachUserPolicy API operation.
func (DetachUserPolicyRequest) Send ¶
func (r DetachUserPolicyRequest) Send() (*DetachUserPolicyOutput, error)
Send marshals and sends the DetachUserPolicy API request.
type EnableMFADeviceInput ¶
type EnableMFADeviceInput struct { // An authentication code emitted by the device. // // The format for this parameter is a string of 6 digits. // // Submit your request immediately after generating the authentication codes. // If you generate the codes and then wait too long to submit the request, the // MFA device successfully associates with the user but the MFA device becomes // out of sync. This happens because time-based one-time passwords (TOTP) expire // after a short period of time. If this happens, you can resync the device // (http://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_mfa_sync.html). // // AuthenticationCode1 is a required field AuthenticationCode1 *string `min:"6" type:"string" required:"true"` // A subsequent authentication code emitted by the device. // // The format for this parameter is a string of 6 digits. // // Submit your request immediately after generating the authentication codes. // If you generate the codes and then wait too long to submit the request, the // MFA device successfully associates with the user but the MFA device becomes // out of sync. This happens because time-based one-time passwords (TOTP) expire // after a short period of time. If this happens, you can resync the device // (http://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_mfa_sync.html). // // AuthenticationCode2 is a required field AuthenticationCode2 *string `min:"6" type:"string" required:"true"` // The serial number that uniquely identifies the MFA device. For virtual MFA // devices, the serial number is the device ARN. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@:/- // // SerialNumber is a required field SerialNumber *string `min:"9" type:"string" required:"true"` // The name of the IAM user for whom you want to enable the MFA device. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@- // // UserName is a required field UserName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/EnableMFADeviceRequest
func (EnableMFADeviceInput) GoString ¶
func (s EnableMFADeviceInput) GoString() string
GoString returns the string representation
func (EnableMFADeviceInput) String ¶
func (s EnableMFADeviceInput) String() string
String returns the string representation
func (*EnableMFADeviceInput) Validate ¶
func (s *EnableMFADeviceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type EnableMFADeviceOutput ¶
type EnableMFADeviceOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/EnableMFADeviceOutput
func (EnableMFADeviceOutput) GoString ¶
func (s EnableMFADeviceOutput) GoString() string
GoString returns the string representation
func (EnableMFADeviceOutput) SDKResponseMetadata ¶
func (s EnableMFADeviceOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (EnableMFADeviceOutput) String ¶
func (s EnableMFADeviceOutput) String() string
String returns the string representation
type EnableMFADeviceRequest ¶
type EnableMFADeviceRequest struct { *aws.Request Input *EnableMFADeviceInput Copy func(*EnableMFADeviceInput) EnableMFADeviceRequest }
EnableMFADeviceRequest is a API request type for the EnableMFADevice API operation.
func (EnableMFADeviceRequest) Send ¶
func (r EnableMFADeviceRequest) Send() (*EnableMFADeviceOutput, error)
Send marshals and sends the EnableMFADevice API request.
type EncodingType ¶
type EncodingType string
const ( EncodingTypeSsh EncodingType = "SSH" EncodingTypePem EncodingType = "PEM" )
Enum values for EncodingType
func (EncodingType) MarshalValue ¶ added in v0.3.0
func (enum EncodingType) MarshalValue() (string, error)
func (EncodingType) MarshalValueBuf ¶ added in v0.3.0
func (enum EncodingType) MarshalValueBuf(b []byte) ([]byte, error)
type EntityType ¶
type EntityType string
const ( EntityTypeUser EntityType = "User" EntityTypeRole EntityType = "Role" EntityTypeGroup EntityType = "Group" EntityTypeLocalManagedPolicy EntityType = "LocalManagedPolicy" EntityTypeAwsmanagedPolicy EntityType = "AWSManagedPolicy" )
Enum values for EntityType
func (EntityType) MarshalValue ¶ added in v0.3.0
func (enum EntityType) MarshalValue() (string, error)
func (EntityType) MarshalValueBuf ¶ added in v0.3.0
func (enum EntityType) MarshalValueBuf(b []byte) ([]byte, error)
type EvaluationResult ¶
type EvaluationResult struct { // The name of the API action tested on the indicated resource. // // EvalActionName is a required field EvalActionName *string `min:"3" type:"string" required:"true"` // The result of the simulation. // // EvalDecision is a required field EvalDecision PolicyEvaluationDecisionType `type:"string" required:"true" enum:"true"` // Additional details about the results of the evaluation decision. When there // are both IAM policies and resource policies, this parameter explains how // each set of policies contributes to the final evaluation decision. When simulating // cross-account access to a resource, both the resource-based policy and the // caller's IAM policy must grant access. See How IAM Roles Differ from Resource-based // Policies (http://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_compare-resource-policies.html) EvalDecisionDetails map[string]PolicyEvaluationDecisionType `type:"map"` // The ARN of the resource that the indicated API action was tested on. EvalResourceName *string `min:"1" type:"string"` // A list of the statements in the input policies that determine the result // for this scenario. Remember that even if multiple statements allow the action // on the resource, if only one statement denies that action, then the explicit // deny overrides any allow, and the deny statement is the only entry included // in the result. MatchedStatements []Statement `type:"list"` // A list of context keys that are required by the included input policies but // that were not provided by one of the input parameters. This list is used // when the resource in a simulation is "*", either explicitly, or when the // ResourceArns parameter blank. If you include a list of resources, then any // missing context values are instead included under the ResourceSpecificResults // section. To discover the context keys used by a set of policies, you can // call GetContextKeysForCustomPolicy or GetContextKeysForPrincipalPolicy. MissingContextValues []string `type:"list"` // A structure that details how AWS Organizations and its service control policies // affect the results of the simulation. Only applies if the simulated user's // account is part of an organization. OrganizationsDecisionDetail *OrganizationsDecisionDetail `type:"structure"` // The individual results of the simulation of the API action specified in EvalActionName // on each resource. ResourceSpecificResults []ResourceSpecificResult `type:"list"` // contains filtered or unexported fields }
Contains the results of a simulation.
This data type is used by the return parameter of SimulateCustomPolicy and SimulatePrincipalPolicy. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/EvaluationResult
func (EvaluationResult) GoString ¶
func (s EvaluationResult) GoString() string
GoString returns the string representation
func (EvaluationResult) String ¶
func (s EvaluationResult) String() string
String returns the string representation
type GenerateCredentialReportInput ¶
type GenerateCredentialReportInput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GenerateCredentialReportInput
func (GenerateCredentialReportInput) GoString ¶
func (s GenerateCredentialReportInput) GoString() string
GoString returns the string representation
func (GenerateCredentialReportInput) String ¶
func (s GenerateCredentialReportInput) String() string
String returns the string representation
type GenerateCredentialReportOutput ¶
type GenerateCredentialReportOutput struct { // Information about the credential report. Description *string `type:"string"` // Information about the state of the credential report. State ReportStateType `type:"string" enum:"true"` // contains filtered or unexported fields }
Contains the response to a successful GenerateCredentialReport request. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GenerateCredentialReportResponse
func (GenerateCredentialReportOutput) GoString ¶
func (s GenerateCredentialReportOutput) GoString() string
GoString returns the string representation
func (GenerateCredentialReportOutput) SDKResponseMetadata ¶
func (s GenerateCredentialReportOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (GenerateCredentialReportOutput) String ¶
func (s GenerateCredentialReportOutput) String() string
String returns the string representation
type GenerateCredentialReportRequest ¶
type GenerateCredentialReportRequest struct { *aws.Request Input *GenerateCredentialReportInput Copy func(*GenerateCredentialReportInput) GenerateCredentialReportRequest }
GenerateCredentialReportRequest is a API request type for the GenerateCredentialReport API operation.
func (GenerateCredentialReportRequest) Send ¶
func (r GenerateCredentialReportRequest) Send() (*GenerateCredentialReportOutput, error)
Send marshals and sends the GenerateCredentialReport API request.
type GetAccessKeyLastUsedInput ¶
type GetAccessKeyLastUsedInput struct { // The identifier of an access key. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters that can consist of any upper or lowercased letter // or digit. // // AccessKeyId is a required field AccessKeyId *string `min:"16" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetAccessKeyLastUsedRequest
func (GetAccessKeyLastUsedInput) GoString ¶
func (s GetAccessKeyLastUsedInput) GoString() string
GoString returns the string representation
func (GetAccessKeyLastUsedInput) String ¶
func (s GetAccessKeyLastUsedInput) String() string
String returns the string representation
func (*GetAccessKeyLastUsedInput) Validate ¶
func (s *GetAccessKeyLastUsedInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetAccessKeyLastUsedOutput ¶
type GetAccessKeyLastUsedOutput struct { // Contains information about the last time the access key was used. AccessKeyLastUsed *AccessKeyLastUsed `type:"structure"` // The name of the AWS IAM user that owns this access key. UserName *string `min:"1" type:"string"` // contains filtered or unexported fields }
Contains the response to a successful GetAccessKeyLastUsed request. It is also returned as a member of the AccessKeyMetaData structure returned by the ListAccessKeys action. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetAccessKeyLastUsedResponse
func (GetAccessKeyLastUsedOutput) GoString ¶
func (s GetAccessKeyLastUsedOutput) GoString() string
GoString returns the string representation
func (GetAccessKeyLastUsedOutput) SDKResponseMetadata ¶
func (s GetAccessKeyLastUsedOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (GetAccessKeyLastUsedOutput) String ¶
func (s GetAccessKeyLastUsedOutput) String() string
String returns the string representation
type GetAccessKeyLastUsedRequest ¶
type GetAccessKeyLastUsedRequest struct { *aws.Request Input *GetAccessKeyLastUsedInput Copy func(*GetAccessKeyLastUsedInput) GetAccessKeyLastUsedRequest }
GetAccessKeyLastUsedRequest is a API request type for the GetAccessKeyLastUsed API operation.
func (GetAccessKeyLastUsedRequest) Send ¶
func (r GetAccessKeyLastUsedRequest) Send() (*GetAccessKeyLastUsedOutput, error)
Send marshals and sends the GetAccessKeyLastUsed API request.
type GetAccountAuthorizationDetailsInput ¶
type GetAccountAuthorizationDetailsInput struct { // A list of entity types used to filter the results. Only the entities that // match the types you specify are included in the output. Use the value LocalManagedPolicy // to include customer managed policies. // // The format for this parameter is a comma-separated (if more than one) list // of strings. Each string value in the list must be one of the valid values // listed below. Filter []EntityType `type:"list"` // Use this parameter only when paginating results and only after you receive // a response indicating that the results are truncated. Set it to the value // of the Marker element in the response that you received to indicate where // the next call should start. Marker *string `min:"1" type:"string"` // (Optional) Use this only when paginating results to indicate the maximum // number of items you want in the response. If additional items exist beyond // the maximum you specify, the IsTruncated response element is true. // // If you do not include this parameter, it defaults to 100. Note that IAM might // return fewer results, even when there are more results available. In that // case, the IsTruncated response element returns true and Marker contains a // value to include in the subsequent call that tells the service where to continue // from. MaxItems *int64 `min:"1" type:"integer"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetAccountAuthorizationDetailsRequest
func (GetAccountAuthorizationDetailsInput) GoString ¶
func (s GetAccountAuthorizationDetailsInput) GoString() string
GoString returns the string representation
func (GetAccountAuthorizationDetailsInput) String ¶
func (s GetAccountAuthorizationDetailsInput) String() string
String returns the string representation
func (*GetAccountAuthorizationDetailsInput) Validate ¶
func (s *GetAccountAuthorizationDetailsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetAccountAuthorizationDetailsOutput ¶
type GetAccountAuthorizationDetailsOutput struct { // A list containing information about IAM groups. GroupDetailList []GroupDetail `type:"list"` // A flag that indicates whether there are more items to return. If your results // were truncated, you can make a subsequent pagination request using the Marker // request parameter to retrieve more items. Note that IAM might return fewer // than the MaxItems number of results even when there are more results available. // We recommend that you check IsTruncated after every call to ensure that you // receive all of your results. IsTruncated *bool `type:"boolean"` // When IsTruncated is true, this element is present and contains the value // to use for the Marker parameter in a subsequent pagination request. Marker *string `min:"1" type:"string"` // A list containing information about managed policies. Policies []ManagedPolicyDetail `type:"list"` // A list containing information about IAM roles. RoleDetailList []RoleDetail `type:"list"` // A list containing information about IAM users. UserDetailList []UserDetail `type:"list"` // contains filtered or unexported fields }
Contains the response to a successful GetAccountAuthorizationDetails request. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetAccountAuthorizationDetailsResponse
func (GetAccountAuthorizationDetailsOutput) GoString ¶
func (s GetAccountAuthorizationDetailsOutput) GoString() string
GoString returns the string representation
func (GetAccountAuthorizationDetailsOutput) SDKResponseMetadata ¶
func (s GetAccountAuthorizationDetailsOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (GetAccountAuthorizationDetailsOutput) String ¶
func (s GetAccountAuthorizationDetailsOutput) String() string
String returns the string representation
type GetAccountAuthorizationDetailsPager ¶ added in v0.3.0
GetAccountAuthorizationDetailsPager is used to paginate the request. This can be done by calling Next and CurrentPage.
func (*GetAccountAuthorizationDetailsPager) CurrentPage ¶ added in v0.3.0
func (p *GetAccountAuthorizationDetailsPager) CurrentPage() *GetAccountAuthorizationDetailsOutput
type GetAccountAuthorizationDetailsRequest ¶
type GetAccountAuthorizationDetailsRequest struct { *aws.Request Input *GetAccountAuthorizationDetailsInput Copy func(*GetAccountAuthorizationDetailsInput) GetAccountAuthorizationDetailsRequest }
GetAccountAuthorizationDetailsRequest is a API request type for the GetAccountAuthorizationDetails API operation.
func (*GetAccountAuthorizationDetailsRequest) Paginate ¶ added in v0.3.0
func (p *GetAccountAuthorizationDetailsRequest) Paginate(opts ...aws.Option) GetAccountAuthorizationDetailsPager
Paginate pages iterates over the pages of a GetAccountAuthorizationDetailsRequest operation, calling the Next method for each page. Using the paginators Next method will depict whether or not there are more pages.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a GetAccountAuthorizationDetails operation. req := client.GetAccountAuthorizationDetailsRequest(input) p := req.Paginate() for p.Next() { page := p.CurrentPage() } if err := p.Err(); err != nil { return err }
func (GetAccountAuthorizationDetailsRequest) Send ¶
func (r GetAccountAuthorizationDetailsRequest) Send() (*GetAccountAuthorizationDetailsOutput, error)
Send marshals and sends the GetAccountAuthorizationDetails API request.
type GetAccountPasswordPolicyInput ¶
type GetAccountPasswordPolicyInput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetAccountPasswordPolicyInput
func (GetAccountPasswordPolicyInput) GoString ¶
func (s GetAccountPasswordPolicyInput) GoString() string
GoString returns the string representation
func (GetAccountPasswordPolicyInput) String ¶
func (s GetAccountPasswordPolicyInput) String() string
String returns the string representation
type GetAccountPasswordPolicyOutput ¶
type GetAccountPasswordPolicyOutput struct { // A structure that contains details about the account's password policy. // // PasswordPolicy is a required field PasswordPolicy *PasswordPolicy `type:"structure" required:"true"` // contains filtered or unexported fields }
Contains the response to a successful GetAccountPasswordPolicy request. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetAccountPasswordPolicyResponse
func (GetAccountPasswordPolicyOutput) GoString ¶
func (s GetAccountPasswordPolicyOutput) GoString() string
GoString returns the string representation
func (GetAccountPasswordPolicyOutput) SDKResponseMetadata ¶
func (s GetAccountPasswordPolicyOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (GetAccountPasswordPolicyOutput) String ¶
func (s GetAccountPasswordPolicyOutput) String() string
String returns the string representation
type GetAccountPasswordPolicyRequest ¶
type GetAccountPasswordPolicyRequest struct { *aws.Request Input *GetAccountPasswordPolicyInput Copy func(*GetAccountPasswordPolicyInput) GetAccountPasswordPolicyRequest }
GetAccountPasswordPolicyRequest is a API request type for the GetAccountPasswordPolicy API operation.
func (GetAccountPasswordPolicyRequest) Send ¶
func (r GetAccountPasswordPolicyRequest) Send() (*GetAccountPasswordPolicyOutput, error)
Send marshals and sends the GetAccountPasswordPolicy API request.
type GetAccountSummaryInput ¶
type GetAccountSummaryInput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetAccountSummaryInput
func (GetAccountSummaryInput) GoString ¶
func (s GetAccountSummaryInput) GoString() string
GoString returns the string representation
func (GetAccountSummaryInput) String ¶
func (s GetAccountSummaryInput) String() string
String returns the string representation
type GetAccountSummaryOutput ¶
type GetAccountSummaryOutput struct { // A set of key value pairs containing information about IAM entity usage and // IAM quotas. SummaryMap map[string]int64 `type:"map"` // contains filtered or unexported fields }
Contains the response to a successful GetAccountSummary request. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetAccountSummaryResponse
func (GetAccountSummaryOutput) GoString ¶
func (s GetAccountSummaryOutput) GoString() string
GoString returns the string representation
func (GetAccountSummaryOutput) SDKResponseMetadata ¶
func (s GetAccountSummaryOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (GetAccountSummaryOutput) String ¶
func (s GetAccountSummaryOutput) String() string
String returns the string representation
type GetAccountSummaryRequest ¶
type GetAccountSummaryRequest struct { *aws.Request Input *GetAccountSummaryInput Copy func(*GetAccountSummaryInput) GetAccountSummaryRequest }
GetAccountSummaryRequest is a API request type for the GetAccountSummary API operation.
func (GetAccountSummaryRequest) Send ¶
func (r GetAccountSummaryRequest) Send() (*GetAccountSummaryOutput, error)
Send marshals and sends the GetAccountSummary API request.
type GetContextKeysForCustomPolicyInput ¶
type GetContextKeysForCustomPolicyInput struct { // A list of policies for which you want the list of context keys referenced // in those policies. Each document is specified as a string containing the // complete, valid JSON text of an IAM policy. // // The regex pattern (http://wikipedia.org/wiki/regex) used to validate this // parameter is a string of characters consisting of any printable ASCII character // ranging from the space character (\u0020) through end of the ASCII character // range as well as the printable characters in the Basic Latin and Latin-1 // Supplement character set (through \u00FF). It also includes the special characters // tab (\u0009), line feed (\u000A), and carriage return (\u000D). // // PolicyInputList is a required field PolicyInputList []string `type:"list" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetContextKeysForCustomPolicyRequest
func (GetContextKeysForCustomPolicyInput) GoString ¶
func (s GetContextKeysForCustomPolicyInput) GoString() string
GoString returns the string representation
func (GetContextKeysForCustomPolicyInput) String ¶
func (s GetContextKeysForCustomPolicyInput) String() string
String returns the string representation
func (*GetContextKeysForCustomPolicyInput) Validate ¶
func (s *GetContextKeysForCustomPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetContextKeysForCustomPolicyRequest ¶
type GetContextKeysForCustomPolicyRequest struct { *aws.Request Input *GetContextKeysForCustomPolicyInput Copy func(*GetContextKeysForCustomPolicyInput) GetContextKeysForCustomPolicyRequest }
GetContextKeysForCustomPolicyRequest is a API request type for the GetContextKeysForCustomPolicy API operation.
func (GetContextKeysForCustomPolicyRequest) Send ¶
func (r GetContextKeysForCustomPolicyRequest) Send() (*GetContextKeysForPrincipalPolicyOutput, error)
Send marshals and sends the GetContextKeysForCustomPolicy API request.
type GetContextKeysForPrincipalPolicyInput ¶
type GetContextKeysForPrincipalPolicyInput struct { // An optional list of additional policies for which you want the list of context // keys that are referenced. // // The regex pattern (http://wikipedia.org/wiki/regex) used to validate this // parameter is a string of characters consisting of any printable ASCII character // ranging from the space character (\u0020) through end of the ASCII character // range as well as the printable characters in the Basic Latin and Latin-1 // Supplement character set (through \u00FF). It also includes the special characters // tab (\u0009), line feed (\u000A), and carriage return (\u000D). PolicyInputList []string `type:"list"` // The ARN of a user, group, or role whose policies contain the context keys // that you want listed. If you specify a user, the list includes context keys // that are found in all policies attached to the user as well as to all groups // that the user is a member of. If you pick a group or a role, then it includes // only those context keys that are found in policies attached to that entity. // Note that all parameters are shown in unencoded form here for clarity, but // must be URL encoded to be included as a part of a real HTML request. // // For more information about ARNs, see Amazon Resource Names (ARNs) and AWS // Service Namespaces (http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html) // in the AWS General Reference. // // PolicySourceArn is a required field PolicySourceArn *string `min:"20" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetContextKeysForPrincipalPolicyRequest
func (GetContextKeysForPrincipalPolicyInput) GoString ¶
func (s GetContextKeysForPrincipalPolicyInput) GoString() string
GoString returns the string representation
func (GetContextKeysForPrincipalPolicyInput) String ¶
func (s GetContextKeysForPrincipalPolicyInput) String() string
String returns the string representation
func (*GetContextKeysForPrincipalPolicyInput) Validate ¶
func (s *GetContextKeysForPrincipalPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetContextKeysForPrincipalPolicyOutput ¶
type GetContextKeysForPrincipalPolicyOutput struct { // The list of context keys that are referenced in the input policies. ContextKeyNames []string `type:"list"` // contains filtered or unexported fields }
Contains the response to a successful GetContextKeysForPrincipalPolicy or GetContextKeysForCustomPolicy request. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetContextKeysForCustomPolicyOutput
func (GetContextKeysForPrincipalPolicyOutput) GoString ¶
func (s GetContextKeysForPrincipalPolicyOutput) GoString() string
GoString returns the string representation
func (GetContextKeysForPrincipalPolicyOutput) SDKResponseMetadata ¶
func (s GetContextKeysForPrincipalPolicyOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (GetContextKeysForPrincipalPolicyOutput) String ¶
func (s GetContextKeysForPrincipalPolicyOutput) String() string
String returns the string representation
type GetContextKeysForPrincipalPolicyRequest ¶
type GetContextKeysForPrincipalPolicyRequest struct { *aws.Request Input *GetContextKeysForPrincipalPolicyInput Copy func(*GetContextKeysForPrincipalPolicyInput) GetContextKeysForPrincipalPolicyRequest }
GetContextKeysForPrincipalPolicyRequest is a API request type for the GetContextKeysForPrincipalPolicy API operation.
func (GetContextKeysForPrincipalPolicyRequest) Send ¶
func (r GetContextKeysForPrincipalPolicyRequest) Send() (*GetContextKeysForPrincipalPolicyOutput, error)
Send marshals and sends the GetContextKeysForPrincipalPolicy API request.
type GetCredentialReportInput ¶
type GetCredentialReportInput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetCredentialReportInput
func (GetCredentialReportInput) GoString ¶
func (s GetCredentialReportInput) GoString() string
GoString returns the string representation
func (GetCredentialReportInput) String ¶
func (s GetCredentialReportInput) String() string
String returns the string representation
type GetCredentialReportOutput ¶
type GetCredentialReportOutput struct { // Contains the credential report. The report is Base64-encoded. // // Content is automatically base64 encoded/decoded by the SDK. Content []byte `type:"blob"` // The date and time when the credential report was created, in ISO 8601 date-time // format (http://www.iso.org/iso/iso8601). GeneratedTime *time.Time `type:"timestamp" timestampFormat:"iso8601"` // The format (MIME type) of the credential report. ReportFormat ReportFormatType `type:"string" enum:"true"` // contains filtered or unexported fields }
Contains the response to a successful GetCredentialReport request. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetCredentialReportResponse
func (GetCredentialReportOutput) GoString ¶
func (s GetCredentialReportOutput) GoString() string
GoString returns the string representation
func (GetCredentialReportOutput) SDKResponseMetadata ¶
func (s GetCredentialReportOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (GetCredentialReportOutput) String ¶
func (s GetCredentialReportOutput) String() string
String returns the string representation
type GetCredentialReportRequest ¶
type GetCredentialReportRequest struct { *aws.Request Input *GetCredentialReportInput Copy func(*GetCredentialReportInput) GetCredentialReportRequest }
GetCredentialReportRequest is a API request type for the GetCredentialReport API operation.
func (GetCredentialReportRequest) Send ¶
func (r GetCredentialReportRequest) Send() (*GetCredentialReportOutput, error)
Send marshals and sends the GetCredentialReport API request.
type GetGroupInput ¶
type GetGroupInput struct { // The name of the group. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@- // // GroupName is a required field GroupName *string `min:"1" type:"string" required:"true"` // Use this parameter only when paginating results and only after you receive // a response indicating that the results are truncated. Set it to the value // of the Marker element in the response that you received to indicate where // the next call should start. Marker *string `min:"1" type:"string"` // (Optional) Use this only when paginating results to indicate the maximum // number of items you want in the response. If additional items exist beyond // the maximum you specify, the IsTruncated response element is true. // // If you do not include this parameter, it defaults to 100. Note that IAM might // return fewer results, even when there are more results available. In that // case, the IsTruncated response element returns true and Marker contains a // value to include in the subsequent call that tells the service where to continue // from. MaxItems *int64 `min:"1" type:"integer"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetGroupRequest
func (GetGroupInput) GoString ¶
func (s GetGroupInput) GoString() string
GoString returns the string representation
func (GetGroupInput) String ¶
func (s GetGroupInput) String() string
String returns the string representation
func (*GetGroupInput) Validate ¶
func (s *GetGroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetGroupOutput ¶
type GetGroupOutput struct { // A structure that contains details about the group. // // Group is a required field Group *Group `type:"structure" required:"true"` // A flag that indicates whether there are more items to return. If your results // were truncated, you can make a subsequent pagination request using the Marker // request parameter to retrieve more items. Note that IAM might return fewer // than the MaxItems number of results even when there are more results available. // We recommend that you check IsTruncated after every call to ensure that you // receive all of your results. IsTruncated *bool `type:"boolean"` // When IsTruncated is true, this element is present and contains the value // to use for the Marker parameter in a subsequent pagination request. Marker *string `min:"1" type:"string"` // A list of users in the group. // // Users is a required field Users []User `type:"list" required:"true"` // contains filtered or unexported fields }
Contains the response to a successful GetGroup request. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetGroupResponse
func (GetGroupOutput) GoString ¶
func (s GetGroupOutput) GoString() string
GoString returns the string representation
func (GetGroupOutput) SDKResponseMetadata ¶
func (s GetGroupOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (GetGroupOutput) String ¶
func (s GetGroupOutput) String() string
String returns the string representation
type GetGroupPager ¶ added in v0.3.0
GetGroupPager is used to paginate the request. This can be done by calling Next and CurrentPage.
func (*GetGroupPager) CurrentPage ¶ added in v0.3.0
func (p *GetGroupPager) CurrentPage() *GetGroupOutput
type GetGroupPolicyInput ¶
type GetGroupPolicyInput struct { // The name of the group the policy is associated with. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@- // // GroupName is a required field GroupName *string `min:"1" type:"string" required:"true"` // The name of the policy document to get. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@-+ // // PolicyName is a required field PolicyName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetGroupPolicyRequest
func (GetGroupPolicyInput) GoString ¶
func (s GetGroupPolicyInput) GoString() string
GoString returns the string representation
func (GetGroupPolicyInput) String ¶
func (s GetGroupPolicyInput) String() string
String returns the string representation
func (*GetGroupPolicyInput) Validate ¶
func (s *GetGroupPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetGroupPolicyOutput ¶
type GetGroupPolicyOutput struct { // The group the policy is associated with. // // GroupName is a required field GroupName *string `min:"1" type:"string" required:"true"` // The policy document. // // PolicyDocument is a required field PolicyDocument *string `min:"1" type:"string" required:"true"` // The name of the policy. // // PolicyName is a required field PolicyName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Contains the response to a successful GetGroupPolicy request. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetGroupPolicyResponse
func (GetGroupPolicyOutput) GoString ¶
func (s GetGroupPolicyOutput) GoString() string
GoString returns the string representation
func (GetGroupPolicyOutput) SDKResponseMetadata ¶
func (s GetGroupPolicyOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (GetGroupPolicyOutput) String ¶
func (s GetGroupPolicyOutput) String() string
String returns the string representation
type GetGroupPolicyRequest ¶
type GetGroupPolicyRequest struct { *aws.Request Input *GetGroupPolicyInput Copy func(*GetGroupPolicyInput) GetGroupPolicyRequest }
GetGroupPolicyRequest is a API request type for the GetGroupPolicy API operation.
func (GetGroupPolicyRequest) Send ¶
func (r GetGroupPolicyRequest) Send() (*GetGroupPolicyOutput, error)
Send marshals and sends the GetGroupPolicy API request.
type GetGroupRequest ¶
type GetGroupRequest struct { *aws.Request Input *GetGroupInput Copy func(*GetGroupInput) GetGroupRequest }
GetGroupRequest is a API request type for the GetGroup API operation.
func (*GetGroupRequest) Paginate ¶ added in v0.3.0
func (p *GetGroupRequest) Paginate(opts ...aws.Option) GetGroupPager
Paginate pages iterates over the pages of a GetGroupRequest operation, calling the Next method for each page. Using the paginators Next method will depict whether or not there are more pages.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a GetGroup operation. req := client.GetGroupRequest(input) p := req.Paginate() for p.Next() { page := p.CurrentPage() } if err := p.Err(); err != nil { return err }
func (GetGroupRequest) Send ¶
func (r GetGroupRequest) Send() (*GetGroupOutput, error)
Send marshals and sends the GetGroup API request.
type GetInstanceProfileInput ¶
type GetInstanceProfileInput struct { // The name of the instance profile to get information about. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@- // // InstanceProfileName is a required field InstanceProfileName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetInstanceProfileRequest
func (GetInstanceProfileInput) GoString ¶
func (s GetInstanceProfileInput) GoString() string
GoString returns the string representation
func (GetInstanceProfileInput) String ¶
func (s GetInstanceProfileInput) String() string
String returns the string representation
func (*GetInstanceProfileInput) Validate ¶
func (s *GetInstanceProfileInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetInstanceProfileOutput ¶
type GetInstanceProfileOutput struct { // A structure containing details about the instance profile. // // InstanceProfile is a required field InstanceProfile *InstanceProfile `type:"structure" required:"true"` // contains filtered or unexported fields }
Contains the response to a successful GetInstanceProfile request. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetInstanceProfileResponse
func (GetInstanceProfileOutput) GoString ¶
func (s GetInstanceProfileOutput) GoString() string
GoString returns the string representation
func (GetInstanceProfileOutput) SDKResponseMetadata ¶
func (s GetInstanceProfileOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (GetInstanceProfileOutput) String ¶
func (s GetInstanceProfileOutput) String() string
String returns the string representation
type GetInstanceProfileRequest ¶
type GetInstanceProfileRequest struct { *aws.Request Input *GetInstanceProfileInput Copy func(*GetInstanceProfileInput) GetInstanceProfileRequest }
GetInstanceProfileRequest is a API request type for the GetInstanceProfile API operation.
func (GetInstanceProfileRequest) Send ¶
func (r GetInstanceProfileRequest) Send() (*GetInstanceProfileOutput, error)
Send marshals and sends the GetInstanceProfile API request.
type GetLoginProfileInput ¶
type GetLoginProfileInput struct { // The name of the user whose login profile you want to retrieve. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@- // // UserName is a required field UserName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetLoginProfileRequest
func (GetLoginProfileInput) GoString ¶
func (s GetLoginProfileInput) GoString() string
GoString returns the string representation
func (GetLoginProfileInput) String ¶
func (s GetLoginProfileInput) String() string
String returns the string representation
func (*GetLoginProfileInput) Validate ¶
func (s *GetLoginProfileInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetLoginProfileOutput ¶
type GetLoginProfileOutput struct { // A structure containing the user name and password create date for the user. // // LoginProfile is a required field LoginProfile *LoginProfile `type:"structure" required:"true"` // contains filtered or unexported fields }
Contains the response to a successful GetLoginProfile request. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetLoginProfileResponse
func (GetLoginProfileOutput) GoString ¶
func (s GetLoginProfileOutput) GoString() string
GoString returns the string representation
func (GetLoginProfileOutput) SDKResponseMetadata ¶
func (s GetLoginProfileOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (GetLoginProfileOutput) String ¶
func (s GetLoginProfileOutput) String() string
String returns the string representation
type GetLoginProfileRequest ¶
type GetLoginProfileRequest struct { *aws.Request Input *GetLoginProfileInput Copy func(*GetLoginProfileInput) GetLoginProfileRequest }
GetLoginProfileRequest is a API request type for the GetLoginProfile API operation.
func (GetLoginProfileRequest) Send ¶
func (r GetLoginProfileRequest) Send() (*GetLoginProfileOutput, error)
Send marshals and sends the GetLoginProfile API request.
type GetOpenIDConnectProviderInput ¶
type GetOpenIDConnectProviderInput struct { // The Amazon Resource Name (ARN) of the OIDC provider resource object in IAM // to get information for. You can get a list of OIDC provider resource ARNs // by using the ListOpenIDConnectProviders action. // // For more information about ARNs, see Amazon Resource Names (ARNs) and AWS // Service Namespaces (http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html) // in the AWS General Reference. // // OpenIDConnectProviderArn is a required field OpenIDConnectProviderArn *string `min:"20" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetOpenIDConnectProviderRequest
func (GetOpenIDConnectProviderInput) GoString ¶
func (s GetOpenIDConnectProviderInput) GoString() string
GoString returns the string representation
func (GetOpenIDConnectProviderInput) String ¶
func (s GetOpenIDConnectProviderInput) String() string
String returns the string representation
func (*GetOpenIDConnectProviderInput) Validate ¶
func (s *GetOpenIDConnectProviderInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetOpenIDConnectProviderOutput ¶
type GetOpenIDConnectProviderOutput struct { // A list of client IDs (also known as audiences) that are associated with the // specified IAM OIDC provider resource object. For more information, see CreateOpenIDConnectProvider. ClientIDList []string `type:"list"` // The date and time when the IAM OIDC provider resource object was created // in the AWS account. CreateDate *time.Time `type:"timestamp" timestampFormat:"iso8601"` // A list of certificate thumbprints that are associated with the specified // IAM OIDC provider resource object. For more information, see CreateOpenIDConnectProvider. ThumbprintList []string `type:"list"` // The URL that the IAM OIDC provider resource object is associated with. For // more information, see CreateOpenIDConnectProvider. Url *string `min:"1" type:"string"` // contains filtered or unexported fields }
Contains the response to a successful GetOpenIDConnectProvider request. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetOpenIDConnectProviderResponse
func (GetOpenIDConnectProviderOutput) GoString ¶
func (s GetOpenIDConnectProviderOutput) GoString() string
GoString returns the string representation
func (GetOpenIDConnectProviderOutput) SDKResponseMetadata ¶
func (s GetOpenIDConnectProviderOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (GetOpenIDConnectProviderOutput) String ¶
func (s GetOpenIDConnectProviderOutput) String() string
String returns the string representation
type GetOpenIDConnectProviderRequest ¶
type GetOpenIDConnectProviderRequest struct { *aws.Request Input *GetOpenIDConnectProviderInput Copy func(*GetOpenIDConnectProviderInput) GetOpenIDConnectProviderRequest }
GetOpenIDConnectProviderRequest is a API request type for the GetOpenIDConnectProvider API operation.
func (GetOpenIDConnectProviderRequest) Send ¶
func (r GetOpenIDConnectProviderRequest) Send() (*GetOpenIDConnectProviderOutput, error)
Send marshals and sends the GetOpenIDConnectProvider API request.
type GetPolicyInput ¶
type GetPolicyInput struct { // The Amazon Resource Name (ARN) of the managed policy that you want information // about. // // For more information about ARNs, see Amazon Resource Names (ARNs) and AWS // Service Namespaces (http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html) // in the AWS General Reference. // // PolicyArn is a required field PolicyArn *string `min:"20" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetPolicyRequest
func (GetPolicyInput) GoString ¶
func (s GetPolicyInput) GoString() string
GoString returns the string representation
func (GetPolicyInput) String ¶
func (s GetPolicyInput) String() string
String returns the string representation
func (*GetPolicyInput) Validate ¶
func (s *GetPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetPolicyOutput ¶
type GetPolicyOutput struct { // A structure containing details about the policy. Policy *Policy `type:"structure"` // contains filtered or unexported fields }
Contains the response to a successful GetPolicy request. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetPolicyResponse
func (GetPolicyOutput) GoString ¶
func (s GetPolicyOutput) GoString() string
GoString returns the string representation
func (GetPolicyOutput) SDKResponseMetadata ¶
func (s GetPolicyOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (GetPolicyOutput) String ¶
func (s GetPolicyOutput) String() string
String returns the string representation
type GetPolicyRequest ¶
type GetPolicyRequest struct { *aws.Request Input *GetPolicyInput Copy func(*GetPolicyInput) GetPolicyRequest }
GetPolicyRequest is a API request type for the GetPolicy API operation.
func (GetPolicyRequest) Send ¶
func (r GetPolicyRequest) Send() (*GetPolicyOutput, error)
Send marshals and sends the GetPolicy API request.
type GetPolicyVersionInput ¶
type GetPolicyVersionInput struct { // The Amazon Resource Name (ARN) of the managed policy that you want information // about. // // For more information about ARNs, see Amazon Resource Names (ARNs) and AWS // Service Namespaces (http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html) // in the AWS General Reference. // // PolicyArn is a required field PolicyArn *string `min:"20" type:"string" required:"true"` // Identifies the policy version to retrieve. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters that consists of the lowercase letter 'v' followed // by one or two digits, and optionally followed by a period '.' and a string // of letters and digits. // // VersionId is a required field VersionId *string `type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetPolicyVersionRequest
func (GetPolicyVersionInput) GoString ¶
func (s GetPolicyVersionInput) GoString() string
GoString returns the string representation
func (GetPolicyVersionInput) String ¶
func (s GetPolicyVersionInput) String() string
String returns the string representation
func (*GetPolicyVersionInput) Validate ¶
func (s *GetPolicyVersionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetPolicyVersionOutput ¶
type GetPolicyVersionOutput struct { // A structure containing details about the policy version. PolicyVersion *PolicyVersion `type:"structure"` // contains filtered or unexported fields }
Contains the response to a successful GetPolicyVersion request. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetPolicyVersionResponse
func (GetPolicyVersionOutput) GoString ¶
func (s GetPolicyVersionOutput) GoString() string
GoString returns the string representation
func (GetPolicyVersionOutput) SDKResponseMetadata ¶
func (s GetPolicyVersionOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (GetPolicyVersionOutput) String ¶
func (s GetPolicyVersionOutput) String() string
String returns the string representation
type GetPolicyVersionRequest ¶
type GetPolicyVersionRequest struct { *aws.Request Input *GetPolicyVersionInput Copy func(*GetPolicyVersionInput) GetPolicyVersionRequest }
GetPolicyVersionRequest is a API request type for the GetPolicyVersion API operation.
func (GetPolicyVersionRequest) Send ¶
func (r GetPolicyVersionRequest) Send() (*GetPolicyVersionOutput, error)
Send marshals and sends the GetPolicyVersion API request.
type GetRoleInput ¶
type GetRoleInput struct { // The name of the IAM role to get information about. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: _+=,.@- // // RoleName is a required field RoleName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetRoleRequest
func (GetRoleInput) GoString ¶
func (s GetRoleInput) GoString() string
GoString returns the string representation
func (GetRoleInput) String ¶
func (s GetRoleInput) String() string
String returns the string representation
func (*GetRoleInput) Validate ¶
func (s *GetRoleInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetRoleOutput ¶
type GetRoleOutput struct { // A structure containing details about the IAM role. // // Role is a required field Role *Role `type:"structure" required:"true"` // contains filtered or unexported fields }
Contains the response to a successful GetRole request. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetRoleResponse
func (GetRoleOutput) GoString ¶
func (s GetRoleOutput) GoString() string
GoString returns the string representation
func (GetRoleOutput) SDKResponseMetadata ¶
func (s GetRoleOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (GetRoleOutput) String ¶
func (s GetRoleOutput) String() string
String returns the string representation
type GetRolePolicyInput ¶
type GetRolePolicyInput struct { // The name of the policy document to get. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@-+ // // PolicyName is a required field PolicyName *string `min:"1" type:"string" required:"true"` // The name of the role associated with the policy. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: _+=,.@- // // RoleName is a required field RoleName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetRolePolicyRequest
func (GetRolePolicyInput) GoString ¶
func (s GetRolePolicyInput) GoString() string
GoString returns the string representation
func (GetRolePolicyInput) String ¶
func (s GetRolePolicyInput) String() string
String returns the string representation
func (*GetRolePolicyInput) Validate ¶
func (s *GetRolePolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetRolePolicyOutput ¶
type GetRolePolicyOutput struct { // The policy document. // // PolicyDocument is a required field PolicyDocument *string `min:"1" type:"string" required:"true"` // The name of the policy. // // PolicyName is a required field PolicyName *string `min:"1" type:"string" required:"true"` // The role the policy is associated with. // // RoleName is a required field RoleName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Contains the response to a successful GetRolePolicy request. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetRolePolicyResponse
func (GetRolePolicyOutput) GoString ¶
func (s GetRolePolicyOutput) GoString() string
GoString returns the string representation
func (GetRolePolicyOutput) SDKResponseMetadata ¶
func (s GetRolePolicyOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (GetRolePolicyOutput) String ¶
func (s GetRolePolicyOutput) String() string
String returns the string representation
type GetRolePolicyRequest ¶
type GetRolePolicyRequest struct { *aws.Request Input *GetRolePolicyInput Copy func(*GetRolePolicyInput) GetRolePolicyRequest }
GetRolePolicyRequest is a API request type for the GetRolePolicy API operation.
func (GetRolePolicyRequest) Send ¶
func (r GetRolePolicyRequest) Send() (*GetRolePolicyOutput, error)
Send marshals and sends the GetRolePolicy API request.
type GetRoleRequest ¶
type GetRoleRequest struct { *aws.Request Input *GetRoleInput Copy func(*GetRoleInput) GetRoleRequest }
GetRoleRequest is a API request type for the GetRole API operation.
func (GetRoleRequest) Send ¶
func (r GetRoleRequest) Send() (*GetRoleOutput, error)
Send marshals and sends the GetRole API request.
type GetSAMLProviderInput ¶
type GetSAMLProviderInput struct { // The Amazon Resource Name (ARN) of the SAML provider resource object in IAM // to get information about. // // For more information about ARNs, see Amazon Resource Names (ARNs) and AWS // Service Namespaces (http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html) // in the AWS General Reference. // // SAMLProviderArn is a required field SAMLProviderArn *string `min:"20" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetSAMLProviderRequest
func (GetSAMLProviderInput) GoString ¶
func (s GetSAMLProviderInput) GoString() string
GoString returns the string representation
func (GetSAMLProviderInput) String ¶
func (s GetSAMLProviderInput) String() string
String returns the string representation
func (*GetSAMLProviderInput) Validate ¶
func (s *GetSAMLProviderInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetSAMLProviderOutput ¶
type GetSAMLProviderOutput struct { // The date and time when the SAML provider was created. CreateDate *time.Time `type:"timestamp" timestampFormat:"iso8601"` // The XML metadata document that includes information about an identity provider. SAMLMetadataDocument *string `min:"1000" type:"string"` // The expiration date and time for the SAML provider. ValidUntil *time.Time `type:"timestamp" timestampFormat:"iso8601"` // contains filtered or unexported fields }
Contains the response to a successful GetSAMLProvider request. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetSAMLProviderResponse
func (GetSAMLProviderOutput) GoString ¶
func (s GetSAMLProviderOutput) GoString() string
GoString returns the string representation
func (GetSAMLProviderOutput) SDKResponseMetadata ¶
func (s GetSAMLProviderOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (GetSAMLProviderOutput) String ¶
func (s GetSAMLProviderOutput) String() string
String returns the string representation
type GetSAMLProviderRequest ¶
type GetSAMLProviderRequest struct { *aws.Request Input *GetSAMLProviderInput Copy func(*GetSAMLProviderInput) GetSAMLProviderRequest }
GetSAMLProviderRequest is a API request type for the GetSAMLProvider API operation.
func (GetSAMLProviderRequest) Send ¶
func (r GetSAMLProviderRequest) Send() (*GetSAMLProviderOutput, error)
Send marshals and sends the GetSAMLProvider API request.
type GetSSHPublicKeyInput ¶
type GetSSHPublicKeyInput struct { // Specifies the public key encoding format to use in the response. To retrieve // the public key in ssh-rsa format, use SSH. To retrieve the public key in // PEM format, use PEM. // // Encoding is a required field Encoding EncodingType `type:"string" required:"true" enum:"true"` // The unique identifier for the SSH public key. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters that can consist of any upper or lowercased letter // or digit. // // SSHPublicKeyId is a required field SSHPublicKeyId *string `min:"20" type:"string" required:"true"` // The name of the IAM user associated with the SSH public key. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@- // // UserName is a required field UserName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetSSHPublicKeyRequest
func (GetSSHPublicKeyInput) GoString ¶
func (s GetSSHPublicKeyInput) GoString() string
GoString returns the string representation
func (GetSSHPublicKeyInput) String ¶
func (s GetSSHPublicKeyInput) String() string
String returns the string representation
func (*GetSSHPublicKeyInput) Validate ¶
func (s *GetSSHPublicKeyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetSSHPublicKeyOutput ¶
type GetSSHPublicKeyOutput struct { // A structure containing details about the SSH public key. SSHPublicKey *SSHPublicKey `type:"structure"` // contains filtered or unexported fields }
Contains the response to a successful GetSSHPublicKey request. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetSSHPublicKeyResponse
func (GetSSHPublicKeyOutput) GoString ¶
func (s GetSSHPublicKeyOutput) GoString() string
GoString returns the string representation
func (GetSSHPublicKeyOutput) SDKResponseMetadata ¶
func (s GetSSHPublicKeyOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (GetSSHPublicKeyOutput) String ¶
func (s GetSSHPublicKeyOutput) String() string
String returns the string representation
type GetSSHPublicKeyRequest ¶
type GetSSHPublicKeyRequest struct { *aws.Request Input *GetSSHPublicKeyInput Copy func(*GetSSHPublicKeyInput) GetSSHPublicKeyRequest }
GetSSHPublicKeyRequest is a API request type for the GetSSHPublicKey API operation.
func (GetSSHPublicKeyRequest) Send ¶
func (r GetSSHPublicKeyRequest) Send() (*GetSSHPublicKeyOutput, error)
Send marshals and sends the GetSSHPublicKey API request.
type GetServerCertificateInput ¶
type GetServerCertificateInput struct { // The name of the server certificate you want to retrieve information about. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@- // // ServerCertificateName is a required field ServerCertificateName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetServerCertificateRequest
func (GetServerCertificateInput) GoString ¶
func (s GetServerCertificateInput) GoString() string
GoString returns the string representation
func (GetServerCertificateInput) String ¶
func (s GetServerCertificateInput) String() string
String returns the string representation
func (*GetServerCertificateInput) Validate ¶
func (s *GetServerCertificateInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetServerCertificateOutput ¶
type GetServerCertificateOutput struct { // A structure containing details about the server certificate. // // ServerCertificate is a required field ServerCertificate *ServerCertificate `type:"structure" required:"true"` // contains filtered or unexported fields }
Contains the response to a successful GetServerCertificate request. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetServerCertificateResponse
func (GetServerCertificateOutput) GoString ¶
func (s GetServerCertificateOutput) GoString() string
GoString returns the string representation
func (GetServerCertificateOutput) SDKResponseMetadata ¶
func (s GetServerCertificateOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (GetServerCertificateOutput) String ¶
func (s GetServerCertificateOutput) String() string
String returns the string representation
type GetServerCertificateRequest ¶
type GetServerCertificateRequest struct { *aws.Request Input *GetServerCertificateInput Copy func(*GetServerCertificateInput) GetServerCertificateRequest }
GetServerCertificateRequest is a API request type for the GetServerCertificate API operation.
func (GetServerCertificateRequest) Send ¶
func (r GetServerCertificateRequest) Send() (*GetServerCertificateOutput, error)
Send marshals and sends the GetServerCertificate API request.
type GetServiceLinkedRoleDeletionStatusInput ¶
type GetServiceLinkedRoleDeletionStatusInput struct { // The deletion task identifier. This identifier is returned by the DeleteServiceLinkedRole // operation in the format task/aws-service-role/<service-principal-name>/<role-name>/<task-uuid>. // // DeletionTaskId is a required field DeletionTaskId *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetServiceLinkedRoleDeletionStatusRequest
func (GetServiceLinkedRoleDeletionStatusInput) GoString ¶
func (s GetServiceLinkedRoleDeletionStatusInput) GoString() string
GoString returns the string representation
func (GetServiceLinkedRoleDeletionStatusInput) String ¶
func (s GetServiceLinkedRoleDeletionStatusInput) String() string
String returns the string representation
func (*GetServiceLinkedRoleDeletionStatusInput) Validate ¶
func (s *GetServiceLinkedRoleDeletionStatusInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetServiceLinkedRoleDeletionStatusOutput ¶
type GetServiceLinkedRoleDeletionStatusOutput struct { // An object that contains details about the reason the deletion failed. Reason *DeletionTaskFailureReasonType `type:"structure"` // The status of the deletion. // // Status is a required field Status DeletionTaskStatusType `type:"string" required:"true" enum:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetServiceLinkedRoleDeletionStatusResponse
func (GetServiceLinkedRoleDeletionStatusOutput) GoString ¶
func (s GetServiceLinkedRoleDeletionStatusOutput) GoString() string
GoString returns the string representation
func (GetServiceLinkedRoleDeletionStatusOutput) SDKResponseMetadata ¶
func (s GetServiceLinkedRoleDeletionStatusOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (GetServiceLinkedRoleDeletionStatusOutput) String ¶
func (s GetServiceLinkedRoleDeletionStatusOutput) String() string
String returns the string representation
type GetServiceLinkedRoleDeletionStatusRequest ¶
type GetServiceLinkedRoleDeletionStatusRequest struct { *aws.Request Input *GetServiceLinkedRoleDeletionStatusInput Copy func(*GetServiceLinkedRoleDeletionStatusInput) GetServiceLinkedRoleDeletionStatusRequest }
GetServiceLinkedRoleDeletionStatusRequest is a API request type for the GetServiceLinkedRoleDeletionStatus API operation.
func (GetServiceLinkedRoleDeletionStatusRequest) Send ¶
func (r GetServiceLinkedRoleDeletionStatusRequest) Send() (*GetServiceLinkedRoleDeletionStatusOutput, error)
Send marshals and sends the GetServiceLinkedRoleDeletionStatus API request.
type GetUserInput ¶
type GetUserInput struct { // The name of the user to get information about. // // This parameter is optional. If it is not included, it defaults to the user // making the request. This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@- UserName *string `min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetUserRequest
func (GetUserInput) GoString ¶
func (s GetUserInput) GoString() string
GoString returns the string representation
func (GetUserInput) String ¶
func (s GetUserInput) String() string
String returns the string representation
func (*GetUserInput) Validate ¶
func (s *GetUserInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetUserOutput ¶
type GetUserOutput struct { // A structure containing details about the IAM user. // // User is a required field User *User `type:"structure" required:"true"` // contains filtered or unexported fields }
Contains the response to a successful GetUser request. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetUserResponse
func (GetUserOutput) GoString ¶
func (s GetUserOutput) GoString() string
GoString returns the string representation
func (GetUserOutput) SDKResponseMetadata ¶
func (s GetUserOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (GetUserOutput) String ¶
func (s GetUserOutput) String() string
String returns the string representation
type GetUserPolicyInput ¶
type GetUserPolicyInput struct { // The name of the policy document to get. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@-+ // // PolicyName is a required field PolicyName *string `min:"1" type:"string" required:"true"` // The name of the user who the policy is associated with. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@- // // UserName is a required field UserName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetUserPolicyRequest
func (GetUserPolicyInput) GoString ¶
func (s GetUserPolicyInput) GoString() string
GoString returns the string representation
func (GetUserPolicyInput) String ¶
func (s GetUserPolicyInput) String() string
String returns the string representation
func (*GetUserPolicyInput) Validate ¶
func (s *GetUserPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetUserPolicyOutput ¶
type GetUserPolicyOutput struct { // The policy document. // // PolicyDocument is a required field PolicyDocument *string `min:"1" type:"string" required:"true"` // The name of the policy. // // PolicyName is a required field PolicyName *string `min:"1" type:"string" required:"true"` // The user the policy is associated with. // // UserName is a required field UserName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Contains the response to a successful GetUserPolicy request. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetUserPolicyResponse
func (GetUserPolicyOutput) GoString ¶
func (s GetUserPolicyOutput) GoString() string
GoString returns the string representation
func (GetUserPolicyOutput) SDKResponseMetadata ¶
func (s GetUserPolicyOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (GetUserPolicyOutput) String ¶
func (s GetUserPolicyOutput) String() string
String returns the string representation
type GetUserPolicyRequest ¶
type GetUserPolicyRequest struct { *aws.Request Input *GetUserPolicyInput Copy func(*GetUserPolicyInput) GetUserPolicyRequest }
GetUserPolicyRequest is a API request type for the GetUserPolicy API operation.
func (GetUserPolicyRequest) Send ¶
func (r GetUserPolicyRequest) Send() (*GetUserPolicyOutput, error)
Send marshals and sends the GetUserPolicy API request.
type GetUserRequest ¶
type GetUserRequest struct { *aws.Request Input *GetUserInput Copy func(*GetUserInput) GetUserRequest }
GetUserRequest is a API request type for the GetUser API operation.
func (GetUserRequest) Send ¶
func (r GetUserRequest) Send() (*GetUserOutput, error)
Send marshals and sends the GetUser API request.
type Group ¶
type Group struct { // The Amazon Resource Name (ARN) specifying the group. For more information // about ARNs and how to use them in policies, see IAM Identifiers (http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html) // in the Using IAM guide. // // Arn is a required field Arn *string `min:"20" type:"string" required:"true"` // The date and time, in ISO 8601 date-time format (http://www.iso.org/iso/iso8601), // when the group was created. // // CreateDate is a required field CreateDate *time.Time `type:"timestamp" timestampFormat:"iso8601" required:"true"` // The stable and unique string identifying the group. For more information // about IDs, see IAM Identifiers (http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html) // in the Using IAM guide. // // GroupId is a required field GroupId *string `min:"16" type:"string" required:"true"` // The friendly name that identifies the group. // // GroupName is a required field GroupName *string `min:"1" type:"string" required:"true"` // The path to the group. For more information about paths, see IAM Identifiers // (http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html) // in the Using IAM guide. // // Path is a required field Path *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Contains information about an IAM group entity.
This data type is used as a response element in the following actions:
CreateGroup
GetGroup
ListGroups
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/Group
type GroupDetail ¶
type GroupDetail struct { // The Amazon Resource Name (ARN). ARNs are unique identifiers for AWS resources. // // For more information about ARNs, go to Amazon Resource Names (ARNs) and AWS // Service Namespaces (http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html) // in the AWS General Reference. Arn *string `min:"20" type:"string"` // A list of the managed policies attached to the group. AttachedManagedPolicies []AttachedPolicy `type:"list"` // The date and time, in ISO 8601 date-time format (http://www.iso.org/iso/iso8601), // when the group was created. CreateDate *time.Time `type:"timestamp" timestampFormat:"iso8601"` // The stable and unique string identifying the group. For more information // about IDs, see IAM Identifiers (http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html) // in the Using IAM guide. GroupId *string `min:"16" type:"string"` // The friendly name that identifies the group. GroupName *string `min:"1" type:"string"` // A list of the inline policies embedded in the group. GroupPolicyList []PolicyDetail `type:"list"` // The path to the group. For more information about paths, see IAM Identifiers // (http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html) // in the Using IAM guide. Path *string `min:"1" type:"string"` // contains filtered or unexported fields }
Contains information about an IAM group, including all of the group's policies.
This data type is used as a response element in the GetAccountAuthorizationDetails action. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GroupDetail
func (GroupDetail) GoString ¶
func (s GroupDetail) GoString() string
GoString returns the string representation
func (GroupDetail) String ¶
func (s GroupDetail) String() string
String returns the string representation
type IAM ¶
IAM provides the API operation methods for making requests to AWS Identity and Access Management. See this package's package overview docs for details on the service.
IAM methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.
func New ¶
New creates a new instance of the IAM client with a config.
Example:
// Create a IAM client from just a config. svc := iam.New(myConfig)
func (*IAM) AddClientIDToOpenIDConnectProviderRequest ¶
func (c *IAM) AddClientIDToOpenIDConnectProviderRequest(input *AddClientIDToOpenIDConnectProviderInput) AddClientIDToOpenIDConnectProviderRequest
AddClientIDToOpenIDConnectProviderRequest returns a request value for making API operation for AWS Identity and Access Management.
Adds a new client ID (also known as audience) to the list of client IDs already registered for the specified IAM OpenID Connect (OIDC) provider resource.
This action is idempotent; it does not fail or return an error if you add an existing client ID to the provider.
// Example sending a request using the AddClientIDToOpenIDConnectProviderRequest method. req := client.AddClientIDToOpenIDConnectProviderRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/AddClientIDToOpenIDConnectProvider
func (*IAM) AddRoleToInstanceProfileRequest ¶
func (c *IAM) AddRoleToInstanceProfileRequest(input *AddRoleToInstanceProfileInput) AddRoleToInstanceProfileRequest
AddRoleToInstanceProfileRequest returns a request value for making API operation for AWS Identity and Access Management.
Adds the specified IAM role to the specified instance profile. An instance profile can contain only one role, and this limit cannot be increased.
The caller of this API must be granted the PassRole permission on the IAM role by a permission policy.
For more information about roles, go to Working with Roles (http://docs.aws.amazon.com/IAM/latest/UserGuide/WorkingWithRoles.html). For more information about instance profiles, go to About Instance Profiles (http://docs.aws.amazon.com/IAM/latest/UserGuide/AboutInstanceProfiles.html).
// Example sending a request using the AddRoleToInstanceProfileRequest method. req := client.AddRoleToInstanceProfileRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/AddRoleToInstanceProfile
func (*IAM) AddUserToGroupRequest ¶
func (c *IAM) AddUserToGroupRequest(input *AddUserToGroupInput) AddUserToGroupRequest
AddUserToGroupRequest returns a request value for making API operation for AWS Identity and Access Management.
Adds the specified user to the specified group.
// Example sending a request using the AddUserToGroupRequest method. req := client.AddUserToGroupRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/AddUserToGroup
func (*IAM) AttachGroupPolicyRequest ¶
func (c *IAM) AttachGroupPolicyRequest(input *AttachGroupPolicyInput) AttachGroupPolicyRequest
AttachGroupPolicyRequest returns a request value for making API operation for AWS Identity and Access Management.
Attaches the specified managed policy to the specified IAM group.
You use this API to attach a managed policy to a group. To embed an inline policy in a group, use PutGroupPolicy.
For more information about policies, see Managed Policies and Inline Policies (http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html) in the IAM User Guide.
// Example sending a request using the AttachGroupPolicyRequest method. req := client.AttachGroupPolicyRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/AttachGroupPolicy
func (*IAM) AttachRolePolicyRequest ¶
func (c *IAM) AttachRolePolicyRequest(input *AttachRolePolicyInput) AttachRolePolicyRequest
AttachRolePolicyRequest returns a request value for making API operation for AWS Identity and Access Management.
Attaches the specified managed policy to the specified IAM role. When you attach a managed policy to a role, the managed policy becomes part of the role's permission (access) policy.
You cannot use a managed policy as the role's trust policy. The role's trust policy is created at the same time as the role, using CreateRole. You can update a role's trust policy using UpdateAssumeRolePolicy.
Use this API to attach a managed policy to a role. To embed an inline policy in a role, use PutRolePolicy. For more information about policies, see Managed Policies and Inline Policies (http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html) in the IAM User Guide.
// Example sending a request using the AttachRolePolicyRequest method. req := client.AttachRolePolicyRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/AttachRolePolicy
func (*IAM) AttachUserPolicyRequest ¶
func (c *IAM) AttachUserPolicyRequest(input *AttachUserPolicyInput) AttachUserPolicyRequest
AttachUserPolicyRequest returns a request value for making API operation for AWS Identity and Access Management.
Attaches the specified managed policy to the specified user.
You use this API to attach a managed policy to a user. To embed an inline policy in a user, use PutUserPolicy.
For more information about policies, see Managed Policies and Inline Policies (http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html) in the IAM User Guide.
// Example sending a request using the AttachUserPolicyRequest method. req := client.AttachUserPolicyRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/AttachUserPolicy
func (*IAM) ChangePasswordRequest ¶
func (c *IAM) ChangePasswordRequest(input *ChangePasswordInput) ChangePasswordRequest
ChangePasswordRequest returns a request value for making API operation for AWS Identity and Access Management.
Changes the password of the IAM user who is calling this action. The root account password is not affected by this action.
To change the password for a different user, see UpdateLoginProfile. For more information about modifying passwords, see Managing Passwords (http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_ManagingLogins.html) in the IAM User Guide.
// Example sending a request using the ChangePasswordRequest method. req := client.ChangePasswordRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ChangePassword
func (*IAM) CreateAccessKeyRequest ¶
func (c *IAM) CreateAccessKeyRequest(input *CreateAccessKeyInput) CreateAccessKeyRequest
CreateAccessKeyRequest returns a request value for making API operation for AWS Identity and Access Management.
Creates a new AWS secret access key and corresponding AWS access key ID for the specified user. The default status for new keys is Active.
If you do not specify a user name, IAM determines the user name implicitly based on the AWS access key ID signing the request. Because this action works for access keys under the AWS account, you can use this action to manage root credentials even if the AWS account has no associated users.
For information about limits on the number of keys you can create, see Limitations on IAM Entities (http://docs.aws.amazon.com/IAM/latest/UserGuide/LimitationsOnEntities.html) in the IAM User Guide.
To ensure the security of your AWS account, the secret access key is accessible only during key and user creation. You must save the key (for example, in a text file) if you want to be able to access it again. If a secret key is lost, you can delete the access keys for the associated user and then create new keys.
// Example sending a request using the CreateAccessKeyRequest method. req := client.CreateAccessKeyRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/CreateAccessKey
func (*IAM) CreateAccountAliasRequest ¶
func (c *IAM) CreateAccountAliasRequest(input *CreateAccountAliasInput) CreateAccountAliasRequest
CreateAccountAliasRequest returns a request value for making API operation for AWS Identity and Access Management.
Creates an alias for your AWS account. For information about using an AWS account alias, see Using an Alias for Your AWS Account ID (http://docs.aws.amazon.com/IAM/latest/UserGuide/AccountAlias.html) in the IAM User Guide.
// Example sending a request using the CreateAccountAliasRequest method. req := client.CreateAccountAliasRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/CreateAccountAlias
func (*IAM) CreateGroupRequest ¶
func (c *IAM) CreateGroupRequest(input *CreateGroupInput) CreateGroupRequest
CreateGroupRequest returns a request value for making API operation for AWS Identity and Access Management.
Creates a new group.
For information about the number of groups you can create, see Limitations on IAM Entities (http://docs.aws.amazon.com/IAM/latest/UserGuide/LimitationsOnEntities.html) in the IAM User Guide.
// Example sending a request using the CreateGroupRequest method. req := client.CreateGroupRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/CreateGroup
func (*IAM) CreateInstanceProfileRequest ¶
func (c *IAM) CreateInstanceProfileRequest(input *CreateInstanceProfileInput) CreateInstanceProfileRequest
CreateInstanceProfileRequest returns a request value for making API operation for AWS Identity and Access Management.
Creates a new instance profile. For information about instance profiles, go to About Instance Profiles (http://docs.aws.amazon.com/IAM/latest/UserGuide/AboutInstanceProfiles.html).
For information about the number of instance profiles you can create, see Limitations on IAM Entities (http://docs.aws.amazon.com/IAM/latest/UserGuide/LimitationsOnEntities.html) in the IAM User Guide.
// Example sending a request using the CreateInstanceProfileRequest method. req := client.CreateInstanceProfileRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/CreateInstanceProfile
func (*IAM) CreateLoginProfileRequest ¶
func (c *IAM) CreateLoginProfileRequest(input *CreateLoginProfileInput) CreateLoginProfileRequest
CreateLoginProfileRequest returns a request value for making API operation for AWS Identity and Access Management.
Creates a password for the specified user, giving the user the ability to access AWS services through the AWS Management Console. For more information about managing passwords, see Managing Passwords (http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_ManagingLogins.html) in the IAM User Guide.
// Example sending a request using the CreateLoginProfileRequest method. req := client.CreateLoginProfileRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/CreateLoginProfile
func (*IAM) CreateOpenIDConnectProviderRequest ¶
func (c *IAM) CreateOpenIDConnectProviderRequest(input *CreateOpenIDConnectProviderInput) CreateOpenIDConnectProviderRequest
CreateOpenIDConnectProviderRequest returns a request value for making API operation for AWS Identity and Access Management.
Creates an IAM entity to describe an identity provider (IdP) that supports OpenID Connect (OIDC) (http://openid.net/connect/).
The OIDC provider that you create with this operation can be used as a principal in a role's trust policy to establish a trust relationship between AWS and the OIDC provider.
When you create the IAM OIDC provider, you specify the URL of the OIDC identity provider (IdP) to trust, a list of client IDs (also known as audiences) that identify the application or applications that are allowed to authenticate using the OIDC provider, and a list of thumbprints of the server certificate(s) that the IdP uses. You get all of this information from the OIDC IdP that you want to use for access to AWS.
Because trust for the OIDC provider is ultimately derived from the IAM provider that this action creates, it is a best practice to limit access to the CreateOpenIDConnectProvider action to highly-privileged users.
// Example sending a request using the CreateOpenIDConnectProviderRequest method. req := client.CreateOpenIDConnectProviderRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/CreateOpenIDConnectProvider
func (*IAM) CreatePolicyRequest ¶
func (c *IAM) CreatePolicyRequest(input *CreatePolicyInput) CreatePolicyRequest
CreatePolicyRequest returns a request value for making API operation for AWS Identity and Access Management.
Creates a new managed policy for your AWS account.
This operation creates a policy version with a version identifier of v1 and sets v1 as the policy's default version. For more information about policy versions, see Versioning for Managed Policies (http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-versions.html) in the IAM User Guide.
For more information about managed policies in general, see Managed Policies and Inline Policies (http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html) in the IAM User Guide.
// Example sending a request using the CreatePolicyRequest method. req := client.CreatePolicyRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/CreatePolicy
func (*IAM) CreatePolicyVersionRequest ¶
func (c *IAM) CreatePolicyVersionRequest(input *CreatePolicyVersionInput) CreatePolicyVersionRequest
CreatePolicyVersionRequest returns a request value for making API operation for AWS Identity and Access Management.
Creates a new version of the specified managed policy. To update a managed policy, you create a new policy version. A managed policy can have up to five versions. If the policy has five versions, you must delete an existing version using DeletePolicyVersion before you create a new version.
Optionally, you can set the new version as the policy's default version. The default version is the version that is in effect for the IAM users, groups, and roles to which the policy is attached.
For more information about managed policy versions, see Versioning for Managed Policies (http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-versions.html) in the IAM User Guide.
// Example sending a request using the CreatePolicyVersionRequest method. req := client.CreatePolicyVersionRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/CreatePolicyVersion
func (*IAM) CreateRoleRequest ¶
func (c *IAM) CreateRoleRequest(input *CreateRoleInput) CreateRoleRequest
CreateRoleRequest returns a request value for making API operation for AWS Identity and Access Management.
Creates a new role for your AWS account. For more information about roles, go to Working with Roles (http://docs.aws.amazon.com/IAM/latest/UserGuide/WorkingWithRoles.html). For information about limitations on role names and the number of roles you can create, go to Limitations on IAM Entities (http://docs.aws.amazon.com/IAM/latest/UserGuide/LimitationsOnEntities.html) in the IAM User Guide.
// Example sending a request using the CreateRoleRequest method. req := client.CreateRoleRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/CreateRole
func (*IAM) CreateSAMLProviderRequest ¶
func (c *IAM) CreateSAMLProviderRequest(input *CreateSAMLProviderInput) CreateSAMLProviderRequest
CreateSAMLProviderRequest returns a request value for making API operation for AWS Identity and Access Management.
Creates an IAM resource that describes an identity provider (IdP) that supports SAML 2.0.
The SAML provider resource that you create with this operation can be used as a principal in an IAM role's trust policy to enable federated users who sign-in using the SAML IdP to assume the role. You can create an IAM role that supports Web-based single sign-on (SSO) to the AWS Management Console or one that supports API access to AWS.
When you create the SAML provider resource, you upload an a SAML metadata document that you get from your IdP and that includes the issuer's name, expiration information, and keys that can be used to validate the SAML authentication response (assertions) that the IdP sends. You must generate the metadata document using the identity management software that is used as your organization's IdP.
This operation requires Signature Version 4 (http://docs.aws.amazon.com/general/latest/gr/signature-version-4.html).
For more information, see Enabling SAML 2.0 Federated Users to Access the AWS Management Console (http://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_enable-console-saml.html) and About SAML 2.0-based Federation (http://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_saml.html) in the IAM User Guide.
// Example sending a request using the CreateSAMLProviderRequest method. req := client.CreateSAMLProviderRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/CreateSAMLProvider
func (*IAM) CreateServiceLinkedRoleRequest ¶
func (c *IAM) CreateServiceLinkedRoleRequest(input *CreateServiceLinkedRoleInput) CreateServiceLinkedRoleRequest
CreateServiceLinkedRoleRequest returns a request value for making API operation for AWS Identity and Access Management.
Creates an IAM role that is linked to a specific AWS service. The service controls the attached policies and when the role can be deleted. This helps ensure that the service is not broken by an unexpectedly changed or deleted role, which could put your AWS resources into an unknown state. Allowing the service to control the role helps improve service stability and proper cleanup when a service and its role are no longer needed.
The name of the role is autogenerated by combining the string that you specify for the AWSServiceName parameter with the string that you specify for the CustomSuffix parameter. The resulting name must be unique in your account or the request fails.
To attach a policy to this service-linked role, you must make the request using the AWS service that depends on this role.
// Example sending a request using the CreateServiceLinkedRoleRequest method. req := client.CreateServiceLinkedRoleRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/CreateServiceLinkedRole
func (*IAM) CreateServiceSpecificCredentialRequest ¶
func (c *IAM) CreateServiceSpecificCredentialRequest(input *CreateServiceSpecificCredentialInput) CreateServiceSpecificCredentialRequest
CreateServiceSpecificCredentialRequest returns a request value for making API operation for AWS Identity and Access Management.
Generates a set of credentials consisting of a user name and password that can be used to access the service specified in the request. These credentials are generated by IAM, and can be used only for the specified service.
You can have a maximum of two sets of service-specific credentials for each supported service per user.
The only supported service at this time is AWS CodeCommit.
You can reset the password to a new service-generated value by calling ResetServiceSpecificCredential.
For more information about service-specific credentials, see Using IAM with AWS CodeCommit: Git Credentials, SSH Keys, and AWS Access Keys (http://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_ssh-keys.html) in the IAM User Guide.
// Example sending a request using the CreateServiceSpecificCredentialRequest method. req := client.CreateServiceSpecificCredentialRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/CreateServiceSpecificCredential
func (*IAM) CreateUserRequest ¶
func (c *IAM) CreateUserRequest(input *CreateUserInput) CreateUserRequest
CreateUserRequest returns a request value for making API operation for AWS Identity and Access Management.
Creates a new IAM user for your AWS account.
For information about limitations on the number of IAM users you can create, see Limitations on IAM Entities (http://docs.aws.amazon.com/IAM/latest/UserGuide/LimitationsOnEntities.html) in the IAM User Guide.
// Example sending a request using the CreateUserRequest method. req := client.CreateUserRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/CreateUser
func (*IAM) CreateVirtualMFADeviceRequest ¶
func (c *IAM) CreateVirtualMFADeviceRequest(input *CreateVirtualMFADeviceInput) CreateVirtualMFADeviceRequest
CreateVirtualMFADeviceRequest returns a request value for making API operation for AWS Identity and Access Management.
Creates a new virtual MFA device for the AWS account. After creating the virtual MFA, use EnableMFADevice to attach the MFA device to an IAM user. For more information about creating and working with virtual MFA devices, go to Using a Virtual MFA Device (http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_VirtualMFA.html) in the IAM User Guide.
For information about limits on the number of MFA devices you can create, see Limitations on Entities (http://docs.aws.amazon.com/IAM/latest/UserGuide/LimitationsOnEntities.html) in the IAM User Guide.
The seed information contained in the QR code and the Base32 string should be treated like any other secret access information, such as your AWS access keys or your passwords. After you provision your virtual device, you should ensure that the information is destroyed following secure procedures.
// Example sending a request using the CreateVirtualMFADeviceRequest method. req := client.CreateVirtualMFADeviceRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/CreateVirtualMFADevice
func (*IAM) DeactivateMFADeviceRequest ¶
func (c *IAM) DeactivateMFADeviceRequest(input *DeactivateMFADeviceInput) DeactivateMFADeviceRequest
DeactivateMFADeviceRequest returns a request value for making API operation for AWS Identity and Access Management.
Deactivates the specified MFA device and removes it from association with the user name for which it was originally enabled.
For more information about creating and working with virtual MFA devices, go to Using a Virtual MFA Device (http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_VirtualMFA.html) in the IAM User Guide.
// Example sending a request using the DeactivateMFADeviceRequest method. req := client.DeactivateMFADeviceRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeactivateMFADevice
func (*IAM) DeleteAccessKeyRequest ¶
func (c *IAM) DeleteAccessKeyRequest(input *DeleteAccessKeyInput) DeleteAccessKeyRequest
DeleteAccessKeyRequest returns a request value for making API operation for AWS Identity and Access Management.
Deletes the access key pair associated with the specified IAM user.
If you do not specify a user name, IAM determines the user name implicitly based on the AWS access key ID signing the request. Because this action works for access keys under the AWS account, you can use this action to manage root credentials even if the AWS account has no associated users.
// Example sending a request using the DeleteAccessKeyRequest method. req := client.DeleteAccessKeyRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteAccessKey
func (*IAM) DeleteAccountAliasRequest ¶
func (c *IAM) DeleteAccountAliasRequest(input *DeleteAccountAliasInput) DeleteAccountAliasRequest
DeleteAccountAliasRequest returns a request value for making API operation for AWS Identity and Access Management.
Deletes the specified AWS account alias. For information about using an AWS account alias, see Using an Alias for Your AWS Account ID (http://docs.aws.amazon.com/IAM/latest/UserGuide/AccountAlias.html) in the IAM User Guide.
// Example sending a request using the DeleteAccountAliasRequest method. req := client.DeleteAccountAliasRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteAccountAlias
func (*IAM) DeleteAccountPasswordPolicyRequest ¶
func (c *IAM) DeleteAccountPasswordPolicyRequest(input *DeleteAccountPasswordPolicyInput) DeleteAccountPasswordPolicyRequest
DeleteAccountPasswordPolicyRequest returns a request value for making API operation for AWS Identity and Access Management.
Deletes the password policy for the AWS account. There are no parameters.
// Example sending a request using the DeleteAccountPasswordPolicyRequest method. req := client.DeleteAccountPasswordPolicyRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteAccountPasswordPolicy
func (*IAM) DeleteGroupPolicyRequest ¶
func (c *IAM) DeleteGroupPolicyRequest(input *DeleteGroupPolicyInput) DeleteGroupPolicyRequest
DeleteGroupPolicyRequest returns a request value for making API operation for AWS Identity and Access Management.
Deletes the specified inline policy that is embedded in the specified IAM group.
A group can also have managed policies attached to it. To detach a managed policy from a group, use DetachGroupPolicy. For more information about policies, refer to Managed Policies and Inline Policies (http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html) in the IAM User Guide.
// Example sending a request using the DeleteGroupPolicyRequest method. req := client.DeleteGroupPolicyRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteGroupPolicy
func (*IAM) DeleteGroupRequest ¶
func (c *IAM) DeleteGroupRequest(input *DeleteGroupInput) DeleteGroupRequest
DeleteGroupRequest returns a request value for making API operation for AWS Identity and Access Management.
Deletes the specified IAM group. The group must not contain any users or have any attached policies.
// Example sending a request using the DeleteGroupRequest method. req := client.DeleteGroupRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteGroup
func (*IAM) DeleteInstanceProfileRequest ¶
func (c *IAM) DeleteInstanceProfileRequest(input *DeleteInstanceProfileInput) DeleteInstanceProfileRequest
DeleteInstanceProfileRequest returns a request value for making API operation for AWS Identity and Access Management.
Deletes the specified instance profile. The instance profile must not have an associated role.
Make sure you do not have any Amazon EC2 instances running with the instance profile you are about to delete. Deleting a role or instance profile that is associated with a running instance will break any applications running on the instance.
For more information about instance profiles, go to About Instance Profiles (http://docs.aws.amazon.com/IAM/latest/UserGuide/AboutInstanceProfiles.html).
// Example sending a request using the DeleteInstanceProfileRequest method. req := client.DeleteInstanceProfileRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteInstanceProfile
func (*IAM) DeleteLoginProfileRequest ¶
func (c *IAM) DeleteLoginProfileRequest(input *DeleteLoginProfileInput) DeleteLoginProfileRequest
DeleteLoginProfileRequest returns a request value for making API operation for AWS Identity and Access Management.
Deletes the password for the specified IAM user, which terminates the user's ability to access AWS services through the AWS Management Console.
Deleting a user's password does not prevent a user from accessing AWS through the command line interface or the API. To prevent all user access you must also either make any access keys inactive or delete them. For more information about making keys inactive or deleting them, see UpdateAccessKey and DeleteAccessKey.
// Example sending a request using the DeleteLoginProfileRequest method. req := client.DeleteLoginProfileRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteLoginProfile
func (*IAM) DeleteOpenIDConnectProviderRequest ¶
func (c *IAM) DeleteOpenIDConnectProviderRequest(input *DeleteOpenIDConnectProviderInput) DeleteOpenIDConnectProviderRequest
DeleteOpenIDConnectProviderRequest returns a request value for making API operation for AWS Identity and Access Management.
Deletes an OpenID Connect identity provider (IdP) resource object in IAM.
Deleting an IAM OIDC provider resource does not update any roles that reference the provider as a principal in their trust policies. Any attempt to assume a role that references a deleted provider fails.
This action is idempotent; it does not fail or return an error if you call the action for a provider that does not exist.
// Example sending a request using the DeleteOpenIDConnectProviderRequest method. req := client.DeleteOpenIDConnectProviderRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteOpenIDConnectProvider
func (*IAM) DeletePolicyRequest ¶
func (c *IAM) DeletePolicyRequest(input *DeletePolicyInput) DeletePolicyRequest
DeletePolicyRequest returns a request value for making API operation for AWS Identity and Access Management.
Deletes the specified managed policy.
Before you can delete a managed policy, you must first detach the policy from all users, groups, and roles that it is attached to, and you must delete all of the policy's versions. The following steps describe the process for deleting a managed policy:
Detach the policy from all users, groups, and roles that the policy is attached to, using the DetachUserPolicy, DetachGroupPolicy, or DetachRolePolicy APIs. To list all the users, groups, and roles that a policy is attached to, use ListEntitiesForPolicy.
Delete all versions of the policy using DeletePolicyVersion. To list the policy's versions, use ListPolicyVersions. You cannot use DeletePolicyVersion to delete the version that is marked as the default version. You delete the policy's default version in the next step of the process.
Delete the policy (this automatically deletes the policy's default version) using this API.
For information about managed policies, see Managed Policies and Inline Policies (http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html) in the IAM User Guide.
// Example sending a request using the DeletePolicyRequest method. req := client.DeletePolicyRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeletePolicy
func (*IAM) DeletePolicyVersionRequest ¶
func (c *IAM) DeletePolicyVersionRequest(input *DeletePolicyVersionInput) DeletePolicyVersionRequest
DeletePolicyVersionRequest returns a request value for making API operation for AWS Identity and Access Management.
Deletes the specified version from the specified managed policy.
You cannot delete the default version from a policy using this API. To delete the default version from a policy, use DeletePolicy. To find out which version of a policy is marked as the default version, use ListPolicyVersions.
For information about versions for managed policies, see Versioning for Managed Policies (http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-versions.html) in the IAM User Guide.
// Example sending a request using the DeletePolicyVersionRequest method. req := client.DeletePolicyVersionRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeletePolicyVersion
func (*IAM) DeleteRolePolicyRequest ¶
func (c *IAM) DeleteRolePolicyRequest(input *DeleteRolePolicyInput) DeleteRolePolicyRequest
DeleteRolePolicyRequest returns a request value for making API operation for AWS Identity and Access Management.
Deletes the specified inline policy that is embedded in the specified IAM role.
A role can also have managed policies attached to it. To detach a managed policy from a role, use DetachRolePolicy. For more information about policies, refer to Managed Policies and Inline Policies (http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html) in the IAM User Guide.
// Example sending a request using the DeleteRolePolicyRequest method. req := client.DeleteRolePolicyRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteRolePolicy
func (*IAM) DeleteRoleRequest ¶
func (c *IAM) DeleteRoleRequest(input *DeleteRoleInput) DeleteRoleRequest
DeleteRoleRequest returns a request value for making API operation for AWS Identity and Access Management.
Deletes the specified role. The role must not have any policies attached. For more information about roles, go to Working with Roles (http://docs.aws.amazon.com/IAM/latest/UserGuide/WorkingWithRoles.html).
Make sure you do not have any Amazon EC2 instances running with the role you are about to delete. Deleting a role or instance profile that is associated with a running instance will break any applications running on the instance.
// Example sending a request using the DeleteRoleRequest method. req := client.DeleteRoleRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteRole
func (*IAM) DeleteSAMLProviderRequest ¶
func (c *IAM) DeleteSAMLProviderRequest(input *DeleteSAMLProviderInput) DeleteSAMLProviderRequest
DeleteSAMLProviderRequest returns a request value for making API operation for AWS Identity and Access Management.
Deletes a SAML provider resource in IAM.
Deleting the provider resource from IAM does not update any roles that reference the SAML provider resource's ARN as a principal in their trust policies. Any attempt to assume a role that references a non-existent provider resource ARN fails.
This operation requires Signature Version 4 (http://docs.aws.amazon.com/general/latest/gr/signature-version-4.html).
// Example sending a request using the DeleteSAMLProviderRequest method. req := client.DeleteSAMLProviderRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteSAMLProvider
func (*IAM) DeleteSSHPublicKeyRequest ¶
func (c *IAM) DeleteSSHPublicKeyRequest(input *DeleteSSHPublicKeyInput) DeleteSSHPublicKeyRequest
DeleteSSHPublicKeyRequest returns a request value for making API operation for AWS Identity and Access Management.
Deletes the specified SSH public key.
The SSH public key deleted by this action is used only for authenticating the associated IAM user to an AWS CodeCommit repository. For more information about using SSH keys to authenticate to an AWS CodeCommit repository, see Set up AWS CodeCommit for SSH Connections (http://docs.aws.amazon.com/codecommit/latest/userguide/setting-up-credentials-ssh.html) in the AWS CodeCommit User Guide.
// Example sending a request using the DeleteSSHPublicKeyRequest method. req := client.DeleteSSHPublicKeyRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteSSHPublicKey
func (*IAM) DeleteServerCertificateRequest ¶
func (c *IAM) DeleteServerCertificateRequest(input *DeleteServerCertificateInput) DeleteServerCertificateRequest
DeleteServerCertificateRequest returns a request value for making API operation for AWS Identity and Access Management.
Deletes the specified server certificate.
For more information about working with server certificates, including a list of AWS services that can use the server certificates that you manage with IAM, go to Working with Server Certificates (http://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-certs.html) in the IAM User Guide.
If you are using a server certificate with Elastic Load Balancing, deleting the certificate could have implications for your application. If Elastic Load Balancing doesn't detect the deletion of bound certificates, it may continue to use the certificates. This could cause Elastic Load Balancing to stop accepting traffic. We recommend that you remove the reference to the certificate from Elastic Load Balancing before using this command to delete the certificate. For more information, go to DeleteLoadBalancerListeners (http://docs.aws.amazon.com/ElasticLoadBalancing/latest/APIReference/API_DeleteLoadBalancerListeners.html) in the Elastic Load Balancing API Reference.
// Example sending a request using the DeleteServerCertificateRequest method. req := client.DeleteServerCertificateRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteServerCertificate
func (*IAM) DeleteServiceLinkedRoleRequest ¶
func (c *IAM) DeleteServiceLinkedRoleRequest(input *DeleteServiceLinkedRoleInput) DeleteServiceLinkedRoleRequest
DeleteServiceLinkedRoleRequest returns a request value for making API operation for AWS Identity and Access Management.
Submits a service-linked role deletion request and returns a DeletionTaskId, which you can use to check the status of the deletion. Before you call this operation, confirm that the role has no active sessions and that any resources used by the role in the linked service are deleted. If you call this operation more than once for the same service-linked role and an earlier deletion task is not complete, then the DeletionTaskId of the earlier request is returned.
If you submit a deletion request for a service-linked role whose linked service is still accessing a resource, then the deletion task fails. If it fails, the GetServiceLinkedRoleDeletionStatus API operation returns the reason for the failure, including the resources that must be deleted. To delete the service-linked role, you must first remove those resources from the linked service and then submit the deletion request again. Resources are specific to the service that is linked to the role. For more information about removing resources from a service, see the AWS documentation (http://docs.aws.amazon.com/) for your service.
For more information about service-linked roles, see Roles Terms and Concepts: AWS Service-Linked Role (http://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html#iam-term-service-linked-role) in the IAM User Guide.
// Example sending a request using the DeleteServiceLinkedRoleRequest method. req := client.DeleteServiceLinkedRoleRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteServiceLinkedRole
func (*IAM) DeleteServiceSpecificCredentialRequest ¶
func (c *IAM) DeleteServiceSpecificCredentialRequest(input *DeleteServiceSpecificCredentialInput) DeleteServiceSpecificCredentialRequest
DeleteServiceSpecificCredentialRequest returns a request value for making API operation for AWS Identity and Access Management.
Deletes the specified service-specific credential.
// Example sending a request using the DeleteServiceSpecificCredentialRequest method. req := client.DeleteServiceSpecificCredentialRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteServiceSpecificCredential
func (*IAM) DeleteSigningCertificateRequest ¶
func (c *IAM) DeleteSigningCertificateRequest(input *DeleteSigningCertificateInput) DeleteSigningCertificateRequest
DeleteSigningCertificateRequest returns a request value for making API operation for AWS Identity and Access Management.
Deletes a signing certificate associated with the specified IAM user.
If you do not specify a user name, IAM determines the user name implicitly based on the AWS access key ID signing the request. Because this action works for access keys under the AWS account, you can use this action to manage root credentials even if the AWS account has no associated IAM users.
// Example sending a request using the DeleteSigningCertificateRequest method. req := client.DeleteSigningCertificateRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteSigningCertificate
func (*IAM) DeleteUserPolicyRequest ¶
func (c *IAM) DeleteUserPolicyRequest(input *DeleteUserPolicyInput) DeleteUserPolicyRequest
DeleteUserPolicyRequest returns a request value for making API operation for AWS Identity and Access Management.
Deletes the specified inline policy that is embedded in the specified IAM user.
A user can also have managed policies attached to it. To detach a managed policy from a user, use DetachUserPolicy. For more information about policies, refer to Managed Policies and Inline Policies (http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html) in the IAM User Guide.
// Example sending a request using the DeleteUserPolicyRequest method. req := client.DeleteUserPolicyRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteUserPolicy
func (*IAM) DeleteUserRequest ¶
func (c *IAM) DeleteUserRequest(input *DeleteUserInput) DeleteUserRequest
DeleteUserRequest returns a request value for making API operation for AWS Identity and Access Management.
Deletes the specified IAM user. The user must not belong to any groups or have any access keys, signing certificates, or attached policies.
// Example sending a request using the DeleteUserRequest method. req := client.DeleteUserRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteUser
func (*IAM) DeleteVirtualMFADeviceRequest ¶
func (c *IAM) DeleteVirtualMFADeviceRequest(input *DeleteVirtualMFADeviceInput) DeleteVirtualMFADeviceRequest
DeleteVirtualMFADeviceRequest returns a request value for making API operation for AWS Identity and Access Management.
Deletes a virtual MFA device.
You must deactivate a user's virtual MFA device before you can delete it. For information about deactivating MFA devices, see DeactivateMFADevice.
// Example sending a request using the DeleteVirtualMFADeviceRequest method. req := client.DeleteVirtualMFADeviceRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteVirtualMFADevice
func (*IAM) DetachGroupPolicyRequest ¶
func (c *IAM) DetachGroupPolicyRequest(input *DetachGroupPolicyInput) DetachGroupPolicyRequest
DetachGroupPolicyRequest returns a request value for making API operation for AWS Identity and Access Management.
Removes the specified managed policy from the specified IAM group.
A group can also have inline policies embedded with it. To delete an inline policy, use the DeleteGroupPolicy API. For information about policies, see Managed Policies and Inline Policies (http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html) in the IAM User Guide.
// Example sending a request using the DetachGroupPolicyRequest method. req := client.DetachGroupPolicyRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DetachGroupPolicy
func (*IAM) DetachRolePolicyRequest ¶
func (c *IAM) DetachRolePolicyRequest(input *DetachRolePolicyInput) DetachRolePolicyRequest
DetachRolePolicyRequest returns a request value for making API operation for AWS Identity and Access Management.
Removes the specified managed policy from the specified role.
A role can also have inline policies embedded with it. To delete an inline policy, use the DeleteRolePolicy API. For information about policies, see Managed Policies and Inline Policies (http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html) in the IAM User Guide.
// Example sending a request using the DetachRolePolicyRequest method. req := client.DetachRolePolicyRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DetachRolePolicy
func (*IAM) DetachUserPolicyRequest ¶
func (c *IAM) DetachUserPolicyRequest(input *DetachUserPolicyInput) DetachUserPolicyRequest
DetachUserPolicyRequest returns a request value for making API operation for AWS Identity and Access Management.
Removes the specified managed policy from the specified user.
A user can also have inline policies embedded with it. To delete an inline policy, use the DeleteUserPolicy API. For information about policies, see Managed Policies and Inline Policies (http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html) in the IAM User Guide.
// Example sending a request using the DetachUserPolicyRequest method. req := client.DetachUserPolicyRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DetachUserPolicy
func (*IAM) EnableMFADeviceRequest ¶
func (c *IAM) EnableMFADeviceRequest(input *EnableMFADeviceInput) EnableMFADeviceRequest
EnableMFADeviceRequest returns a request value for making API operation for AWS Identity and Access Management.
Enables the specified MFA device and associates it with the specified IAM user. When enabled, the MFA device is required for every subsequent login by the IAM user associated with the device.
// Example sending a request using the EnableMFADeviceRequest method. req := client.EnableMFADeviceRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/EnableMFADevice
func (*IAM) GenerateCredentialReportRequest ¶
func (c *IAM) GenerateCredentialReportRequest(input *GenerateCredentialReportInput) GenerateCredentialReportRequest
GenerateCredentialReportRequest returns a request value for making API operation for AWS Identity and Access Management.
Generates a credential report for the AWS account. For more information about the credential report, see Getting Credential Reports (http://docs.aws.amazon.com/IAM/latest/UserGuide/credential-reports.html) in the IAM User Guide.
// Example sending a request using the GenerateCredentialReportRequest method. req := client.GenerateCredentialReportRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GenerateCredentialReport
func (*IAM) GetAccessKeyLastUsedRequest ¶
func (c *IAM) GetAccessKeyLastUsedRequest(input *GetAccessKeyLastUsedInput) GetAccessKeyLastUsedRequest
GetAccessKeyLastUsedRequest returns a request value for making API operation for AWS Identity and Access Management.
Retrieves information about when the specified access key was last used. The information includes the date and time of last use, along with the AWS service and region that were specified in the last request made with that key.
// Example sending a request using the GetAccessKeyLastUsedRequest method. req := client.GetAccessKeyLastUsedRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetAccessKeyLastUsed
func (*IAM) GetAccountAuthorizationDetailsRequest ¶
func (c *IAM) GetAccountAuthorizationDetailsRequest(input *GetAccountAuthorizationDetailsInput) GetAccountAuthorizationDetailsRequest
GetAccountAuthorizationDetailsRequest returns a request value for making API operation for AWS Identity and Access Management.
Retrieves information about all IAM users, groups, roles, and policies in your AWS account, including their relationships to one another. Use this API to obtain a snapshot of the configuration of IAM permissions (users, groups, roles, and policies) in your account.
You can optionally filter the results using the Filter parameter. You can paginate the results using the MaxItems and Marker parameters.
// Example sending a request using the GetAccountAuthorizationDetailsRequest method. req := client.GetAccountAuthorizationDetailsRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetAccountAuthorizationDetails
func (*IAM) GetAccountPasswordPolicyRequest ¶
func (c *IAM) GetAccountPasswordPolicyRequest(input *GetAccountPasswordPolicyInput) GetAccountPasswordPolicyRequest
GetAccountPasswordPolicyRequest returns a request value for making API operation for AWS Identity and Access Management.
Retrieves the password policy for the AWS account. For more information about using a password policy, go to Managing an IAM Password Policy (http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_ManagingPasswordPolicies.html).
// Example sending a request using the GetAccountPasswordPolicyRequest method. req := client.GetAccountPasswordPolicyRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetAccountPasswordPolicy
func (*IAM) GetAccountSummaryRequest ¶
func (c *IAM) GetAccountSummaryRequest(input *GetAccountSummaryInput) GetAccountSummaryRequest
GetAccountSummaryRequest returns a request value for making API operation for AWS Identity and Access Management.
Retrieves information about IAM entity usage and IAM quotas in the AWS account.
For information about limitations on IAM entities, see Limitations on IAM Entities (http://docs.aws.amazon.com/IAM/latest/UserGuide/LimitationsOnEntities.html) in the IAM User Guide.
// Example sending a request using the GetAccountSummaryRequest method. req := client.GetAccountSummaryRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetAccountSummary
func (*IAM) GetContextKeysForCustomPolicyRequest ¶
func (c *IAM) GetContextKeysForCustomPolicyRequest(input *GetContextKeysForCustomPolicyInput) GetContextKeysForCustomPolicyRequest
GetContextKeysForCustomPolicyRequest returns a request value for making API operation for AWS Identity and Access Management.
Gets a list of all of the context keys referenced in the input policies. The policies are supplied as a list of one or more strings. To get the context keys from policies associated with an IAM user, group, or role, use GetContextKeysForPrincipalPolicy.
Context keys are variables maintained by AWS and its services that provide details about the context of an API query request, and can be evaluated by testing against a value specified in an IAM policy. Use GetContextKeysForCustomPolicy to understand what key names and values you must supply when you call SimulateCustomPolicy. Note that all parameters are shown in unencoded form here for clarity, but must be URL encoded to be included as a part of a real HTML request.
// Example sending a request using the GetContextKeysForCustomPolicyRequest method. req := client.GetContextKeysForCustomPolicyRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetContextKeysForCustomPolicy
func (*IAM) GetContextKeysForPrincipalPolicyRequest ¶
func (c *IAM) GetContextKeysForPrincipalPolicyRequest(input *GetContextKeysForPrincipalPolicyInput) GetContextKeysForPrincipalPolicyRequest
GetContextKeysForPrincipalPolicyRequest returns a request value for making API operation for AWS Identity and Access Management.
Gets a list of all of the context keys referenced in all of the IAM policies attached to the specified IAM entity. The entity can be an IAM user, group, or role. If you specify a user, then the request also includes all of the policies attached to groups that the user is a member of.
You can optionally include a list of one or more additional policies, specified as strings. If you want to include only a list of policies by string, use GetContextKeysForCustomPolicy instead.
Note: This API discloses information about the permissions granted to other users. If you do not want users to see other user's permissions, then consider allowing them to use GetContextKeysForCustomPolicy instead.
Context keys are variables maintained by AWS and its services that provide details about the context of an API query request, and can be evaluated by testing against a value in an IAM policy. Use GetContextKeysForPrincipalPolicy to understand what key names and values you must supply when you call SimulatePrincipalPolicy.
// Example sending a request using the GetContextKeysForPrincipalPolicyRequest method. req := client.GetContextKeysForPrincipalPolicyRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetContextKeysForPrincipalPolicy
func (*IAM) GetCredentialReportRequest ¶
func (c *IAM) GetCredentialReportRequest(input *GetCredentialReportInput) GetCredentialReportRequest
GetCredentialReportRequest returns a request value for making API operation for AWS Identity and Access Management.
Retrieves a credential report for the AWS account. For more information about the credential report, see Getting Credential Reports (http://docs.aws.amazon.com/IAM/latest/UserGuide/credential-reports.html) in the IAM User Guide.
// Example sending a request using the GetCredentialReportRequest method. req := client.GetCredentialReportRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetCredentialReport
func (*IAM) GetGroupPolicyRequest ¶
func (c *IAM) GetGroupPolicyRequest(input *GetGroupPolicyInput) GetGroupPolicyRequest
GetGroupPolicyRequest returns a request value for making API operation for AWS Identity and Access Management.
Retrieves the specified inline policy document that is embedded in the specified IAM group.
Policies returned by this API are URL-encoded compliant with RFC 3986 (https://tools.ietf.org/html/rfc3986). You can use a URL decoding method to convert the policy back to plain JSON text. For example, if you use Java, you can use the decode method of the java.net.URLDecoder utility class in the Java SDK. Other languages and SDKs provide similar functionality.
An IAM group can also have managed policies attached to it. To retrieve a managed policy document that is attached to a group, use GetPolicy to determine the policy's default version, then use GetPolicyVersion to retrieve the policy document.
For more information about policies, see Managed Policies and Inline Policies (http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html) in the IAM User Guide.
// Example sending a request using the GetGroupPolicyRequest method. req := client.GetGroupPolicyRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetGroupPolicy
func (*IAM) GetGroupRequest ¶
func (c *IAM) GetGroupRequest(input *GetGroupInput) GetGroupRequest
GetGroupRequest returns a request value for making API operation for AWS Identity and Access Management.
Returns a list of IAM users that are in the specified IAM group. You can paginate the results using the MaxItems and Marker parameters.
// Example sending a request using the GetGroupRequest method. req := client.GetGroupRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetGroup
func (*IAM) GetInstanceProfileRequest ¶
func (c *IAM) GetInstanceProfileRequest(input *GetInstanceProfileInput) GetInstanceProfileRequest
GetInstanceProfileRequest returns a request value for making API operation for AWS Identity and Access Management.
Retrieves information about the specified instance profile, including the instance profile's path, GUID, ARN, and role. For more information about instance profiles, see About Instance Profiles (http://docs.aws.amazon.com/IAM/latest/UserGuide/AboutInstanceProfiles.html) in the IAM User Guide.
// Example sending a request using the GetInstanceProfileRequest method. req := client.GetInstanceProfileRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetInstanceProfile
func (*IAM) GetLoginProfileRequest ¶
func (c *IAM) GetLoginProfileRequest(input *GetLoginProfileInput) GetLoginProfileRequest
GetLoginProfileRequest returns a request value for making API operation for AWS Identity and Access Management.
Retrieves the user name and password-creation date for the specified IAM user. If the user has not been assigned a password, the action returns a 404 (NoSuchEntity) error.
// Example sending a request using the GetLoginProfileRequest method. req := client.GetLoginProfileRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetLoginProfile
func (*IAM) GetOpenIDConnectProviderRequest ¶
func (c *IAM) GetOpenIDConnectProviderRequest(input *GetOpenIDConnectProviderInput) GetOpenIDConnectProviderRequest
GetOpenIDConnectProviderRequest returns a request value for making API operation for AWS Identity and Access Management.
Returns information about the specified OpenID Connect (OIDC) provider resource object in IAM.
// Example sending a request using the GetOpenIDConnectProviderRequest method. req := client.GetOpenIDConnectProviderRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetOpenIDConnectProvider
func (*IAM) GetPolicyRequest ¶
func (c *IAM) GetPolicyRequest(input *GetPolicyInput) GetPolicyRequest
GetPolicyRequest returns a request value for making API operation for AWS Identity and Access Management.
Retrieves information about the specified managed policy, including the policy's default version and the total number of IAM users, groups, and roles to which the policy is attached. To retrieve the list of the specific users, groups, and roles that the policy is attached to, use the ListEntitiesForPolicy API. This API returns metadata about the policy. To retrieve the actual policy document for a specific version of the policy, use GetPolicyVersion.
This API retrieves information about managed policies. To retrieve information about an inline policy that is embedded with an IAM user, group, or role, use the GetUserPolicy, GetGroupPolicy, or GetRolePolicy API.
For more information about policies, see Managed Policies and Inline Policies (http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html) in the IAM User Guide.
// Example sending a request using the GetPolicyRequest method. req := client.GetPolicyRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetPolicy
func (*IAM) GetPolicyVersionRequest ¶
func (c *IAM) GetPolicyVersionRequest(input *GetPolicyVersionInput) GetPolicyVersionRequest
GetPolicyVersionRequest returns a request value for making API operation for AWS Identity and Access Management.
Retrieves information about the specified version of the specified managed policy, including the policy document.
Policies returned by this API are URL-encoded compliant with RFC 3986 (https://tools.ietf.org/html/rfc3986). You can use a URL decoding method to convert the policy back to plain JSON text. For example, if you use Java, you can use the decode method of the java.net.URLDecoder utility class in the Java SDK. Other languages and SDKs provide similar functionality.
To list the available versions for a policy, use ListPolicyVersions.
This API retrieves information about managed policies. To retrieve information about an inline policy that is embedded in a user, group, or role, use the GetUserPolicy, GetGroupPolicy, or GetRolePolicy API.
For more information about the types of policies, see Managed Policies and Inline Policies (http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html) in the IAM User Guide.
For more information about managed policy versions, see Versioning for Managed Policies (http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-versions.html) in the IAM User Guide.
// Example sending a request using the GetPolicyVersionRequest method. req := client.GetPolicyVersionRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetPolicyVersion
func (*IAM) GetRolePolicyRequest ¶
func (c *IAM) GetRolePolicyRequest(input *GetRolePolicyInput) GetRolePolicyRequest
GetRolePolicyRequest returns a request value for making API operation for AWS Identity and Access Management.
Retrieves the specified inline policy document that is embedded with the specified IAM role.
Policies returned by this API are URL-encoded compliant with RFC 3986 (https://tools.ietf.org/html/rfc3986). You can use a URL decoding method to convert the policy back to plain JSON text. For example, if you use Java, you can use the decode method of the java.net.URLDecoder utility class in the Java SDK. Other languages and SDKs provide similar functionality.
An IAM role can also have managed policies attached to it. To retrieve a managed policy document that is attached to a role, use GetPolicy to determine the policy's default version, then use GetPolicyVersion to retrieve the policy document.
For more information about policies, see Managed Policies and Inline Policies (http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html) in the IAM User Guide.
For more information about roles, see Using Roles to Delegate Permissions and Federate Identities (http://docs.aws.amazon.com/IAM/latest/UserGuide/roles-toplevel.html).
// Example sending a request using the GetRolePolicyRequest method. req := client.GetRolePolicyRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetRolePolicy
func (*IAM) GetRoleRequest ¶
func (c *IAM) GetRoleRequest(input *GetRoleInput) GetRoleRequest
GetRoleRequest returns a request value for making API operation for AWS Identity and Access Management.
Retrieves information about the specified role, including the role's path, GUID, ARN, and the role's trust policy that grants permission to assume the role. For more information about roles, see Working with Roles (http://docs.aws.amazon.com/IAM/latest/UserGuide/WorkingWithRoles.html).
Policies returned by this API are URL-encoded compliant with RFC 3986 (https://tools.ietf.org/html/rfc3986). You can use a URL decoding method to convert the policy back to plain JSON text. For example, if you use Java, you can use the decode method of the java.net.URLDecoder utility class in the Java SDK. Other languages and SDKs provide similar functionality.
// Example sending a request using the GetRoleRequest method. req := client.GetRoleRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetRole
func (*IAM) GetSAMLProviderRequest ¶
func (c *IAM) GetSAMLProviderRequest(input *GetSAMLProviderInput) GetSAMLProviderRequest
GetSAMLProviderRequest returns a request value for making API operation for AWS Identity and Access Management.
Returns the SAML provider metadocument that was uploaded when the IAM SAML provider resource object was created or updated.
This operation requires Signature Version 4 (http://docs.aws.amazon.com/general/latest/gr/signature-version-4.html).
// Example sending a request using the GetSAMLProviderRequest method. req := client.GetSAMLProviderRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetSAMLProvider
func (*IAM) GetSSHPublicKeyRequest ¶
func (c *IAM) GetSSHPublicKeyRequest(input *GetSSHPublicKeyInput) GetSSHPublicKeyRequest
GetSSHPublicKeyRequest returns a request value for making API operation for AWS Identity and Access Management.
Retrieves the specified SSH public key, including metadata about the key.
The SSH public key retrieved by this action is used only for authenticating the associated IAM user to an AWS CodeCommit repository. For more information about using SSH keys to authenticate to an AWS CodeCommit repository, see Set up AWS CodeCommit for SSH Connections (http://docs.aws.amazon.com/codecommit/latest/userguide/setting-up-credentials-ssh.html) in the AWS CodeCommit User Guide.
// Example sending a request using the GetSSHPublicKeyRequest method. req := client.GetSSHPublicKeyRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetSSHPublicKey
func (*IAM) GetServerCertificateRequest ¶
func (c *IAM) GetServerCertificateRequest(input *GetServerCertificateInput) GetServerCertificateRequest
GetServerCertificateRequest returns a request value for making API operation for AWS Identity and Access Management.
Retrieves information about the specified server certificate stored in IAM.
For more information about working with server certificates, including a list of AWS services that can use the server certificates that you manage with IAM, go to Working with Server Certificates (http://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-certs.html) in the IAM User Guide.
// Example sending a request using the GetServerCertificateRequest method. req := client.GetServerCertificateRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetServerCertificate
func (*IAM) GetServiceLinkedRoleDeletionStatusRequest ¶
func (c *IAM) GetServiceLinkedRoleDeletionStatusRequest(input *GetServiceLinkedRoleDeletionStatusInput) GetServiceLinkedRoleDeletionStatusRequest
GetServiceLinkedRoleDeletionStatusRequest returns a request value for making API operation for AWS Identity and Access Management.
Retrieves the status of your service-linked role deletion. After you use the DeleteServiceLinkedRole API operation to submit a service-linked role for deletion, you can use the DeletionTaskId parameter in GetServiceLinkedRoleDeletionStatus to check the status of the deletion. If the deletion fails, this operation returns the reason that it failed.
// Example sending a request using the GetServiceLinkedRoleDeletionStatusRequest method. req := client.GetServiceLinkedRoleDeletionStatusRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetServiceLinkedRoleDeletionStatus
func (*IAM) GetUserPolicyRequest ¶
func (c *IAM) GetUserPolicyRequest(input *GetUserPolicyInput) GetUserPolicyRequest
GetUserPolicyRequest returns a request value for making API operation for AWS Identity and Access Management.
Retrieves the specified inline policy document that is embedded in the specified IAM user.
Policies returned by this API are URL-encoded compliant with RFC 3986 (https://tools.ietf.org/html/rfc3986). You can use a URL decoding method to convert the policy back to plain JSON text. For example, if you use Java, you can use the decode method of the java.net.URLDecoder utility class in the Java SDK. Other languages and SDKs provide similar functionality.
An IAM user can also have managed policies attached to it. To retrieve a managed policy document that is attached to a user, use GetPolicy to determine the policy's default version, then use GetPolicyVersion to retrieve the policy document.
For more information about policies, see Managed Policies and Inline Policies (http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html) in the IAM User Guide.
// Example sending a request using the GetUserPolicyRequest method. req := client.GetUserPolicyRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetUserPolicy
func (*IAM) GetUserRequest ¶
func (c *IAM) GetUserRequest(input *GetUserInput) GetUserRequest
GetUserRequest returns a request value for making API operation for AWS Identity and Access Management.
Retrieves information about the specified IAM user, including the user's creation date, path, unique ID, and ARN.
If you do not specify a user name, IAM determines the user name implicitly based on the AWS access key ID used to sign the request to this API.
// Example sending a request using the GetUserRequest method. req := client.GetUserRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetUser
func (*IAM) ListAccessKeysRequest ¶
func (c *IAM) ListAccessKeysRequest(input *ListAccessKeysInput) ListAccessKeysRequest
ListAccessKeysRequest returns a request value for making API operation for AWS Identity and Access Management.
Returns information about the access key IDs associated with the specified IAM user. If there are none, the action returns an empty list.
Although each user is limited to a small number of keys, you can still paginate the results using the MaxItems and Marker parameters.
If the UserName field is not specified, the UserName is determined implicitly based on the AWS access key ID used to sign the request. Because this action works for access keys under the AWS account, you can use this action to manage root credentials even if the AWS account has no associated users.
To ensure the security of your AWS account, the secret access key is accessible only during key and user creation.
// Example sending a request using the ListAccessKeysRequest method. req := client.ListAccessKeysRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListAccessKeys
func (*IAM) ListAccountAliasesRequest ¶
func (c *IAM) ListAccountAliasesRequest(input *ListAccountAliasesInput) ListAccountAliasesRequest
ListAccountAliasesRequest returns a request value for making API operation for AWS Identity and Access Management.
Lists the account alias associated with the AWS account (Note: you can have only one). For information about using an AWS account alias, see Using an Alias for Your AWS Account ID (http://docs.aws.amazon.com/IAM/latest/UserGuide/AccountAlias.html) in the IAM User Guide.
// Example sending a request using the ListAccountAliasesRequest method. req := client.ListAccountAliasesRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListAccountAliases
func (*IAM) ListAttachedGroupPoliciesRequest ¶
func (c *IAM) ListAttachedGroupPoliciesRequest(input *ListAttachedGroupPoliciesInput) ListAttachedGroupPoliciesRequest
ListAttachedGroupPoliciesRequest returns a request value for making API operation for AWS Identity and Access Management.
Lists all managed policies that are attached to the specified IAM group.
An IAM group can also have inline policies embedded with it. To list the inline policies for a group, use the ListGroupPolicies API. For information about policies, see Managed Policies and Inline Policies (http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html) in the IAM User Guide.
You can paginate the results using the MaxItems and Marker parameters. You can use the PathPrefix parameter to limit the list of policies to only those matching the specified path prefix. If there are no policies attached to the specified group (or none that match the specified path prefix), the action returns an empty list.
// Example sending a request using the ListAttachedGroupPoliciesRequest method. req := client.ListAttachedGroupPoliciesRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListAttachedGroupPolicies
func (*IAM) ListAttachedRolePoliciesRequest ¶
func (c *IAM) ListAttachedRolePoliciesRequest(input *ListAttachedRolePoliciesInput) ListAttachedRolePoliciesRequest
ListAttachedRolePoliciesRequest returns a request value for making API operation for AWS Identity and Access Management.
Lists all managed policies that are attached to the specified IAM role.
An IAM role can also have inline policies embedded with it. To list the inline policies for a role, use the ListRolePolicies API. For information about policies, see Managed Policies and Inline Policies (http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html) in the IAM User Guide.
You can paginate the results using the MaxItems and Marker parameters. You can use the PathPrefix parameter to limit the list of policies to only those matching the specified path prefix. If there are no policies attached to the specified role (or none that match the specified path prefix), the action returns an empty list.
// Example sending a request using the ListAttachedRolePoliciesRequest method. req := client.ListAttachedRolePoliciesRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListAttachedRolePolicies
func (*IAM) ListAttachedUserPoliciesRequest ¶
func (c *IAM) ListAttachedUserPoliciesRequest(input *ListAttachedUserPoliciesInput) ListAttachedUserPoliciesRequest
ListAttachedUserPoliciesRequest returns a request value for making API operation for AWS Identity and Access Management.
Lists all managed policies that are attached to the specified IAM user.
An IAM user can also have inline policies embedded with it. To list the inline policies for a user, use the ListUserPolicies API. For information about policies, see Managed Policies and Inline Policies (http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html) in the IAM User Guide.
You can paginate the results using the MaxItems and Marker parameters. You can use the PathPrefix parameter to limit the list of policies to only those matching the specified path prefix. If there are no policies attached to the specified group (or none that match the specified path prefix), the action returns an empty list.
// Example sending a request using the ListAttachedUserPoliciesRequest method. req := client.ListAttachedUserPoliciesRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListAttachedUserPolicies
func (*IAM) ListEntitiesForPolicyRequest ¶
func (c *IAM) ListEntitiesForPolicyRequest(input *ListEntitiesForPolicyInput) ListEntitiesForPolicyRequest
ListEntitiesForPolicyRequest returns a request value for making API operation for AWS Identity and Access Management.
Lists all IAM users, groups, and roles that the specified managed policy is attached to.
You can use the optional EntityFilter parameter to limit the results to a particular type of entity (users, groups, or roles). For example, to list only the roles that are attached to the specified policy, set EntityFilter to Role.
You can paginate the results using the MaxItems and Marker parameters.
// Example sending a request using the ListEntitiesForPolicyRequest method. req := client.ListEntitiesForPolicyRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListEntitiesForPolicy
func (*IAM) ListGroupPoliciesRequest ¶
func (c *IAM) ListGroupPoliciesRequest(input *ListGroupPoliciesInput) ListGroupPoliciesRequest
ListGroupPoliciesRequest returns a request value for making API operation for AWS Identity and Access Management.
Lists the names of the inline policies that are embedded in the specified IAM group.
An IAM group can also have managed policies attached to it. To list the managed policies that are attached to a group, use ListAttachedGroupPolicies. For more information about policies, see Managed Policies and Inline Policies (http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html) in the IAM User Guide.
You can paginate the results using the MaxItems and Marker parameters. If there are no inline policies embedded with the specified group, the action returns an empty list.
// Example sending a request using the ListGroupPoliciesRequest method. req := client.ListGroupPoliciesRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListGroupPolicies
func (*IAM) ListGroupsForUserRequest ¶
func (c *IAM) ListGroupsForUserRequest(input *ListGroupsForUserInput) ListGroupsForUserRequest
ListGroupsForUserRequest returns a request value for making API operation for AWS Identity and Access Management.
Lists the IAM groups that the specified IAM user belongs to.
You can paginate the results using the MaxItems and Marker parameters.
// Example sending a request using the ListGroupsForUserRequest method. req := client.ListGroupsForUserRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListGroupsForUser
func (*IAM) ListGroupsRequest ¶
func (c *IAM) ListGroupsRequest(input *ListGroupsInput) ListGroupsRequest
ListGroupsRequest returns a request value for making API operation for AWS Identity and Access Management.
Lists the IAM groups that have the specified path prefix.
You can paginate the results using the MaxItems and Marker parameters.
// Example sending a request using the ListGroupsRequest method. req := client.ListGroupsRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListGroups
func (*IAM) ListInstanceProfilesForRoleRequest ¶
func (c *IAM) ListInstanceProfilesForRoleRequest(input *ListInstanceProfilesForRoleInput) ListInstanceProfilesForRoleRequest
ListInstanceProfilesForRoleRequest returns a request value for making API operation for AWS Identity and Access Management.
Lists the instance profiles that have the specified associated IAM role. If there are none, the action returns an empty list. For more information about instance profiles, go to About Instance Profiles (http://docs.aws.amazon.com/IAM/latest/UserGuide/AboutInstanceProfiles.html).
You can paginate the results using the MaxItems and Marker parameters.
// Example sending a request using the ListInstanceProfilesForRoleRequest method. req := client.ListInstanceProfilesForRoleRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListInstanceProfilesForRole
func (*IAM) ListInstanceProfilesRequest ¶
func (c *IAM) ListInstanceProfilesRequest(input *ListInstanceProfilesInput) ListInstanceProfilesRequest
ListInstanceProfilesRequest returns a request value for making API operation for AWS Identity and Access Management.
Lists the instance profiles that have the specified path prefix. If there are none, the action returns an empty list. For more information about instance profiles, go to About Instance Profiles (http://docs.aws.amazon.com/IAM/latest/UserGuide/AboutInstanceProfiles.html).
You can paginate the results using the MaxItems and Marker parameters.
// Example sending a request using the ListInstanceProfilesRequest method. req := client.ListInstanceProfilesRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListInstanceProfiles
func (*IAM) ListMFADevicesRequest ¶
func (c *IAM) ListMFADevicesRequest(input *ListMFADevicesInput) ListMFADevicesRequest
ListMFADevicesRequest returns a request value for making API operation for AWS Identity and Access Management.
Lists the MFA devices for an IAM user. If the request includes a IAM user name, then this action lists all the MFA devices associated with the specified user. If you do not specify a user name, IAM determines the user name implicitly based on the AWS access key ID signing the request for this API.
You can paginate the results using the MaxItems and Marker parameters.
// Example sending a request using the ListMFADevicesRequest method. req := client.ListMFADevicesRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListMFADevices
func (*IAM) ListOpenIDConnectProvidersRequest ¶
func (c *IAM) ListOpenIDConnectProvidersRequest(input *ListOpenIDConnectProvidersInput) ListOpenIDConnectProvidersRequest
ListOpenIDConnectProvidersRequest returns a request value for making API operation for AWS Identity and Access Management.
Lists information about the IAM OpenID Connect (OIDC) provider resource objects defined in the AWS account.
// Example sending a request using the ListOpenIDConnectProvidersRequest method. req := client.ListOpenIDConnectProvidersRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListOpenIDConnectProviders
func (*IAM) ListPoliciesRequest ¶
func (c *IAM) ListPoliciesRequest(input *ListPoliciesInput) ListPoliciesRequest
ListPoliciesRequest returns a request value for making API operation for AWS Identity and Access Management.
Lists all the managed policies that are available in your AWS account, including your own customer-defined managed policies and all AWS managed policies.
You can filter the list of policies that is returned using the optional OnlyAttached, Scope, and PathPrefix parameters. For example, to list only the customer managed policies in your AWS account, set Scope to Local. To list only AWS managed policies, set Scope to AWS.
You can paginate the results using the MaxItems and Marker parameters.
For more information about managed policies, see Managed Policies and Inline Policies (http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html) in the IAM User Guide.
// Example sending a request using the ListPoliciesRequest method. req := client.ListPoliciesRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListPolicies
func (*IAM) ListPolicyVersionsRequest ¶
func (c *IAM) ListPolicyVersionsRequest(input *ListPolicyVersionsInput) ListPolicyVersionsRequest
ListPolicyVersionsRequest returns a request value for making API operation for AWS Identity and Access Management.
Lists information about the versions of the specified managed policy, including the version that is currently set as the policy's default version.
For more information about managed policies, see Managed Policies and Inline Policies (http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html) in the IAM User Guide.
// Example sending a request using the ListPolicyVersionsRequest method. req := client.ListPolicyVersionsRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListPolicyVersions
func (*IAM) ListRolePoliciesRequest ¶
func (c *IAM) ListRolePoliciesRequest(input *ListRolePoliciesInput) ListRolePoliciesRequest
ListRolePoliciesRequest returns a request value for making API operation for AWS Identity and Access Management.
Lists the names of the inline policies that are embedded in the specified IAM role.
An IAM role can also have managed policies attached to it. To list the managed policies that are attached to a role, use ListAttachedRolePolicies. For more information about policies, see Managed Policies and Inline Policies (http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html) in the IAM User Guide.
You can paginate the results using the MaxItems and Marker parameters. If there are no inline policies embedded with the specified role, the action returns an empty list.
// Example sending a request using the ListRolePoliciesRequest method. req := client.ListRolePoliciesRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListRolePolicies
func (*IAM) ListRolesRequest ¶
func (c *IAM) ListRolesRequest(input *ListRolesInput) ListRolesRequest
ListRolesRequest returns a request value for making API operation for AWS Identity and Access Management.
Lists the IAM roles that have the specified path prefix. If there are none, the action returns an empty list. For more information about roles, go to Working with Roles (http://docs.aws.amazon.com/IAM/latest/UserGuide/WorkingWithRoles.html).
You can paginate the results using the MaxItems and Marker parameters.
// Example sending a request using the ListRolesRequest method. req := client.ListRolesRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListRoles
func (*IAM) ListSAMLProvidersRequest ¶
func (c *IAM) ListSAMLProvidersRequest(input *ListSAMLProvidersInput) ListSAMLProvidersRequest
ListSAMLProvidersRequest returns a request value for making API operation for AWS Identity and Access Management.
Lists the SAML provider resource objects defined in IAM in the account.
This operation requires Signature Version 4 (http://docs.aws.amazon.com/general/latest/gr/signature-version-4.html).
// Example sending a request using the ListSAMLProvidersRequest method. req := client.ListSAMLProvidersRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListSAMLProviders
func (*IAM) ListSSHPublicKeysRequest ¶
func (c *IAM) ListSSHPublicKeysRequest(input *ListSSHPublicKeysInput) ListSSHPublicKeysRequest
ListSSHPublicKeysRequest returns a request value for making API operation for AWS Identity and Access Management.
Returns information about the SSH public keys associated with the specified IAM user. If there are none, the action returns an empty list.
The SSH public keys returned by this action are used only for authenticating the IAM user to an AWS CodeCommit repository. For more information about using SSH keys to authenticate to an AWS CodeCommit repository, see Set up AWS CodeCommit for SSH Connections (http://docs.aws.amazon.com/codecommit/latest/userguide/setting-up-credentials-ssh.html) in the AWS CodeCommit User Guide.
Although each user is limited to a small number of keys, you can still paginate the results using the MaxItems and Marker parameters.
// Example sending a request using the ListSSHPublicKeysRequest method. req := client.ListSSHPublicKeysRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListSSHPublicKeys
func (*IAM) ListServerCertificatesRequest ¶
func (c *IAM) ListServerCertificatesRequest(input *ListServerCertificatesInput) ListServerCertificatesRequest
ListServerCertificatesRequest returns a request value for making API operation for AWS Identity and Access Management.
Lists the server certificates stored in IAM that have the specified path prefix. If none exist, the action returns an empty list.
You can paginate the results using the MaxItems and Marker parameters.
For more information about working with server certificates, including a list of AWS services that can use the server certificates that you manage with IAM, go to Working with Server Certificates (http://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-certs.html) in the IAM User Guide.
// Example sending a request using the ListServerCertificatesRequest method. req := client.ListServerCertificatesRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListServerCertificates
func (*IAM) ListServiceSpecificCredentialsRequest ¶
func (c *IAM) ListServiceSpecificCredentialsRequest(input *ListServiceSpecificCredentialsInput) ListServiceSpecificCredentialsRequest
ListServiceSpecificCredentialsRequest returns a request value for making API operation for AWS Identity and Access Management.
Returns information about the service-specific credentials associated with the specified IAM user. If there are none, the action returns an empty list. The service-specific credentials returned by this action are used only for authenticating the IAM user to a specific service. For more information about using service-specific credentials to authenticate to an AWS service, see Set Up service-specific credentials (http://docs.aws.amazon.com/codecommit/latest/userguide/setting-up-gc.html) in the AWS CodeCommit User Guide.
// Example sending a request using the ListServiceSpecificCredentialsRequest method. req := client.ListServiceSpecificCredentialsRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListServiceSpecificCredentials
func (*IAM) ListSigningCertificatesRequest ¶
func (c *IAM) ListSigningCertificatesRequest(input *ListSigningCertificatesInput) ListSigningCertificatesRequest
ListSigningCertificatesRequest returns a request value for making API operation for AWS Identity and Access Management.
Returns information about the signing certificates associated with the specified IAM user. If there are none, the action returns an empty list.
Although each user is limited to a small number of signing certificates, you can still paginate the results using the MaxItems and Marker parameters.
If the UserName field is not specified, the user name is determined implicitly based on the AWS access key ID used to sign the request for this API. Because this action works for access keys under the AWS account, you can use this action to manage root credentials even if the AWS account has no associated users.
// Example sending a request using the ListSigningCertificatesRequest method. req := client.ListSigningCertificatesRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListSigningCertificates
func (*IAM) ListUserPoliciesRequest ¶
func (c *IAM) ListUserPoliciesRequest(input *ListUserPoliciesInput) ListUserPoliciesRequest
ListUserPoliciesRequest returns a request value for making API operation for AWS Identity and Access Management.
Lists the names of the inline policies embedded in the specified IAM user.
An IAM user can also have managed policies attached to it. To list the managed policies that are attached to a user, use ListAttachedUserPolicies. For more information about policies, see Managed Policies and Inline Policies (http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html) in the IAM User Guide.
You can paginate the results using the MaxItems and Marker parameters. If there are no inline policies embedded with the specified user, the action returns an empty list.
// Example sending a request using the ListUserPoliciesRequest method. req := client.ListUserPoliciesRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListUserPolicies
func (*IAM) ListUsersRequest ¶
func (c *IAM) ListUsersRequest(input *ListUsersInput) ListUsersRequest
ListUsersRequest returns a request value for making API operation for AWS Identity and Access Management.
Lists the IAM users that have the specified path prefix. If no path prefix is specified, the action returns all users in the AWS account. If there are none, the action returns an empty list.
You can paginate the results using the MaxItems and Marker parameters.
// Example sending a request using the ListUsersRequest method. req := client.ListUsersRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListUsers
func (*IAM) ListVirtualMFADevicesRequest ¶
func (c *IAM) ListVirtualMFADevicesRequest(input *ListVirtualMFADevicesInput) ListVirtualMFADevicesRequest
ListVirtualMFADevicesRequest returns a request value for making API operation for AWS Identity and Access Management.
Lists the virtual MFA devices defined in the AWS account by assignment status. If you do not specify an assignment status, the action returns a list of all virtual MFA devices. Assignment status can be Assigned, Unassigned, or Any.
You can paginate the results using the MaxItems and Marker parameters.
// Example sending a request using the ListVirtualMFADevicesRequest method. req := client.ListVirtualMFADevicesRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListVirtualMFADevices
func (*IAM) PutGroupPolicyRequest ¶
func (c *IAM) PutGroupPolicyRequest(input *PutGroupPolicyInput) PutGroupPolicyRequest
PutGroupPolicyRequest returns a request value for making API operation for AWS Identity and Access Management.
Adds or updates an inline policy document that is embedded in the specified IAM group.
A user can also have managed policies attached to it. To attach a managed policy to a group, use AttachGroupPolicy. To create a new managed policy, use CreatePolicy. For information about policies, see Managed Policies and Inline Policies (http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html) in the IAM User Guide.
For information about limits on the number of inline policies that you can embed in a group, see Limitations on IAM Entities (http://docs.aws.amazon.com/IAM/latest/UserGuide/LimitationsOnEntities.html) in the IAM User Guide.
Because policy documents can be large, you should use POST rather than GET when calling PutGroupPolicy. For general information about using the Query API with IAM, go to Making Query Requests (http://docs.aws.amazon.com/IAM/latest/UserGuide/IAM_UsingQueryAPI.html) in the IAM User Guide.
// Example sending a request using the PutGroupPolicyRequest method. req := client.PutGroupPolicyRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/PutGroupPolicy
func (*IAM) PutRolePolicyRequest ¶
func (c *IAM) PutRolePolicyRequest(input *PutRolePolicyInput) PutRolePolicyRequest
PutRolePolicyRequest returns a request value for making API operation for AWS Identity and Access Management.
Adds or updates an inline policy document that is embedded in the specified IAM role.
When you embed an inline policy in a role, the inline policy is used as part of the role's access (permissions) policy. The role's trust policy is created at the same time as the role, using CreateRole. You can update a role's trust policy using UpdateAssumeRolePolicy. For more information about IAM roles, go to Using Roles to Delegate Permissions and Federate Identities (http://docs.aws.amazon.com/IAM/latest/UserGuide/roles-toplevel.html).
A role can also have a managed policy attached to it. To attach a managed policy to a role, use AttachRolePolicy. To create a new managed policy, use CreatePolicy. For information about policies, see Managed Policies and Inline Policies (http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html) in the IAM User Guide.
For information about limits on the number of inline policies that you can embed with a role, see Limitations on IAM Entities (http://docs.aws.amazon.com/IAM/latest/UserGuide/LimitationsOnEntities.html) in the IAM User Guide.
Because policy documents can be large, you should use POST rather than GET when calling PutRolePolicy. For general information about using the Query API with IAM, go to Making Query Requests (http://docs.aws.amazon.com/IAM/latest/UserGuide/IAM_UsingQueryAPI.html) in the IAM User Guide.
// Example sending a request using the PutRolePolicyRequest method. req := client.PutRolePolicyRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/PutRolePolicy
func (*IAM) PutUserPolicyRequest ¶
func (c *IAM) PutUserPolicyRequest(input *PutUserPolicyInput) PutUserPolicyRequest
PutUserPolicyRequest returns a request value for making API operation for AWS Identity and Access Management.
Adds or updates an inline policy document that is embedded in the specified IAM user.
An IAM user can also have a managed policy attached to it. To attach a managed policy to a user, use AttachUserPolicy. To create a new managed policy, use CreatePolicy. For information about policies, see Managed Policies and Inline Policies (http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html) in the IAM User Guide.
For information about limits on the number of inline policies that you can embed in a user, see Limitations on IAM Entities (http://docs.aws.amazon.com/IAM/latest/UserGuide/LimitationsOnEntities.html) in the IAM User Guide.
Because policy documents can be large, you should use POST rather than GET when calling PutUserPolicy. For general information about using the Query API with IAM, go to Making Query Requests (http://docs.aws.amazon.com/IAM/latest/UserGuide/IAM_UsingQueryAPI.html) in the IAM User Guide.
// Example sending a request using the PutUserPolicyRequest method. req := client.PutUserPolicyRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/PutUserPolicy
func (*IAM) RemoveClientIDFromOpenIDConnectProviderRequest ¶
func (c *IAM) RemoveClientIDFromOpenIDConnectProviderRequest(input *RemoveClientIDFromOpenIDConnectProviderInput) RemoveClientIDFromOpenIDConnectProviderRequest
RemoveClientIDFromOpenIDConnectProviderRequest returns a request value for making API operation for AWS Identity and Access Management.
Removes the specified client ID (also known as audience) from the list of client IDs registered for the specified IAM OpenID Connect (OIDC) provider resource object.
This action is idempotent; it does not fail or return an error if you try to remove a client ID that does not exist.
// Example sending a request using the RemoveClientIDFromOpenIDConnectProviderRequest method. req := client.RemoveClientIDFromOpenIDConnectProviderRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/RemoveClientIDFromOpenIDConnectProvider
func (*IAM) RemoveRoleFromInstanceProfileRequest ¶
func (c *IAM) RemoveRoleFromInstanceProfileRequest(input *RemoveRoleFromInstanceProfileInput) RemoveRoleFromInstanceProfileRequest
RemoveRoleFromInstanceProfileRequest returns a request value for making API operation for AWS Identity and Access Management.
Removes the specified IAM role from the specified EC2 instance profile.
Make sure you do not have any Amazon EC2 instances running with the role you are about to remove from the instance profile. Removing a role from an instance profile that is associated with a running instance might break any applications running on the instance.
For more information about IAM roles, go to Working with Roles (http://docs.aws.amazon.com/IAM/latest/UserGuide/WorkingWithRoles.html). For more information about instance profiles, go to About Instance Profiles (http://docs.aws.amazon.com/IAM/latest/UserGuide/AboutInstanceProfiles.html).
// Example sending a request using the RemoveRoleFromInstanceProfileRequest method. req := client.RemoveRoleFromInstanceProfileRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/RemoveRoleFromInstanceProfile
func (*IAM) RemoveUserFromGroupRequest ¶
func (c *IAM) RemoveUserFromGroupRequest(input *RemoveUserFromGroupInput) RemoveUserFromGroupRequest
RemoveUserFromGroupRequest returns a request value for making API operation for AWS Identity and Access Management.
Removes the specified user from the specified group.
// Example sending a request using the RemoveUserFromGroupRequest method. req := client.RemoveUserFromGroupRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/RemoveUserFromGroup
func (*IAM) ResetServiceSpecificCredentialRequest ¶
func (c *IAM) ResetServiceSpecificCredentialRequest(input *ResetServiceSpecificCredentialInput) ResetServiceSpecificCredentialRequest
ResetServiceSpecificCredentialRequest returns a request value for making API operation for AWS Identity and Access Management.
Resets the password for a service-specific credential. The new password is AWS generated and cryptographically strong. It cannot be configured by the user. Resetting the password immediately invalidates the previous password associated with this user.
// Example sending a request using the ResetServiceSpecificCredentialRequest method. req := client.ResetServiceSpecificCredentialRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ResetServiceSpecificCredential
func (*IAM) ResyncMFADeviceRequest ¶
func (c *IAM) ResyncMFADeviceRequest(input *ResyncMFADeviceInput) ResyncMFADeviceRequest
ResyncMFADeviceRequest returns a request value for making API operation for AWS Identity and Access Management.
Synchronizes the specified MFA device with its IAM resource object on the AWS servers.
For more information about creating and working with virtual MFA devices, go to Using a Virtual MFA Device (http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_VirtualMFA.html) in the IAM User Guide.
// Example sending a request using the ResyncMFADeviceRequest method. req := client.ResyncMFADeviceRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ResyncMFADevice
func (*IAM) SetDefaultPolicyVersionRequest ¶
func (c *IAM) SetDefaultPolicyVersionRequest(input *SetDefaultPolicyVersionInput) SetDefaultPolicyVersionRequest
SetDefaultPolicyVersionRequest returns a request value for making API operation for AWS Identity and Access Management.
Sets the specified version of the specified policy as the policy's default (operative) version.
This action affects all users, groups, and roles that the policy is attached to. To list the users, groups, and roles that the policy is attached to, use the ListEntitiesForPolicy API.
For information about managed policies, see Managed Policies and Inline Policies (http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html) in the IAM User Guide.
// Example sending a request using the SetDefaultPolicyVersionRequest method. req := client.SetDefaultPolicyVersionRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/SetDefaultPolicyVersion
func (*IAM) SimulateCustomPolicyRequest ¶
func (c *IAM) SimulateCustomPolicyRequest(input *SimulateCustomPolicyInput) SimulateCustomPolicyRequest
SimulateCustomPolicyRequest returns a request value for making API operation for AWS Identity and Access Management.
Simulate how a set of IAM policies and optionally a resource-based policy works with a list of API actions and AWS resources to determine the policies' effective permissions. The policies are provided as strings.
The simulation does not perform the API actions; it only checks the authorization to determine if the simulated policies allow or deny the actions.
If you want to simulate existing policies attached to an IAM user, group, or role, use SimulatePrincipalPolicy instead.
Context keys are variables maintained by AWS and its services that provide details about the context of an API query request. You can use the Condition element of an IAM policy to evaluate context keys. To get the list of context keys that the policies require for correct simulation, use GetContextKeysForCustomPolicy.
If the output is long, you can use MaxItems and Marker parameters to paginate the results.
// Example sending a request using the SimulateCustomPolicyRequest method. req := client.SimulateCustomPolicyRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/SimulateCustomPolicy
func (*IAM) SimulatePrincipalPolicyRequest ¶
func (c *IAM) SimulatePrincipalPolicyRequest(input *SimulatePrincipalPolicyInput) SimulatePrincipalPolicyRequest
SimulatePrincipalPolicyRequest returns a request value for making API operation for AWS Identity and Access Management.
Simulate how a set of IAM policies attached to an IAM entity works with a list of API actions and AWS resources to determine the policies' effective permissions. The entity can be an IAM user, group, or role. If you specify a user, then the simulation also includes all of the policies that are attached to groups that the user belongs to .
You can optionally include a list of one or more additional policies specified as strings to include in the simulation. If you want to simulate only policies specified as strings, use SimulateCustomPolicy instead.
You can also optionally include one resource-based policy to be evaluated with each of the resources included in the simulation.
The simulation does not perform the API actions, it only checks the authorization to determine if the simulated policies allow or deny the actions.
Note: This API discloses information about the permissions granted to other users. If you do not want users to see other user's permissions, then consider allowing them to use SimulateCustomPolicy instead.
Context keys are variables maintained by AWS and its services that provide details about the context of an API query request. You can use the Condition element of an IAM policy to evaluate context keys. To get the list of context keys that the policies require for correct simulation, use GetContextKeysForPrincipalPolicy.
If the output is long, you can use the MaxItems and Marker parameters to paginate the results.
// Example sending a request using the SimulatePrincipalPolicyRequest method. req := client.SimulatePrincipalPolicyRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/SimulatePrincipalPolicy
func (*IAM) UpdateAccessKeyRequest ¶
func (c *IAM) UpdateAccessKeyRequest(input *UpdateAccessKeyInput) UpdateAccessKeyRequest
UpdateAccessKeyRequest returns a request value for making API operation for AWS Identity and Access Management.
Changes the status of the specified access key from Active to Inactive, or vice versa. This action can be used to disable a user's key as part of a key rotation work flow.
If the UserName field is not specified, the UserName is determined implicitly based on the AWS access key ID used to sign the request. Because this action works for access keys under the AWS account, you can use this action to manage root credentials even if the AWS account has no associated users.
For information about rotating keys, see Managing Keys and Certificates (http://docs.aws.amazon.com/IAM/latest/UserGuide/ManagingCredentials.html) in the IAM User Guide.
// Example sending a request using the UpdateAccessKeyRequest method. req := client.UpdateAccessKeyRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/UpdateAccessKey
func (*IAM) UpdateAccountPasswordPolicyRequest ¶
func (c *IAM) UpdateAccountPasswordPolicyRequest(input *UpdateAccountPasswordPolicyInput) UpdateAccountPasswordPolicyRequest
UpdateAccountPasswordPolicyRequest returns a request value for making API operation for AWS Identity and Access Management.
Updates the password policy settings for the AWS account.
This action does not support partial updates. No parameters are required, but if you do not specify a parameter, that parameter's value reverts to its default value. See the Request Parameters section for each parameter's default value.
For more information about using a password policy, see Managing an IAM Password Policy (http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_ManagingPasswordPolicies.html) in the IAM User Guide.
// Example sending a request using the UpdateAccountPasswordPolicyRequest method. req := client.UpdateAccountPasswordPolicyRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/UpdateAccountPasswordPolicy
func (*IAM) UpdateAssumeRolePolicyRequest ¶
func (c *IAM) UpdateAssumeRolePolicyRequest(input *UpdateAssumeRolePolicyInput) UpdateAssumeRolePolicyRequest
UpdateAssumeRolePolicyRequest returns a request value for making API operation for AWS Identity and Access Management.
Updates the policy that grants an IAM entity permission to assume a role. This is typically referred to as the "role trust policy". For more information about roles, go to Using Roles to Delegate Permissions and Federate Identities (http://docs.aws.amazon.com/IAM/latest/UserGuide/roles-toplevel.html).
// Example sending a request using the UpdateAssumeRolePolicyRequest method. req := client.UpdateAssumeRolePolicyRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/UpdateAssumeRolePolicy
func (*IAM) UpdateGroupRequest ¶
func (c *IAM) UpdateGroupRequest(input *UpdateGroupInput) UpdateGroupRequest
UpdateGroupRequest returns a request value for making API operation for AWS Identity and Access Management.
Updates the name and/or the path of the specified IAM group.
You should understand the implications of changing a group's path or name. For more information, see Renaming Users and Groups (http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_WorkingWithGroupsAndUsers.html) in the IAM User Guide.
To change an IAM group name the requester must have appropriate permissions on both the source object and the target object. For example, to change "Managers" to "MGRs", the entity making the request must have permission on both "Managers" and "MGRs", or must have permission on all (*). For more information about permissions, see Permissions and Policies (http://docs.aws.amazon.com/IAM/latest/UserGuide/PermissionsAndPolicies.html).
// Example sending a request using the UpdateGroupRequest method. req := client.UpdateGroupRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/UpdateGroup
func (*IAM) UpdateLoginProfileRequest ¶
func (c *IAM) UpdateLoginProfileRequest(input *UpdateLoginProfileInput) UpdateLoginProfileRequest
UpdateLoginProfileRequest returns a request value for making API operation for AWS Identity and Access Management.
Changes the password for the specified IAM user.
IAM users can change their own passwords by calling ChangePassword. For more information about modifying passwords, see Managing Passwords (http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_ManagingLogins.html) in the IAM User Guide.
// Example sending a request using the UpdateLoginProfileRequest method. req := client.UpdateLoginProfileRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/UpdateLoginProfile
func (*IAM) UpdateOpenIDConnectProviderThumbprintRequest ¶
func (c *IAM) UpdateOpenIDConnectProviderThumbprintRequest(input *UpdateOpenIDConnectProviderThumbprintInput) UpdateOpenIDConnectProviderThumbprintRequest
UpdateOpenIDConnectProviderThumbprintRequest returns a request value for making API operation for AWS Identity and Access Management.
Replaces the existing list of server certificate thumbprints associated with an OpenID Connect (OIDC) provider resource object with a new list of thumbprints.
The list that you pass with this action completely replaces the existing list of thumbprints. (The lists are not merged.)
Typically, you need to update a thumbprint only when the identity provider's certificate changes, which occurs rarely. However, if the provider's certificate does change, any attempt to assume an IAM role that specifies the OIDC provider as a principal fails until the certificate thumbprint is updated.
Because trust for the OIDC provider is ultimately derived from the provider's certificate and is validated by the thumbprint, it is a best practice to limit access to the UpdateOpenIDConnectProviderThumbprint action to highly-privileged users.
// Example sending a request using the UpdateOpenIDConnectProviderThumbprintRequest method. req := client.UpdateOpenIDConnectProviderThumbprintRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/UpdateOpenIDConnectProviderThumbprint
func (*IAM) UpdateRoleDescriptionRequest ¶
func (c *IAM) UpdateRoleDescriptionRequest(input *UpdateRoleDescriptionInput) UpdateRoleDescriptionRequest
UpdateRoleDescriptionRequest returns a request value for making API operation for AWS Identity and Access Management.
Modifies the description of a role.
// Example sending a request using the UpdateRoleDescriptionRequest method. req := client.UpdateRoleDescriptionRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/UpdateRoleDescription
func (*IAM) UpdateSAMLProviderRequest ¶
func (c *IAM) UpdateSAMLProviderRequest(input *UpdateSAMLProviderInput) UpdateSAMLProviderRequest
UpdateSAMLProviderRequest returns a request value for making API operation for AWS Identity and Access Management.
Updates the metadata document for an existing SAML provider resource object.
This operation requires Signature Version 4 (http://docs.aws.amazon.com/general/latest/gr/signature-version-4.html).
// Example sending a request using the UpdateSAMLProviderRequest method. req := client.UpdateSAMLProviderRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/UpdateSAMLProvider
func (*IAM) UpdateSSHPublicKeyRequest ¶
func (c *IAM) UpdateSSHPublicKeyRequest(input *UpdateSSHPublicKeyInput) UpdateSSHPublicKeyRequest
UpdateSSHPublicKeyRequest returns a request value for making API operation for AWS Identity and Access Management.
Sets the status of an IAM user's SSH public key to active or inactive. SSH public keys that are inactive cannot be used for authentication. This action can be used to disable a user's SSH public key as part of a key rotation work flow.
The SSH public key affected by this action is used only for authenticating the associated IAM user to an AWS CodeCommit repository. For more information about using SSH keys to authenticate to an AWS CodeCommit repository, see Set up AWS CodeCommit for SSH Connections (http://docs.aws.amazon.com/codecommit/latest/userguide/setting-up-credentials-ssh.html) in the AWS CodeCommit User Guide.
// Example sending a request using the UpdateSSHPublicKeyRequest method. req := client.UpdateSSHPublicKeyRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/UpdateSSHPublicKey
func (*IAM) UpdateServerCertificateRequest ¶
func (c *IAM) UpdateServerCertificateRequest(input *UpdateServerCertificateInput) UpdateServerCertificateRequest
UpdateServerCertificateRequest returns a request value for making API operation for AWS Identity and Access Management.
Updates the name and/or the path of the specified server certificate stored in IAM.
For more information about working with server certificates, including a list of AWS services that can use the server certificates that you manage with IAM, go to Working with Server Certificates (http://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-certs.html) in the IAM User Guide.
You should understand the implications of changing a server certificate's path or name. For more information, see Renaming a Server Certificate (http://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-certs_manage.html#RenamingServerCerts) in the IAM User Guide.
To change a server certificate name the requester must have appropriate permissions on both the source object and the target object. For example, to change the name from "ProductionCert" to "ProdCert", the entity making the request must have permission on "ProductionCert" and "ProdCert", or must have permission on all (*). For more information about permissions, see Access Management (http://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.
// Example sending a request using the UpdateServerCertificateRequest method. req := client.UpdateServerCertificateRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/UpdateServerCertificate
func (*IAM) UpdateServiceSpecificCredentialRequest ¶
func (c *IAM) UpdateServiceSpecificCredentialRequest(input *UpdateServiceSpecificCredentialInput) UpdateServiceSpecificCredentialRequest
UpdateServiceSpecificCredentialRequest returns a request value for making API operation for AWS Identity and Access Management.
Sets the status of a service-specific credential to Active or Inactive. Service-specific credentials that are inactive cannot be used for authentication to the service. This action can be used to disable a user’s service-specific credential as part of a credential rotation work flow.
// Example sending a request using the UpdateServiceSpecificCredentialRequest method. req := client.UpdateServiceSpecificCredentialRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/UpdateServiceSpecificCredential
func (*IAM) UpdateSigningCertificateRequest ¶
func (c *IAM) UpdateSigningCertificateRequest(input *UpdateSigningCertificateInput) UpdateSigningCertificateRequest
UpdateSigningCertificateRequest returns a request value for making API operation for AWS Identity and Access Management.
Changes the status of the specified user signing certificate from active to disabled, or vice versa. This action can be used to disable an IAM user's signing certificate as part of a certificate rotation work flow.
If the UserName field is not specified, the UserName is determined implicitly based on the AWS access key ID used to sign the request. Because this action works for access keys under the AWS account, you can use this action to manage root credentials even if the AWS account has no associated users.
// Example sending a request using the UpdateSigningCertificateRequest method. req := client.UpdateSigningCertificateRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/UpdateSigningCertificate
func (*IAM) UpdateUserRequest ¶
func (c *IAM) UpdateUserRequest(input *UpdateUserInput) UpdateUserRequest
UpdateUserRequest returns a request value for making API operation for AWS Identity and Access Management.
Updates the name and/or the path of the specified IAM user.
You should understand the implications of changing an IAM user's path or name. For more information, see Renaming an IAM User (http://docs.aws.amazon.com/IAM/latest/UserGuide/id_users_manage.html#id_users_renaming) and Renaming an IAM Group (http://docs.aws.amazon.com/IAM/latest/UserGuide/id_groups_manage_rename.html) in the IAM User Guide.
To change a user name the requester must have appropriate permissions on both the source object and the target object. For example, to change Bob to Robert, the entity making the request must have permission on Bob and Robert, or must have permission on all (*). For more information about permissions, see Permissions and Policies (http://docs.aws.amazon.com/IAM/latest/UserGuide/PermissionsAndPolicies.html).
// Example sending a request using the UpdateUserRequest method. req := client.UpdateUserRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/UpdateUser
func (*IAM) UploadSSHPublicKeyRequest ¶
func (c *IAM) UploadSSHPublicKeyRequest(input *UploadSSHPublicKeyInput) UploadSSHPublicKeyRequest
UploadSSHPublicKeyRequest returns a request value for making API operation for AWS Identity and Access Management.
Uploads an SSH public key and associates it with the specified IAM user.
The SSH public key uploaded by this action can be used only for authenticating the associated IAM user to an AWS CodeCommit repository. For more information about using SSH keys to authenticate to an AWS CodeCommit repository, see Set up AWS CodeCommit for SSH Connections (http://docs.aws.amazon.com/codecommit/latest/userguide/setting-up-credentials-ssh.html) in the AWS CodeCommit User Guide.
// Example sending a request using the UploadSSHPublicKeyRequest method. req := client.UploadSSHPublicKeyRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/UploadSSHPublicKey
func (*IAM) UploadServerCertificateRequest ¶
func (c *IAM) UploadServerCertificateRequest(input *UploadServerCertificateInput) UploadServerCertificateRequest
UploadServerCertificateRequest returns a request value for making API operation for AWS Identity and Access Management.
Uploads a server certificate entity for the AWS account. The server certificate entity includes a public key certificate, a private key, and an optional certificate chain, which should all be PEM-encoded.
We recommend that you use AWS Certificate Manager (https://aws.amazon.com/certificate-manager/) to provision, manage, and deploy your server certificates. With ACM you can request a certificate, deploy it to AWS resources, and let ACM handle certificate renewals for you. Certificates provided by ACM are free. For more information about using ACM, see the AWS Certificate Manager User Guide (http://docs.aws.amazon.com/acm/latest/userguide/).
For more information about working with server certificates, including a list of AWS services that can use the server certificates that you manage with IAM, go to Working with Server Certificates (http://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-certs.html) in the IAM User Guide.
For information about the number of server certificates you can upload, see Limitations on IAM Entities and Objects (http://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-limits.html) in the IAM User Guide.
Because the body of the public key certificate, private key, and the certificate chain can be large, you should use POST rather than GET when calling UploadServerCertificate. For information about setting up signatures and authorization through the API, go to Signing AWS API Requests (http://docs.aws.amazon.com/general/latest/gr/signing_aws_api_requests.html) in the AWS General Reference. For general information about using the Query API with IAM, go to Calling the API by Making HTTP Query Requests (http://docs.aws.amazon.com/IAM/latest/UserGuide/programming.html) in the IAM User Guide.
// Example sending a request using the UploadServerCertificateRequest method. req := client.UploadServerCertificateRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/UploadServerCertificate
func (*IAM) UploadSigningCertificateRequest ¶
func (c *IAM) UploadSigningCertificateRequest(input *UploadSigningCertificateInput) UploadSigningCertificateRequest
UploadSigningCertificateRequest returns a request value for making API operation for AWS Identity and Access Management.
Uploads an X.509 signing certificate and associates it with the specified IAM user. Some AWS services use X.509 signing certificates to validate requests that are signed with a corresponding private key. When you upload the certificate, its default status is Active.
If the UserName field is not specified, the IAM user name is determined implicitly based on the AWS access key ID used to sign the request. Because this action works for access keys under the AWS account, you can use this action to manage root credentials even if the AWS account has no associated users.
Because the body of a X.509 certificate can be large, you should use POST rather than GET when calling UploadSigningCertificate. For information about setting up signatures and authorization through the API, go to Signing AWS API Requests (http://docs.aws.amazon.com/general/latest/gr/signing_aws_api_requests.html) in the AWS General Reference. For general information about using the Query API with IAM, go to Making Query Requests (http://docs.aws.amazon.com/IAM/latest/UserGuide/IAM_UsingQueryAPI.html) in the IAM User Guide.
// Example sending a request using the UploadSigningCertificateRequest method. req := client.UploadSigningCertificateRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/UploadSigningCertificate
func (*IAM) WaitUntilInstanceProfileExists ¶
func (c *IAM) WaitUntilInstanceProfileExists(input *GetInstanceProfileInput) error
WaitUntilInstanceProfileExists uses the IAM API operation GetInstanceProfile to wait for a condition to be met before returning. If the condition is not met within the max attempt window, an error will be returned.
func (*IAM) WaitUntilInstanceProfileExistsWithContext ¶
func (c *IAM) WaitUntilInstanceProfileExistsWithContext(ctx aws.Context, input *GetInstanceProfileInput, opts ...aws.WaiterOption) error
WaitUntilInstanceProfileExistsWithContext is an extended version of WaitUntilInstanceProfileExists. With the support for passing in a context and options to configure the Waiter and the underlying request options.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*IAM) WaitUntilUserExists ¶
func (c *IAM) WaitUntilUserExists(input *GetUserInput) error
WaitUntilUserExists uses the IAM API operation GetUser to wait for a condition to be met before returning. If the condition is not met within the max attempt window, an error will be returned.
func (*IAM) WaitUntilUserExistsWithContext ¶
func (c *IAM) WaitUntilUserExistsWithContext(ctx aws.Context, input *GetUserInput, opts ...aws.WaiterOption) error
WaitUntilUserExistsWithContext is an extended version of WaitUntilUserExists. With the support for passing in a context and options to configure the Waiter and the underlying request options.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
type InstanceProfile ¶
type InstanceProfile struct { // The Amazon Resource Name (ARN) specifying the instance profile. For more // information about ARNs and how to use them in policies, see IAM Identifiers // (http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html) // in the Using IAM guide. // // Arn is a required field Arn *string `min:"20" type:"string" required:"true"` // The date when the instance profile was created. // // CreateDate is a required field CreateDate *time.Time `type:"timestamp" timestampFormat:"iso8601" required:"true"` // The stable and unique string identifying the instance profile. For more information // about IDs, see IAM Identifiers (http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html) // in the Using IAM guide. // // InstanceProfileId is a required field InstanceProfileId *string `min:"16" type:"string" required:"true"` // The name identifying the instance profile. // // InstanceProfileName is a required field InstanceProfileName *string `min:"1" type:"string" required:"true"` // The path to the instance profile. For more information about paths, see IAM // Identifiers (http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html) // in the Using IAM guide. // // Path is a required field Path *string `min:"1" type:"string" required:"true"` // The role associated with the instance profile. // // Roles is a required field Roles []Role `type:"list" required:"true"` // contains filtered or unexported fields }
Contains information about an instance profile.
This data type is used as a response element in the following actions:
CreateInstanceProfile
GetInstanceProfile
ListInstanceProfiles
ListInstanceProfilesForRole
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/InstanceProfile
func (InstanceProfile) GoString ¶
func (s InstanceProfile) GoString() string
GoString returns the string representation
func (InstanceProfile) String ¶
func (s InstanceProfile) String() string
String returns the string representation
type ListAccessKeysInput ¶
type ListAccessKeysInput struct { // Use this parameter only when paginating results and only after you receive // a response indicating that the results are truncated. Set it to the value // of the Marker element in the response that you received to indicate where // the next call should start. Marker *string `min:"1" type:"string"` // (Optional) Use this only when paginating results to indicate the maximum // number of items you want in the response. If additional items exist beyond // the maximum you specify, the IsTruncated response element is true. // // If you do not include this parameter, it defaults to 100. Note that IAM might // return fewer results, even when there are more results available. In that // case, the IsTruncated response element returns true and Marker contains a // value to include in the subsequent call that tells the service where to continue // from. MaxItems *int64 `min:"1" type:"integer"` // The name of the user. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@- UserName *string `min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListAccessKeysRequest
func (ListAccessKeysInput) GoString ¶
func (s ListAccessKeysInput) GoString() string
GoString returns the string representation
func (ListAccessKeysInput) String ¶
func (s ListAccessKeysInput) String() string
String returns the string representation
func (*ListAccessKeysInput) Validate ¶
func (s *ListAccessKeysInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListAccessKeysOutput ¶
type ListAccessKeysOutput struct { // A list of objects containing metadata about the access keys. // // AccessKeyMetadata is a required field AccessKeyMetadata []AccessKeyMetadata `type:"list" required:"true"` // A flag that indicates whether there are more items to return. If your results // were truncated, you can make a subsequent pagination request using the Marker // request parameter to retrieve more items. Note that IAM might return fewer // than the MaxItems number of results even when there are more results available. // We recommend that you check IsTruncated after every call to ensure that you // receive all of your results. IsTruncated *bool `type:"boolean"` // When IsTruncated is true, this element is present and contains the value // to use for the Marker parameter in a subsequent pagination request. Marker *string `min:"1" type:"string"` // contains filtered or unexported fields }
Contains the response to a successful ListAccessKeys request. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListAccessKeysResponse
func (ListAccessKeysOutput) GoString ¶
func (s ListAccessKeysOutput) GoString() string
GoString returns the string representation
func (ListAccessKeysOutput) SDKResponseMetadata ¶
func (s ListAccessKeysOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (ListAccessKeysOutput) String ¶
func (s ListAccessKeysOutput) String() string
String returns the string representation
type ListAccessKeysPager ¶ added in v0.3.0
ListAccessKeysPager is used to paginate the request. This can be done by calling Next and CurrentPage.
func (*ListAccessKeysPager) CurrentPage ¶ added in v0.3.0
func (p *ListAccessKeysPager) CurrentPage() *ListAccessKeysOutput
type ListAccessKeysRequest ¶
type ListAccessKeysRequest struct { *aws.Request Input *ListAccessKeysInput Copy func(*ListAccessKeysInput) ListAccessKeysRequest }
ListAccessKeysRequest is a API request type for the ListAccessKeys API operation.
func (*ListAccessKeysRequest) Paginate ¶ added in v0.3.0
func (p *ListAccessKeysRequest) Paginate(opts ...aws.Option) ListAccessKeysPager
Paginate pages iterates over the pages of a ListAccessKeysRequest operation, calling the Next method for each page. Using the paginators Next method will depict whether or not there are more pages.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListAccessKeys operation. req := client.ListAccessKeysRequest(input) p := req.Paginate() for p.Next() { page := p.CurrentPage() } if err := p.Err(); err != nil { return err }
func (ListAccessKeysRequest) Send ¶
func (r ListAccessKeysRequest) Send() (*ListAccessKeysOutput, error)
Send marshals and sends the ListAccessKeys API request.
type ListAccountAliasesInput ¶
type ListAccountAliasesInput struct { // Use this parameter only when paginating results and only after you receive // a response indicating that the results are truncated. Set it to the value // of the Marker element in the response that you received to indicate where // the next call should start. Marker *string `min:"1" type:"string"` // (Optional) Use this only when paginating results to indicate the maximum // number of items you want in the response. If additional items exist beyond // the maximum you specify, the IsTruncated response element is true. // // If you do not include this parameter, it defaults to 100. Note that IAM might // return fewer results, even when there are more results available. In that // case, the IsTruncated response element returns true and Marker contains a // value to include in the subsequent call that tells the service where to continue // from. MaxItems *int64 `min:"1" type:"integer"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListAccountAliasesRequest
func (ListAccountAliasesInput) GoString ¶
func (s ListAccountAliasesInput) GoString() string
GoString returns the string representation
func (ListAccountAliasesInput) String ¶
func (s ListAccountAliasesInput) String() string
String returns the string representation
func (*ListAccountAliasesInput) Validate ¶
func (s *ListAccountAliasesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListAccountAliasesOutput ¶
type ListAccountAliasesOutput struct { // A list of aliases associated with the account. AWS supports only one alias // per account. // // AccountAliases is a required field AccountAliases []string `type:"list" required:"true"` // A flag that indicates whether there are more items to return. If your results // were truncated, you can make a subsequent pagination request using the Marker // request parameter to retrieve more items. Note that IAM might return fewer // than the MaxItems number of results even when there are more results available. // We recommend that you check IsTruncated after every call to ensure that you // receive all of your results. IsTruncated *bool `type:"boolean"` // When IsTruncated is true, this element is present and contains the value // to use for the Marker parameter in a subsequent pagination request. Marker *string `min:"1" type:"string"` // contains filtered or unexported fields }
Contains the response to a successful ListAccountAliases request. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListAccountAliasesResponse
func (ListAccountAliasesOutput) GoString ¶
func (s ListAccountAliasesOutput) GoString() string
GoString returns the string representation
func (ListAccountAliasesOutput) SDKResponseMetadata ¶
func (s ListAccountAliasesOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (ListAccountAliasesOutput) String ¶
func (s ListAccountAliasesOutput) String() string
String returns the string representation
type ListAccountAliasesPager ¶ added in v0.3.0
ListAccountAliasesPager is used to paginate the request. This can be done by calling Next and CurrentPage.
func (*ListAccountAliasesPager) CurrentPage ¶ added in v0.3.0
func (p *ListAccountAliasesPager) CurrentPage() *ListAccountAliasesOutput
type ListAccountAliasesRequest ¶
type ListAccountAliasesRequest struct { *aws.Request Input *ListAccountAliasesInput Copy func(*ListAccountAliasesInput) ListAccountAliasesRequest }
ListAccountAliasesRequest is a API request type for the ListAccountAliases API operation.
func (*ListAccountAliasesRequest) Paginate ¶ added in v0.3.0
func (p *ListAccountAliasesRequest) Paginate(opts ...aws.Option) ListAccountAliasesPager
Paginate pages iterates over the pages of a ListAccountAliasesRequest operation, calling the Next method for each page. Using the paginators Next method will depict whether or not there are more pages.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListAccountAliases operation. req := client.ListAccountAliasesRequest(input) p := req.Paginate() for p.Next() { page := p.CurrentPage() } if err := p.Err(); err != nil { return err }
func (ListAccountAliasesRequest) Send ¶
func (r ListAccountAliasesRequest) Send() (*ListAccountAliasesOutput, error)
Send marshals and sends the ListAccountAliases API request.
type ListAttachedGroupPoliciesInput ¶
type ListAttachedGroupPoliciesInput struct { // The name (friendly name, not ARN) of the group to list attached policies // for. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@- // // GroupName is a required field GroupName *string `min:"1" type:"string" required:"true"` // Use this parameter only when paginating results and only after you receive // a response indicating that the results are truncated. Set it to the value // of the Marker element in the response that you received to indicate where // the next call should start. Marker *string `min:"1" type:"string"` // (Optional) Use this only when paginating results to indicate the maximum // number of items you want in the response. If additional items exist beyond // the maximum you specify, the IsTruncated response element is true. // // If you do not include this parameter, it defaults to 100. Note that IAM might // return fewer results, even when there are more results available. In that // case, the IsTruncated response element returns true and Marker contains a // value to include in the subsequent call that tells the service where to continue // from. MaxItems *int64 `min:"1" type:"integer"` // The path prefix for filtering the results. This parameter is optional. If // it is not included, it defaults to a slash (/), listing all policies. // // This paramater allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of either a forward slash (/) by itself // or a string that must begin and end with forward slashes, containing any // ASCII character from the ! (\u0021) thru the DEL character (\u007F), including // most punctuation characters, digits, and upper and lowercased letters. PathPrefix *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListAttachedGroupPoliciesRequest
func (ListAttachedGroupPoliciesInput) GoString ¶
func (s ListAttachedGroupPoliciesInput) GoString() string
GoString returns the string representation
func (ListAttachedGroupPoliciesInput) String ¶
func (s ListAttachedGroupPoliciesInput) String() string
String returns the string representation
func (*ListAttachedGroupPoliciesInput) Validate ¶
func (s *ListAttachedGroupPoliciesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListAttachedGroupPoliciesOutput ¶
type ListAttachedGroupPoliciesOutput struct { // A list of the attached policies. AttachedPolicies []AttachedPolicy `type:"list"` // A flag that indicates whether there are more items to return. If your results // were truncated, you can make a subsequent pagination request using the Marker // request parameter to retrieve more items. Note that IAM might return fewer // than the MaxItems number of results even when there are more results available. // We recommend that you check IsTruncated after every call to ensure that you // receive all of your results. IsTruncated *bool `type:"boolean"` // When IsTruncated is true, this element is present and contains the value // to use for the Marker parameter in a subsequent pagination request. Marker *string `min:"1" type:"string"` // contains filtered or unexported fields }
Contains the response to a successful ListAttachedGroupPolicies request. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListAttachedGroupPoliciesResponse
func (ListAttachedGroupPoliciesOutput) GoString ¶
func (s ListAttachedGroupPoliciesOutput) GoString() string
GoString returns the string representation
func (ListAttachedGroupPoliciesOutput) SDKResponseMetadata ¶
func (s ListAttachedGroupPoliciesOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (ListAttachedGroupPoliciesOutput) String ¶
func (s ListAttachedGroupPoliciesOutput) String() string
String returns the string representation
type ListAttachedGroupPoliciesPager ¶ added in v0.3.0
ListAttachedGroupPoliciesPager is used to paginate the request. This can be done by calling Next and CurrentPage.
func (*ListAttachedGroupPoliciesPager) CurrentPage ¶ added in v0.3.0
func (p *ListAttachedGroupPoliciesPager) CurrentPage() *ListAttachedGroupPoliciesOutput
type ListAttachedGroupPoliciesRequest ¶
type ListAttachedGroupPoliciesRequest struct { *aws.Request Input *ListAttachedGroupPoliciesInput Copy func(*ListAttachedGroupPoliciesInput) ListAttachedGroupPoliciesRequest }
ListAttachedGroupPoliciesRequest is a API request type for the ListAttachedGroupPolicies API operation.
func (*ListAttachedGroupPoliciesRequest) Paginate ¶ added in v0.3.0
func (p *ListAttachedGroupPoliciesRequest) Paginate(opts ...aws.Option) ListAttachedGroupPoliciesPager
Paginate pages iterates over the pages of a ListAttachedGroupPoliciesRequest operation, calling the Next method for each page. Using the paginators Next method will depict whether or not there are more pages.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListAttachedGroupPolicies operation. req := client.ListAttachedGroupPoliciesRequest(input) p := req.Paginate() for p.Next() { page := p.CurrentPage() } if err := p.Err(); err != nil { return err }
func (ListAttachedGroupPoliciesRequest) Send ¶
func (r ListAttachedGroupPoliciesRequest) Send() (*ListAttachedGroupPoliciesOutput, error)
Send marshals and sends the ListAttachedGroupPolicies API request.
type ListAttachedRolePoliciesInput ¶
type ListAttachedRolePoliciesInput struct { // Use this parameter only when paginating results and only after you receive // a response indicating that the results are truncated. Set it to the value // of the Marker element in the response that you received to indicate where // the next call should start. Marker *string `min:"1" type:"string"` // (Optional) Use this only when paginating results to indicate the maximum // number of items you want in the response. If additional items exist beyond // the maximum you specify, the IsTruncated response element is true. // // If you do not include this parameter, it defaults to 100. Note that IAM might // return fewer results, even when there are more results available. In that // case, the IsTruncated response element returns true and Marker contains a // value to include in the subsequent call that tells the service where to continue // from. MaxItems *int64 `min:"1" type:"integer"` // The path prefix for filtering the results. This parameter is optional. If // it is not included, it defaults to a slash (/), listing all policies. // // This paramater allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of either a forward slash (/) by itself // or a string that must begin and end with forward slashes, containing any // ASCII character from the ! (\u0021) thru the DEL character (\u007F), including // most punctuation characters, digits, and upper and lowercased letters. PathPrefix *string `type:"string"` // The name (friendly name, not ARN) of the role to list attached policies for. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: _+=,.@- // // RoleName is a required field RoleName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListAttachedRolePoliciesRequest
func (ListAttachedRolePoliciesInput) GoString ¶
func (s ListAttachedRolePoliciesInput) GoString() string
GoString returns the string representation
func (ListAttachedRolePoliciesInput) String ¶
func (s ListAttachedRolePoliciesInput) String() string
String returns the string representation
func (*ListAttachedRolePoliciesInput) Validate ¶
func (s *ListAttachedRolePoliciesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListAttachedRolePoliciesOutput ¶
type ListAttachedRolePoliciesOutput struct { // A list of the attached policies. AttachedPolicies []AttachedPolicy `type:"list"` // A flag that indicates whether there are more items to return. If your results // were truncated, you can make a subsequent pagination request using the Marker // request parameter to retrieve more items. Note that IAM might return fewer // than the MaxItems number of results even when there are more results available. // We recommend that you check IsTruncated after every call to ensure that you // receive all of your results. IsTruncated *bool `type:"boolean"` // When IsTruncated is true, this element is present and contains the value // to use for the Marker parameter in a subsequent pagination request. Marker *string `min:"1" type:"string"` // contains filtered or unexported fields }
Contains the response to a successful ListAttachedRolePolicies request. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListAttachedRolePoliciesResponse
func (ListAttachedRolePoliciesOutput) GoString ¶
func (s ListAttachedRolePoliciesOutput) GoString() string
GoString returns the string representation
func (ListAttachedRolePoliciesOutput) SDKResponseMetadata ¶
func (s ListAttachedRolePoliciesOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (ListAttachedRolePoliciesOutput) String ¶
func (s ListAttachedRolePoliciesOutput) String() string
String returns the string representation
type ListAttachedRolePoliciesPager ¶ added in v0.3.0
ListAttachedRolePoliciesPager is used to paginate the request. This can be done by calling Next and CurrentPage.
func (*ListAttachedRolePoliciesPager) CurrentPage ¶ added in v0.3.0
func (p *ListAttachedRolePoliciesPager) CurrentPage() *ListAttachedRolePoliciesOutput
type ListAttachedRolePoliciesRequest ¶
type ListAttachedRolePoliciesRequest struct { *aws.Request Input *ListAttachedRolePoliciesInput Copy func(*ListAttachedRolePoliciesInput) ListAttachedRolePoliciesRequest }
ListAttachedRolePoliciesRequest is a API request type for the ListAttachedRolePolicies API operation.
func (*ListAttachedRolePoliciesRequest) Paginate ¶ added in v0.3.0
func (p *ListAttachedRolePoliciesRequest) Paginate(opts ...aws.Option) ListAttachedRolePoliciesPager
Paginate pages iterates over the pages of a ListAttachedRolePoliciesRequest operation, calling the Next method for each page. Using the paginators Next method will depict whether or not there are more pages.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListAttachedRolePolicies operation. req := client.ListAttachedRolePoliciesRequest(input) p := req.Paginate() for p.Next() { page := p.CurrentPage() } if err := p.Err(); err != nil { return err }
func (ListAttachedRolePoliciesRequest) Send ¶
func (r ListAttachedRolePoliciesRequest) Send() (*ListAttachedRolePoliciesOutput, error)
Send marshals and sends the ListAttachedRolePolicies API request.
type ListAttachedUserPoliciesInput ¶
type ListAttachedUserPoliciesInput struct { // Use this parameter only when paginating results and only after you receive // a response indicating that the results are truncated. Set it to the value // of the Marker element in the response that you received to indicate where // the next call should start. Marker *string `min:"1" type:"string"` // (Optional) Use this only when paginating results to indicate the maximum // number of items you want in the response. If additional items exist beyond // the maximum you specify, the IsTruncated response element is true. // // If you do not include this parameter, it defaults to 100. Note that IAM might // return fewer results, even when there are more results available. In that // case, the IsTruncated response element returns true and Marker contains a // value to include in the subsequent call that tells the service where to continue // from. MaxItems *int64 `min:"1" type:"integer"` // The path prefix for filtering the results. This parameter is optional. If // it is not included, it defaults to a slash (/), listing all policies. // // This paramater allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of either a forward slash (/) by itself // or a string that must begin and end with forward slashes, containing any // ASCII character from the ! (\u0021) thru the DEL character (\u007F), including // most punctuation characters, digits, and upper and lowercased letters. PathPrefix *string `type:"string"` // The name (friendly name, not ARN) of the user to list attached policies for. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@- // // UserName is a required field UserName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListAttachedUserPoliciesRequest
func (ListAttachedUserPoliciesInput) GoString ¶
func (s ListAttachedUserPoliciesInput) GoString() string
GoString returns the string representation
func (ListAttachedUserPoliciesInput) String ¶
func (s ListAttachedUserPoliciesInput) String() string
String returns the string representation
func (*ListAttachedUserPoliciesInput) Validate ¶
func (s *ListAttachedUserPoliciesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListAttachedUserPoliciesOutput ¶
type ListAttachedUserPoliciesOutput struct { // A list of the attached policies. AttachedPolicies []AttachedPolicy `type:"list"` // A flag that indicates whether there are more items to return. If your results // were truncated, you can make a subsequent pagination request using the Marker // request parameter to retrieve more items. Note that IAM might return fewer // than the MaxItems number of results even when there are more results available. // We recommend that you check IsTruncated after every call to ensure that you // receive all of your results. IsTruncated *bool `type:"boolean"` // When IsTruncated is true, this element is present and contains the value // to use for the Marker parameter in a subsequent pagination request. Marker *string `min:"1" type:"string"` // contains filtered or unexported fields }
Contains the response to a successful ListAttachedUserPolicies request. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListAttachedUserPoliciesResponse
func (ListAttachedUserPoliciesOutput) GoString ¶
func (s ListAttachedUserPoliciesOutput) GoString() string
GoString returns the string representation
func (ListAttachedUserPoliciesOutput) SDKResponseMetadata ¶
func (s ListAttachedUserPoliciesOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (ListAttachedUserPoliciesOutput) String ¶
func (s ListAttachedUserPoliciesOutput) String() string
String returns the string representation
type ListAttachedUserPoliciesPager ¶ added in v0.3.0
ListAttachedUserPoliciesPager is used to paginate the request. This can be done by calling Next and CurrentPage.
func (*ListAttachedUserPoliciesPager) CurrentPage ¶ added in v0.3.0
func (p *ListAttachedUserPoliciesPager) CurrentPage() *ListAttachedUserPoliciesOutput
type ListAttachedUserPoliciesRequest ¶
type ListAttachedUserPoliciesRequest struct { *aws.Request Input *ListAttachedUserPoliciesInput Copy func(*ListAttachedUserPoliciesInput) ListAttachedUserPoliciesRequest }
ListAttachedUserPoliciesRequest is a API request type for the ListAttachedUserPolicies API operation.
func (*ListAttachedUserPoliciesRequest) Paginate ¶ added in v0.3.0
func (p *ListAttachedUserPoliciesRequest) Paginate(opts ...aws.Option) ListAttachedUserPoliciesPager
Paginate pages iterates over the pages of a ListAttachedUserPoliciesRequest operation, calling the Next method for each page. Using the paginators Next method will depict whether or not there are more pages.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListAttachedUserPolicies operation. req := client.ListAttachedUserPoliciesRequest(input) p := req.Paginate() for p.Next() { page := p.CurrentPage() } if err := p.Err(); err != nil { return err }
func (ListAttachedUserPoliciesRequest) Send ¶
func (r ListAttachedUserPoliciesRequest) Send() (*ListAttachedUserPoliciesOutput, error)
Send marshals and sends the ListAttachedUserPolicies API request.
type ListEntitiesForPolicyInput ¶
type ListEntitiesForPolicyInput struct { // The entity type to use for filtering the results. // // For example, when EntityFilter is Role, only the roles that are attached // to the specified policy are returned. This parameter is optional. If it is // not included, all attached entities (users, groups, and roles) are returned. // The argument for this parameter must be one of the valid values listed below. EntityFilter EntityType `type:"string" enum:"true"` // Use this parameter only when paginating results and only after you receive // a response indicating that the results are truncated. Set it to the value // of the Marker element in the response that you received to indicate where // the next call should start. Marker *string `min:"1" type:"string"` // (Optional) Use this only when paginating results to indicate the maximum // number of items you want in the response. If additional items exist beyond // the maximum you specify, the IsTruncated response element is true. // // If you do not include this parameter, it defaults to 100. Note that IAM might // return fewer results, even when there are more results available. In that // case, the IsTruncated response element returns true and Marker contains a // value to include in the subsequent call that tells the service where to continue // from. MaxItems *int64 `min:"1" type:"integer"` // The path prefix for filtering the results. This parameter is optional. If // it is not included, it defaults to a slash (/), listing all entities. // // This paramater allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of either a forward slash (/) by itself // or a string that must begin and end with forward slashes, containing any // ASCII character from the ! (\u0021) thru the DEL character (\u007F), including // most punctuation characters, digits, and upper and lowercased letters. PathPrefix *string `min:"1" type:"string"` // The Amazon Resource Name (ARN) of the IAM policy for which you want the versions. // // For more information about ARNs, see Amazon Resource Names (ARNs) and AWS // Service Namespaces (http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html) // in the AWS General Reference. // // PolicyArn is a required field PolicyArn *string `min:"20" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListEntitiesForPolicyRequest
func (ListEntitiesForPolicyInput) GoString ¶
func (s ListEntitiesForPolicyInput) GoString() string
GoString returns the string representation
func (ListEntitiesForPolicyInput) String ¶
func (s ListEntitiesForPolicyInput) String() string
String returns the string representation
func (*ListEntitiesForPolicyInput) Validate ¶
func (s *ListEntitiesForPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListEntitiesForPolicyOutput ¶
type ListEntitiesForPolicyOutput struct { // A flag that indicates whether there are more items to return. If your results // were truncated, you can make a subsequent pagination request using the Marker // request parameter to retrieve more items. Note that IAM might return fewer // than the MaxItems number of results even when there are more results available. // We recommend that you check IsTruncated after every call to ensure that you // receive all of your results. IsTruncated *bool `type:"boolean"` // When IsTruncated is true, this element is present and contains the value // to use for the Marker parameter in a subsequent pagination request. Marker *string `min:"1" type:"string"` // A list of IAM groups that the policy is attached to. PolicyGroups []PolicyGroup `type:"list"` // A list of IAM roles that the policy is attached to. PolicyRoles []PolicyRole `type:"list"` // A list of IAM users that the policy is attached to. PolicyUsers []PolicyUser `type:"list"` // contains filtered or unexported fields }
Contains the response to a successful ListEntitiesForPolicy request. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListEntitiesForPolicyResponse
func (ListEntitiesForPolicyOutput) GoString ¶
func (s ListEntitiesForPolicyOutput) GoString() string
GoString returns the string representation
func (ListEntitiesForPolicyOutput) SDKResponseMetadata ¶
func (s ListEntitiesForPolicyOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (ListEntitiesForPolicyOutput) String ¶
func (s ListEntitiesForPolicyOutput) String() string
String returns the string representation
type ListEntitiesForPolicyPager ¶ added in v0.3.0
ListEntitiesForPolicyPager is used to paginate the request. This can be done by calling Next and CurrentPage.
func (*ListEntitiesForPolicyPager) CurrentPage ¶ added in v0.3.0
func (p *ListEntitiesForPolicyPager) CurrentPage() *ListEntitiesForPolicyOutput
type ListEntitiesForPolicyRequest ¶
type ListEntitiesForPolicyRequest struct { *aws.Request Input *ListEntitiesForPolicyInput Copy func(*ListEntitiesForPolicyInput) ListEntitiesForPolicyRequest }
ListEntitiesForPolicyRequest is a API request type for the ListEntitiesForPolicy API operation.
func (*ListEntitiesForPolicyRequest) Paginate ¶ added in v0.3.0
func (p *ListEntitiesForPolicyRequest) Paginate(opts ...aws.Option) ListEntitiesForPolicyPager
Paginate pages iterates over the pages of a ListEntitiesForPolicyRequest operation, calling the Next method for each page. Using the paginators Next method will depict whether or not there are more pages.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListEntitiesForPolicy operation. req := client.ListEntitiesForPolicyRequest(input) p := req.Paginate() for p.Next() { page := p.CurrentPage() } if err := p.Err(); err != nil { return err }
func (ListEntitiesForPolicyRequest) Send ¶
func (r ListEntitiesForPolicyRequest) Send() (*ListEntitiesForPolicyOutput, error)
Send marshals and sends the ListEntitiesForPolicy API request.
type ListGroupPoliciesInput ¶
type ListGroupPoliciesInput struct { // The name of the group to list policies for. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@- // // GroupName is a required field GroupName *string `min:"1" type:"string" required:"true"` // Use this parameter only when paginating results and only after you receive // a response indicating that the results are truncated. Set it to the value // of the Marker element in the response that you received to indicate where // the next call should start. Marker *string `min:"1" type:"string"` // (Optional) Use this only when paginating results to indicate the maximum // number of items you want in the response. If additional items exist beyond // the maximum you specify, the IsTruncated response element is true. // // If you do not include this parameter, it defaults to 100. Note that IAM might // return fewer results, even when there are more results available. In that // case, the IsTruncated response element returns true and Marker contains a // value to include in the subsequent call that tells the service where to continue // from. MaxItems *int64 `min:"1" type:"integer"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListGroupPoliciesRequest
func (ListGroupPoliciesInput) GoString ¶
func (s ListGroupPoliciesInput) GoString() string
GoString returns the string representation
func (ListGroupPoliciesInput) String ¶
func (s ListGroupPoliciesInput) String() string
String returns the string representation
func (*ListGroupPoliciesInput) Validate ¶
func (s *ListGroupPoliciesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListGroupPoliciesOutput ¶
type ListGroupPoliciesOutput struct { // A flag that indicates whether there are more items to return. If your results // were truncated, you can make a subsequent pagination request using the Marker // request parameter to retrieve more items. Note that IAM might return fewer // than the MaxItems number of results even when there are more results available. // We recommend that you check IsTruncated after every call to ensure that you // receive all of your results. IsTruncated *bool `type:"boolean"` // When IsTruncated is true, this element is present and contains the value // to use for the Marker parameter in a subsequent pagination request. Marker *string `min:"1" type:"string"` // A list of policy names. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@-+ // // PolicyNames is a required field PolicyNames []string `type:"list" required:"true"` // contains filtered or unexported fields }
Contains the response to a successful ListGroupPolicies request. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListGroupPoliciesResponse
func (ListGroupPoliciesOutput) GoString ¶
func (s ListGroupPoliciesOutput) GoString() string
GoString returns the string representation
func (ListGroupPoliciesOutput) SDKResponseMetadata ¶
func (s ListGroupPoliciesOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (ListGroupPoliciesOutput) String ¶
func (s ListGroupPoliciesOutput) String() string
String returns the string representation
type ListGroupPoliciesPager ¶ added in v0.3.0
ListGroupPoliciesPager is used to paginate the request. This can be done by calling Next and CurrentPage.
func (*ListGroupPoliciesPager) CurrentPage ¶ added in v0.3.0
func (p *ListGroupPoliciesPager) CurrentPage() *ListGroupPoliciesOutput
type ListGroupPoliciesRequest ¶
type ListGroupPoliciesRequest struct { *aws.Request Input *ListGroupPoliciesInput Copy func(*ListGroupPoliciesInput) ListGroupPoliciesRequest }
ListGroupPoliciesRequest is a API request type for the ListGroupPolicies API operation.
func (*ListGroupPoliciesRequest) Paginate ¶ added in v0.3.0
func (p *ListGroupPoliciesRequest) Paginate(opts ...aws.Option) ListGroupPoliciesPager
Paginate pages iterates over the pages of a ListGroupPoliciesRequest operation, calling the Next method for each page. Using the paginators Next method will depict whether or not there are more pages.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListGroupPolicies operation. req := client.ListGroupPoliciesRequest(input) p := req.Paginate() for p.Next() { page := p.CurrentPage() } if err := p.Err(); err != nil { return err }
func (ListGroupPoliciesRequest) Send ¶
func (r ListGroupPoliciesRequest) Send() (*ListGroupPoliciesOutput, error)
Send marshals and sends the ListGroupPolicies API request.
type ListGroupsForUserInput ¶
type ListGroupsForUserInput struct { // Use this parameter only when paginating results and only after you receive // a response indicating that the results are truncated. Set it to the value // of the Marker element in the response that you received to indicate where // the next call should start. Marker *string `min:"1" type:"string"` // (Optional) Use this only when paginating results to indicate the maximum // number of items you want in the response. If additional items exist beyond // the maximum you specify, the IsTruncated response element is true. // // If you do not include this parameter, it defaults to 100. Note that IAM might // return fewer results, even when there are more results available. In that // case, the IsTruncated response element returns true and Marker contains a // value to include in the subsequent call that tells the service where to continue // from. MaxItems *int64 `min:"1" type:"integer"` // The name of the user to list groups for. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@- // // UserName is a required field UserName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListGroupsForUserRequest
func (ListGroupsForUserInput) GoString ¶
func (s ListGroupsForUserInput) GoString() string
GoString returns the string representation
func (ListGroupsForUserInput) String ¶
func (s ListGroupsForUserInput) String() string
String returns the string representation
func (*ListGroupsForUserInput) Validate ¶
func (s *ListGroupsForUserInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListGroupsForUserOutput ¶
type ListGroupsForUserOutput struct { // A list of groups. // // Groups is a required field Groups []Group `type:"list" required:"true"` // A flag that indicates whether there are more items to return. If your results // were truncated, you can make a subsequent pagination request using the Marker // request parameter to retrieve more items. Note that IAM might return fewer // than the MaxItems number of results even when there are more results available. // We recommend that you check IsTruncated after every call to ensure that you // receive all of your results. IsTruncated *bool `type:"boolean"` // When IsTruncated is true, this element is present and contains the value // to use for the Marker parameter in a subsequent pagination request. Marker *string `min:"1" type:"string"` // contains filtered or unexported fields }
Contains the response to a successful ListGroupsForUser request. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListGroupsForUserResponse
func (ListGroupsForUserOutput) GoString ¶
func (s ListGroupsForUserOutput) GoString() string
GoString returns the string representation
func (ListGroupsForUserOutput) SDKResponseMetadata ¶
func (s ListGroupsForUserOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (ListGroupsForUserOutput) String ¶
func (s ListGroupsForUserOutput) String() string
String returns the string representation
type ListGroupsForUserPager ¶ added in v0.3.0
ListGroupsForUserPager is used to paginate the request. This can be done by calling Next and CurrentPage.
func (*ListGroupsForUserPager) CurrentPage ¶ added in v0.3.0
func (p *ListGroupsForUserPager) CurrentPage() *ListGroupsForUserOutput
type ListGroupsForUserRequest ¶
type ListGroupsForUserRequest struct { *aws.Request Input *ListGroupsForUserInput Copy func(*ListGroupsForUserInput) ListGroupsForUserRequest }
ListGroupsForUserRequest is a API request type for the ListGroupsForUser API operation.
func (*ListGroupsForUserRequest) Paginate ¶ added in v0.3.0
func (p *ListGroupsForUserRequest) Paginate(opts ...aws.Option) ListGroupsForUserPager
Paginate pages iterates over the pages of a ListGroupsForUserRequest operation, calling the Next method for each page. Using the paginators Next method will depict whether or not there are more pages.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListGroupsForUser operation. req := client.ListGroupsForUserRequest(input) p := req.Paginate() for p.Next() { page := p.CurrentPage() } if err := p.Err(); err != nil { return err }
func (ListGroupsForUserRequest) Send ¶
func (r ListGroupsForUserRequest) Send() (*ListGroupsForUserOutput, error)
Send marshals and sends the ListGroupsForUser API request.
type ListGroupsInput ¶
type ListGroupsInput struct { // Use this parameter only when paginating results and only after you receive // a response indicating that the results are truncated. Set it to the value // of the Marker element in the response that you received to indicate where // the next call should start. Marker *string `min:"1" type:"string"` // (Optional) Use this only when paginating results to indicate the maximum // number of items you want in the response. If additional items exist beyond // the maximum you specify, the IsTruncated response element is true. // // If you do not include this parameter, it defaults to 100. Note that IAM might // return fewer results, even when there are more results available. In that // case, the IsTruncated response element returns true and Marker contains a // value to include in the subsequent call that tells the service where to continue // from. MaxItems *int64 `min:"1" type:"integer"` // The path prefix for filtering the results. For example, the prefix /division_abc/subdivision_xyz/ // gets all groups whose path starts with /division_abc/subdivision_xyz/. // // This parameter is optional. If it is not included, it defaults to a slash // (/), listing all groups. This paramater allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of either a forward slash (/) by itself // or a string that must begin and end with forward slashes, containing any // ASCII character from the ! (\u0021) thru the DEL character (\u007F), including // most punctuation characters, digits, and upper and lowercased letters. PathPrefix *string `min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListGroupsRequest
func (ListGroupsInput) GoString ¶
func (s ListGroupsInput) GoString() string
GoString returns the string representation
func (ListGroupsInput) String ¶
func (s ListGroupsInput) String() string
String returns the string representation
func (*ListGroupsInput) Validate ¶
func (s *ListGroupsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListGroupsOutput ¶
type ListGroupsOutput struct { // A list of groups. // // Groups is a required field Groups []Group `type:"list" required:"true"` // A flag that indicates whether there are more items to return. If your results // were truncated, you can make a subsequent pagination request using the Marker // request parameter to retrieve more items. Note that IAM might return fewer // than the MaxItems number of results even when there are more results available. // We recommend that you check IsTruncated after every call to ensure that you // receive all of your results. IsTruncated *bool `type:"boolean"` // When IsTruncated is true, this element is present and contains the value // to use for the Marker parameter in a subsequent pagination request. Marker *string `min:"1" type:"string"` // contains filtered or unexported fields }
Contains the response to a successful ListGroups request. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListGroupsResponse
func (ListGroupsOutput) GoString ¶
func (s ListGroupsOutput) GoString() string
GoString returns the string representation
func (ListGroupsOutput) SDKResponseMetadata ¶
func (s ListGroupsOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (ListGroupsOutput) String ¶
func (s ListGroupsOutput) String() string
String returns the string representation
type ListGroupsPager ¶ added in v0.3.0
ListGroupsPager is used to paginate the request. This can be done by calling Next and CurrentPage.
func (*ListGroupsPager) CurrentPage ¶ added in v0.3.0
func (p *ListGroupsPager) CurrentPage() *ListGroupsOutput
type ListGroupsRequest ¶
type ListGroupsRequest struct { *aws.Request Input *ListGroupsInput Copy func(*ListGroupsInput) ListGroupsRequest }
ListGroupsRequest is a API request type for the ListGroups API operation.
func (*ListGroupsRequest) Paginate ¶ added in v0.3.0
func (p *ListGroupsRequest) Paginate(opts ...aws.Option) ListGroupsPager
Paginate pages iterates over the pages of a ListGroupsRequest operation, calling the Next method for each page. Using the paginators Next method will depict whether or not there are more pages.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListGroups operation. req := client.ListGroupsRequest(input) p := req.Paginate() for p.Next() { page := p.CurrentPage() } if err := p.Err(); err != nil { return err }
func (ListGroupsRequest) Send ¶
func (r ListGroupsRequest) Send() (*ListGroupsOutput, error)
Send marshals and sends the ListGroups API request.
type ListInstanceProfilesForRoleInput ¶
type ListInstanceProfilesForRoleInput struct { // Use this parameter only when paginating results and only after you receive // a response indicating that the results are truncated. Set it to the value // of the Marker element in the response that you received to indicate where // the next call should start. Marker *string `min:"1" type:"string"` // (Optional) Use this only when paginating results to indicate the maximum // number of items you want in the response. If additional items exist beyond // the maximum you specify, the IsTruncated response element is true. // // If you do not include this parameter, it defaults to 100. Note that IAM might // return fewer results, even when there are more results available. In that // case, the IsTruncated response element returns true and Marker contains a // value to include in the subsequent call that tells the service where to continue // from. MaxItems *int64 `min:"1" type:"integer"` // The name of the role to list instance profiles for. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: _+=,.@- // // RoleName is a required field RoleName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListInstanceProfilesForRoleRequest
func (ListInstanceProfilesForRoleInput) GoString ¶
func (s ListInstanceProfilesForRoleInput) GoString() string
GoString returns the string representation
func (ListInstanceProfilesForRoleInput) String ¶
func (s ListInstanceProfilesForRoleInput) String() string
String returns the string representation
func (*ListInstanceProfilesForRoleInput) Validate ¶
func (s *ListInstanceProfilesForRoleInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListInstanceProfilesForRoleOutput ¶
type ListInstanceProfilesForRoleOutput struct { // A list of instance profiles. // // InstanceProfiles is a required field InstanceProfiles []InstanceProfile `type:"list" required:"true"` // A flag that indicates whether there are more items to return. If your results // were truncated, you can make a subsequent pagination request using the Marker // request parameter to retrieve more items. Note that IAM might return fewer // than the MaxItems number of results even when there are more results available. // We recommend that you check IsTruncated after every call to ensure that you // receive all of your results. IsTruncated *bool `type:"boolean"` // When IsTruncated is true, this element is present and contains the value // to use for the Marker parameter in a subsequent pagination request. Marker *string `min:"1" type:"string"` // contains filtered or unexported fields }
Contains the response to a successful ListInstanceProfilesForRole request. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListInstanceProfilesForRoleResponse
func (ListInstanceProfilesForRoleOutput) GoString ¶
func (s ListInstanceProfilesForRoleOutput) GoString() string
GoString returns the string representation
func (ListInstanceProfilesForRoleOutput) SDKResponseMetadata ¶
func (s ListInstanceProfilesForRoleOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (ListInstanceProfilesForRoleOutput) String ¶
func (s ListInstanceProfilesForRoleOutput) String() string
String returns the string representation
type ListInstanceProfilesForRolePager ¶ added in v0.3.0
ListInstanceProfilesForRolePager is used to paginate the request. This can be done by calling Next and CurrentPage.
func (*ListInstanceProfilesForRolePager) CurrentPage ¶ added in v0.3.0
func (p *ListInstanceProfilesForRolePager) CurrentPage() *ListInstanceProfilesForRoleOutput
type ListInstanceProfilesForRoleRequest ¶
type ListInstanceProfilesForRoleRequest struct { *aws.Request Input *ListInstanceProfilesForRoleInput Copy func(*ListInstanceProfilesForRoleInput) ListInstanceProfilesForRoleRequest }
ListInstanceProfilesForRoleRequest is a API request type for the ListInstanceProfilesForRole API operation.
func (*ListInstanceProfilesForRoleRequest) Paginate ¶ added in v0.3.0
func (p *ListInstanceProfilesForRoleRequest) Paginate(opts ...aws.Option) ListInstanceProfilesForRolePager
Paginate pages iterates over the pages of a ListInstanceProfilesForRoleRequest operation, calling the Next method for each page. Using the paginators Next method will depict whether or not there are more pages.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListInstanceProfilesForRole operation. req := client.ListInstanceProfilesForRoleRequest(input) p := req.Paginate() for p.Next() { page := p.CurrentPage() } if err := p.Err(); err != nil { return err }
func (ListInstanceProfilesForRoleRequest) Send ¶
func (r ListInstanceProfilesForRoleRequest) Send() (*ListInstanceProfilesForRoleOutput, error)
Send marshals and sends the ListInstanceProfilesForRole API request.
type ListInstanceProfilesInput ¶
type ListInstanceProfilesInput struct { // Use this parameter only when paginating results and only after you receive // a response indicating that the results are truncated. Set it to the value // of the Marker element in the response that you received to indicate where // the next call should start. Marker *string `min:"1" type:"string"` // (Optional) Use this only when paginating results to indicate the maximum // number of items you want in the response. If additional items exist beyond // the maximum you specify, the IsTruncated response element is true. // // If you do not include this parameter, it defaults to 100. Note that IAM might // return fewer results, even when there are more results available. In that // case, the IsTruncated response element returns true and Marker contains a // value to include in the subsequent call that tells the service where to continue // from. MaxItems *int64 `min:"1" type:"integer"` // The path prefix for filtering the results. For example, the prefix /application_abc/component_xyz/ // gets all instance profiles whose path starts with /application_abc/component_xyz/. // // This parameter is optional. If it is not included, it defaults to a slash // (/), listing all instance profiles. This paramater allows (per its regex // pattern (http://wikipedia.org/wiki/regex)) a string of characters consisting // of either a forward slash (/) by itself or a string that must begin and end // with forward slashes, containing any ASCII character from the ! (\u0021) // thru the DEL character (\u007F), including most punctuation characters, digits, // and upper and lowercased letters. PathPrefix *string `min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListInstanceProfilesRequest
func (ListInstanceProfilesInput) GoString ¶
func (s ListInstanceProfilesInput) GoString() string
GoString returns the string representation
func (ListInstanceProfilesInput) String ¶
func (s ListInstanceProfilesInput) String() string
String returns the string representation
func (*ListInstanceProfilesInput) Validate ¶
func (s *ListInstanceProfilesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListInstanceProfilesOutput ¶
type ListInstanceProfilesOutput struct { // A list of instance profiles. // // InstanceProfiles is a required field InstanceProfiles []InstanceProfile `type:"list" required:"true"` // A flag that indicates whether there are more items to return. If your results // were truncated, you can make a subsequent pagination request using the Marker // request parameter to retrieve more items. Note that IAM might return fewer // than the MaxItems number of results even when there are more results available. // We recommend that you check IsTruncated after every call to ensure that you // receive all of your results. IsTruncated *bool `type:"boolean"` // When IsTruncated is true, this element is present and contains the value // to use for the Marker parameter in a subsequent pagination request. Marker *string `min:"1" type:"string"` // contains filtered or unexported fields }
Contains the response to a successful ListInstanceProfiles request. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListInstanceProfilesResponse
func (ListInstanceProfilesOutput) GoString ¶
func (s ListInstanceProfilesOutput) GoString() string
GoString returns the string representation
func (ListInstanceProfilesOutput) SDKResponseMetadata ¶
func (s ListInstanceProfilesOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (ListInstanceProfilesOutput) String ¶
func (s ListInstanceProfilesOutput) String() string
String returns the string representation
type ListInstanceProfilesPager ¶ added in v0.3.0
ListInstanceProfilesPager is used to paginate the request. This can be done by calling Next and CurrentPage.
func (*ListInstanceProfilesPager) CurrentPage ¶ added in v0.3.0
func (p *ListInstanceProfilesPager) CurrentPage() *ListInstanceProfilesOutput
type ListInstanceProfilesRequest ¶
type ListInstanceProfilesRequest struct { *aws.Request Input *ListInstanceProfilesInput Copy func(*ListInstanceProfilesInput) ListInstanceProfilesRequest }
ListInstanceProfilesRequest is a API request type for the ListInstanceProfiles API operation.
func (*ListInstanceProfilesRequest) Paginate ¶ added in v0.3.0
func (p *ListInstanceProfilesRequest) Paginate(opts ...aws.Option) ListInstanceProfilesPager
Paginate pages iterates over the pages of a ListInstanceProfilesRequest operation, calling the Next method for each page. Using the paginators Next method will depict whether or not there are more pages.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListInstanceProfiles operation. req := client.ListInstanceProfilesRequest(input) p := req.Paginate() for p.Next() { page := p.CurrentPage() } if err := p.Err(); err != nil { return err }
func (ListInstanceProfilesRequest) Send ¶
func (r ListInstanceProfilesRequest) Send() (*ListInstanceProfilesOutput, error)
Send marshals and sends the ListInstanceProfiles API request.
type ListMFADevicesInput ¶
type ListMFADevicesInput struct { // Use this parameter only when paginating results and only after you receive // a response indicating that the results are truncated. Set it to the value // of the Marker element in the response that you received to indicate where // the next call should start. Marker *string `min:"1" type:"string"` // (Optional) Use this only when paginating results to indicate the maximum // number of items you want in the response. If additional items exist beyond // the maximum you specify, the IsTruncated response element is true. // // If you do not include this parameter, it defaults to 100. Note that IAM might // return fewer results, even when there are more results available. In that // case, the IsTruncated response element returns true and Marker contains a // value to include in the subsequent call that tells the service where to continue // from. MaxItems *int64 `min:"1" type:"integer"` // The name of the user whose MFA devices you want to list. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@- UserName *string `min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListMFADevicesRequest
func (ListMFADevicesInput) GoString ¶
func (s ListMFADevicesInput) GoString() string
GoString returns the string representation
func (ListMFADevicesInput) String ¶
func (s ListMFADevicesInput) String() string
String returns the string representation
func (*ListMFADevicesInput) Validate ¶
func (s *ListMFADevicesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListMFADevicesOutput ¶
type ListMFADevicesOutput struct { // A flag that indicates whether there are more items to return. If your results // were truncated, you can make a subsequent pagination request using the Marker // request parameter to retrieve more items. Note that IAM might return fewer // than the MaxItems number of results even when there are more results available. // We recommend that you check IsTruncated after every call to ensure that you // receive all of your results. IsTruncated *bool `type:"boolean"` // A list of MFA devices. // // MFADevices is a required field MFADevices []MFADevice `type:"list" required:"true"` // When IsTruncated is true, this element is present and contains the value // to use for the Marker parameter in a subsequent pagination request. Marker *string `min:"1" type:"string"` // contains filtered or unexported fields }
Contains the response to a successful ListMFADevices request. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListMFADevicesResponse
func (ListMFADevicesOutput) GoString ¶
func (s ListMFADevicesOutput) GoString() string
GoString returns the string representation
func (ListMFADevicesOutput) SDKResponseMetadata ¶
func (s ListMFADevicesOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (ListMFADevicesOutput) String ¶
func (s ListMFADevicesOutput) String() string
String returns the string representation
type ListMFADevicesPager ¶ added in v0.3.0
ListMFADevicesPager is used to paginate the request. This can be done by calling Next and CurrentPage.
func (*ListMFADevicesPager) CurrentPage ¶ added in v0.3.0
func (p *ListMFADevicesPager) CurrentPage() *ListMFADevicesOutput
type ListMFADevicesRequest ¶
type ListMFADevicesRequest struct { *aws.Request Input *ListMFADevicesInput Copy func(*ListMFADevicesInput) ListMFADevicesRequest }
ListMFADevicesRequest is a API request type for the ListMFADevices API operation.
func (*ListMFADevicesRequest) Paginate ¶ added in v0.3.0
func (p *ListMFADevicesRequest) Paginate(opts ...aws.Option) ListMFADevicesPager
Paginate pages iterates over the pages of a ListMFADevicesRequest operation, calling the Next method for each page. Using the paginators Next method will depict whether or not there are more pages.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListMFADevices operation. req := client.ListMFADevicesRequest(input) p := req.Paginate() for p.Next() { page := p.CurrentPage() } if err := p.Err(); err != nil { return err }
func (ListMFADevicesRequest) Send ¶
func (r ListMFADevicesRequest) Send() (*ListMFADevicesOutput, error)
Send marshals and sends the ListMFADevices API request.
type ListOpenIDConnectProvidersInput ¶
type ListOpenIDConnectProvidersInput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListOpenIDConnectProvidersRequest
func (ListOpenIDConnectProvidersInput) GoString ¶
func (s ListOpenIDConnectProvidersInput) GoString() string
GoString returns the string representation
func (ListOpenIDConnectProvidersInput) String ¶
func (s ListOpenIDConnectProvidersInput) String() string
String returns the string representation
type ListOpenIDConnectProvidersOutput ¶
type ListOpenIDConnectProvidersOutput struct { // The list of IAM OIDC provider resource objects defined in the AWS account. OpenIDConnectProviderList []OpenIDConnectProviderListEntry `type:"list"` // contains filtered or unexported fields }
Contains the response to a successful ListOpenIDConnectProviders request. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListOpenIDConnectProvidersResponse
func (ListOpenIDConnectProvidersOutput) GoString ¶
func (s ListOpenIDConnectProvidersOutput) GoString() string
GoString returns the string representation
func (ListOpenIDConnectProvidersOutput) SDKResponseMetadata ¶
func (s ListOpenIDConnectProvidersOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (ListOpenIDConnectProvidersOutput) String ¶
func (s ListOpenIDConnectProvidersOutput) String() string
String returns the string representation
type ListOpenIDConnectProvidersRequest ¶
type ListOpenIDConnectProvidersRequest struct { *aws.Request Input *ListOpenIDConnectProvidersInput Copy func(*ListOpenIDConnectProvidersInput) ListOpenIDConnectProvidersRequest }
ListOpenIDConnectProvidersRequest is a API request type for the ListOpenIDConnectProviders API operation.
func (ListOpenIDConnectProvidersRequest) Send ¶
func (r ListOpenIDConnectProvidersRequest) Send() (*ListOpenIDConnectProvidersOutput, error)
Send marshals and sends the ListOpenIDConnectProviders API request.
type ListPoliciesInput ¶
type ListPoliciesInput struct { // Use this parameter only when paginating results and only after you receive // a response indicating that the results are truncated. Set it to the value // of the Marker element in the response that you received to indicate where // the next call should start. Marker *string `min:"1" type:"string"` // (Optional) Use this only when paginating results to indicate the maximum // number of items you want in the response. If additional items exist beyond // the maximum you specify, the IsTruncated response element is true. // // If you do not include this parameter, it defaults to 100. Note that IAM might // return fewer results, even when there are more results available. In that // case, the IsTruncated response element returns true and Marker contains a // value to include in the subsequent call that tells the service where to continue // from. MaxItems *int64 `min:"1" type:"integer"` // A flag to filter the results to only the attached policies. // // When OnlyAttached is true, the returned list contains only the policies that // are attached to an IAM user, group, or role. When OnlyAttached is false, // or when the parameter is not included, all policies are returned. OnlyAttached *bool `type:"boolean"` // The path prefix for filtering the results. This parameter is optional. If // it is not included, it defaults to a slash (/), listing all policies. This // paramater allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of either a forward slash (/) by itself // or a string that must begin and end with forward slashes, containing any // ASCII character from the ! (\u0021) thru the DEL character (\u007F), including // most punctuation characters, digits, and upper and lowercased letters. PathPrefix *string `type:"string"` // The scope to use for filtering the results. // // To list only AWS managed policies, set Scope to AWS. To list only the customer // managed policies in your AWS account, set Scope to Local. // // This parameter is optional. If it is not included, or if it is set to All, // all policies are returned. Scope PolicyScopeType `type:"string" enum:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListPoliciesRequest
func (ListPoliciesInput) GoString ¶
func (s ListPoliciesInput) GoString() string
GoString returns the string representation
func (ListPoliciesInput) String ¶
func (s ListPoliciesInput) String() string
String returns the string representation
func (*ListPoliciesInput) Validate ¶
func (s *ListPoliciesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListPoliciesOutput ¶
type ListPoliciesOutput struct { // A flag that indicates whether there are more items to return. If your results // were truncated, you can make a subsequent pagination request using the Marker // request parameter to retrieve more items. Note that IAM might return fewer // than the MaxItems number of results even when there are more results available. // We recommend that you check IsTruncated after every call to ensure that you // receive all of your results. IsTruncated *bool `type:"boolean"` // When IsTruncated is true, this element is present and contains the value // to use for the Marker parameter in a subsequent pagination request. Marker *string `min:"1" type:"string"` // A list of policies. Policies []Policy `type:"list"` // contains filtered or unexported fields }
Contains the response to a successful ListPolicies request. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListPoliciesResponse
func (ListPoliciesOutput) GoString ¶
func (s ListPoliciesOutput) GoString() string
GoString returns the string representation
func (ListPoliciesOutput) SDKResponseMetadata ¶
func (s ListPoliciesOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (ListPoliciesOutput) String ¶
func (s ListPoliciesOutput) String() string
String returns the string representation
type ListPoliciesPager ¶ added in v0.3.0
ListPoliciesPager is used to paginate the request. This can be done by calling Next and CurrentPage.
func (*ListPoliciesPager) CurrentPage ¶ added in v0.3.0
func (p *ListPoliciesPager) CurrentPage() *ListPoliciesOutput
type ListPoliciesRequest ¶
type ListPoliciesRequest struct { *aws.Request Input *ListPoliciesInput Copy func(*ListPoliciesInput) ListPoliciesRequest }
ListPoliciesRequest is a API request type for the ListPolicies API operation.
func (*ListPoliciesRequest) Paginate ¶ added in v0.3.0
func (p *ListPoliciesRequest) Paginate(opts ...aws.Option) ListPoliciesPager
Paginate pages iterates over the pages of a ListPoliciesRequest operation, calling the Next method for each page. Using the paginators Next method will depict whether or not there are more pages.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListPolicies operation. req := client.ListPoliciesRequest(input) p := req.Paginate() for p.Next() { page := p.CurrentPage() } if err := p.Err(); err != nil { return err }
func (ListPoliciesRequest) Send ¶
func (r ListPoliciesRequest) Send() (*ListPoliciesOutput, error)
Send marshals and sends the ListPolicies API request.
type ListPolicyVersionsInput ¶
type ListPolicyVersionsInput struct { // Use this parameter only when paginating results and only after you receive // a response indicating that the results are truncated. Set it to the value // of the Marker element in the response that you received to indicate where // the next call should start. Marker *string `min:"1" type:"string"` // (Optional) Use this only when paginating results to indicate the maximum // number of items you want in the response. If additional items exist beyond // the maximum you specify, the IsTruncated response element is true. // // If you do not include this parameter, it defaults to 100. Note that IAM might // return fewer results, even when there are more results available. In that // case, the IsTruncated response element returns true and Marker contains a // value to include in the subsequent call that tells the service where to continue // from. MaxItems *int64 `min:"1" type:"integer"` // The Amazon Resource Name (ARN) of the IAM policy for which you want the versions. // // For more information about ARNs, see Amazon Resource Names (ARNs) and AWS // Service Namespaces (http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html) // in the AWS General Reference. // // PolicyArn is a required field PolicyArn *string `min:"20" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListPolicyVersionsRequest
func (ListPolicyVersionsInput) GoString ¶
func (s ListPolicyVersionsInput) GoString() string
GoString returns the string representation
func (ListPolicyVersionsInput) String ¶
func (s ListPolicyVersionsInput) String() string
String returns the string representation
func (*ListPolicyVersionsInput) Validate ¶
func (s *ListPolicyVersionsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListPolicyVersionsOutput ¶
type ListPolicyVersionsOutput struct { // A flag that indicates whether there are more items to return. If your results // were truncated, you can make a subsequent pagination request using the Marker // request parameter to retrieve more items. Note that IAM might return fewer // than the MaxItems number of results even when there are more results available. // We recommend that you check IsTruncated after every call to ensure that you // receive all of your results. IsTruncated *bool `type:"boolean"` // When IsTruncated is true, this element is present and contains the value // to use for the Marker parameter in a subsequent pagination request. Marker *string `min:"1" type:"string"` // A list of policy versions. // // For more information about managed policy versions, see Versioning for Managed // Policies (http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-versions.html) // in the IAM User Guide. Versions []PolicyVersion `type:"list"` // contains filtered or unexported fields }
Contains the response to a successful ListPolicyVersions request. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListPolicyVersionsResponse
func (ListPolicyVersionsOutput) GoString ¶
func (s ListPolicyVersionsOutput) GoString() string
GoString returns the string representation
func (ListPolicyVersionsOutput) SDKResponseMetadata ¶
func (s ListPolicyVersionsOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (ListPolicyVersionsOutput) String ¶
func (s ListPolicyVersionsOutput) String() string
String returns the string representation
type ListPolicyVersionsPager ¶ added in v0.3.0
ListPolicyVersionsPager is used to paginate the request. This can be done by calling Next and CurrentPage.
func (*ListPolicyVersionsPager) CurrentPage ¶ added in v0.3.0
func (p *ListPolicyVersionsPager) CurrentPage() *ListPolicyVersionsOutput
type ListPolicyVersionsRequest ¶
type ListPolicyVersionsRequest struct { *aws.Request Input *ListPolicyVersionsInput Copy func(*ListPolicyVersionsInput) ListPolicyVersionsRequest }
ListPolicyVersionsRequest is a API request type for the ListPolicyVersions API operation.
func (*ListPolicyVersionsRequest) Paginate ¶ added in v0.3.0
func (p *ListPolicyVersionsRequest) Paginate(opts ...aws.Option) ListPolicyVersionsPager
Paginate pages iterates over the pages of a ListPolicyVersionsRequest operation, calling the Next method for each page. Using the paginators Next method will depict whether or not there are more pages.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListPolicyVersions operation. req := client.ListPolicyVersionsRequest(input) p := req.Paginate() for p.Next() { page := p.CurrentPage() } if err := p.Err(); err != nil { return err }
func (ListPolicyVersionsRequest) Send ¶
func (r ListPolicyVersionsRequest) Send() (*ListPolicyVersionsOutput, error)
Send marshals and sends the ListPolicyVersions API request.
type ListRolePoliciesInput ¶
type ListRolePoliciesInput struct { // Use this parameter only when paginating results and only after you receive // a response indicating that the results are truncated. Set it to the value // of the Marker element in the response that you received to indicate where // the next call should start. Marker *string `min:"1" type:"string"` // (Optional) Use this only when paginating results to indicate the maximum // number of items you want in the response. If additional items exist beyond // the maximum you specify, the IsTruncated response element is true. // // If you do not include this parameter, it defaults to 100. Note that IAM might // return fewer results, even when there are more results available. In that // case, the IsTruncated response element returns true and Marker contains a // value to include in the subsequent call that tells the service where to continue // from. MaxItems *int64 `min:"1" type:"integer"` // The name of the role to list policies for. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: _+=,.@- // // RoleName is a required field RoleName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListRolePoliciesRequest
func (ListRolePoliciesInput) GoString ¶
func (s ListRolePoliciesInput) GoString() string
GoString returns the string representation
func (ListRolePoliciesInput) String ¶
func (s ListRolePoliciesInput) String() string
String returns the string representation
func (*ListRolePoliciesInput) Validate ¶
func (s *ListRolePoliciesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListRolePoliciesOutput ¶
type ListRolePoliciesOutput struct { // A flag that indicates whether there are more items to return. If your results // were truncated, you can make a subsequent pagination request using the Marker // request parameter to retrieve more items. Note that IAM might return fewer // than the MaxItems number of results even when there are more results available. // We recommend that you check IsTruncated after every call to ensure that you // receive all of your results. IsTruncated *bool `type:"boolean"` // When IsTruncated is true, this element is present and contains the value // to use for the Marker parameter in a subsequent pagination request. Marker *string `min:"1" type:"string"` // A list of policy names. // // PolicyNames is a required field PolicyNames []string `type:"list" required:"true"` // contains filtered or unexported fields }
Contains the response to a successful ListRolePolicies request. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListRolePoliciesResponse
func (ListRolePoliciesOutput) GoString ¶
func (s ListRolePoliciesOutput) GoString() string
GoString returns the string representation
func (ListRolePoliciesOutput) SDKResponseMetadata ¶
func (s ListRolePoliciesOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (ListRolePoliciesOutput) String ¶
func (s ListRolePoliciesOutput) String() string
String returns the string representation
type ListRolePoliciesPager ¶ added in v0.3.0
ListRolePoliciesPager is used to paginate the request. This can be done by calling Next and CurrentPage.
func (*ListRolePoliciesPager) CurrentPage ¶ added in v0.3.0
func (p *ListRolePoliciesPager) CurrentPage() *ListRolePoliciesOutput
type ListRolePoliciesRequest ¶
type ListRolePoliciesRequest struct { *aws.Request Input *ListRolePoliciesInput Copy func(*ListRolePoliciesInput) ListRolePoliciesRequest }
ListRolePoliciesRequest is a API request type for the ListRolePolicies API operation.
func (*ListRolePoliciesRequest) Paginate ¶ added in v0.3.0
func (p *ListRolePoliciesRequest) Paginate(opts ...aws.Option) ListRolePoliciesPager
Paginate pages iterates over the pages of a ListRolePoliciesRequest operation, calling the Next method for each page. Using the paginators Next method will depict whether or not there are more pages.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListRolePolicies operation. req := client.ListRolePoliciesRequest(input) p := req.Paginate() for p.Next() { page := p.CurrentPage() } if err := p.Err(); err != nil { return err }
func (ListRolePoliciesRequest) Send ¶
func (r ListRolePoliciesRequest) Send() (*ListRolePoliciesOutput, error)
Send marshals and sends the ListRolePolicies API request.
type ListRolesInput ¶
type ListRolesInput struct { // Use this parameter only when paginating results and only after you receive // a response indicating that the results are truncated. Set it to the value // of the Marker element in the response that you received to indicate where // the next call should start. Marker *string `min:"1" type:"string"` // (Optional) Use this only when paginating results to indicate the maximum // number of items you want in the response. If additional items exist beyond // the maximum you specify, the IsTruncated response element is true. // // If you do not include this parameter, it defaults to 100. Note that IAM might // return fewer results, even when there are more results available. In that // case, the IsTruncated response element returns true and Marker contains a // value to include in the subsequent call that tells the service where to continue // from. MaxItems *int64 `min:"1" type:"integer"` // The path prefix for filtering the results. For example, the prefix /application_abc/component_xyz/ // gets all roles whose path starts with /application_abc/component_xyz/. // // This parameter is optional. If it is not included, it defaults to a slash // (/), listing all roles. This paramater allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of either a forward slash (/) by itself // or a string that must begin and end with forward slashes, containing any // ASCII character from the ! (\u0021) thru the DEL character (\u007F), including // most punctuation characters, digits, and upper and lowercased letters. PathPrefix *string `min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListRolesRequest
func (ListRolesInput) GoString ¶
func (s ListRolesInput) GoString() string
GoString returns the string representation
func (ListRolesInput) String ¶
func (s ListRolesInput) String() string
String returns the string representation
func (*ListRolesInput) Validate ¶
func (s *ListRolesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListRolesOutput ¶
type ListRolesOutput struct { // A flag that indicates whether there are more items to return. If your results // were truncated, you can make a subsequent pagination request using the Marker // request parameter to retrieve more items. Note that IAM might return fewer // than the MaxItems number of results even when there are more results available. // We recommend that you check IsTruncated after every call to ensure that you // receive all of your results. IsTruncated *bool `type:"boolean"` // When IsTruncated is true, this element is present and contains the value // to use for the Marker parameter in a subsequent pagination request. Marker *string `min:"1" type:"string"` // A list of roles. // // Roles is a required field Roles []Role `type:"list" required:"true"` // contains filtered or unexported fields }
Contains the response to a successful ListRoles request. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListRolesResponse
func (ListRolesOutput) GoString ¶
func (s ListRolesOutput) GoString() string
GoString returns the string representation
func (ListRolesOutput) SDKResponseMetadata ¶
func (s ListRolesOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (ListRolesOutput) String ¶
func (s ListRolesOutput) String() string
String returns the string representation
type ListRolesPager ¶ added in v0.3.0
ListRolesPager is used to paginate the request. This can be done by calling Next and CurrentPage.
func (*ListRolesPager) CurrentPage ¶ added in v0.3.0
func (p *ListRolesPager) CurrentPage() *ListRolesOutput
type ListRolesRequest ¶
type ListRolesRequest struct { *aws.Request Input *ListRolesInput Copy func(*ListRolesInput) ListRolesRequest }
ListRolesRequest is a API request type for the ListRoles API operation.
func (*ListRolesRequest) Paginate ¶ added in v0.3.0
func (p *ListRolesRequest) Paginate(opts ...aws.Option) ListRolesPager
Paginate pages iterates over the pages of a ListRolesRequest operation, calling the Next method for each page. Using the paginators Next method will depict whether or not there are more pages.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListRoles operation. req := client.ListRolesRequest(input) p := req.Paginate() for p.Next() { page := p.CurrentPage() } if err := p.Err(); err != nil { return err }
func (ListRolesRequest) Send ¶
func (r ListRolesRequest) Send() (*ListRolesOutput, error)
Send marshals and sends the ListRoles API request.
type ListSAMLProvidersInput ¶
type ListSAMLProvidersInput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListSAMLProvidersRequest
func (ListSAMLProvidersInput) GoString ¶
func (s ListSAMLProvidersInput) GoString() string
GoString returns the string representation
func (ListSAMLProvidersInput) String ¶
func (s ListSAMLProvidersInput) String() string
String returns the string representation
type ListSAMLProvidersOutput ¶
type ListSAMLProvidersOutput struct { // The list of SAML provider resource objects defined in IAM for this AWS account. SAMLProviderList []SAMLProviderListEntry `type:"list"` // contains filtered or unexported fields }
Contains the response to a successful ListSAMLProviders request. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListSAMLProvidersResponse
func (ListSAMLProvidersOutput) GoString ¶
func (s ListSAMLProvidersOutput) GoString() string
GoString returns the string representation
func (ListSAMLProvidersOutput) SDKResponseMetadata ¶
func (s ListSAMLProvidersOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (ListSAMLProvidersOutput) String ¶
func (s ListSAMLProvidersOutput) String() string
String returns the string representation
type ListSAMLProvidersRequest ¶
type ListSAMLProvidersRequest struct { *aws.Request Input *ListSAMLProvidersInput Copy func(*ListSAMLProvidersInput) ListSAMLProvidersRequest }
ListSAMLProvidersRequest is a API request type for the ListSAMLProviders API operation.
func (ListSAMLProvidersRequest) Send ¶
func (r ListSAMLProvidersRequest) Send() (*ListSAMLProvidersOutput, error)
Send marshals and sends the ListSAMLProviders API request.
type ListSSHPublicKeysInput ¶
type ListSSHPublicKeysInput struct { // Use this parameter only when paginating results and only after you receive // a response indicating that the results are truncated. Set it to the value // of the Marker element in the response that you received to indicate where // the next call should start. Marker *string `min:"1" type:"string"` // (Optional) Use this only when paginating results to indicate the maximum // number of items you want in the response. If additional items exist beyond // the maximum you specify, the IsTruncated response element is true. // // If you do not include this parameter, it defaults to 100. Note that IAM might // return fewer results, even when there are more results available. In that // case, the IsTruncated response element returns true and Marker contains a // value to include in the subsequent call that tells the service where to continue // from. MaxItems *int64 `min:"1" type:"integer"` // The name of the IAM user to list SSH public keys for. If none is specified, // the UserName field is determined implicitly based on the AWS access key used // to sign the request. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@- UserName *string `min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListSSHPublicKeysRequest
func (ListSSHPublicKeysInput) GoString ¶
func (s ListSSHPublicKeysInput) GoString() string
GoString returns the string representation
func (ListSSHPublicKeysInput) String ¶
func (s ListSSHPublicKeysInput) String() string
String returns the string representation
func (*ListSSHPublicKeysInput) Validate ¶
func (s *ListSSHPublicKeysInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListSSHPublicKeysOutput ¶
type ListSSHPublicKeysOutput struct { // A flag that indicates whether there are more items to return. If your results // were truncated, you can make a subsequent pagination request using the Marker // request parameter to retrieve more items. Note that IAM might return fewer // than the MaxItems number of results even when there are more results available. // We recommend that you check IsTruncated after every call to ensure that you // receive all of your results. IsTruncated *bool `type:"boolean"` // When IsTruncated is true, this element is present and contains the value // to use for the Marker parameter in a subsequent pagination request. Marker *string `min:"1" type:"string"` // A list of the SSH public keys assigned to IAM user. SSHPublicKeys []SSHPublicKeyMetadata `type:"list"` // contains filtered or unexported fields }
Contains the response to a successful ListSSHPublicKeys request. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListSSHPublicKeysResponse
func (ListSSHPublicKeysOutput) GoString ¶
func (s ListSSHPublicKeysOutput) GoString() string
GoString returns the string representation
func (ListSSHPublicKeysOutput) SDKResponseMetadata ¶
func (s ListSSHPublicKeysOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (ListSSHPublicKeysOutput) String ¶
func (s ListSSHPublicKeysOutput) String() string
String returns the string representation
type ListSSHPublicKeysPager ¶ added in v0.3.0
ListSSHPublicKeysPager is used to paginate the request. This can be done by calling Next and CurrentPage.
func (*ListSSHPublicKeysPager) CurrentPage ¶ added in v0.3.0
func (p *ListSSHPublicKeysPager) CurrentPage() *ListSSHPublicKeysOutput
type ListSSHPublicKeysRequest ¶
type ListSSHPublicKeysRequest struct { *aws.Request Input *ListSSHPublicKeysInput Copy func(*ListSSHPublicKeysInput) ListSSHPublicKeysRequest }
ListSSHPublicKeysRequest is a API request type for the ListSSHPublicKeys API operation.
func (*ListSSHPublicKeysRequest) Paginate ¶ added in v0.3.0
func (p *ListSSHPublicKeysRequest) Paginate(opts ...aws.Option) ListSSHPublicKeysPager
Paginate pages iterates over the pages of a ListSSHPublicKeysRequest operation, calling the Next method for each page. Using the paginators Next method will depict whether or not there are more pages.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListSSHPublicKeys operation. req := client.ListSSHPublicKeysRequest(input) p := req.Paginate() for p.Next() { page := p.CurrentPage() } if err := p.Err(); err != nil { return err }
func (ListSSHPublicKeysRequest) Send ¶
func (r ListSSHPublicKeysRequest) Send() (*ListSSHPublicKeysOutput, error)
Send marshals and sends the ListSSHPublicKeys API request.
type ListServerCertificatesInput ¶
type ListServerCertificatesInput struct { // Use this parameter only when paginating results and only after you receive // a response indicating that the results are truncated. Set it to the value // of the Marker element in the response that you received to indicate where // the next call should start. Marker *string `min:"1" type:"string"` // (Optional) Use this only when paginating results to indicate the maximum // number of items you want in the response. If additional items exist beyond // the maximum you specify, the IsTruncated response element is true. // // If you do not include this parameter, it defaults to 100. Note that IAM might // return fewer results, even when there are more results available. In that // case, the IsTruncated response element returns true and Marker contains a // value to include in the subsequent call that tells the service where to continue // from. MaxItems *int64 `min:"1" type:"integer"` // The path prefix for filtering the results. For example: /company/servercerts // would get all server certificates for which the path starts with /company/servercerts. // // This parameter is optional. If it is not included, it defaults to a slash // (/), listing all server certificates. This paramater allows (per its regex // pattern (http://wikipedia.org/wiki/regex)) a string of characters consisting // of either a forward slash (/) by itself or a string that must begin and end // with forward slashes, containing any ASCII character from the ! (\u0021) // thru the DEL character (\u007F), including most punctuation characters, digits, // and upper and lowercased letters. PathPrefix *string `min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListServerCertificatesRequest
func (ListServerCertificatesInput) GoString ¶
func (s ListServerCertificatesInput) GoString() string
GoString returns the string representation
func (ListServerCertificatesInput) String ¶
func (s ListServerCertificatesInput) String() string
String returns the string representation
func (*ListServerCertificatesInput) Validate ¶
func (s *ListServerCertificatesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListServerCertificatesOutput ¶
type ListServerCertificatesOutput struct { // A flag that indicates whether there are more items to return. If your results // were truncated, you can make a subsequent pagination request using the Marker // request parameter to retrieve more items. Note that IAM might return fewer // than the MaxItems number of results even when there are more results available. // We recommend that you check IsTruncated after every call to ensure that you // receive all of your results. IsTruncated *bool `type:"boolean"` // When IsTruncated is true, this element is present and contains the value // to use for the Marker parameter in a subsequent pagination request. Marker *string `min:"1" type:"string"` // A list of server certificates. // // ServerCertificateMetadataList is a required field ServerCertificateMetadataList []ServerCertificateMetadata `type:"list" required:"true"` // contains filtered or unexported fields }
Contains the response to a successful ListServerCertificates request. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListServerCertificatesResponse
func (ListServerCertificatesOutput) GoString ¶
func (s ListServerCertificatesOutput) GoString() string
GoString returns the string representation
func (ListServerCertificatesOutput) SDKResponseMetadata ¶
func (s ListServerCertificatesOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (ListServerCertificatesOutput) String ¶
func (s ListServerCertificatesOutput) String() string
String returns the string representation
type ListServerCertificatesPager ¶ added in v0.3.0
ListServerCertificatesPager is used to paginate the request. This can be done by calling Next and CurrentPage.
func (*ListServerCertificatesPager) CurrentPage ¶ added in v0.3.0
func (p *ListServerCertificatesPager) CurrentPage() *ListServerCertificatesOutput
type ListServerCertificatesRequest ¶
type ListServerCertificatesRequest struct { *aws.Request Input *ListServerCertificatesInput Copy func(*ListServerCertificatesInput) ListServerCertificatesRequest }
ListServerCertificatesRequest is a API request type for the ListServerCertificates API operation.
func (*ListServerCertificatesRequest) Paginate ¶ added in v0.3.0
func (p *ListServerCertificatesRequest) Paginate(opts ...aws.Option) ListServerCertificatesPager
Paginate pages iterates over the pages of a ListServerCertificatesRequest operation, calling the Next method for each page. Using the paginators Next method will depict whether or not there are more pages.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListServerCertificates operation. req := client.ListServerCertificatesRequest(input) p := req.Paginate() for p.Next() { page := p.CurrentPage() } if err := p.Err(); err != nil { return err }
func (ListServerCertificatesRequest) Send ¶
func (r ListServerCertificatesRequest) Send() (*ListServerCertificatesOutput, error)
Send marshals and sends the ListServerCertificates API request.
type ListServiceSpecificCredentialsInput ¶
type ListServiceSpecificCredentialsInput struct { // Filters the returned results to only those for the specified AWS service. // If not specified, then AWS returns service-specific credentials for all services. ServiceName *string `type:"string"` // The name of the user whose service-specific credentials you want information // about. If this value is not specified then the operation assumes the user // whose credentials are used to call the operation. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@- UserName *string `min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListServiceSpecificCredentialsRequest
func (ListServiceSpecificCredentialsInput) GoString ¶
func (s ListServiceSpecificCredentialsInput) GoString() string
GoString returns the string representation
func (ListServiceSpecificCredentialsInput) String ¶
func (s ListServiceSpecificCredentialsInput) String() string
String returns the string representation
func (*ListServiceSpecificCredentialsInput) Validate ¶
func (s *ListServiceSpecificCredentialsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListServiceSpecificCredentialsOutput ¶
type ListServiceSpecificCredentialsOutput struct { // A list of structures that each contain details about a service-specific credential. ServiceSpecificCredentials []ServiceSpecificCredentialMetadata `type:"list"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListServiceSpecificCredentialsResponse
func (ListServiceSpecificCredentialsOutput) GoString ¶
func (s ListServiceSpecificCredentialsOutput) GoString() string
GoString returns the string representation
func (ListServiceSpecificCredentialsOutput) SDKResponseMetadata ¶
func (s ListServiceSpecificCredentialsOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (ListServiceSpecificCredentialsOutput) String ¶
func (s ListServiceSpecificCredentialsOutput) String() string
String returns the string representation
type ListServiceSpecificCredentialsRequest ¶
type ListServiceSpecificCredentialsRequest struct { *aws.Request Input *ListServiceSpecificCredentialsInput Copy func(*ListServiceSpecificCredentialsInput) ListServiceSpecificCredentialsRequest }
ListServiceSpecificCredentialsRequest is a API request type for the ListServiceSpecificCredentials API operation.
func (ListServiceSpecificCredentialsRequest) Send ¶
func (r ListServiceSpecificCredentialsRequest) Send() (*ListServiceSpecificCredentialsOutput, error)
Send marshals and sends the ListServiceSpecificCredentials API request.
type ListSigningCertificatesInput ¶
type ListSigningCertificatesInput struct { // Use this parameter only when paginating results and only after you receive // a response indicating that the results are truncated. Set it to the value // of the Marker element in the response that you received to indicate where // the next call should start. Marker *string `min:"1" type:"string"` // (Optional) Use this only when paginating results to indicate the maximum // number of items you want in the response. If additional items exist beyond // the maximum you specify, the IsTruncated response element is true. // // If you do not include this parameter, it defaults to 100. Note that IAM might // return fewer results, even when there are more results available. In that // case, the IsTruncated response element returns true and Marker contains a // value to include in the subsequent call that tells the service where to continue // from. MaxItems *int64 `min:"1" type:"integer"` // The name of the IAM user whose signing certificates you want to examine. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@- UserName *string `min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListSigningCertificatesRequest
func (ListSigningCertificatesInput) GoString ¶
func (s ListSigningCertificatesInput) GoString() string
GoString returns the string representation
func (ListSigningCertificatesInput) String ¶
func (s ListSigningCertificatesInput) String() string
String returns the string representation
func (*ListSigningCertificatesInput) Validate ¶
func (s *ListSigningCertificatesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListSigningCertificatesOutput ¶
type ListSigningCertificatesOutput struct { // A list of the user's signing certificate information. // // Certificates is a required field Certificates []SigningCertificate `type:"list" required:"true"` // A flag that indicates whether there are more items to return. If your results // were truncated, you can make a subsequent pagination request using the Marker // request parameter to retrieve more items. Note that IAM might return fewer // than the MaxItems number of results even when there are more results available. // We recommend that you check IsTruncated after every call to ensure that you // receive all of your results. IsTruncated *bool `type:"boolean"` // When IsTruncated is true, this element is present and contains the value // to use for the Marker parameter in a subsequent pagination request. Marker *string `min:"1" type:"string"` // contains filtered or unexported fields }
Contains the response to a successful ListSigningCertificates request. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListSigningCertificatesResponse
func (ListSigningCertificatesOutput) GoString ¶
func (s ListSigningCertificatesOutput) GoString() string
GoString returns the string representation
func (ListSigningCertificatesOutput) SDKResponseMetadata ¶
func (s ListSigningCertificatesOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (ListSigningCertificatesOutput) String ¶
func (s ListSigningCertificatesOutput) String() string
String returns the string representation
type ListSigningCertificatesPager ¶ added in v0.3.0
ListSigningCertificatesPager is used to paginate the request. This can be done by calling Next and CurrentPage.
func (*ListSigningCertificatesPager) CurrentPage ¶ added in v0.3.0
func (p *ListSigningCertificatesPager) CurrentPage() *ListSigningCertificatesOutput
type ListSigningCertificatesRequest ¶
type ListSigningCertificatesRequest struct { *aws.Request Input *ListSigningCertificatesInput Copy func(*ListSigningCertificatesInput) ListSigningCertificatesRequest }
ListSigningCertificatesRequest is a API request type for the ListSigningCertificates API operation.
func (*ListSigningCertificatesRequest) Paginate ¶ added in v0.3.0
func (p *ListSigningCertificatesRequest) Paginate(opts ...aws.Option) ListSigningCertificatesPager
Paginate pages iterates over the pages of a ListSigningCertificatesRequest operation, calling the Next method for each page. Using the paginators Next method will depict whether or not there are more pages.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListSigningCertificates operation. req := client.ListSigningCertificatesRequest(input) p := req.Paginate() for p.Next() { page := p.CurrentPage() } if err := p.Err(); err != nil { return err }
func (ListSigningCertificatesRequest) Send ¶
func (r ListSigningCertificatesRequest) Send() (*ListSigningCertificatesOutput, error)
Send marshals and sends the ListSigningCertificates API request.
type ListUserPoliciesInput ¶
type ListUserPoliciesInput struct { // Use this parameter only when paginating results and only after you receive // a response indicating that the results are truncated. Set it to the value // of the Marker element in the response that you received to indicate where // the next call should start. Marker *string `min:"1" type:"string"` // (Optional) Use this only when paginating results to indicate the maximum // number of items you want in the response. If additional items exist beyond // the maximum you specify, the IsTruncated response element is true. // // If you do not include this parameter, it defaults to 100. Note that IAM might // return fewer results, even when there are more results available. In that // case, the IsTruncated response element returns true and Marker contains a // value to include in the subsequent call that tells the service where to continue // from. MaxItems *int64 `min:"1" type:"integer"` // The name of the user to list policies for. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@- // // UserName is a required field UserName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListUserPoliciesRequest
func (ListUserPoliciesInput) GoString ¶
func (s ListUserPoliciesInput) GoString() string
GoString returns the string representation
func (ListUserPoliciesInput) String ¶
func (s ListUserPoliciesInput) String() string
String returns the string representation
func (*ListUserPoliciesInput) Validate ¶
func (s *ListUserPoliciesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListUserPoliciesOutput ¶
type ListUserPoliciesOutput struct { // A flag that indicates whether there are more items to return. If your results // were truncated, you can make a subsequent pagination request using the Marker // request parameter to retrieve more items. Note that IAM might return fewer // than the MaxItems number of results even when there are more results available. // We recommend that you check IsTruncated after every call to ensure that you // receive all of your results. IsTruncated *bool `type:"boolean"` // When IsTruncated is true, this element is present and contains the value // to use for the Marker parameter in a subsequent pagination request. Marker *string `min:"1" type:"string"` // A list of policy names. // // PolicyNames is a required field PolicyNames []string `type:"list" required:"true"` // contains filtered or unexported fields }
Contains the response to a successful ListUserPolicies request. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListUserPoliciesResponse
func (ListUserPoliciesOutput) GoString ¶
func (s ListUserPoliciesOutput) GoString() string
GoString returns the string representation
func (ListUserPoliciesOutput) SDKResponseMetadata ¶
func (s ListUserPoliciesOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (ListUserPoliciesOutput) String ¶
func (s ListUserPoliciesOutput) String() string
String returns the string representation
type ListUserPoliciesPager ¶ added in v0.3.0
ListUserPoliciesPager is used to paginate the request. This can be done by calling Next and CurrentPage.
func (*ListUserPoliciesPager) CurrentPage ¶ added in v0.3.0
func (p *ListUserPoliciesPager) CurrentPage() *ListUserPoliciesOutput
type ListUserPoliciesRequest ¶
type ListUserPoliciesRequest struct { *aws.Request Input *ListUserPoliciesInput Copy func(*ListUserPoliciesInput) ListUserPoliciesRequest }
ListUserPoliciesRequest is a API request type for the ListUserPolicies API operation.
func (*ListUserPoliciesRequest) Paginate ¶ added in v0.3.0
func (p *ListUserPoliciesRequest) Paginate(opts ...aws.Option) ListUserPoliciesPager
Paginate pages iterates over the pages of a ListUserPoliciesRequest operation, calling the Next method for each page. Using the paginators Next method will depict whether or not there are more pages.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListUserPolicies operation. req := client.ListUserPoliciesRequest(input) p := req.Paginate() for p.Next() { page := p.CurrentPage() } if err := p.Err(); err != nil { return err }
func (ListUserPoliciesRequest) Send ¶
func (r ListUserPoliciesRequest) Send() (*ListUserPoliciesOutput, error)
Send marshals and sends the ListUserPolicies API request.
type ListUsersInput ¶
type ListUsersInput struct { // Use this parameter only when paginating results and only after you receive // a response indicating that the results are truncated. Set it to the value // of the Marker element in the response that you received to indicate where // the next call should start. Marker *string `min:"1" type:"string"` // (Optional) Use this only when paginating results to indicate the maximum // number of items you want in the response. If additional items exist beyond // the maximum you specify, the IsTruncated response element is true. // // If you do not include this parameter, it defaults to 100. Note that IAM might // return fewer results, even when there are more results available. In that // case, the IsTruncated response element returns true and Marker contains a // value to include in the subsequent call that tells the service where to continue // from. MaxItems *int64 `min:"1" type:"integer"` // The path prefix for filtering the results. For example: /division_abc/subdivision_xyz/, // which would get all user names whose path starts with /division_abc/subdivision_xyz/. // // This parameter is optional. If it is not included, it defaults to a slash // (/), listing all user names. This paramater allows (per its regex pattern // (http://wikipedia.org/wiki/regex)) a string of characters consisting of either // a forward slash (/) by itself or a string that must begin and end with forward // slashes, containing any ASCII character from the ! (\u0021) thru the DEL // character (\u007F), including most punctuation characters, digits, and upper // and lowercased letters. PathPrefix *string `min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListUsersRequest
func (ListUsersInput) GoString ¶
func (s ListUsersInput) GoString() string
GoString returns the string representation
func (ListUsersInput) String ¶
func (s ListUsersInput) String() string
String returns the string representation
func (*ListUsersInput) Validate ¶
func (s *ListUsersInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListUsersOutput ¶
type ListUsersOutput struct { // A flag that indicates whether there are more items to return. If your results // were truncated, you can make a subsequent pagination request using the Marker // request parameter to retrieve more items. Note that IAM might return fewer // than the MaxItems number of results even when there are more results available. // We recommend that you check IsTruncated after every call to ensure that you // receive all of your results. IsTruncated *bool `type:"boolean"` // When IsTruncated is true, this element is present and contains the value // to use for the Marker parameter in a subsequent pagination request. Marker *string `min:"1" type:"string"` // A list of users. // // Users is a required field Users []User `type:"list" required:"true"` // contains filtered or unexported fields }
Contains the response to a successful ListUsers request. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListUsersResponse
func (ListUsersOutput) GoString ¶
func (s ListUsersOutput) GoString() string
GoString returns the string representation
func (ListUsersOutput) SDKResponseMetadata ¶
func (s ListUsersOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (ListUsersOutput) String ¶
func (s ListUsersOutput) String() string
String returns the string representation
type ListUsersPager ¶ added in v0.3.0
ListUsersPager is used to paginate the request. This can be done by calling Next and CurrentPage.
func (*ListUsersPager) CurrentPage ¶ added in v0.3.0
func (p *ListUsersPager) CurrentPage() *ListUsersOutput
type ListUsersRequest ¶
type ListUsersRequest struct { *aws.Request Input *ListUsersInput Copy func(*ListUsersInput) ListUsersRequest }
ListUsersRequest is a API request type for the ListUsers API operation.
func (*ListUsersRequest) Paginate ¶ added in v0.3.0
func (p *ListUsersRequest) Paginate(opts ...aws.Option) ListUsersPager
Paginate pages iterates over the pages of a ListUsersRequest operation, calling the Next method for each page. Using the paginators Next method will depict whether or not there are more pages.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListUsers operation. req := client.ListUsersRequest(input) p := req.Paginate() for p.Next() { page := p.CurrentPage() } if err := p.Err(); err != nil { return err }
func (ListUsersRequest) Send ¶
func (r ListUsersRequest) Send() (*ListUsersOutput, error)
Send marshals and sends the ListUsers API request.
type ListVirtualMFADevicesInput ¶
type ListVirtualMFADevicesInput struct { // The status (Unassigned or Assigned) of the devices to list. If you do not // specify an AssignmentStatus, the action defaults to Any which lists both // assigned and unassigned virtual MFA devices. AssignmentStatus AssignmentStatusType `type:"string" enum:"true"` // Use this parameter only when paginating results and only after you receive // a response indicating that the results are truncated. Set it to the value // of the Marker element in the response that you received to indicate where // the next call should start. Marker *string `min:"1" type:"string"` // (Optional) Use this only when paginating results to indicate the maximum // number of items you want in the response. If additional items exist beyond // the maximum you specify, the IsTruncated response element is true. // // If you do not include this parameter, it defaults to 100. Note that IAM might // return fewer results, even when there are more results available. In that // case, the IsTruncated response element returns true and Marker contains a // value to include in the subsequent call that tells the service where to continue // from. MaxItems *int64 `min:"1" type:"integer"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListVirtualMFADevicesRequest
func (ListVirtualMFADevicesInput) GoString ¶
func (s ListVirtualMFADevicesInput) GoString() string
GoString returns the string representation
func (ListVirtualMFADevicesInput) String ¶
func (s ListVirtualMFADevicesInput) String() string
String returns the string representation
func (*ListVirtualMFADevicesInput) Validate ¶
func (s *ListVirtualMFADevicesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListVirtualMFADevicesOutput ¶
type ListVirtualMFADevicesOutput struct { // A flag that indicates whether there are more items to return. If your results // were truncated, you can make a subsequent pagination request using the Marker // request parameter to retrieve more items. Note that IAM might return fewer // than the MaxItems number of results even when there are more results available. // We recommend that you check IsTruncated after every call to ensure that you // receive all of your results. IsTruncated *bool `type:"boolean"` // When IsTruncated is true, this element is present and contains the value // to use for the Marker parameter in a subsequent pagination request. Marker *string `min:"1" type:"string"` // The list of virtual MFA devices in the current account that match the AssignmentStatus // value that was passed in the request. // // VirtualMFADevices is a required field VirtualMFADevices []VirtualMFADevice `type:"list" required:"true"` // contains filtered or unexported fields }
Contains the response to a successful ListVirtualMFADevices request. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListVirtualMFADevicesResponse
func (ListVirtualMFADevicesOutput) GoString ¶
func (s ListVirtualMFADevicesOutput) GoString() string
GoString returns the string representation
func (ListVirtualMFADevicesOutput) SDKResponseMetadata ¶
func (s ListVirtualMFADevicesOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (ListVirtualMFADevicesOutput) String ¶
func (s ListVirtualMFADevicesOutput) String() string
String returns the string representation
type ListVirtualMFADevicesPager ¶ added in v0.3.0
ListVirtualMFADevicesPager is used to paginate the request. This can be done by calling Next and CurrentPage.
func (*ListVirtualMFADevicesPager) CurrentPage ¶ added in v0.3.0
func (p *ListVirtualMFADevicesPager) CurrentPage() *ListVirtualMFADevicesOutput
type ListVirtualMFADevicesRequest ¶
type ListVirtualMFADevicesRequest struct { *aws.Request Input *ListVirtualMFADevicesInput Copy func(*ListVirtualMFADevicesInput) ListVirtualMFADevicesRequest }
ListVirtualMFADevicesRequest is a API request type for the ListVirtualMFADevices API operation.
func (*ListVirtualMFADevicesRequest) Paginate ¶ added in v0.3.0
func (p *ListVirtualMFADevicesRequest) Paginate(opts ...aws.Option) ListVirtualMFADevicesPager
Paginate pages iterates over the pages of a ListVirtualMFADevicesRequest operation, calling the Next method for each page. Using the paginators Next method will depict whether or not there are more pages.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListVirtualMFADevices operation. req := client.ListVirtualMFADevicesRequest(input) p := req.Paginate() for p.Next() { page := p.CurrentPage() } if err := p.Err(); err != nil { return err }
func (ListVirtualMFADevicesRequest) Send ¶
func (r ListVirtualMFADevicesRequest) Send() (*ListVirtualMFADevicesOutput, error)
Send marshals and sends the ListVirtualMFADevices API request.
type LoginProfile ¶
type LoginProfile struct { // The date when the password for the user was created. // // CreateDate is a required field CreateDate *time.Time `type:"timestamp" timestampFormat:"iso8601" required:"true"` // Specifies whether the user is required to set a new password on next sign-in. PasswordResetRequired *bool `type:"boolean"` // The name of the user, which can be used for signing in to the AWS Management // Console. // // UserName is a required field UserName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Contains the user name and password create date for a user.
This data type is used as a response element in the CreateLoginProfile and GetLoginProfile actions. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/LoginProfile
func (LoginProfile) GoString ¶
func (s LoginProfile) GoString() string
GoString returns the string representation
func (LoginProfile) String ¶
func (s LoginProfile) String() string
String returns the string representation
type MFADevice ¶
type MFADevice struct { // The date when the MFA device was enabled for the user. // // EnableDate is a required field EnableDate *time.Time `type:"timestamp" timestampFormat:"iso8601" required:"true"` // The serial number that uniquely identifies the MFA device. For virtual MFA // devices, the serial number is the device ARN. // // SerialNumber is a required field SerialNumber *string `min:"9" type:"string" required:"true"` // The user with whom the MFA device is associated. // // UserName is a required field UserName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Contains information about an MFA device.
This data type is used as a response element in the ListMFADevices action. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/MFADevice
type ManagedPolicyDetail ¶
type ManagedPolicyDetail struct { // The Amazon Resource Name (ARN). ARNs are unique identifiers for AWS resources. // // For more information about ARNs, go to Amazon Resource Names (ARNs) and AWS // Service Namespaces (http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html) // in the AWS General Reference. Arn *string `min:"20" type:"string"` // The number of principal entities (users, groups, and roles) that the policy // is attached to. AttachmentCount *int64 `type:"integer"` // The date and time, in ISO 8601 date-time format (http://www.iso.org/iso/iso8601), // when the policy was created. CreateDate *time.Time `type:"timestamp" timestampFormat:"iso8601"` // The identifier for the version of the policy that is set as the default (operative) // version. // // For more information about policy versions, see Versioning for Managed Policies // (http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-versions.html) // in the Using IAM guide. DefaultVersionId *string `type:"string"` // A friendly description of the policy. Description *string `type:"string"` // Specifies whether the policy can be attached to an IAM user, group, or role. IsAttachable *bool `type:"boolean"` // The path to the policy. // // For more information about paths, see IAM Identifiers (http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html) // in the Using IAM guide. Path *string `type:"string"` // The stable and unique string identifying the policy. // // For more information about IDs, see IAM Identifiers (http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html) // in the Using IAM guide. PolicyId *string `min:"16" type:"string"` // The friendly name (not ARN) identifying the policy. PolicyName *string `min:"1" type:"string"` // A list containing information about the versions of the policy. PolicyVersionList []PolicyVersion `type:"list"` // The date and time, in ISO 8601 date-time format (http://www.iso.org/iso/iso8601), // when the policy was last updated. // // When a policy has only one version, this field contains the date and time // when the policy was created. When a policy has more than one version, this // field contains the date and time when the most recent policy version was // created. UpdateDate *time.Time `type:"timestamp" timestampFormat:"iso8601"` // contains filtered or unexported fields }
Contains information about a managed policy, including the policy's ARN, versions, and the number of principal entities (users, groups, and roles) that the policy is attached to.
This data type is used as a response element in the GetAccountAuthorizationDetails action.
For more information about managed policies, see Managed Policies and Inline Policies (http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html) in the Using IAM guide. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ManagedPolicyDetail
func (ManagedPolicyDetail) GoString ¶
func (s ManagedPolicyDetail) GoString() string
GoString returns the string representation
func (ManagedPolicyDetail) String ¶
func (s ManagedPolicyDetail) String() string
String returns the string representation
type OpenIDConnectProviderListEntry ¶
type OpenIDConnectProviderListEntry struct { // The Amazon Resource Name (ARN). ARNs are unique identifiers for AWS resources. // // For more information about ARNs, go to Amazon Resource Names (ARNs) and AWS // Service Namespaces (http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html) // in the AWS General Reference. Arn *string `min:"20" type:"string"` // contains filtered or unexported fields }
Contains the Amazon Resource Name (ARN) for an IAM OpenID Connect provider. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/OpenIDConnectProviderListEntry
func (OpenIDConnectProviderListEntry) GoString ¶
func (s OpenIDConnectProviderListEntry) GoString() string
GoString returns the string representation
func (OpenIDConnectProviderListEntry) String ¶
func (s OpenIDConnectProviderListEntry) String() string
String returns the string representation
type OrganizationsDecisionDetail ¶
type OrganizationsDecisionDetail struct { // Specifies whether the simulated action is allowed by the AWS Organizations // service control policies that impact the simulated user's account. AllowedByOrganizations *bool `type:"boolean"` // contains filtered or unexported fields }
Contains information about AWS Organizations's affect on a policy simulation. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/OrganizationsDecisionDetail
func (OrganizationsDecisionDetail) GoString ¶
func (s OrganizationsDecisionDetail) GoString() string
GoString returns the string representation
func (OrganizationsDecisionDetail) String ¶
func (s OrganizationsDecisionDetail) String() string
String returns the string representation
type PasswordPolicy ¶
type PasswordPolicy struct { // Specifies whether IAM users are allowed to change their own password. AllowUsersToChangePassword *bool `type:"boolean"` // Indicates whether passwords in the account expire. Returns true if MaxPasswordAge // is contains a value greater than 0. Returns false if MaxPasswordAge is 0 // or not present. ExpirePasswords *bool `type:"boolean"` // Specifies whether IAM users are prevented from setting a new password after // their password has expired. HardExpiry *bool `type:"boolean"` // The number of days that an IAM user password is valid. MaxPasswordAge *int64 `min:"1" type:"integer"` // Minimum length to require for IAM user passwords. MinimumPasswordLength *int64 `min:"6" type:"integer"` // Specifies the number of previous passwords that IAM users are prevented from // reusing. PasswordReusePrevention *int64 `min:"1" type:"integer"` // Specifies whether to require lowercase characters for IAM user passwords. RequireLowercaseCharacters *bool `type:"boolean"` // Specifies whether to require numbers for IAM user passwords. RequireNumbers *bool `type:"boolean"` // Specifies whether to require symbols for IAM user passwords. RequireSymbols *bool `type:"boolean"` // Specifies whether to require uppercase characters for IAM user passwords. RequireUppercaseCharacters *bool `type:"boolean"` // contains filtered or unexported fields }
Contains information about the account password policy.
This data type is used as a response element in the GetAccountPasswordPolicy action. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/PasswordPolicy
func (PasswordPolicy) GoString ¶
func (s PasswordPolicy) GoString() string
GoString returns the string representation
func (PasswordPolicy) String ¶
func (s PasswordPolicy) String() string
String returns the string representation
type Policy ¶
type Policy struct { // The Amazon Resource Name (ARN). ARNs are unique identifiers for AWS resources. // // For more information about ARNs, go to Amazon Resource Names (ARNs) and AWS // Service Namespaces (http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html) // in the AWS General Reference. Arn *string `min:"20" type:"string"` // The number of entities (users, groups, and roles) that the policy is attached // to. AttachmentCount *int64 `type:"integer"` // The date and time, in ISO 8601 date-time format (http://www.iso.org/iso/iso8601), // when the policy was created. CreateDate *time.Time `type:"timestamp" timestampFormat:"iso8601"` // The identifier for the version of the policy that is set as the default version. DefaultVersionId *string `type:"string"` // A friendly description of the policy. // // This element is included in the response to the GetPolicy operation. It is // not included in the response to the ListPolicies operation. Description *string `type:"string"` // Specifies whether the policy can be attached to an IAM user, group, or role. IsAttachable *bool `type:"boolean"` // The path to the policy. // // For more information about paths, see IAM Identifiers (http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html) // in the Using IAM guide. Path *string `type:"string"` // The stable and unique string identifying the policy. // // For more information about IDs, see IAM Identifiers (http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html) // in the Using IAM guide. PolicyId *string `min:"16" type:"string"` // The friendly name (not ARN) identifying the policy. PolicyName *string `min:"1" type:"string"` // The date and time, in ISO 8601 date-time format (http://www.iso.org/iso/iso8601), // when the policy was last updated. // // When a policy has only one version, this field contains the date and time // when the policy was created. When a policy has more than one version, this // field contains the date and time when the most recent policy version was // created. UpdateDate *time.Time `type:"timestamp" timestampFormat:"iso8601"` // contains filtered or unexported fields }
Contains information about a managed policy.
This data type is used as a response element in the CreatePolicy, GetPolicy, and ListPolicies actions.
For more information about managed policies, refer to Managed Policies and Inline Policies (http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html) in the Using IAM guide. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/Policy
type PolicyDetail ¶
type PolicyDetail struct { // The policy document. PolicyDocument *string `min:"1" type:"string"` // The name of the policy. PolicyName *string `min:"1" type:"string"` // contains filtered or unexported fields }
Contains information about an IAM policy, including the policy document.
This data type is used as a response element in the GetAccountAuthorizationDetails action. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/PolicyDetail
func (PolicyDetail) GoString ¶
func (s PolicyDetail) GoString() string
GoString returns the string representation
func (PolicyDetail) String ¶
func (s PolicyDetail) String() string
String returns the string representation
type PolicyEvaluationDecisionType ¶
type PolicyEvaluationDecisionType string
const ( PolicyEvaluationDecisionTypeAllowed PolicyEvaluationDecisionType = "allowed" PolicyEvaluationDecisionTypeExplicitDeny PolicyEvaluationDecisionType = "explicitDeny" PolicyEvaluationDecisionTypeImplicitDeny PolicyEvaluationDecisionType = "implicitDeny" )
Enum values for PolicyEvaluationDecisionType
func (PolicyEvaluationDecisionType) MarshalValue ¶ added in v0.3.0
func (enum PolicyEvaluationDecisionType) MarshalValue() (string, error)
func (PolicyEvaluationDecisionType) MarshalValueBuf ¶ added in v0.3.0
func (enum PolicyEvaluationDecisionType) MarshalValueBuf(b []byte) ([]byte, error)
type PolicyGroup ¶
type PolicyGroup struct { // The stable and unique string identifying the group. For more information // about IDs, see IAM Identifiers (http://docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html) // in the IAM User Guide. GroupId *string `min:"16" type:"string"` // The name (friendly name, not ARN) identifying the group. GroupName *string `min:"1" type:"string"` // contains filtered or unexported fields }
Contains information about a group that a managed policy is attached to.
This data type is used as a response element in the ListEntitiesForPolicy action.
For more information about managed policies, refer to Managed Policies and Inline Policies (http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html) in the Using IAM guide. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/PolicyGroup
func (PolicyGroup) GoString ¶
func (s PolicyGroup) GoString() string
GoString returns the string representation
func (PolicyGroup) String ¶
func (s PolicyGroup) String() string
String returns the string representation
type PolicyRole ¶
type PolicyRole struct { // The stable and unique string identifying the role. For more information about // IDs, see IAM Identifiers (http://docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html) // in the IAM User Guide. RoleId *string `min:"16" type:"string"` // The name (friendly name, not ARN) identifying the role. RoleName *string `min:"1" type:"string"` // contains filtered or unexported fields }
Contains information about a role that a managed policy is attached to.
This data type is used as a response element in the ListEntitiesForPolicy action.
For more information about managed policies, refer to Managed Policies and Inline Policies (http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html) in the Using IAM guide. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/PolicyRole
func (PolicyRole) GoString ¶
func (s PolicyRole) GoString() string
GoString returns the string representation
func (PolicyRole) String ¶
func (s PolicyRole) String() string
String returns the string representation
type PolicyScopeType ¶
type PolicyScopeType string
const ( PolicyScopeTypeAll PolicyScopeType = "All" PolicyScopeTypeAws PolicyScopeType = "AWS" PolicyScopeTypeLocal PolicyScopeType = "Local" )
Enum values for PolicyScopeType
func (PolicyScopeType) MarshalValue ¶ added in v0.3.0
func (enum PolicyScopeType) MarshalValue() (string, error)
func (PolicyScopeType) MarshalValueBuf ¶ added in v0.3.0
func (enum PolicyScopeType) MarshalValueBuf(b []byte) ([]byte, error)
type PolicySourceType ¶
type PolicySourceType string
const ( PolicySourceTypeUser PolicySourceType = "user" PolicySourceTypeGroup PolicySourceType = "group" PolicySourceTypeRole PolicySourceType = "role" PolicySourceTypeAwsManaged PolicySourceType = "aws-managed" PolicySourceTypeUserManaged PolicySourceType = "user-managed" PolicySourceTypeResource PolicySourceType = "resource" PolicySourceTypeNone PolicySourceType = "none" )
Enum values for PolicySourceType
func (PolicySourceType) MarshalValue ¶ added in v0.3.0
func (enum PolicySourceType) MarshalValue() (string, error)
func (PolicySourceType) MarshalValueBuf ¶ added in v0.3.0
func (enum PolicySourceType) MarshalValueBuf(b []byte) ([]byte, error)
type PolicyUser ¶
type PolicyUser struct { // The stable and unique string identifying the user. For more information about // IDs, see IAM Identifiers (http://docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html) // in the IAM User Guide. UserId *string `min:"16" type:"string"` // The name (friendly name, not ARN) identifying the user. UserName *string `min:"1" type:"string"` // contains filtered or unexported fields }
Contains information about a user that a managed policy is attached to.
This data type is used as a response element in the ListEntitiesForPolicy action.
For more information about managed policies, refer to Managed Policies and Inline Policies (http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html) in the Using IAM guide. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/PolicyUser
func (PolicyUser) GoString ¶
func (s PolicyUser) GoString() string
GoString returns the string representation
func (PolicyUser) String ¶
func (s PolicyUser) String() string
String returns the string representation
type PolicyVersion ¶
type PolicyVersion struct { // The date and time, in ISO 8601 date-time format (http://www.iso.org/iso/iso8601), // when the policy version was created. CreateDate *time.Time `type:"timestamp" timestampFormat:"iso8601"` // The policy document. // // The policy document is returned in the response to the GetPolicyVersion and // GetAccountAuthorizationDetails operations. It is not returned in the response // to the CreatePolicyVersion or ListPolicyVersions operations. Document *string `min:"1" type:"string"` // Specifies whether the policy version is set as the policy's default version. IsDefaultVersion *bool `type:"boolean"` // The identifier for the policy version. // // Policy version identifiers always begin with v (always lowercase). When a // policy is created, the first policy version is v1. VersionId *string `type:"string"` // contains filtered or unexported fields }
Contains information about a version of a managed policy.
This data type is used as a response element in the CreatePolicyVersion, GetPolicyVersion, ListPolicyVersions, and GetAccountAuthorizationDetails actions.
For more information about managed policies, refer to Managed Policies and Inline Policies (http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html) in the Using IAM guide. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/PolicyVersion
func (PolicyVersion) GoString ¶
func (s PolicyVersion) GoString() string
GoString returns the string representation
func (PolicyVersion) String ¶
func (s PolicyVersion) String() string
String returns the string representation
type Position ¶
type Position struct { // The column in the line containing the specified position in the document. Column *int64 `type:"integer"` // The line containing the specified position in the document. Line *int64 `type:"integer"` // contains filtered or unexported fields }
Contains the row and column of a location of a Statement element in a policy document.
This data type is used as a member of the Statement type. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/Position
type PutGroupPolicyInput ¶
type PutGroupPolicyInput struct { // The name of the group to associate the policy with. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@- // // GroupName is a required field GroupName *string `min:"1" type:"string" required:"true"` // The policy document. // // The regex pattern (http://wikipedia.org/wiki/regex) used to validate this // parameter is a string of characters consisting of any printable ASCII character // ranging from the space character (\u0020) through end of the ASCII character // range as well as the printable characters in the Basic Latin and Latin-1 // Supplement character set (through \u00FF). It also includes the special characters // tab (\u0009), line feed (\u000A), and carriage return (\u000D). // // PolicyDocument is a required field PolicyDocument *string `min:"1" type:"string" required:"true"` // The name of the policy document. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@-+ // // PolicyName is a required field PolicyName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/PutGroupPolicyRequest
func (PutGroupPolicyInput) GoString ¶
func (s PutGroupPolicyInput) GoString() string
GoString returns the string representation
func (PutGroupPolicyInput) String ¶
func (s PutGroupPolicyInput) String() string
String returns the string representation
func (*PutGroupPolicyInput) Validate ¶
func (s *PutGroupPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutGroupPolicyOutput ¶
type PutGroupPolicyOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/PutGroupPolicyOutput
func (PutGroupPolicyOutput) GoString ¶
func (s PutGroupPolicyOutput) GoString() string
GoString returns the string representation
func (PutGroupPolicyOutput) SDKResponseMetadata ¶
func (s PutGroupPolicyOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (PutGroupPolicyOutput) String ¶
func (s PutGroupPolicyOutput) String() string
String returns the string representation
type PutGroupPolicyRequest ¶
type PutGroupPolicyRequest struct { *aws.Request Input *PutGroupPolicyInput Copy func(*PutGroupPolicyInput) PutGroupPolicyRequest }
PutGroupPolicyRequest is a API request type for the PutGroupPolicy API operation.
func (PutGroupPolicyRequest) Send ¶
func (r PutGroupPolicyRequest) Send() (*PutGroupPolicyOutput, error)
Send marshals and sends the PutGroupPolicy API request.
type PutRolePolicyInput ¶
type PutRolePolicyInput struct { // The policy document. // // The regex pattern (http://wikipedia.org/wiki/regex) used to validate this // parameter is a string of characters consisting of any printable ASCII character // ranging from the space character (\u0020) through end of the ASCII character // range as well as the printable characters in the Basic Latin and Latin-1 // Supplement character set (through \u00FF). It also includes the special characters // tab (\u0009), line feed (\u000A), and carriage return (\u000D). // // PolicyDocument is a required field PolicyDocument *string `min:"1" type:"string" required:"true"` // The name of the policy document. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@-+ // // PolicyName is a required field PolicyName *string `min:"1" type:"string" required:"true"` // The name of the role to associate the policy with. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: _+=,.@- // // RoleName is a required field RoleName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/PutRolePolicyRequest
func (PutRolePolicyInput) GoString ¶
func (s PutRolePolicyInput) GoString() string
GoString returns the string representation
func (PutRolePolicyInput) String ¶
func (s PutRolePolicyInput) String() string
String returns the string representation
func (*PutRolePolicyInput) Validate ¶
func (s *PutRolePolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutRolePolicyOutput ¶
type PutRolePolicyOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/PutRolePolicyOutput
func (PutRolePolicyOutput) GoString ¶
func (s PutRolePolicyOutput) GoString() string
GoString returns the string representation
func (PutRolePolicyOutput) SDKResponseMetadata ¶
func (s PutRolePolicyOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (PutRolePolicyOutput) String ¶
func (s PutRolePolicyOutput) String() string
String returns the string representation
type PutRolePolicyRequest ¶
type PutRolePolicyRequest struct { *aws.Request Input *PutRolePolicyInput Copy func(*PutRolePolicyInput) PutRolePolicyRequest }
PutRolePolicyRequest is a API request type for the PutRolePolicy API operation.
func (PutRolePolicyRequest) Send ¶
func (r PutRolePolicyRequest) Send() (*PutRolePolicyOutput, error)
Send marshals and sends the PutRolePolicy API request.
type PutUserPolicyInput ¶
type PutUserPolicyInput struct { // The policy document. // // The regex pattern (http://wikipedia.org/wiki/regex) used to validate this // parameter is a string of characters consisting of any printable ASCII character // ranging from the space character (\u0020) through end of the ASCII character // range as well as the printable characters in the Basic Latin and Latin-1 // Supplement character set (through \u00FF). It also includes the special characters // tab (\u0009), line feed (\u000A), and carriage return (\u000D). // // PolicyDocument is a required field PolicyDocument *string `min:"1" type:"string" required:"true"` // The name of the policy document. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@-+ // // PolicyName is a required field PolicyName *string `min:"1" type:"string" required:"true"` // The name of the user to associate the policy with. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@- // // UserName is a required field UserName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/PutUserPolicyRequest
func (PutUserPolicyInput) GoString ¶
func (s PutUserPolicyInput) GoString() string
GoString returns the string representation
func (PutUserPolicyInput) String ¶
func (s PutUserPolicyInput) String() string
String returns the string representation
func (*PutUserPolicyInput) Validate ¶
func (s *PutUserPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutUserPolicyOutput ¶
type PutUserPolicyOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/PutUserPolicyOutput
func (PutUserPolicyOutput) GoString ¶
func (s PutUserPolicyOutput) GoString() string
GoString returns the string representation
func (PutUserPolicyOutput) SDKResponseMetadata ¶
func (s PutUserPolicyOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (PutUserPolicyOutput) String ¶
func (s PutUserPolicyOutput) String() string
String returns the string representation
type PutUserPolicyRequest ¶
type PutUserPolicyRequest struct { *aws.Request Input *PutUserPolicyInput Copy func(*PutUserPolicyInput) PutUserPolicyRequest }
PutUserPolicyRequest is a API request type for the PutUserPolicy API operation.
func (PutUserPolicyRequest) Send ¶
func (r PutUserPolicyRequest) Send() (*PutUserPolicyOutput, error)
Send marshals and sends the PutUserPolicy API request.
type RemoveClientIDFromOpenIDConnectProviderInput ¶
type RemoveClientIDFromOpenIDConnectProviderInput struct { // The client ID (also known as audience) to remove from the IAM OIDC provider // resource. For more information about client IDs, see CreateOpenIDConnectProvider. // // ClientID is a required field ClientID *string `min:"1" type:"string" required:"true"` // The Amazon Resource Name (ARN) of the IAM OIDC provider resource to remove // the client ID from. You can get a list of OIDC provider ARNs by using the // ListOpenIDConnectProviders action. // // For more information about ARNs, see Amazon Resource Names (ARNs) and AWS // Service Namespaces (http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html) // in the AWS General Reference. // // OpenIDConnectProviderArn is a required field OpenIDConnectProviderArn *string `min:"20" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/RemoveClientIDFromOpenIDConnectProviderRequest
func (RemoveClientIDFromOpenIDConnectProviderInput) GoString ¶
func (s RemoveClientIDFromOpenIDConnectProviderInput) GoString() string
GoString returns the string representation
func (RemoveClientIDFromOpenIDConnectProviderInput) String ¶
func (s RemoveClientIDFromOpenIDConnectProviderInput) String() string
String returns the string representation
func (*RemoveClientIDFromOpenIDConnectProviderInput) Validate ¶
func (s *RemoveClientIDFromOpenIDConnectProviderInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type RemoveClientIDFromOpenIDConnectProviderOutput ¶
type RemoveClientIDFromOpenIDConnectProviderOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/RemoveClientIDFromOpenIDConnectProviderOutput
func (RemoveClientIDFromOpenIDConnectProviderOutput) GoString ¶
func (s RemoveClientIDFromOpenIDConnectProviderOutput) GoString() string
GoString returns the string representation
func (RemoveClientIDFromOpenIDConnectProviderOutput) SDKResponseMetadata ¶
func (s RemoveClientIDFromOpenIDConnectProviderOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (RemoveClientIDFromOpenIDConnectProviderOutput) String ¶
func (s RemoveClientIDFromOpenIDConnectProviderOutput) String() string
String returns the string representation
type RemoveClientIDFromOpenIDConnectProviderRequest ¶
type RemoveClientIDFromOpenIDConnectProviderRequest struct { *aws.Request Input *RemoveClientIDFromOpenIDConnectProviderInput Copy func(*RemoveClientIDFromOpenIDConnectProviderInput) RemoveClientIDFromOpenIDConnectProviderRequest }
RemoveClientIDFromOpenIDConnectProviderRequest is a API request type for the RemoveClientIDFromOpenIDConnectProvider API operation.
func (RemoveClientIDFromOpenIDConnectProviderRequest) Send ¶
func (r RemoveClientIDFromOpenIDConnectProviderRequest) Send() (*RemoveClientIDFromOpenIDConnectProviderOutput, error)
Send marshals and sends the RemoveClientIDFromOpenIDConnectProvider API request.
type RemoveRoleFromInstanceProfileInput ¶
type RemoveRoleFromInstanceProfileInput struct { // The name of the instance profile to update. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@- // // InstanceProfileName is a required field InstanceProfileName *string `min:"1" type:"string" required:"true"` // The name of the role to remove. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: _+=,.@- // // RoleName is a required field RoleName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/RemoveRoleFromInstanceProfileRequest
func (RemoveRoleFromInstanceProfileInput) GoString ¶
func (s RemoveRoleFromInstanceProfileInput) GoString() string
GoString returns the string representation
func (RemoveRoleFromInstanceProfileInput) String ¶
func (s RemoveRoleFromInstanceProfileInput) String() string
String returns the string representation
func (*RemoveRoleFromInstanceProfileInput) Validate ¶
func (s *RemoveRoleFromInstanceProfileInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type RemoveRoleFromInstanceProfileOutput ¶
type RemoveRoleFromInstanceProfileOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/RemoveRoleFromInstanceProfileOutput
func (RemoveRoleFromInstanceProfileOutput) GoString ¶
func (s RemoveRoleFromInstanceProfileOutput) GoString() string
GoString returns the string representation
func (RemoveRoleFromInstanceProfileOutput) SDKResponseMetadata ¶
func (s RemoveRoleFromInstanceProfileOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (RemoveRoleFromInstanceProfileOutput) String ¶
func (s RemoveRoleFromInstanceProfileOutput) String() string
String returns the string representation
type RemoveRoleFromInstanceProfileRequest ¶
type RemoveRoleFromInstanceProfileRequest struct { *aws.Request Input *RemoveRoleFromInstanceProfileInput Copy func(*RemoveRoleFromInstanceProfileInput) RemoveRoleFromInstanceProfileRequest }
RemoveRoleFromInstanceProfileRequest is a API request type for the RemoveRoleFromInstanceProfile API operation.
func (RemoveRoleFromInstanceProfileRequest) Send ¶
func (r RemoveRoleFromInstanceProfileRequest) Send() (*RemoveRoleFromInstanceProfileOutput, error)
Send marshals and sends the RemoveRoleFromInstanceProfile API request.
type RemoveUserFromGroupInput ¶
type RemoveUserFromGroupInput struct { // The name of the group to update. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@- // // GroupName is a required field GroupName *string `min:"1" type:"string" required:"true"` // The name of the user to remove. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@- // // UserName is a required field UserName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/RemoveUserFromGroupRequest
func (RemoveUserFromGroupInput) GoString ¶
func (s RemoveUserFromGroupInput) GoString() string
GoString returns the string representation
func (RemoveUserFromGroupInput) String ¶
func (s RemoveUserFromGroupInput) String() string
String returns the string representation
func (*RemoveUserFromGroupInput) Validate ¶
func (s *RemoveUserFromGroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type RemoveUserFromGroupOutput ¶
type RemoveUserFromGroupOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/RemoveUserFromGroupOutput
func (RemoveUserFromGroupOutput) GoString ¶
func (s RemoveUserFromGroupOutput) GoString() string
GoString returns the string representation
func (RemoveUserFromGroupOutput) SDKResponseMetadata ¶
func (s RemoveUserFromGroupOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (RemoveUserFromGroupOutput) String ¶
func (s RemoveUserFromGroupOutput) String() string
String returns the string representation
type RemoveUserFromGroupRequest ¶
type RemoveUserFromGroupRequest struct { *aws.Request Input *RemoveUserFromGroupInput Copy func(*RemoveUserFromGroupInput) RemoveUserFromGroupRequest }
RemoveUserFromGroupRequest is a API request type for the RemoveUserFromGroup API operation.
func (RemoveUserFromGroupRequest) Send ¶
func (r RemoveUserFromGroupRequest) Send() (*RemoveUserFromGroupOutput, error)
Send marshals and sends the RemoveUserFromGroup API request.
type ReportFormatType ¶
type ReportFormatType string
const (
ReportFormatTypeTextCsv ReportFormatType = "text/csv"
)
Enum values for ReportFormatType
func (ReportFormatType) MarshalValue ¶ added in v0.3.0
func (enum ReportFormatType) MarshalValue() (string, error)
func (ReportFormatType) MarshalValueBuf ¶ added in v0.3.0
func (enum ReportFormatType) MarshalValueBuf(b []byte) ([]byte, error)
type ReportStateType ¶
type ReportStateType string
const ( ReportStateTypeStarted ReportStateType = "STARTED" ReportStateTypeInprogress ReportStateType = "INPROGRESS" ReportStateTypeComplete ReportStateType = "COMPLETE" )
Enum values for ReportStateType
func (ReportStateType) MarshalValue ¶ added in v0.3.0
func (enum ReportStateType) MarshalValue() (string, error)
func (ReportStateType) MarshalValueBuf ¶ added in v0.3.0
func (enum ReportStateType) MarshalValueBuf(b []byte) ([]byte, error)
type ResetServiceSpecificCredentialInput ¶
type ResetServiceSpecificCredentialInput struct { // The unique identifier of the service-specific credential. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters that can consist of any upper or lowercased letter // or digit. // // ServiceSpecificCredentialId is a required field ServiceSpecificCredentialId *string `min:"20" type:"string" required:"true"` // The name of the IAM user associated with the service-specific credential. // If this value is not specified, then the operation assumes the user whose // credentials are used to call the operation. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@- UserName *string `min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ResetServiceSpecificCredentialRequest
func (ResetServiceSpecificCredentialInput) GoString ¶
func (s ResetServiceSpecificCredentialInput) GoString() string
GoString returns the string representation
func (ResetServiceSpecificCredentialInput) String ¶
func (s ResetServiceSpecificCredentialInput) String() string
String returns the string representation
func (*ResetServiceSpecificCredentialInput) Validate ¶
func (s *ResetServiceSpecificCredentialInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ResetServiceSpecificCredentialOutput ¶
type ResetServiceSpecificCredentialOutput struct { // A structure with details about the updated service-specific credential, including // the new password. // // This is the only time that you can access the password. You cannot recover // the password later, but you can reset it again. ServiceSpecificCredential *ServiceSpecificCredential `type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ResetServiceSpecificCredentialResponse
func (ResetServiceSpecificCredentialOutput) GoString ¶
func (s ResetServiceSpecificCredentialOutput) GoString() string
GoString returns the string representation
func (ResetServiceSpecificCredentialOutput) SDKResponseMetadata ¶
func (s ResetServiceSpecificCredentialOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (ResetServiceSpecificCredentialOutput) String ¶
func (s ResetServiceSpecificCredentialOutput) String() string
String returns the string representation
type ResetServiceSpecificCredentialRequest ¶
type ResetServiceSpecificCredentialRequest struct { *aws.Request Input *ResetServiceSpecificCredentialInput Copy func(*ResetServiceSpecificCredentialInput) ResetServiceSpecificCredentialRequest }
ResetServiceSpecificCredentialRequest is a API request type for the ResetServiceSpecificCredential API operation.
func (ResetServiceSpecificCredentialRequest) Send ¶
func (r ResetServiceSpecificCredentialRequest) Send() (*ResetServiceSpecificCredentialOutput, error)
Send marshals and sends the ResetServiceSpecificCredential API request.
type ResourceSpecificResult ¶
type ResourceSpecificResult struct { // Additional details about the results of the evaluation decision. When there // are both IAM policies and resource policies, this parameter explains how // each set of policies contributes to the final evaluation decision. When simulating // cross-account access to a resource, both the resource-based policy and the // caller's IAM policy must grant access. EvalDecisionDetails map[string]PolicyEvaluationDecisionType `type:"map"` // The result of the simulation of the simulated API action on the resource // specified in EvalResourceName. // // EvalResourceDecision is a required field EvalResourceDecision PolicyEvaluationDecisionType `type:"string" required:"true" enum:"true"` // The name of the simulated resource, in Amazon Resource Name (ARN) format. // // EvalResourceName is a required field EvalResourceName *string `min:"1" type:"string" required:"true"` // A list of the statements in the input policies that determine the result // for this part of the simulation. Remember that even if multiple statements // allow the action on the resource, if any statement denies that action, then // the explicit deny overrides any allow, and the deny statement is the only // entry included in the result. MatchedStatements []Statement `type:"list"` // A list of context keys that are required by the included input policies but // that were not provided by one of the input parameters. This list is used // when a list of ARNs is included in the ResourceArns parameter instead of // "*". If you do not specify individual resources, by setting ResourceArns // to "*" or by not including the ResourceArns parameter, then any missing context // values are instead included under the EvaluationResults section. To discover // the context keys used by a set of policies, you can call GetContextKeysForCustomPolicy // or GetContextKeysForPrincipalPolicy. MissingContextValues []string `type:"list"` // contains filtered or unexported fields }
Contains the result of the simulation of a single API action call on a single resource.
This data type is used by a member of the EvaluationResult data type. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ResourceSpecificResult
func (ResourceSpecificResult) GoString ¶
func (s ResourceSpecificResult) GoString() string
GoString returns the string representation
func (ResourceSpecificResult) String ¶
func (s ResourceSpecificResult) String() string
String returns the string representation
type ResyncMFADeviceInput ¶
type ResyncMFADeviceInput struct { // An authentication code emitted by the device. // // The format for this parameter is a sequence of six digits. // // AuthenticationCode1 is a required field AuthenticationCode1 *string `min:"6" type:"string" required:"true"` // A subsequent authentication code emitted by the device. // // The format for this parameter is a sequence of six digits. // // AuthenticationCode2 is a required field AuthenticationCode2 *string `min:"6" type:"string" required:"true"` // Serial number that uniquely identifies the MFA device. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@- // // SerialNumber is a required field SerialNumber *string `min:"9" type:"string" required:"true"` // The name of the user whose MFA device you want to resynchronize. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@- // // UserName is a required field UserName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ResyncMFADeviceRequest
func (ResyncMFADeviceInput) GoString ¶
func (s ResyncMFADeviceInput) GoString() string
GoString returns the string representation
func (ResyncMFADeviceInput) String ¶
func (s ResyncMFADeviceInput) String() string
String returns the string representation
func (*ResyncMFADeviceInput) Validate ¶
func (s *ResyncMFADeviceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ResyncMFADeviceOutput ¶
type ResyncMFADeviceOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ResyncMFADeviceOutput
func (ResyncMFADeviceOutput) GoString ¶
func (s ResyncMFADeviceOutput) GoString() string
GoString returns the string representation
func (ResyncMFADeviceOutput) SDKResponseMetadata ¶
func (s ResyncMFADeviceOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (ResyncMFADeviceOutput) String ¶
func (s ResyncMFADeviceOutput) String() string
String returns the string representation
type ResyncMFADeviceRequest ¶
type ResyncMFADeviceRequest struct { *aws.Request Input *ResyncMFADeviceInput Copy func(*ResyncMFADeviceInput) ResyncMFADeviceRequest }
ResyncMFADeviceRequest is a API request type for the ResyncMFADevice API operation.
func (ResyncMFADeviceRequest) Send ¶
func (r ResyncMFADeviceRequest) Send() (*ResyncMFADeviceOutput, error)
Send marshals and sends the ResyncMFADevice API request.
type Role ¶
type Role struct { // The Amazon Resource Name (ARN) specifying the role. For more information // about ARNs and how to use them in policies, see IAM Identifiers (http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html) // in the IAM User Guide guide. // // Arn is a required field Arn *string `min:"20" type:"string" required:"true"` // The policy that grants an entity permission to assume the role. AssumeRolePolicyDocument *string `min:"1" type:"string"` // The date and time, in ISO 8601 date-time format (http://www.iso.org/iso/iso8601), // when the role was created. // // CreateDate is a required field CreateDate *time.Time `type:"timestamp" timestampFormat:"iso8601" required:"true"` // A description of the role that you provide. Description *string `type:"string"` // The path to the role. For more information about paths, see IAM Identifiers // (http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html) // in the Using IAM guide. // // Path is a required field Path *string `min:"1" type:"string" required:"true"` // The stable and unique string identifying the role. For more information about // IDs, see IAM Identifiers (http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html) // in the Using IAM guide. // // RoleId is a required field RoleId *string `min:"16" type:"string" required:"true"` // The friendly name that identifies the role. // // RoleName is a required field RoleName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Contains information about an IAM role. This structure is returned as a response element in several APIs that interact with roles. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/Role
type RoleDetail ¶
type RoleDetail struct { // The Amazon Resource Name (ARN). ARNs are unique identifiers for AWS resources. // // For more information about ARNs, go to Amazon Resource Names (ARNs) and AWS // Service Namespaces (http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html) // in the AWS General Reference. Arn *string `min:"20" type:"string"` // The trust policy that grants permission to assume the role. AssumeRolePolicyDocument *string `min:"1" type:"string"` // A list of managed policies attached to the role. These policies are the role's // access (permissions) policies. AttachedManagedPolicies []AttachedPolicy `type:"list"` // The date and time, in ISO 8601 date-time format (http://www.iso.org/iso/iso8601), // when the role was created. CreateDate *time.Time `type:"timestamp" timestampFormat:"iso8601"` // A list of instance profiles that contain this role. InstanceProfileList []InstanceProfile `type:"list"` // The path to the role. For more information about paths, see IAM Identifiers // (http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html) // in the Using IAM guide. Path *string `min:"1" type:"string"` // The stable and unique string identifying the role. For more information about // IDs, see IAM Identifiers (http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html) // in the Using IAM guide. RoleId *string `min:"16" type:"string"` // The friendly name that identifies the role. RoleName *string `min:"1" type:"string"` // A list of inline policies embedded in the role. These policies are the role's // access (permissions) policies. RolePolicyList []PolicyDetail `type:"list"` // contains filtered or unexported fields }
Contains information about an IAM role, including all of the role's policies.
This data type is used as a response element in the GetAccountAuthorizationDetails action. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/RoleDetail
func (RoleDetail) GoString ¶
func (s RoleDetail) GoString() string
GoString returns the string representation
func (RoleDetail) String ¶
func (s RoleDetail) String() string
String returns the string representation
type RoleUsageType ¶
type RoleUsageType struct { // The name of the region where the service-linked role is being used. Region *string `min:"1" type:"string"` // The name of the resource that is using the service-linked role. Resources []string `type:"list"` // contains filtered or unexported fields }
An object that contains details about how a service-linked role is used.
This data type is used as a response element in the GetServiceLinkedRoleDeletionStatus operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/RoleUsageType
func (RoleUsageType) GoString ¶
func (s RoleUsageType) GoString() string
GoString returns the string representation
func (RoleUsageType) String ¶
func (s RoleUsageType) String() string
String returns the string representation
type SAMLProviderListEntry ¶
type SAMLProviderListEntry struct { // The Amazon Resource Name (ARN) of the SAML provider. Arn *string `min:"20" type:"string"` // The date and time when the SAML provider was created. CreateDate *time.Time `type:"timestamp" timestampFormat:"iso8601"` // The expiration date and time for the SAML provider. ValidUntil *time.Time `type:"timestamp" timestampFormat:"iso8601"` // contains filtered or unexported fields }
Contains the list of SAML providers for this account. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/SAMLProviderListEntry
func (SAMLProviderListEntry) GoString ¶
func (s SAMLProviderListEntry) GoString() string
GoString returns the string representation
func (SAMLProviderListEntry) String ¶
func (s SAMLProviderListEntry) String() string
String returns the string representation
type SSHPublicKey ¶
type SSHPublicKey struct { // The MD5 message digest of the SSH public key. // // Fingerprint is a required field Fingerprint *string `min:"48" type:"string" required:"true"` // The SSH public key. // // SSHPublicKeyBody is a required field SSHPublicKeyBody *string `min:"1" type:"string" required:"true"` // The unique identifier for the SSH public key. // // SSHPublicKeyId is a required field SSHPublicKeyId *string `min:"20" type:"string" required:"true"` // The status of the SSH public key. Active means the key can be used for authentication // with an AWS CodeCommit repository. Inactive means the key cannot be used. // // Status is a required field Status StatusType `type:"string" required:"true" enum:"true"` // The date and time, in ISO 8601 date-time format (http://www.iso.org/iso/iso8601), // when the SSH public key was uploaded. UploadDate *time.Time `type:"timestamp" timestampFormat:"iso8601"` // The name of the IAM user associated with the SSH public key. // // UserName is a required field UserName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Contains information about an SSH public key.
This data type is used as a response element in the GetSSHPublicKey and UploadSSHPublicKey actions. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/SSHPublicKey
func (SSHPublicKey) GoString ¶
func (s SSHPublicKey) GoString() string
GoString returns the string representation
func (SSHPublicKey) String ¶
func (s SSHPublicKey) String() string
String returns the string representation
type SSHPublicKeyMetadata ¶
type SSHPublicKeyMetadata struct { // The unique identifier for the SSH public key. // // SSHPublicKeyId is a required field SSHPublicKeyId *string `min:"20" type:"string" required:"true"` // The status of the SSH public key. Active means the key can be used for authentication // with an AWS CodeCommit repository. Inactive means the key cannot be used. // // Status is a required field Status StatusType `type:"string" required:"true" enum:"true"` // The date and time, in ISO 8601 date-time format (http://www.iso.org/iso/iso8601), // when the SSH public key was uploaded. // // UploadDate is a required field UploadDate *time.Time `type:"timestamp" timestampFormat:"iso8601" required:"true"` // The name of the IAM user associated with the SSH public key. // // UserName is a required field UserName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Contains information about an SSH public key, without the key's body or fingerprint.
This data type is used as a response element in the ListSSHPublicKeys action. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/SSHPublicKeyMetadata
func (SSHPublicKeyMetadata) GoString ¶
func (s SSHPublicKeyMetadata) GoString() string
GoString returns the string representation
func (SSHPublicKeyMetadata) String ¶
func (s SSHPublicKeyMetadata) String() string
String returns the string representation
type ServerCertificate ¶
type ServerCertificate struct { // The contents of the public key certificate. // // CertificateBody is a required field CertificateBody *string `min:"1" type:"string" required:"true"` // The contents of the public key certificate chain. CertificateChain *string `min:"1" type:"string"` // The meta information of the server certificate, such as its name, path, ID, // and ARN. // // ServerCertificateMetadata is a required field ServerCertificateMetadata *ServerCertificateMetadata `type:"structure" required:"true"` // contains filtered or unexported fields }
Contains information about a server certificate.
This data type is used as a response element in the GetServerCertificate action. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ServerCertificate
func (ServerCertificate) GoString ¶
func (s ServerCertificate) GoString() string
GoString returns the string representation
func (ServerCertificate) String ¶
func (s ServerCertificate) String() string
String returns the string representation
type ServerCertificateMetadata ¶
type ServerCertificateMetadata struct { // The Amazon Resource Name (ARN) specifying the server certificate. For more // information about ARNs and how to use them in policies, see IAM Identifiers // (http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html) // in the Using IAM guide. // // Arn is a required field Arn *string `min:"20" type:"string" required:"true"` // The date on which the certificate is set to expire. Expiration *time.Time `type:"timestamp" timestampFormat:"iso8601"` // The path to the server certificate. For more information about paths, see // IAM Identifiers (http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html) // in the Using IAM guide. // // Path is a required field Path *string `min:"1" type:"string" required:"true"` // The stable and unique string identifying the server certificate. For more // information about IDs, see IAM Identifiers (http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html) // in the Using IAM guide. // // ServerCertificateId is a required field ServerCertificateId *string `min:"16" type:"string" required:"true"` // The name that identifies the server certificate. // // ServerCertificateName is a required field ServerCertificateName *string `min:"1" type:"string" required:"true"` // The date when the server certificate was uploaded. UploadDate *time.Time `type:"timestamp" timestampFormat:"iso8601"` // contains filtered or unexported fields }
Contains information about a server certificate without its certificate body, certificate chain, and private key.
This data type is used as a response element in the UploadServerCertificate and ListServerCertificates actions. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ServerCertificateMetadata
func (ServerCertificateMetadata) GoString ¶
func (s ServerCertificateMetadata) GoString() string
GoString returns the string representation
func (ServerCertificateMetadata) String ¶
func (s ServerCertificateMetadata) String() string
String returns the string representation
type ServiceSpecificCredential ¶
type ServiceSpecificCredential struct { // The date and time, in ISO 8601 date-time format (http://www.iso.org/iso/iso8601), // when the service-specific credential were created. // // CreateDate is a required field CreateDate *time.Time `type:"timestamp" timestampFormat:"iso8601" required:"true"` // The name of the service associated with the service-specific credential. // // ServiceName is a required field ServiceName *string `type:"string" required:"true"` // The generated password for the service-specific credential. // // ServicePassword is a required field ServicePassword *string `type:"string" required:"true"` // The unique identifier for the service-specific credential. // // ServiceSpecificCredentialId is a required field ServiceSpecificCredentialId *string `min:"20" type:"string" required:"true"` // The generated user name for the service-specific credential. This value is // generated by combining the IAM user's name combined with the ID number of // the AWS account, as in jane-at-123456789012, for example. This value cannot // be configured by the user. // // ServiceUserName is a required field ServiceUserName *string `min:"17" type:"string" required:"true"` // The status of the service-specific credential. Active means the key is valid // for API calls, while Inactive means it is not. // // Status is a required field Status StatusType `type:"string" required:"true" enum:"true"` // The name of the IAM user associated with the service-specific credential. // // UserName is a required field UserName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Contains the details of a service specific credential. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ServiceSpecificCredential
func (ServiceSpecificCredential) GoString ¶
func (s ServiceSpecificCredential) GoString() string
GoString returns the string representation
func (ServiceSpecificCredential) String ¶
func (s ServiceSpecificCredential) String() string
String returns the string representation
type ServiceSpecificCredentialMetadata ¶
type ServiceSpecificCredentialMetadata struct { // The date and time, in ISO 8601 date-time format (http://www.iso.org/iso/iso8601), // when the service-specific credential were created. // // CreateDate is a required field CreateDate *time.Time `type:"timestamp" timestampFormat:"iso8601" required:"true"` // The name of the service associated with the service-specific credential. // // ServiceName is a required field ServiceName *string `type:"string" required:"true"` // The unique identifier for the service-specific credential. // // ServiceSpecificCredentialId is a required field ServiceSpecificCredentialId *string `min:"20" type:"string" required:"true"` // The generated user name for the service-specific credential. // // ServiceUserName is a required field ServiceUserName *string `min:"17" type:"string" required:"true"` // The status of the service-specific credential. Active means the key is valid // for API calls, while Inactive means it is not. // // Status is a required field Status StatusType `type:"string" required:"true" enum:"true"` // The name of the IAM user associated with the service-specific credential. // // UserName is a required field UserName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Contains additional details about a service-specific credential. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ServiceSpecificCredentialMetadata
func (ServiceSpecificCredentialMetadata) GoString ¶
func (s ServiceSpecificCredentialMetadata) GoString() string
GoString returns the string representation
func (ServiceSpecificCredentialMetadata) String ¶
func (s ServiceSpecificCredentialMetadata) String() string
String returns the string representation
type SetDefaultPolicyVersionInput ¶
type SetDefaultPolicyVersionInput struct { // The Amazon Resource Name (ARN) of the IAM policy whose default version you // want to set. // // For more information about ARNs, see Amazon Resource Names (ARNs) and AWS // Service Namespaces (http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html) // in the AWS General Reference. // // PolicyArn is a required field PolicyArn *string `min:"20" type:"string" required:"true"` // The version of the policy to set as the default (operative) version. // // For more information about managed policy versions, see Versioning for Managed // Policies (http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-versions.html) // in the IAM User Guide. // // VersionId is a required field VersionId *string `type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/SetDefaultPolicyVersionRequest
func (SetDefaultPolicyVersionInput) GoString ¶
func (s SetDefaultPolicyVersionInput) GoString() string
GoString returns the string representation
func (SetDefaultPolicyVersionInput) String ¶
func (s SetDefaultPolicyVersionInput) String() string
String returns the string representation
func (*SetDefaultPolicyVersionInput) Validate ¶
func (s *SetDefaultPolicyVersionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type SetDefaultPolicyVersionOutput ¶
type SetDefaultPolicyVersionOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/SetDefaultPolicyVersionOutput
func (SetDefaultPolicyVersionOutput) GoString ¶
func (s SetDefaultPolicyVersionOutput) GoString() string
GoString returns the string representation
func (SetDefaultPolicyVersionOutput) SDKResponseMetadata ¶
func (s SetDefaultPolicyVersionOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (SetDefaultPolicyVersionOutput) String ¶
func (s SetDefaultPolicyVersionOutput) String() string
String returns the string representation
type SetDefaultPolicyVersionRequest ¶
type SetDefaultPolicyVersionRequest struct { *aws.Request Input *SetDefaultPolicyVersionInput Copy func(*SetDefaultPolicyVersionInput) SetDefaultPolicyVersionRequest }
SetDefaultPolicyVersionRequest is a API request type for the SetDefaultPolicyVersion API operation.
func (SetDefaultPolicyVersionRequest) Send ¶
func (r SetDefaultPolicyVersionRequest) Send() (*SetDefaultPolicyVersionOutput, error)
Send marshals and sends the SetDefaultPolicyVersion API request.
type SigningCertificate ¶
type SigningCertificate struct { // The contents of the signing certificate. // // CertificateBody is a required field CertificateBody *string `min:"1" type:"string" required:"true"` // The ID for the signing certificate. // // CertificateId is a required field CertificateId *string `min:"24" type:"string" required:"true"` // The status of the signing certificate. Active means the key is valid for // API calls, while Inactive means it is not. // // Status is a required field Status StatusType `type:"string" required:"true" enum:"true"` // The date when the signing certificate was uploaded. UploadDate *time.Time `type:"timestamp" timestampFormat:"iso8601"` // The name of the user the signing certificate is associated with. // // UserName is a required field UserName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Contains information about an X.509 signing certificate.
This data type is used as a response element in the UploadSigningCertificate and ListSigningCertificates actions. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/SigningCertificate
func (SigningCertificate) GoString ¶
func (s SigningCertificate) GoString() string
GoString returns the string representation
func (SigningCertificate) String ¶
func (s SigningCertificate) String() string
String returns the string representation
type SimulateCustomPolicyInput ¶
type SimulateCustomPolicyInput struct { // A list of names of API actions to evaluate in the simulation. Each action // is evaluated against each resource. Each action must include the service // identifier, such as iam:CreateUser. // // ActionNames is a required field ActionNames []string `type:"list" required:"true"` // The ARN of the IAM user that you want to use as the simulated caller of the // APIs. CallerArn is required if you include a ResourcePolicy so that the policy's // Principal element has a value to use in evaluating the policy. // // You can specify only the ARN of an IAM user. You cannot specify the ARN of // an assumed role, federated user, or a service principal. CallerArn *string `min:"1" type:"string"` // A list of context keys and corresponding values for the simulation to use. // Whenever a context key is evaluated in one of the simulated IAM permission // policies, the corresponding value is supplied. ContextEntries []ContextEntry `type:"list"` // Use this parameter only when paginating results and only after you receive // a response indicating that the results are truncated. Set it to the value // of the Marker element in the response that you received to indicate where // the next call should start. Marker *string `min:"1" type:"string"` // (Optional) Use this only when paginating results to indicate the maximum // number of items you want in the response. If additional items exist beyond // the maximum you specify, the IsTruncated response element is true. // // If you do not include this parameter, it defaults to 100. Note that IAM might // return fewer results, even when there are more results available. In that // case, the IsTruncated response element returns true and Marker contains a // value to include in the subsequent call that tells the service where to continue // from. MaxItems *int64 `min:"1" type:"integer"` // A list of policy documents to include in the simulation. Each document is // specified as a string containing the complete, valid JSON text of an IAM // policy. Do not include any resource-based policies in this parameter. Any // resource-based policy must be submitted with the ResourcePolicy parameter. // The policies cannot be "scope-down" policies, such as you could include in // a call to GetFederationToken (http://docs.aws.amazon.com/IAM/latest/APIReference/API_GetFederationToken.html) // or one of the AssumeRole (http://docs.aws.amazon.com/IAM/latest/APIReference/API_AssumeRole.html) // APIs to restrict what a user can do while using the temporary credentials. // // The regex pattern (http://wikipedia.org/wiki/regex) used to validate this // parameter is a string of characters consisting of any printable ASCII character // ranging from the space character (\u0020) through end of the ASCII character // range as well as the printable characters in the Basic Latin and Latin-1 // Supplement character set (through \u00FF). It also includes the special characters // tab (\u0009), line feed (\u000A), and carriage return (\u000D). // // PolicyInputList is a required field PolicyInputList []string `type:"list" required:"true"` // A list of ARNs of AWS resources to include in the simulation. If this parameter // is not provided then the value defaults to * (all resources). Each API in // the ActionNames parameter is evaluated for each resource in this list. The // simulation determines the access result (allowed or denied) of each combination // and reports it in the response. // // The simulation does not automatically retrieve policies for the specified // resources. If you want to include a resource policy in the simulation, then // you must include the policy as a string in the ResourcePolicy parameter. // // If you include a ResourcePolicy, then it must be applicable to all of the // resources included in the simulation or you receive an invalid input error. // // For more information about ARNs, see Amazon Resource Names (ARNs) and AWS // Service Namespaces (http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html) // in the AWS General Reference. ResourceArns []string `type:"list"` // Specifies the type of simulation to run. Different APIs that support resource-based // policies require different combinations of resources. By specifying the type // of simulation to run, you enable the policy simulator to enforce the presence // of the required resources to ensure reliable simulation results. If your // simulation does not match one of the following scenarios, then you can omit // this parameter. The following list shows each of the supported scenario values // and the resources that you must define to run the simulation. // // Each of the EC2 scenarios requires that you specify instance, image, and // security-group resources. If your scenario includes an EBS volume, then you // must specify that volume as a resource. If the EC2 scenario includes VPC, // then you must supply the network-interface resource. If it includes an IP // subnet, then you must specify the subnet resource. For more information on // the EC2 scenario options, see Supported Platforms (http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-supported-platforms.html) // in the AWS EC2 User Guide. // // * EC2-Classic-InstanceStore // // instance, image, security-group // // * EC2-Classic-EBS // // instance, image, security-group, volume // // * EC2-VPC-InstanceStore // // instance, image, security-group, network-interface // // * EC2-VPC-InstanceStore-Subnet // // instance, image, security-group, network-interface, subnet // // * EC2-VPC-EBS // // instance, image, security-group, network-interface, volume // // * EC2-VPC-EBS-Subnet // // instance, image, security-group, network-interface, subnet, volume ResourceHandlingOption *string `min:"1" type:"string"` // An AWS account ID that specifies the owner of any simulated resource that // does not identify its owner in the resource ARN, such as an S3 bucket or // object. If ResourceOwner is specified, it is also used as the account owner // of any ResourcePolicy included in the simulation. If the ResourceOwner parameter // is not specified, then the owner of the resources and the resource policy // defaults to the account of the identity provided in CallerArn. This parameter // is required only if you specify a resource-based policy and account that // owns the resource is different from the account that owns the simulated calling // user CallerArn. ResourceOwner *string `min:"1" type:"string"` // A resource-based policy to include in the simulation provided as a string. // Each resource in the simulation is treated as if it had this policy attached. // You can include only one resource-based policy in a simulation. // // The regex pattern (http://wikipedia.org/wiki/regex) used to validate this // parameter is a string of characters consisting of any printable ASCII character // ranging from the space character (\u0020) through end of the ASCII character // range as well as the printable characters in the Basic Latin and Latin-1 // Supplement character set (through \u00FF). It also includes the special characters // tab (\u0009), line feed (\u000A), and carriage return (\u000D). ResourcePolicy *string `min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/SimulateCustomPolicyRequest
func (SimulateCustomPolicyInput) GoString ¶
func (s SimulateCustomPolicyInput) GoString() string
GoString returns the string representation
func (SimulateCustomPolicyInput) String ¶
func (s SimulateCustomPolicyInput) String() string
String returns the string representation
func (*SimulateCustomPolicyInput) Validate ¶
func (s *SimulateCustomPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type SimulateCustomPolicyPager ¶ added in v0.3.0
SimulateCustomPolicyPager is used to paginate the request. This can be done by calling Next and CurrentPage.
func (*SimulateCustomPolicyPager) CurrentPage ¶ added in v0.3.0
func (p *SimulateCustomPolicyPager) CurrentPage() *SimulatePrincipalPolicyOutput
type SimulateCustomPolicyRequest ¶
type SimulateCustomPolicyRequest struct { *aws.Request Input *SimulateCustomPolicyInput Copy func(*SimulateCustomPolicyInput) SimulateCustomPolicyRequest }
SimulateCustomPolicyRequest is a API request type for the SimulateCustomPolicy API operation.
func (*SimulateCustomPolicyRequest) Paginate ¶ added in v0.3.0
func (p *SimulateCustomPolicyRequest) Paginate(opts ...aws.Option) SimulateCustomPolicyPager
Paginate pages iterates over the pages of a SimulateCustomPolicyRequest operation, calling the Next method for each page. Using the paginators Next method will depict whether or not there are more pages.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a SimulateCustomPolicy operation. req := client.SimulateCustomPolicyRequest(input) p := req.Paginate() for p.Next() { page := p.CurrentPage() } if err := p.Err(); err != nil { return err }
func (SimulateCustomPolicyRequest) Send ¶
func (r SimulateCustomPolicyRequest) Send() (*SimulatePrincipalPolicyOutput, error)
Send marshals and sends the SimulateCustomPolicy API request.
type SimulatePrincipalPolicyInput ¶
type SimulatePrincipalPolicyInput struct { // A list of names of API actions to evaluate in the simulation. Each action // is evaluated for each resource. Each action must include the service identifier, // such as iam:CreateUser. // // ActionNames is a required field ActionNames []string `type:"list" required:"true"` // The ARN of the IAM user that you want to specify as the simulated caller // of the APIs. If you do not specify a CallerArn, it defaults to the ARN of // the user that you specify in PolicySourceArn, if you specified a user. If // you include both a PolicySourceArn (for example, arn:aws:iam::123456789012:user/David) // and a CallerArn (for example, arn:aws:iam::123456789012:user/Bob), the result // is that you simulate calling the APIs as Bob, as if Bob had David's policies. // // You can specify only the ARN of an IAM user. You cannot specify the ARN of // an assumed role, federated user, or a service principal. // // CallerArn is required if you include a ResourcePolicy and the PolicySourceArn // is not the ARN for an IAM user. This is required so that the resource-based // policy's Principal element has a value to use in evaluating the policy. // // For more information about ARNs, see Amazon Resource Names (ARNs) and AWS // Service Namespaces (http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html) // in the AWS General Reference. CallerArn *string `min:"1" type:"string"` // A list of context keys and corresponding values for the simulation to use. // Whenever a context key is evaluated in one of the simulated IAM permission // policies, the corresponding value is supplied. ContextEntries []ContextEntry `type:"list"` // Use this parameter only when paginating results and only after you receive // a response indicating that the results are truncated. Set it to the value // of the Marker element in the response that you received to indicate where // the next call should start. Marker *string `min:"1" type:"string"` // (Optional) Use this only when paginating results to indicate the maximum // number of items you want in the response. If additional items exist beyond // the maximum you specify, the IsTruncated response element is true. // // If you do not include this parameter, it defaults to 100. Note that IAM might // return fewer results, even when there are more results available. In that // case, the IsTruncated response element returns true and Marker contains a // value to include in the subsequent call that tells the service where to continue // from. MaxItems *int64 `min:"1" type:"integer"` // An optional list of additional policy documents to include in the simulation. // Each document is specified as a string containing the complete, valid JSON // text of an IAM policy. // // The regex pattern (http://wikipedia.org/wiki/regex) used to validate this // parameter is a string of characters consisting of any printable ASCII character // ranging from the space character (\u0020) through end of the ASCII character // range as well as the printable characters in the Basic Latin and Latin-1 // Supplement character set (through \u00FF). It also includes the special characters // tab (\u0009), line feed (\u000A), and carriage return (\u000D). PolicyInputList []string `type:"list"` // The Amazon Resource Name (ARN) of a user, group, or role whose policies you // want to include in the simulation. If you specify a user, group, or role, // the simulation includes all policies that are associated with that entity. // If you specify a user, the simulation also includes all policies that are // attached to any groups the user belongs to. // // For more information about ARNs, see Amazon Resource Names (ARNs) and AWS // Service Namespaces (http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html) // in the AWS General Reference. // // PolicySourceArn is a required field PolicySourceArn *string `min:"20" type:"string" required:"true"` // A list of ARNs of AWS resources to include in the simulation. If this parameter // is not provided then the value defaults to * (all resources). Each API in // the ActionNames parameter is evaluated for each resource in this list. The // simulation determines the access result (allowed or denied) of each combination // and reports it in the response. // // The simulation does not automatically retrieve policies for the specified // resources. If you want to include a resource policy in the simulation, then // you must include the policy as a string in the ResourcePolicy parameter. // // For more information about ARNs, see Amazon Resource Names (ARNs) and AWS // Service Namespaces (http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html) // in the AWS General Reference. ResourceArns []string `type:"list"` // Specifies the type of simulation to run. Different APIs that support resource-based // policies require different combinations of resources. By specifying the type // of simulation to run, you enable the policy simulator to enforce the presence // of the required resources to ensure reliable simulation results. If your // simulation does not match one of the following scenarios, then you can omit // this parameter. The following list shows each of the supported scenario values // and the resources that you must define to run the simulation. // // Each of the EC2 scenarios requires that you specify instance, image, and // security-group resources. If your scenario includes an EBS volume, then you // must specify that volume as a resource. If the EC2 scenario includes VPC, // then you must supply the network-interface resource. If it includes an IP // subnet, then you must specify the subnet resource. For more information on // the EC2 scenario options, see Supported Platforms (http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-supported-platforms.html) // in the AWS EC2 User Guide. // // * EC2-Classic-InstanceStore // // instance, image, security-group // // * EC2-Classic-EBS // // instance, image, security-group, volume // // * EC2-VPC-InstanceStore // // instance, image, security-group, network-interface // // * EC2-VPC-InstanceStore-Subnet // // instance, image, security-group, network-interface, subnet // // * EC2-VPC-EBS // // instance, image, security-group, network-interface, volume // // * EC2-VPC-EBS-Subnet // // instance, image, security-group, network-interface, subnet, volume ResourceHandlingOption *string `min:"1" type:"string"` // An AWS account ID that specifies the owner of any simulated resource that // does not identify its owner in the resource ARN, such as an S3 bucket or // object. If ResourceOwner is specified, it is also used as the account owner // of any ResourcePolicy included in the simulation. If the ResourceOwner parameter // is not specified, then the owner of the resources and the resource policy // defaults to the account of the identity provided in CallerArn. This parameter // is required only if you specify a resource-based policy and account that // owns the resource is different from the account that owns the simulated calling // user CallerArn. ResourceOwner *string `min:"1" type:"string"` // A resource-based policy to include in the simulation provided as a string. // Each resource in the simulation is treated as if it had this policy attached. // You can include only one resource-based policy in a simulation. // // The regex pattern (http://wikipedia.org/wiki/regex) used to validate this // parameter is a string of characters consisting of any printable ASCII character // ranging from the space character (\u0020) through end of the ASCII character // range as well as the printable characters in the Basic Latin and Latin-1 // Supplement character set (through \u00FF). It also includes the special characters // tab (\u0009), line feed (\u000A), and carriage return (\u000D). ResourcePolicy *string `min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/SimulatePrincipalPolicyRequest
func (SimulatePrincipalPolicyInput) GoString ¶
func (s SimulatePrincipalPolicyInput) GoString() string
GoString returns the string representation
func (SimulatePrincipalPolicyInput) String ¶
func (s SimulatePrincipalPolicyInput) String() string
String returns the string representation
func (*SimulatePrincipalPolicyInput) Validate ¶
func (s *SimulatePrincipalPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type SimulatePrincipalPolicyOutput ¶
type SimulatePrincipalPolicyOutput struct { // The results of the simulation. EvaluationResults []EvaluationResult `type:"list"` // A flag that indicates whether there are more items to return. If your results // were truncated, you can make a subsequent pagination request using the Marker // request parameter to retrieve more items. Note that IAM might return fewer // than the MaxItems number of results even when there are more results available. // We recommend that you check IsTruncated after every call to ensure that you // receive all of your results. IsTruncated *bool `type:"boolean"` // When IsTruncated is true, this element is present and contains the value // to use for the Marker parameter in a subsequent pagination request. Marker *string `min:"1" type:"string"` // contains filtered or unexported fields }
Contains the response to a successful SimulatePrincipalPolicy or SimulateCustomPolicy request. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/SimulateCustomPolicyOutput
func (SimulatePrincipalPolicyOutput) GoString ¶
func (s SimulatePrincipalPolicyOutput) GoString() string
GoString returns the string representation
func (SimulatePrincipalPolicyOutput) SDKResponseMetadata ¶
func (s SimulatePrincipalPolicyOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (SimulatePrincipalPolicyOutput) String ¶
func (s SimulatePrincipalPolicyOutput) String() string
String returns the string representation
type SimulatePrincipalPolicyPager ¶ added in v0.3.0
SimulatePrincipalPolicyPager is used to paginate the request. This can be done by calling Next and CurrentPage.
func (*SimulatePrincipalPolicyPager) CurrentPage ¶ added in v0.3.0
func (p *SimulatePrincipalPolicyPager) CurrentPage() *SimulatePrincipalPolicyOutput
type SimulatePrincipalPolicyRequest ¶
type SimulatePrincipalPolicyRequest struct { *aws.Request Input *SimulatePrincipalPolicyInput Copy func(*SimulatePrincipalPolicyInput) SimulatePrincipalPolicyRequest }
SimulatePrincipalPolicyRequest is a API request type for the SimulatePrincipalPolicy API operation.
func (*SimulatePrincipalPolicyRequest) Paginate ¶ added in v0.3.0
func (p *SimulatePrincipalPolicyRequest) Paginate(opts ...aws.Option) SimulatePrincipalPolicyPager
Paginate pages iterates over the pages of a SimulatePrincipalPolicyRequest operation, calling the Next method for each page. Using the paginators Next method will depict whether or not there are more pages.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a SimulatePrincipalPolicy operation. req := client.SimulatePrincipalPolicyRequest(input) p := req.Paginate() for p.Next() { page := p.CurrentPage() } if err := p.Err(); err != nil { return err }
func (SimulatePrincipalPolicyRequest) Send ¶
func (r SimulatePrincipalPolicyRequest) Send() (*SimulatePrincipalPolicyOutput, error)
Send marshals and sends the SimulatePrincipalPolicy API request.
type Statement ¶
type Statement struct { // The row and column of the end of a Statement in an IAM policy. EndPosition *Position `type:"structure"` // The identifier of the policy that was provided as an input. SourcePolicyId *string `type:"string"` // The type of the policy. SourcePolicyType PolicySourceType `type:"string" enum:"true"` // The row and column of the beginning of the Statement in an IAM policy. StartPosition *Position `type:"structure"` // contains filtered or unexported fields }
Contains a reference to a Statement element in a policy document that determines the result of the simulation.
This data type is used by the MatchedStatements member of the EvaluationResult type. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/Statement
type StatusType ¶
type StatusType string
const ( StatusTypeActive StatusType = "Active" StatusTypeInactive StatusType = "Inactive" )
Enum values for StatusType
func (StatusType) MarshalValue ¶ added in v0.3.0
func (enum StatusType) MarshalValue() (string, error)
func (StatusType) MarshalValueBuf ¶ added in v0.3.0
func (enum StatusType) MarshalValueBuf(b []byte) ([]byte, error)
type SummaryKeyType ¶
type SummaryKeyType string
const ( SummaryKeyTypeUsers SummaryKeyType = "Users" SummaryKeyTypeUsersQuota SummaryKeyType = "UsersQuota" SummaryKeyTypeGroups SummaryKeyType = "Groups" SummaryKeyTypeGroupsQuota SummaryKeyType = "GroupsQuota" SummaryKeyTypeServerCertificates SummaryKeyType = "ServerCertificates" SummaryKeyTypeServerCertificatesQuota SummaryKeyType = "ServerCertificatesQuota" SummaryKeyTypeUserPolicySizeQuota SummaryKeyType = "UserPolicySizeQuota" SummaryKeyTypeGroupPolicySizeQuota SummaryKeyType = "GroupPolicySizeQuota" SummaryKeyTypeGroupsPerUserQuota SummaryKeyType = "GroupsPerUserQuota" SummaryKeyTypeSigningCertificatesPerUserQuota SummaryKeyType = "SigningCertificatesPerUserQuota" SummaryKeyTypeAccessKeysPerUserQuota SummaryKeyType = "AccessKeysPerUserQuota" SummaryKeyTypeMfadevices SummaryKeyType = "MFADevices" SummaryKeyTypeMfadevicesInUse SummaryKeyType = "MFADevicesInUse" SummaryKeyTypeAccountMfaenabled SummaryKeyType = "AccountMFAEnabled" SummaryKeyTypeAccountAccessKeysPresent SummaryKeyType = "AccountAccessKeysPresent" SummaryKeyTypeAccountSigningCertificatesPresent SummaryKeyType = "AccountSigningCertificatesPresent" SummaryKeyTypeAttachedPoliciesPerGroupQuota SummaryKeyType = "AttachedPoliciesPerGroupQuota" SummaryKeyTypeAttachedPoliciesPerRoleQuota SummaryKeyType = "AttachedPoliciesPerRoleQuota" SummaryKeyTypeAttachedPoliciesPerUserQuota SummaryKeyType = "AttachedPoliciesPerUserQuota" SummaryKeyTypePolicies SummaryKeyType = "Policies" SummaryKeyTypePoliciesQuota SummaryKeyType = "PoliciesQuota" SummaryKeyTypePolicySizeQuota SummaryKeyType = "PolicySizeQuota" SummaryKeyTypePolicyVersionsInUse SummaryKeyType = "PolicyVersionsInUse" SummaryKeyTypePolicyVersionsInUseQuota SummaryKeyType = "PolicyVersionsInUseQuota" SummaryKeyTypeVersionsPerPolicyQuota SummaryKeyType = "VersionsPerPolicyQuota" )
Enum values for SummaryKeyType
func (SummaryKeyType) MarshalValue ¶ added in v0.3.0
func (enum SummaryKeyType) MarshalValue() (string, error)
func (SummaryKeyType) MarshalValueBuf ¶ added in v0.3.0
func (enum SummaryKeyType) MarshalValueBuf(b []byte) ([]byte, error)
type UpdateAccessKeyInput ¶
type UpdateAccessKeyInput struct { // The access key ID of the secret access key you want to update. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters that can consist of any upper or lowercased letter // or digit. // // AccessKeyId is a required field AccessKeyId *string `min:"16" type:"string" required:"true"` // The status you want to assign to the secret access key. Active means the // key can be used for API calls to AWS, while Inactive means the key cannot // be used. // // Status is a required field Status StatusType `type:"string" required:"true" enum:"true"` // The name of the user whose key you want to update. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@- UserName *string `min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/UpdateAccessKeyRequest
func (UpdateAccessKeyInput) GoString ¶
func (s UpdateAccessKeyInput) GoString() string
GoString returns the string representation
func (UpdateAccessKeyInput) String ¶
func (s UpdateAccessKeyInput) String() string
String returns the string representation
func (*UpdateAccessKeyInput) Validate ¶
func (s *UpdateAccessKeyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateAccessKeyOutput ¶
type UpdateAccessKeyOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/UpdateAccessKeyOutput
func (UpdateAccessKeyOutput) GoString ¶
func (s UpdateAccessKeyOutput) GoString() string
GoString returns the string representation
func (UpdateAccessKeyOutput) SDKResponseMetadata ¶
func (s UpdateAccessKeyOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (UpdateAccessKeyOutput) String ¶
func (s UpdateAccessKeyOutput) String() string
String returns the string representation
type UpdateAccessKeyRequest ¶
type UpdateAccessKeyRequest struct { *aws.Request Input *UpdateAccessKeyInput Copy func(*UpdateAccessKeyInput) UpdateAccessKeyRequest }
UpdateAccessKeyRequest is a API request type for the UpdateAccessKey API operation.
func (UpdateAccessKeyRequest) Send ¶
func (r UpdateAccessKeyRequest) Send() (*UpdateAccessKeyOutput, error)
Send marshals and sends the UpdateAccessKey API request.
type UpdateAccountPasswordPolicyInput ¶
type UpdateAccountPasswordPolicyInput struct { // Allows all IAM users in your account to use the AWS Management Console to // change their own passwords. For more information, see Letting IAM Users Change // Their Own Passwords (http://docs.aws.amazon.com/IAM/latest/UserGuide/HowToPwdIAMUser.html) // in the IAM User Guide. // // Default value: false AllowUsersToChangePassword *bool `type:"boolean"` // Prevents IAM users from setting a new password after their password has expired. // // Default value: false HardExpiry *bool `type:"boolean"` // The number of days that an IAM user password is valid. The default value // of 0 means IAM user passwords never expire. // // Default value: 0 MaxPasswordAge *int64 `min:"1" type:"integer"` // The minimum number of characters allowed in an IAM user password. // // Default value: 6 MinimumPasswordLength *int64 `min:"6" type:"integer"` // Specifies the number of previous passwords that IAM users are prevented from // reusing. The default value of 0 means IAM users are not prevented from reusing // previous passwords. // // Default value: 0 PasswordReusePrevention *int64 `min:"1" type:"integer"` // Specifies whether IAM user passwords must contain at least one lowercase // character from the ISO basic Latin alphabet (a to z). // // Default value: false RequireLowercaseCharacters *bool `type:"boolean"` // Specifies whether IAM user passwords must contain at least one numeric character // (0 to 9). // // Default value: false RequireNumbers *bool `type:"boolean"` // Specifies whether IAM user passwords must contain at least one of the following // non-alphanumeric characters: // // ! @ # $ % ^ & * ( ) _ + - = [ ] { } | ' // // Default value: false RequireSymbols *bool `type:"boolean"` // Specifies whether IAM user passwords must contain at least one uppercase // character from the ISO basic Latin alphabet (A to Z). // // Default value: false RequireUppercaseCharacters *bool `type:"boolean"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/UpdateAccountPasswordPolicyRequest
func (UpdateAccountPasswordPolicyInput) GoString ¶
func (s UpdateAccountPasswordPolicyInput) GoString() string
GoString returns the string representation
func (UpdateAccountPasswordPolicyInput) String ¶
func (s UpdateAccountPasswordPolicyInput) String() string
String returns the string representation
func (*UpdateAccountPasswordPolicyInput) Validate ¶
func (s *UpdateAccountPasswordPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateAccountPasswordPolicyOutput ¶
type UpdateAccountPasswordPolicyOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/UpdateAccountPasswordPolicyOutput
func (UpdateAccountPasswordPolicyOutput) GoString ¶
func (s UpdateAccountPasswordPolicyOutput) GoString() string
GoString returns the string representation
func (UpdateAccountPasswordPolicyOutput) SDKResponseMetadata ¶
func (s UpdateAccountPasswordPolicyOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (UpdateAccountPasswordPolicyOutput) String ¶
func (s UpdateAccountPasswordPolicyOutput) String() string
String returns the string representation
type UpdateAccountPasswordPolicyRequest ¶
type UpdateAccountPasswordPolicyRequest struct { *aws.Request Input *UpdateAccountPasswordPolicyInput Copy func(*UpdateAccountPasswordPolicyInput) UpdateAccountPasswordPolicyRequest }
UpdateAccountPasswordPolicyRequest is a API request type for the UpdateAccountPasswordPolicy API operation.
func (UpdateAccountPasswordPolicyRequest) Send ¶
func (r UpdateAccountPasswordPolicyRequest) Send() (*UpdateAccountPasswordPolicyOutput, error)
Send marshals and sends the UpdateAccountPasswordPolicy API request.
type UpdateAssumeRolePolicyInput ¶
type UpdateAssumeRolePolicyInput struct { // The policy that grants an entity permission to assume the role. // // The regex pattern (http://wikipedia.org/wiki/regex) used to validate this // parameter is a string of characters consisting of any printable ASCII character // ranging from the space character (\u0020) through end of the ASCII character // range as well as the printable characters in the Basic Latin and Latin-1 // Supplement character set (through \u00FF). It also includes the special characters // tab (\u0009), line feed (\u000A), and carriage return (\u000D). // // PolicyDocument is a required field PolicyDocument *string `min:"1" type:"string" required:"true"` // The name of the role to update with the new policy. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: _+=,.@- // // RoleName is a required field RoleName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/UpdateAssumeRolePolicyRequest
func (UpdateAssumeRolePolicyInput) GoString ¶
func (s UpdateAssumeRolePolicyInput) GoString() string
GoString returns the string representation
func (UpdateAssumeRolePolicyInput) String ¶
func (s UpdateAssumeRolePolicyInput) String() string
String returns the string representation
func (*UpdateAssumeRolePolicyInput) Validate ¶
func (s *UpdateAssumeRolePolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateAssumeRolePolicyOutput ¶
type UpdateAssumeRolePolicyOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/UpdateAssumeRolePolicyOutput
func (UpdateAssumeRolePolicyOutput) GoString ¶
func (s UpdateAssumeRolePolicyOutput) GoString() string
GoString returns the string representation
func (UpdateAssumeRolePolicyOutput) SDKResponseMetadata ¶
func (s UpdateAssumeRolePolicyOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (UpdateAssumeRolePolicyOutput) String ¶
func (s UpdateAssumeRolePolicyOutput) String() string
String returns the string representation
type UpdateAssumeRolePolicyRequest ¶
type UpdateAssumeRolePolicyRequest struct { *aws.Request Input *UpdateAssumeRolePolicyInput Copy func(*UpdateAssumeRolePolicyInput) UpdateAssumeRolePolicyRequest }
UpdateAssumeRolePolicyRequest is a API request type for the UpdateAssumeRolePolicy API operation.
func (UpdateAssumeRolePolicyRequest) Send ¶
func (r UpdateAssumeRolePolicyRequest) Send() (*UpdateAssumeRolePolicyOutput, error)
Send marshals and sends the UpdateAssumeRolePolicy API request.
type UpdateGroupInput ¶
type UpdateGroupInput struct { // Name of the IAM group to update. If you're changing the name of the group, // this is the original name. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@- // // GroupName is a required field GroupName *string `min:"1" type:"string" required:"true"` // New name for the IAM group. Only include this if changing the group's name. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@- NewGroupName *string `min:"1" type:"string"` // New path for the IAM group. Only include this if changing the group's path. // // This paramater allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of either a forward slash (/) by itself // or a string that must begin and end with forward slashes, containing any // ASCII character from the ! (\u0021) thru the DEL character (\u007F), including // most punctuation characters, digits, and upper and lowercased letters. NewPath *string `min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/UpdateGroupRequest
func (UpdateGroupInput) GoString ¶
func (s UpdateGroupInput) GoString() string
GoString returns the string representation
func (UpdateGroupInput) String ¶
func (s UpdateGroupInput) String() string
String returns the string representation
func (*UpdateGroupInput) Validate ¶
func (s *UpdateGroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateGroupOutput ¶
type UpdateGroupOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/UpdateGroupOutput
func (UpdateGroupOutput) GoString ¶
func (s UpdateGroupOutput) GoString() string
GoString returns the string representation
func (UpdateGroupOutput) SDKResponseMetadata ¶
func (s UpdateGroupOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (UpdateGroupOutput) String ¶
func (s UpdateGroupOutput) String() string
String returns the string representation
type UpdateGroupRequest ¶
type UpdateGroupRequest struct { *aws.Request Input *UpdateGroupInput Copy func(*UpdateGroupInput) UpdateGroupRequest }
UpdateGroupRequest is a API request type for the UpdateGroup API operation.
func (UpdateGroupRequest) Send ¶
func (r UpdateGroupRequest) Send() (*UpdateGroupOutput, error)
Send marshals and sends the UpdateGroup API request.
type UpdateLoginProfileInput ¶
type UpdateLoginProfileInput struct { // The new password for the specified IAM user. // // The regex pattern (http://wikipedia.org/wiki/regex) used to validate this // parameter is a string of characters consisting of any printable ASCII character // ranging from the space character (\u0020) through end of the ASCII character // range as well as the printable characters in the Basic Latin and Latin-1 // Supplement character set (through \u00FF). It also includes the special characters // tab (\u0009), line feed (\u000A), and carriage return (\u000D). However, // the format can be further restricted by the account administrator by setting // a password policy on the AWS account. For more information, see UpdateAccountPasswordPolicy. Password *string `min:"1" type:"string"` // Allows this new password to be used only once by requiring the specified // IAM user to set a new password on next sign-in. PasswordResetRequired *bool `type:"boolean"` // The name of the user whose password you want to update. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@- // // UserName is a required field UserName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/UpdateLoginProfileRequest
func (UpdateLoginProfileInput) GoString ¶
func (s UpdateLoginProfileInput) GoString() string
GoString returns the string representation
func (UpdateLoginProfileInput) String ¶
func (s UpdateLoginProfileInput) String() string
String returns the string representation
func (*UpdateLoginProfileInput) Validate ¶
func (s *UpdateLoginProfileInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateLoginProfileOutput ¶
type UpdateLoginProfileOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/UpdateLoginProfileOutput
func (UpdateLoginProfileOutput) GoString ¶
func (s UpdateLoginProfileOutput) GoString() string
GoString returns the string representation
func (UpdateLoginProfileOutput) SDKResponseMetadata ¶
func (s UpdateLoginProfileOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (UpdateLoginProfileOutput) String ¶
func (s UpdateLoginProfileOutput) String() string
String returns the string representation
type UpdateLoginProfileRequest ¶
type UpdateLoginProfileRequest struct { *aws.Request Input *UpdateLoginProfileInput Copy func(*UpdateLoginProfileInput) UpdateLoginProfileRequest }
UpdateLoginProfileRequest is a API request type for the UpdateLoginProfile API operation.
func (UpdateLoginProfileRequest) Send ¶
func (r UpdateLoginProfileRequest) Send() (*UpdateLoginProfileOutput, error)
Send marshals and sends the UpdateLoginProfile API request.
type UpdateOpenIDConnectProviderThumbprintInput ¶
type UpdateOpenIDConnectProviderThumbprintInput struct { // The Amazon Resource Name (ARN) of the IAM OIDC provider resource object for // which you want to update the thumbprint. You can get a list of OIDC provider // ARNs by using the ListOpenIDConnectProviders action. // // For more information about ARNs, see Amazon Resource Names (ARNs) and AWS // Service Namespaces (http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html) // in the AWS General Reference. // // OpenIDConnectProviderArn is a required field OpenIDConnectProviderArn *string `min:"20" type:"string" required:"true"` // A list of certificate thumbprints that are associated with the specified // IAM OpenID Connect provider. For more information, see CreateOpenIDConnectProvider. // // ThumbprintList is a required field ThumbprintList []string `type:"list" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/UpdateOpenIDConnectProviderThumbprintRequest
func (UpdateOpenIDConnectProviderThumbprintInput) GoString ¶
func (s UpdateOpenIDConnectProviderThumbprintInput) GoString() string
GoString returns the string representation
func (UpdateOpenIDConnectProviderThumbprintInput) String ¶
func (s UpdateOpenIDConnectProviderThumbprintInput) String() string
String returns the string representation
func (*UpdateOpenIDConnectProviderThumbprintInput) Validate ¶
func (s *UpdateOpenIDConnectProviderThumbprintInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateOpenIDConnectProviderThumbprintOutput ¶
type UpdateOpenIDConnectProviderThumbprintOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/UpdateOpenIDConnectProviderThumbprintOutput
func (UpdateOpenIDConnectProviderThumbprintOutput) GoString ¶
func (s UpdateOpenIDConnectProviderThumbprintOutput) GoString() string
GoString returns the string representation
func (UpdateOpenIDConnectProviderThumbprintOutput) SDKResponseMetadata ¶
func (s UpdateOpenIDConnectProviderThumbprintOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (UpdateOpenIDConnectProviderThumbprintOutput) String ¶
func (s UpdateOpenIDConnectProviderThumbprintOutput) String() string
String returns the string representation
type UpdateOpenIDConnectProviderThumbprintRequest ¶
type UpdateOpenIDConnectProviderThumbprintRequest struct { *aws.Request Input *UpdateOpenIDConnectProviderThumbprintInput Copy func(*UpdateOpenIDConnectProviderThumbprintInput) UpdateOpenIDConnectProviderThumbprintRequest }
UpdateOpenIDConnectProviderThumbprintRequest is a API request type for the UpdateOpenIDConnectProviderThumbprint API operation.
func (UpdateOpenIDConnectProviderThumbprintRequest) Send ¶
func (r UpdateOpenIDConnectProviderThumbprintRequest) Send() (*UpdateOpenIDConnectProviderThumbprintOutput, error)
Send marshals and sends the UpdateOpenIDConnectProviderThumbprint API request.
type UpdateRoleDescriptionInput ¶
type UpdateRoleDescriptionInput struct { // The new description that you want to apply to the specified role. // // Description is a required field Description *string `type:"string" required:"true"` // The name of the role that you want to modify. // // RoleName is a required field RoleName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/UpdateRoleDescriptionRequest
func (UpdateRoleDescriptionInput) GoString ¶
func (s UpdateRoleDescriptionInput) GoString() string
GoString returns the string representation
func (UpdateRoleDescriptionInput) String ¶
func (s UpdateRoleDescriptionInput) String() string
String returns the string representation
func (*UpdateRoleDescriptionInput) Validate ¶
func (s *UpdateRoleDescriptionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateRoleDescriptionOutput ¶
type UpdateRoleDescriptionOutput struct { // A structure that contains details about the modified role. Role *Role `type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/UpdateRoleDescriptionResponse
func (UpdateRoleDescriptionOutput) GoString ¶
func (s UpdateRoleDescriptionOutput) GoString() string
GoString returns the string representation
func (UpdateRoleDescriptionOutput) SDKResponseMetadata ¶
func (s UpdateRoleDescriptionOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (UpdateRoleDescriptionOutput) String ¶
func (s UpdateRoleDescriptionOutput) String() string
String returns the string representation
type UpdateRoleDescriptionRequest ¶
type UpdateRoleDescriptionRequest struct { *aws.Request Input *UpdateRoleDescriptionInput Copy func(*UpdateRoleDescriptionInput) UpdateRoleDescriptionRequest }
UpdateRoleDescriptionRequest is a API request type for the UpdateRoleDescription API operation.
func (UpdateRoleDescriptionRequest) Send ¶
func (r UpdateRoleDescriptionRequest) Send() (*UpdateRoleDescriptionOutput, error)
Send marshals and sends the UpdateRoleDescription API request.
type UpdateSAMLProviderInput ¶
type UpdateSAMLProviderInput struct { // An XML document generated by an identity provider (IdP) that supports SAML // 2.0. The document includes the issuer's name, expiration information, and // keys that can be used to validate the SAML authentication response (assertions) // that are received from the IdP. You must generate the metadata document using // the identity management software that is used as your organization's IdP. // // SAMLMetadataDocument is a required field SAMLMetadataDocument *string `min:"1000" type:"string" required:"true"` // The Amazon Resource Name (ARN) of the SAML provider to update. // // For more information about ARNs, see Amazon Resource Names (ARNs) and AWS // Service Namespaces (http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html) // in the AWS General Reference. // // SAMLProviderArn is a required field SAMLProviderArn *string `min:"20" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/UpdateSAMLProviderRequest
func (UpdateSAMLProviderInput) GoString ¶
func (s UpdateSAMLProviderInput) GoString() string
GoString returns the string representation
func (UpdateSAMLProviderInput) String ¶
func (s UpdateSAMLProviderInput) String() string
String returns the string representation
func (*UpdateSAMLProviderInput) Validate ¶
func (s *UpdateSAMLProviderInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateSAMLProviderOutput ¶
type UpdateSAMLProviderOutput struct { // The Amazon Resource Name (ARN) of the SAML provider that was updated. SAMLProviderArn *string `min:"20" type:"string"` // contains filtered or unexported fields }
Contains the response to a successful UpdateSAMLProvider request. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/UpdateSAMLProviderResponse
func (UpdateSAMLProviderOutput) GoString ¶
func (s UpdateSAMLProviderOutput) GoString() string
GoString returns the string representation
func (UpdateSAMLProviderOutput) SDKResponseMetadata ¶
func (s UpdateSAMLProviderOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (UpdateSAMLProviderOutput) String ¶
func (s UpdateSAMLProviderOutput) String() string
String returns the string representation
type UpdateSAMLProviderRequest ¶
type UpdateSAMLProviderRequest struct { *aws.Request Input *UpdateSAMLProviderInput Copy func(*UpdateSAMLProviderInput) UpdateSAMLProviderRequest }
UpdateSAMLProviderRequest is a API request type for the UpdateSAMLProvider API operation.
func (UpdateSAMLProviderRequest) Send ¶
func (r UpdateSAMLProviderRequest) Send() (*UpdateSAMLProviderOutput, error)
Send marshals and sends the UpdateSAMLProvider API request.
type UpdateSSHPublicKeyInput ¶
type UpdateSSHPublicKeyInput struct { // The unique identifier for the SSH public key. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters that can consist of any upper or lowercased letter // or digit. // // SSHPublicKeyId is a required field SSHPublicKeyId *string `min:"20" type:"string" required:"true"` // The status to assign to the SSH public key. Active means the key can be used // for authentication with an AWS CodeCommit repository. Inactive means the // key cannot be used. // // Status is a required field Status StatusType `type:"string" required:"true" enum:"true"` // The name of the IAM user associated with the SSH public key. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@- // // UserName is a required field UserName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/UpdateSSHPublicKeyRequest
func (UpdateSSHPublicKeyInput) GoString ¶
func (s UpdateSSHPublicKeyInput) GoString() string
GoString returns the string representation
func (UpdateSSHPublicKeyInput) String ¶
func (s UpdateSSHPublicKeyInput) String() string
String returns the string representation
func (*UpdateSSHPublicKeyInput) Validate ¶
func (s *UpdateSSHPublicKeyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateSSHPublicKeyOutput ¶
type UpdateSSHPublicKeyOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/UpdateSSHPublicKeyOutput
func (UpdateSSHPublicKeyOutput) GoString ¶
func (s UpdateSSHPublicKeyOutput) GoString() string
GoString returns the string representation
func (UpdateSSHPublicKeyOutput) SDKResponseMetadata ¶
func (s UpdateSSHPublicKeyOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (UpdateSSHPublicKeyOutput) String ¶
func (s UpdateSSHPublicKeyOutput) String() string
String returns the string representation
type UpdateSSHPublicKeyRequest ¶
type UpdateSSHPublicKeyRequest struct { *aws.Request Input *UpdateSSHPublicKeyInput Copy func(*UpdateSSHPublicKeyInput) UpdateSSHPublicKeyRequest }
UpdateSSHPublicKeyRequest is a API request type for the UpdateSSHPublicKey API operation.
func (UpdateSSHPublicKeyRequest) Send ¶
func (r UpdateSSHPublicKeyRequest) Send() (*UpdateSSHPublicKeyOutput, error)
Send marshals and sends the UpdateSSHPublicKey API request.
type UpdateServerCertificateInput ¶
type UpdateServerCertificateInput struct { // The new path for the server certificate. Include this only if you are updating // the server certificate's path. // // This paramater allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of either a forward slash (/) by itself // or a string that must begin and end with forward slashes, containing any // ASCII character from the ! (\u0021) thru the DEL character (\u007F), including // most punctuation characters, digits, and upper and lowercased letters. NewPath *string `min:"1" type:"string"` // The new name for the server certificate. Include this only if you are updating // the server certificate's name. The name of the certificate cannot contain // any spaces. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@- NewServerCertificateName *string `min:"1" type:"string"` // The name of the server certificate that you want to update. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@- // // ServerCertificateName is a required field ServerCertificateName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/UpdateServerCertificateRequest
func (UpdateServerCertificateInput) GoString ¶
func (s UpdateServerCertificateInput) GoString() string
GoString returns the string representation
func (UpdateServerCertificateInput) String ¶
func (s UpdateServerCertificateInput) String() string
String returns the string representation
func (*UpdateServerCertificateInput) Validate ¶
func (s *UpdateServerCertificateInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateServerCertificateOutput ¶
type UpdateServerCertificateOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/UpdateServerCertificateOutput
func (UpdateServerCertificateOutput) GoString ¶
func (s UpdateServerCertificateOutput) GoString() string
GoString returns the string representation
func (UpdateServerCertificateOutput) SDKResponseMetadata ¶
func (s UpdateServerCertificateOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (UpdateServerCertificateOutput) String ¶
func (s UpdateServerCertificateOutput) String() string
String returns the string representation
type UpdateServerCertificateRequest ¶
type UpdateServerCertificateRequest struct { *aws.Request Input *UpdateServerCertificateInput Copy func(*UpdateServerCertificateInput) UpdateServerCertificateRequest }
UpdateServerCertificateRequest is a API request type for the UpdateServerCertificate API operation.
func (UpdateServerCertificateRequest) Send ¶
func (r UpdateServerCertificateRequest) Send() (*UpdateServerCertificateOutput, error)
Send marshals and sends the UpdateServerCertificate API request.
type UpdateServiceSpecificCredentialInput ¶
type UpdateServiceSpecificCredentialInput struct { // The unique identifier of the service-specific credential. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters that can consist of any upper or lowercased letter // or digit. // // ServiceSpecificCredentialId is a required field ServiceSpecificCredentialId *string `min:"20" type:"string" required:"true"` // The status to be assigned to the service-specific credential. // // Status is a required field Status StatusType `type:"string" required:"true" enum:"true"` // The name of the IAM user associated with the service-specific credential. // If you do not specify this value, then the operation assumes the user whose // credentials are used to call the operation. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@- UserName *string `min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/UpdateServiceSpecificCredentialRequest
func (UpdateServiceSpecificCredentialInput) GoString ¶
func (s UpdateServiceSpecificCredentialInput) GoString() string
GoString returns the string representation
func (UpdateServiceSpecificCredentialInput) String ¶
func (s UpdateServiceSpecificCredentialInput) String() string
String returns the string representation
func (*UpdateServiceSpecificCredentialInput) Validate ¶
func (s *UpdateServiceSpecificCredentialInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateServiceSpecificCredentialOutput ¶
type UpdateServiceSpecificCredentialOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/UpdateServiceSpecificCredentialOutput
func (UpdateServiceSpecificCredentialOutput) GoString ¶
func (s UpdateServiceSpecificCredentialOutput) GoString() string
GoString returns the string representation
func (UpdateServiceSpecificCredentialOutput) SDKResponseMetadata ¶
func (s UpdateServiceSpecificCredentialOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (UpdateServiceSpecificCredentialOutput) String ¶
func (s UpdateServiceSpecificCredentialOutput) String() string
String returns the string representation
type UpdateServiceSpecificCredentialRequest ¶
type UpdateServiceSpecificCredentialRequest struct { *aws.Request Input *UpdateServiceSpecificCredentialInput Copy func(*UpdateServiceSpecificCredentialInput) UpdateServiceSpecificCredentialRequest }
UpdateServiceSpecificCredentialRequest is a API request type for the UpdateServiceSpecificCredential API operation.
func (UpdateServiceSpecificCredentialRequest) Send ¶
func (r UpdateServiceSpecificCredentialRequest) Send() (*UpdateServiceSpecificCredentialOutput, error)
Send marshals and sends the UpdateServiceSpecificCredential API request.
type UpdateSigningCertificateInput ¶
type UpdateSigningCertificateInput struct { // The ID of the signing certificate you want to update. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters that can consist of any upper or lowercased letter // or digit. // // CertificateId is a required field CertificateId *string `min:"24" type:"string" required:"true"` // The status you want to assign to the certificate. Active means the certificate // can be used for API calls to AWS, while Inactive means the certificate cannot // be used. // // Status is a required field Status StatusType `type:"string" required:"true" enum:"true"` // The name of the IAM user the signing certificate belongs to. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@- UserName *string `min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/UpdateSigningCertificateRequest
func (UpdateSigningCertificateInput) GoString ¶
func (s UpdateSigningCertificateInput) GoString() string
GoString returns the string representation
func (UpdateSigningCertificateInput) String ¶
func (s UpdateSigningCertificateInput) String() string
String returns the string representation
func (*UpdateSigningCertificateInput) Validate ¶
func (s *UpdateSigningCertificateInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateSigningCertificateOutput ¶
type UpdateSigningCertificateOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/UpdateSigningCertificateOutput
func (UpdateSigningCertificateOutput) GoString ¶
func (s UpdateSigningCertificateOutput) GoString() string
GoString returns the string representation
func (UpdateSigningCertificateOutput) SDKResponseMetadata ¶
func (s UpdateSigningCertificateOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (UpdateSigningCertificateOutput) String ¶
func (s UpdateSigningCertificateOutput) String() string
String returns the string representation
type UpdateSigningCertificateRequest ¶
type UpdateSigningCertificateRequest struct { *aws.Request Input *UpdateSigningCertificateInput Copy func(*UpdateSigningCertificateInput) UpdateSigningCertificateRequest }
UpdateSigningCertificateRequest is a API request type for the UpdateSigningCertificate API operation.
func (UpdateSigningCertificateRequest) Send ¶
func (r UpdateSigningCertificateRequest) Send() (*UpdateSigningCertificateOutput, error)
Send marshals and sends the UpdateSigningCertificate API request.
type UpdateUserInput ¶
type UpdateUserInput struct { // New path for the IAM user. Include this parameter only if you're changing // the user's path. // // This paramater allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of either a forward slash (/) by itself // or a string that must begin and end with forward slashes, containing any // ASCII character from the ! (\u0021) thru the DEL character (\u007F), including // most punctuation characters, digits, and upper and lowercased letters. NewPath *string `min:"1" type:"string"` // New name for the user. Include this parameter only if you're changing the // user's name. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@- NewUserName *string `min:"1" type:"string"` // Name of the user to update. If you're changing the name of the user, this // is the original user name. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@- // // UserName is a required field UserName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/UpdateUserRequest
func (UpdateUserInput) GoString ¶
func (s UpdateUserInput) GoString() string
GoString returns the string representation
func (UpdateUserInput) String ¶
func (s UpdateUserInput) String() string
String returns the string representation
func (*UpdateUserInput) Validate ¶
func (s *UpdateUserInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateUserOutput ¶
type UpdateUserOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/UpdateUserOutput
func (UpdateUserOutput) GoString ¶
func (s UpdateUserOutput) GoString() string
GoString returns the string representation
func (UpdateUserOutput) SDKResponseMetadata ¶
func (s UpdateUserOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (UpdateUserOutput) String ¶
func (s UpdateUserOutput) String() string
String returns the string representation
type UpdateUserRequest ¶
type UpdateUserRequest struct { *aws.Request Input *UpdateUserInput Copy func(*UpdateUserInput) UpdateUserRequest }
UpdateUserRequest is a API request type for the UpdateUser API operation.
func (UpdateUserRequest) Send ¶
func (r UpdateUserRequest) Send() (*UpdateUserOutput, error)
Send marshals and sends the UpdateUser API request.
type UploadSSHPublicKeyInput ¶
type UploadSSHPublicKeyInput struct { // The SSH public key. The public key must be encoded in ssh-rsa format or PEM // format. // // The regex pattern (http://wikipedia.org/wiki/regex) used to validate this // parameter is a string of characters consisting of any printable ASCII character // ranging from the space character (\u0020) through end of the ASCII character // range as well as the printable characters in the Basic Latin and Latin-1 // Supplement character set (through \u00FF). It also includes the special characters // tab (\u0009), line feed (\u000A), and carriage return (\u000D). // // SSHPublicKeyBody is a required field SSHPublicKeyBody *string `min:"1" type:"string" required:"true"` // The name of the IAM user to associate the SSH public key with. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@- // // UserName is a required field UserName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/UploadSSHPublicKeyRequest
func (UploadSSHPublicKeyInput) GoString ¶
func (s UploadSSHPublicKeyInput) GoString() string
GoString returns the string representation
func (UploadSSHPublicKeyInput) String ¶
func (s UploadSSHPublicKeyInput) String() string
String returns the string representation
func (*UploadSSHPublicKeyInput) Validate ¶
func (s *UploadSSHPublicKeyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UploadSSHPublicKeyOutput ¶
type UploadSSHPublicKeyOutput struct { // Contains information about the SSH public key. SSHPublicKey *SSHPublicKey `type:"structure"` // contains filtered or unexported fields }
Contains the response to a successful UploadSSHPublicKey request. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/UploadSSHPublicKeyResponse
func (UploadSSHPublicKeyOutput) GoString ¶
func (s UploadSSHPublicKeyOutput) GoString() string
GoString returns the string representation
func (UploadSSHPublicKeyOutput) SDKResponseMetadata ¶
func (s UploadSSHPublicKeyOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (UploadSSHPublicKeyOutput) String ¶
func (s UploadSSHPublicKeyOutput) String() string
String returns the string representation
type UploadSSHPublicKeyRequest ¶
type UploadSSHPublicKeyRequest struct { *aws.Request Input *UploadSSHPublicKeyInput Copy func(*UploadSSHPublicKeyInput) UploadSSHPublicKeyRequest }
UploadSSHPublicKeyRequest is a API request type for the UploadSSHPublicKey API operation.
func (UploadSSHPublicKeyRequest) Send ¶
func (r UploadSSHPublicKeyRequest) Send() (*UploadSSHPublicKeyOutput, error)
Send marshals and sends the UploadSSHPublicKey API request.
type UploadServerCertificateInput ¶
type UploadServerCertificateInput struct { // The contents of the public key certificate in PEM-encoded format. // // The regex pattern (http://wikipedia.org/wiki/regex) used to validate this // parameter is a string of characters consisting of any printable ASCII character // ranging from the space character (\u0020) through end of the ASCII character // range as well as the printable characters in the Basic Latin and Latin-1 // Supplement character set (through \u00FF). It also includes the special characters // tab (\u0009), line feed (\u000A), and carriage return (\u000D). // // CertificateBody is a required field CertificateBody *string `min:"1" type:"string" required:"true"` // The contents of the certificate chain. This is typically a concatenation // of the PEM-encoded public key certificates of the chain. // // The regex pattern (http://wikipedia.org/wiki/regex) used to validate this // parameter is a string of characters consisting of any printable ASCII character // ranging from the space character (\u0020) through end of the ASCII character // range as well as the printable characters in the Basic Latin and Latin-1 // Supplement character set (through \u00FF). It also includes the special characters // tab (\u0009), line feed (\u000A), and carriage return (\u000D). CertificateChain *string `min:"1" type:"string"` // The path for the server certificate. For more information about paths, see // IAM Identifiers (http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html) // in the IAM User Guide. // // This parameter is optional. If it is not included, it defaults to a slash // (/). This paramater allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of either a forward slash (/) by itself // or a string that must begin and end with forward slashes, containing any // ASCII character from the ! (\u0021) thru the DEL character (\u007F), including // most punctuation characters, digits, and upper and lowercased letters. // // If you are uploading a server certificate specifically for use with Amazon // CloudFront distributions, you must specify a path using the --path option. // The path must begin with /cloudfront and must include a trailing slash (for // example, /cloudfront/test/). Path *string `min:"1" type:"string"` // The contents of the private key in PEM-encoded format. // // The regex pattern (http://wikipedia.org/wiki/regex) used to validate this // parameter is a string of characters consisting of any printable ASCII character // ranging from the space character (\u0020) through end of the ASCII character // range as well as the printable characters in the Basic Latin and Latin-1 // Supplement character set (through \u00FF). It also includes the special characters // tab (\u0009), line feed (\u000A), and carriage return (\u000D). // // PrivateKey is a required field PrivateKey *string `min:"1" type:"string" required:"true"` // The name for the server certificate. Do not include the path in this value. // The name of the certificate cannot contain any spaces. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@- // // ServerCertificateName is a required field ServerCertificateName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/UploadServerCertificateRequest
func (UploadServerCertificateInput) GoString ¶
func (s UploadServerCertificateInput) GoString() string
GoString returns the string representation
func (UploadServerCertificateInput) String ¶
func (s UploadServerCertificateInput) String() string
String returns the string representation
func (*UploadServerCertificateInput) Validate ¶
func (s *UploadServerCertificateInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UploadServerCertificateOutput ¶
type UploadServerCertificateOutput struct { // The meta information of the uploaded server certificate without its certificate // body, certificate chain, and private key. ServerCertificateMetadata *ServerCertificateMetadata `type:"structure"` // contains filtered or unexported fields }
Contains the response to a successful UploadServerCertificate request. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/UploadServerCertificateResponse
func (UploadServerCertificateOutput) GoString ¶
func (s UploadServerCertificateOutput) GoString() string
GoString returns the string representation
func (UploadServerCertificateOutput) SDKResponseMetadata ¶
func (s UploadServerCertificateOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (UploadServerCertificateOutput) String ¶
func (s UploadServerCertificateOutput) String() string
String returns the string representation
type UploadServerCertificateRequest ¶
type UploadServerCertificateRequest struct { *aws.Request Input *UploadServerCertificateInput Copy func(*UploadServerCertificateInput) UploadServerCertificateRequest }
UploadServerCertificateRequest is a API request type for the UploadServerCertificate API operation.
func (UploadServerCertificateRequest) Send ¶
func (r UploadServerCertificateRequest) Send() (*UploadServerCertificateOutput, error)
Send marshals and sends the UploadServerCertificate API request.
type UploadSigningCertificateInput ¶
type UploadSigningCertificateInput struct { // The contents of the signing certificate. // // The regex pattern (http://wikipedia.org/wiki/regex) used to validate this // parameter is a string of characters consisting of any printable ASCII character // ranging from the space character (\u0020) through end of the ASCII character // range as well as the printable characters in the Basic Latin and Latin-1 // Supplement character set (through \u00FF). It also includes the special characters // tab (\u0009), line feed (\u000A), and carriage return (\u000D). // // CertificateBody is a required field CertificateBody *string `min:"1" type:"string" required:"true"` // The name of the user the signing certificate is for. // // This parameter allows (per its regex pattern (http://wikipedia.org/wiki/regex)) // a string of characters consisting of upper and lowercase alphanumeric characters // with no spaces. You can also include any of the following characters: =,.@- UserName *string `min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/UploadSigningCertificateRequest
func (UploadSigningCertificateInput) GoString ¶
func (s UploadSigningCertificateInput) GoString() string
GoString returns the string representation
func (UploadSigningCertificateInput) String ¶
func (s UploadSigningCertificateInput) String() string
String returns the string representation
func (*UploadSigningCertificateInput) Validate ¶
func (s *UploadSigningCertificateInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UploadSigningCertificateOutput ¶
type UploadSigningCertificateOutput struct { // Information about the certificate. // // Certificate is a required field Certificate *SigningCertificate `type:"structure" required:"true"` // contains filtered or unexported fields }
Contains the response to a successful UploadSigningCertificate request. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/UploadSigningCertificateResponse
func (UploadSigningCertificateOutput) GoString ¶
func (s UploadSigningCertificateOutput) GoString() string
GoString returns the string representation
func (UploadSigningCertificateOutput) SDKResponseMetadata ¶
func (s UploadSigningCertificateOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (UploadSigningCertificateOutput) String ¶
func (s UploadSigningCertificateOutput) String() string
String returns the string representation
type UploadSigningCertificateRequest ¶
type UploadSigningCertificateRequest struct { *aws.Request Input *UploadSigningCertificateInput Copy func(*UploadSigningCertificateInput) UploadSigningCertificateRequest }
UploadSigningCertificateRequest is a API request type for the UploadSigningCertificate API operation.
func (UploadSigningCertificateRequest) Send ¶
func (r UploadSigningCertificateRequest) Send() (*UploadSigningCertificateOutput, error)
Send marshals and sends the UploadSigningCertificate API request.
type User ¶
type User struct { // The Amazon Resource Name (ARN) that identifies the user. For more information // about ARNs and how to use ARNs in policies, see IAM Identifiers (http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html) // in the Using IAM guide. // // Arn is a required field Arn *string `min:"20" type:"string" required:"true"` // The date and time, in ISO 8601 date-time format (http://www.iso.org/iso/iso8601), // when the user was created. // // CreateDate is a required field CreateDate *time.Time `type:"timestamp" timestampFormat:"iso8601" required:"true"` // The date and time, in ISO 8601 date-time format (http://www.iso.org/iso/iso8601), // when the user's password was last used to sign in to an AWS website. For // a list of AWS websites that capture a user's last sign-in time, see the Credential // Reports (http://docs.aws.amazon.com/IAM/latest/UserGuide/credential-reports.html) // topic in the Using IAM guide. If a password is used more than once in a five-minute // span, only the first use is returned in this field. If the field is null // (no value) then it indicates that they never signed in with a password. This // can be because: // // * The user never had a password. // // * A password exists but has not been used since IAM started tracking this // information on October 20th, 2014. // // A null does not mean that the user never had a password. Also, if the user // does not currently have a password, but had one in the past, then this field // contains the date and time the most recent password was used. // // This value is returned only in the GetUser and ListUsers actions. PasswordLastUsed *time.Time `type:"timestamp" timestampFormat:"iso8601"` // The path to the user. For more information about paths, see IAM Identifiers // (http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html) // in the Using IAM guide. // // Path is a required field Path *string `min:"1" type:"string" required:"true"` // The stable and unique string identifying the user. For more information about // IDs, see IAM Identifiers (http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html) // in the Using IAM guide. // // UserId is a required field UserId *string `min:"16" type:"string" required:"true"` // The friendly name identifying the user. // // UserName is a required field UserName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Contains information about an IAM user entity.
This data type is used as a response element in the following actions:
CreateUser
GetUser
ListUsers
Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/User
type UserDetail ¶
type UserDetail struct { // The Amazon Resource Name (ARN). ARNs are unique identifiers for AWS resources. // // For more information about ARNs, go to Amazon Resource Names (ARNs) and AWS // Service Namespaces (http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html) // in the AWS General Reference. Arn *string `min:"20" type:"string"` // A list of the managed policies attached to the user. AttachedManagedPolicies []AttachedPolicy `type:"list"` // The date and time, in ISO 8601 date-time format (http://www.iso.org/iso/iso8601), // when the user was created. CreateDate *time.Time `type:"timestamp" timestampFormat:"iso8601"` // A list of IAM groups that the user is in. GroupList []string `type:"list"` // The path to the user. For more information about paths, see IAM Identifiers // (http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html) // in the Using IAM guide. Path *string `min:"1" type:"string"` // The stable and unique string identifying the user. For more information about // IDs, see IAM Identifiers (http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html) // in the Using IAM guide. UserId *string `min:"16" type:"string"` // The friendly name identifying the user. UserName *string `min:"1" type:"string"` // A list of the inline policies embedded in the user. UserPolicyList []PolicyDetail `type:"list"` // contains filtered or unexported fields }
Contains information about an IAM user, including all the user's policies and all the IAM groups the user is in.
This data type is used as a response element in the GetAccountAuthorizationDetails action. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/UserDetail
func (UserDetail) GoString ¶
func (s UserDetail) GoString() string
GoString returns the string representation
func (UserDetail) String ¶
func (s UserDetail) String() string
String returns the string representation
type VirtualMFADevice ¶
type VirtualMFADevice struct { // The Base32 seed defined as specified in RFC3548 (https://tools.ietf.org/html/rfc3548.txt). // The Base32StringSeed is Base64-encoded. // // Base32StringSeed is automatically base64 encoded/decoded by the SDK. Base32StringSeed []byte `type:"blob"` // The date and time on which the virtual MFA device was enabled. EnableDate *time.Time `type:"timestamp" timestampFormat:"iso8601"` // A QR code PNG image that encodes otpauth://totp/$virtualMFADeviceName@$AccountName?secret=$Base32String // where $virtualMFADeviceName is one of the create call arguments, AccountName // is the user name if set (otherwise, the account ID otherwise), and Base32String // is the seed in Base32 format. The Base32String value is Base64-encoded. // // QRCodePNG is automatically base64 encoded/decoded by the SDK. QRCodePNG []byte `type:"blob"` // The serial number associated with VirtualMFADevice. // // SerialNumber is a required field SerialNumber *string `min:"9" type:"string" required:"true"` // The IAM user associated with this virtual MFA device. User *User `type:"structure"` // contains filtered or unexported fields }
Contains information about a virtual MFA device. Please also see https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/VirtualMFADevice
func (VirtualMFADevice) GoString ¶
func (s VirtualMFADevice) GoString() string
GoString returns the string representation
func (VirtualMFADevice) String ¶
func (s VirtualMFADevice) String() string
String returns the string representation
Directories ¶
Path | Synopsis |
---|---|
Package iamiface provides an interface to enable mocking the AWS Identity and Access Management service client for testing your code.
|
Package iamiface provides an interface to enable mocking the AWS Identity and Access Management service client for testing your code. |