Package-level declarations
Functions
Link copied to clipboard
suspend fun IamClient.waitUntilInstanceProfileExists(request: GetInstanceProfileRequest): Outcome<GetInstanceProfileResponse>
suspend fun IamClient.waitUntilInstanceProfileExists(block: GetInstanceProfileRequest.Builder.() -> Unit): Outcome<GetInstanceProfileResponse>
Link copied to clipboard
suspend fun IamClient.waitUntilPolicyExists(block: GetPolicyRequest.Builder.() -> Unit): Outcome<GetPolicyResponse>
Link copied to clipboard
suspend fun IamClient.waitUntilRoleExists(block: GetRoleRequest.Builder.() -> Unit): Outcome<GetRoleResponse>
Link copied to clipboard
suspend fun IamClient.waitUntilUserExists(request: GetUserRequest = GetUserRequest { }): Outcome<GetUserResponse>
suspend fun IamClient.waitUntilUserExists(block: GetUserRequest.Builder.() -> Unit): Outcome<GetUserResponse>